Skip to content

Commit dfaf6eb

Browse files
chore(deps-dev): bump webpack from 5.99.5 to 5.99.6 in the webpack group across 1 directory (#1231)
Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.99.5 to 5.99.6 <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.99.6</h2> <h3>Fixes</h3> <ul> <li>Respect public path for ES modules</li> <li>Fixed generation of module for <code>module</code> library when mixing commonjs and esm modules</li> <li>Always apply <code>FlagDependencyExportsPlugin</code> for libraries where it required</li> <li>Faster logic for dead control flow</li> <li>Typescript types</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/f8eee102c20a3d79eddfed0194113c4d5759d9e4"><code>f8eee10</code></a> chore(release): 5.99.6</li> <li><a href="https://github.com/webpack/webpack/commit/e207e614e6d19a24e7ff9e6f9b8eac1496b05382"><code>e207e61</code></a> fix: respect public path for ES modules (<a href="https://redirect.github.com/webpack/webpack/issues/19434">#19434</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/00a888a804906fed9ae33e80022b3e4e380bdefb"><code>00a888a</code></a> ci: fix coverage</li> <li><a href="https://github.com/webpack/webpack/commit/4211c97f9b9d372a873ede9a545240468171e3c2"><code>4211c97</code></a> ci: improve codecov report (<a href="https://redirect.github.com/webpack/webpack/issues/19430">#19430</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/b1bc97a3032aba6f84d542016e1843a1c2821b1d"><code>b1bc97a</code></a> ci: remove <code>lintunit</code> project from coverage (<a href="https://redirect.github.com/webpack/webpack/issues/19429">#19429</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/bd1ff8c317e591613a0a369f3be469c2606f9f47"><code>bd1ff8c</code></a> fix: module library export generation when mixing commonjs and esm modules (#...</li> <li><a href="https://github.com/webpack/webpack/commit/747cf9db58353516e83beebcf7c6870e0545a39a"><code>747cf9d</code></a> fix: improve logic for dead control flow</li> <li><a href="https://github.com/webpack/webpack/commit/df3da4826a500b6110c7f1a20e7db063a2047f63"><code>df3da48</code></a> fix: types of ContextModule</li> <li><a href="https://github.com/webpack/webpack/commit/fe2ce398a3493be39ff2780f71e2b77747f4ea16"><code>fe2ce39</code></a> fix: library module without export statement (<a href="https://redirect.github.com/webpack/webpack/issues/19411">#19411</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4d6d3800b4055695244eea65d052cf6f9947d9b8"><code>4d6d380</code></a> fix: types</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6">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.99.5&new-version=5.99.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- 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 fb5b4fa commit dfaf6eb

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
@@ -10,10 +10,11 @@ All notable changes to this project will be documented in this file.
1010
* Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#])
1111
* Build
1212
* Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227])
13-
* Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229])
13+
* Use _webpack_ `v5.99.6` now, was `v5.98.0` (via [#1229], [#1231])
1414

1515
[#1227]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1227
1616
[#1229]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1229
17+
[#1231]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1231
1718

1819
## 8.0.0 -- 2025-03-17
1920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"rimraf": "^6",
103103
"ts-loader": "9.5.2",
104104
"typescript": "5.8.3",
105-
"webpack": "5.99.5",
105+
"webpack": "5.99.9",
106106
"webpack-cli": "6.0.1",
107107
"webpack-node-externals": "3.0.0"
108108
},

0 commit comments

Comments
 (0)