[PR #195] [MERGED] fix(deps): bump webpack from 5.83.1 to 5.84.1 in /web #243

Closed
opened 2026-03-03 16:37:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/195
Author: @dependabot[bot]
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/webpack-5.84.1


📝 Commits (1)

  • 50da7f2 fix(deps): bump webpack from 5.83.1 to 5.84.1 in /web

📊 Changes

3 files changed (+27 additions, -28 deletions)

View changed files

📝 web/package-lock.json (+12 -13)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+14 -14)

📄 Description

Bumps webpack from 5.83.1 to 5.84.1.

Release notes

Sourced from webpack's releases.

v5.84.1

Bug Fixes

Dependencies & Maintenance

Full Changelog: https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1

v5.84.0

New Features

Bugfixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/195 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/webpack-5.84.1` --- ### 📝 Commits (1) - [`50da7f2`](https://github.com/NdoleStudio/httpsms/commit/50da7f20ad652dd6c4c9a7bfc09b0ccbe4d39a3b) fix(deps): bump webpack from 5.83.1 to 5.84.1 in /web ### 📊 Changes **3 files changed** (+27 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+12 -13) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+14 -14) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.83.1 to 5.84.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.84.1</h2> <h2>Bug Fixes</h2> <ul> <li>Fix regression in inner graph for reserved identifiers by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17265">webpack/webpack#17265</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Bump <code>@​types/jest</code> from 29.5.0 to 29.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17027">webpack/webpack#17027</a></li> <li>Bump simple-git from 3.18.0 to 3.19.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17263">webpack/webpack#17263</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1">https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1</a></p> <h2>v5.84.0</h2> <h2>New Features</h2> <ul> <li>SourceMapDevToolPlugin now supports <code>append</code> option as a function by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17252">webpack/webpack#17252</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix multiple bugs referencing class names when shadowed by import name in properties and methods by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17233">webpack/webpack#17233</a></li> <li>Allow DefinePlugin shorthand property by <a href="https://github.com/shamoilarsi"><code>@​shamoilarsi</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17231">webpack/webpack#17231</a></li> <li>[CSS] - Fix edge cases in parsing <code>@import</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17229">webpack/webpack#17229</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Increase type coverage for serialization classes by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17243">webpack/webpack#17243</a></li> <li>Increase type coverage for <code>JavascriptParser</code> and <code>ModuleDependency</code> subclasses by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17236">webpack/webpack#17236</a></li> <li>Increase type coverage to <code>strict</code>-mode quality for Configuration/Normalization objects by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17247">webpack/webpack#17247</a></li> <li>Refactor duplicate strings by replacing them with constant for <strong>webpack_require</strong> instead of string literal by <a href="https://github.com/burhanuday"><code>@​burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17228">webpack/webpack#17228</a></li> <li>Add test case for <code>with { type: &quot;json&quot; }</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17230">webpack/webpack#17230</a></li> <li>Add test case for destructuring by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17248">webpack/webpack#17248</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Add GitHub discussions badge in README by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17251">webpack/webpack#17251</a></li> <li>Bump enhanced-resolve to 5.14.1 by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17257">webpack/webpack#17257</a></li> <li>Bump <code>@​types/node</code> from 20.1.7 to 20.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17219">webpack/webpack#17219</a></li> <li>Bump <code>@​types/node</code> from 20.2.0 to 20.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17226">webpack/webpack#17226</a></li> <li>Bump webpack-cli from 5.1.0 to 5.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17164">webpack/webpack#17164</a></li> <li>Bump eslint from 8.39.0 to 8.40.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17148">webpack/webpack#17148</a></li> <li>Bump <code>@​babel/core</code> from 7.21.4 to 7.21.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17126">webpack/webpack#17126</a></li> <li>Bump <code>@​types/node</code> from 20.2.1 to 20.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17238">webpack/webpack#17238</a></li> <li>Bump eslint from 8.40.0 to 8.41.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17237">webpack/webpack#17237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/shamoilarsi"><code>@​shamoilarsi</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17231">webpack/webpack#17231</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0">https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/71d9a21c32974b5166f9ce2f5549849d0c7ad310"><code>71d9a21</code></a> 5.84.1</li> <li><a href="https://github.com/webpack/webpack/commit/1b78f6242d5001b2715fd06467e1ebc67d05e533"><code>1b78f62</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17265">#17265</a> from webpack/issue-17264</li> <li><a href="https://github.com/webpack/webpack/commit/9d97d8981c952d21b5937ae68ffc06394b5c8f18"><code>9d97d89</code></a> fix: handle more cases</li> <li><a href="https://github.com/webpack/webpack/commit/0d8f4d0f3d4074af32aa7059648cd8fa041e1d3a"><code>0d8f4d0</code></a> test: added more</li> <li><a href="https://github.com/webpack/webpack/commit/b34ff83135e0ee84382fbb1b1a7b1bb146f282c6"><code>b34ff83</code></a> test: added</li> <li><a href="https://github.com/webpack/webpack/commit/234fc91cd7023e147ebdba0c547a6c8d61ed2ad0"><code>234fc91</code></a> fix: regression in inner graph</li> <li><a href="https://github.com/webpack/webpack/commit/c0542ddcd0691f8243f263d9391628a9a81b03b1"><code>c0542dd</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17263">#17263</a> from webpack/dependabot/npm_and_yarn/simple-git-3.19.0</li> <li><a href="https://github.com/webpack/webpack/commit/d52f2c556410e35fcde020640181dafff016aecb"><code>d52f2c5</code></a> chore(deps-dev): bump simple-git from 3.18.0 to 3.19.0</li> <li><a href="https://github.com/webpack/webpack/commit/d20aabe93714248e5eaeefc767328266ec05285d"><code>d20aabe</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17027">#17027</a> from webpack/dependabot/npm_and_yarn/types/jest-29.5.1</li> <li><a href="https://github.com/webpack/webpack/commit/4d4caf13add84f996790e5bbdf79b66a548f8273"><code>4d4caf1</code></a> 5.84.0</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.83.1...v5.84.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.83.1&new-version=5.84.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#243
No description provided.