Bump the webpack group across 1 directory with 5 updates - #5
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the webpack group across 1 directory with 5 updates#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/webpack-fcb249d52e
branch
from
July 1, 2026 01:55
0bf4de3 to
3d59a9c
Compare
Bumps the webpack group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.6` | `5.6.7` | | [webpack](https://github.com/webpack/webpack) | `5.105.0` | `5.108.4` | | [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `7.2.1` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.2.3` | `6.0.0` | | [webpack-merge](https://github.com/survivejs/webpack-merge) | `5.10.0` | `6.0.1` | Updates `html-webpack-plugin` from 5.6.6 to 5.6.7 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.6...v5.6.7) Updates `webpack` from 5.105.0 to 5.108.4 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.105.0...v5.108.4) Updates `webpack-cli` from 5.1.4 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@7.2.1) Updates `webpack-dev-server` from 5.2.3 to 6.0.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.3...v6.0.0) Updates `webpack-merge` from 5.10.0 to 6.0.1 - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](survivejs/webpack-merge@v5.10.0...v6.0.1) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack - dependency-name: webpack dependency-version: 5.106.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: webpack - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webpack - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack - dependency-name: webpack-merge dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webpack ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/webpack-fcb249d52e
branch
from
July 15, 2026 01:54
3d59a9c to
7e79a29
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the webpack group with 5 updates in the / directory:
5.6.65.6.75.105.05.108.45.1.47.2.15.2.36.0.05.10.06.0.1Updates
html-webpack-pluginfrom 5.6.6 to 5.6.7Changelog
Sourced from html-webpack-plugin's changelog.
Commits
fdef1b4chore(release): 5.6.7c862830fix: provide module/exports in VM sandbox for Node.js 25+ compatibility (#1889)0d1ff98refactor: remove lodash usage where possible (#1888)Updates
webpackfrom 5.105.0 to 5.108.4Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
bb9ccfdchore(release): new release (#21319)7639066fix: invalidate provided-exports cache with lazy barrel (#21326)ae28c54perf: reduce CPU and memory overhead of the HTML and CSS pipelines (#21332)e6fb547perf: re-encode the HTML AST as struct-of-arrays behind a path-based visitor ...5ce1c22fix(html): resolve asset URLs against <base href> (#21329)0e43c4atest(html): cover generateError, ignored-source, and null-character parse pat...cebd793refactor: build export-presence guards from a lazy boolean formula (#21320)c2628cffix: don't resolve new URL() directory references as modules (#21312)00d8b2fperf: speed up non-CSS-Modules CSS parsing by skipping unused AST work (#21324)f7a3f6dperf: reduce HTML parser memory and CPU with parser-level skip options (#21323)Updates
webpack-clifrom 5.1.4 to 7.2.1Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
... (truncated)
Commits
71e34dbchore(release): new release (#4800)97c5541fix: CLIPlugin dynamic import interop under Bun (#4799)40b631fchore(release): new release (#4794)f896a9cchore(deps-dev): bump the dependencies group across 1 directory with 4 update...b4ea5a7test: update target flag tests for webpack 5.108 (#4797)9a5fef9feat: support tsx as a fallback loader for TypeScript and JSX configs (#4796)6cafa00chore(deps): bump http-proxy-middleware from 2.0.9 to 2.0.10 (#4795)3bfa81cdocs: update (#4789)d122911chore: update webpack-dev-server peer dependency version (#4793)3cd7423chore(release): new release (#4778)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for webpack-cli since your current version.
Updates
webpack-dev-serverfrom 5.2.3 to 6.0.0Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
05cb792chore(release): new release (#5692)a451839fix: handle middleware teardown in plugin mode (#5703)c2d23a7fix: load ESM-only dependencies with native import() in the CommonJS build (#...ba54764fix: reject cross-site requests to open-editor and invalidate endpoints (#5691)2b369b3fixup!08a0ea7fix: ensure undefined options default to an empty object in Server constructor797b9e7fix: handle undefined options in Server constructore90221cfeat: plugin support (#5650)4c351e1feat: support universal platform as a web target (#5690)2236aa4chore: update http-proxy-middleware to version 4.1.1 and add tests for pathRe...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for webpack-dev-server since your current version.
Updates
webpack-mergefrom 5.10.0 to 6.0.1Changelog
Sourced from webpack-merge's changelog.
Commits
2f610b96.0.18caf9a5chore: Update changelog315d4746.0.0cf37468chore: Update changelog882294afix: Removeclone-deepdependency in favor of nativestructuredClone(#214)db2547echore: Update internal tooling99b62a2chore: Update lock file