Skip to content

Commit 447db28

Browse files
chore(deps-dev): bump webpack from 5.100.1 to 5.100.2 in the webpack group across 1 directory (#1267)
Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.100.1 to 5.100.2 <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.100.2</h2> <h3>Fixes</h3> <ul> <li>Keep consistent CSS order</li> <li>Dependency without the source order attribute must keep their original index</li> <li>Keep module traversal consistent across reexport scenarios</li> </ul> <h3>Performance Improvements</h3> <ul> <li>Extend <code>importPhasesPlugin</code> only when enable <code>deferImport</code> (<a href="https://redirect.github.com/webpack/webpack/issues/19689">#19689</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/21fcdbb8f2bb3820d3309df8e399c6deced12b42"><code>21fcdbb</code></a> chore(release): 5.100.2</li> <li><a href="https://github.com/webpack/webpack/commit/2c8d1f14e5fe63703b2ed3d6bc092c2f982ee215"><code>2c8d1f1</code></a> chore(deps): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/19701">#19701</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/89eb6a3c8109563050c5da42ed99de51782e6501"><code>89eb6a3</code></a> fix: keep module traversal consistent across reexport scenarios (<a href="https://redirect.github.com/webpack/webpack/issues/19702">#19702</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/fdb0c4efe3df78696a474520088c5579cefc49dd"><code>fdb0c4e</code></a> fix: dependency without the sourceOrder attribute must keep their original in...</li> <li><a href="https://github.com/webpack/webpack/commit/d76af00142e8e11480f96521dc557fe99ce09ce9"><code>d76af00</code></a> fix: types (<a href="https://redirect.github.com/webpack/webpack/issues/19699">#19699</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/503ed53208a9db88cbe61e053932f702a74cb422"><code>503ed53</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/19694">#19694</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e25189162aaf2576bf41996ec99fde2d6e134778"><code>e251891</code></a> refactor: import dependency generation for defer module with async dependenci...</li> <li><a href="https://github.com/webpack/webpack/commit/9eb964224c7c5085dfd353466f32853b24a52d6c"><code>9eb9642</code></a> perf: extend importPhasesPlugin only when enable deferImport (<a href="https://redirect.github.com/webpack/webpack/issues/19689">#19689</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0a984462ab2e69952bd9cf6895fdd6cbd2866c7d"><code>0a98446</code></a> fix: keep consistent css order (<a href="https://redirect.github.com/webpack/webpack/issues/19686">#19686</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/6de2dfddcdcc9eb355979756dce7c068406a0317"><code>6de2dfd</code></a> fix(test): TestRunner avoids using jest mock's require (<a href="https://redirect.github.com/webpack/webpack/issues/19685">#19685</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.100.1...v5.100.2">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.100.1&new-version=5.100.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent 77b7907 commit 447db28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ All notable changes to this project will be documented in this file.
77
<!-- add unreleased items here -->
88

99
* Build
10-
* Use _webpack_ `v5.100.1` now, was `v5.99.9` (via [#1262])
10+
* Use _webpack_ `v5.100.2` now, was `v5.99.9` (via [#1262], [#1267])
1111

1212
[#1262]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1262
13+
[#1267]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1267
1314

1415
## 8.5.0 -- 2025-07-14
1516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"rimraf": "^6",
104104
"ts-loader": "9.5.2",
105105
"typescript": "5.8.3",
106-
"webpack": "5.100.1",
106+
"webpack": "5.100.2",
107107
"webpack-cli": "6.0.1",
108108
"webpack-node-externals": "3.0.0"
109109
},

0 commit comments

Comments
 (0)