Skip to content

build: bump webpack-merge to 6.0.1 and webpack-bundle-tracker to 3.2.4 - #73

Open
paulschreiber wants to merge 10 commits into
mainfrom
fix/webpack
Open

build: bump webpack-merge to 6.0.1 and webpack-bundle-tracker to 3.2.4#73
paulschreiber wants to merge 10 commits into
mainfrom
fix/webpack

Conversation

@paulschreiber

Copy link
Copy Markdown
Contributor

Description

bump webpack-merge to 6.0.1 and webpack-bundle-tracker to 3.2.4

update webpack-merge import

Since v5, and still in latest v6.0.1, the package exports a named { merge, mergeWithRules, ... } object instead — require('webpack-merge') returns an object, not a callable. webpack.config.js:2 (and the two merge(common, {...}) calls at lines 81 and 94) would break with "merge is not a function" after the bump.

dependabot Bot and others added 10 commits July 30, 2026 10:19
Bumps [webpack](https://github.com/webpack/webpack) from 5.106.2 to 5.108.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.106.2...v5.108.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.108.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) from 1.5.378 to 1.5.387.
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.378...v1.5.387)

---
updated-dependencies:
- dependency-name: electron-to-chromium
  dependency-version: 1.5.387
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@jridgewell/resolve-uri](https://github.com/jridgewell/resolve-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/jridgewell/resolve-uri/releases)
- [Commits](jridgewell/resolve-uri@v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: "@jridgewell/resolve-uri"
  dependency-version: 3.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 10.1.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.3...v10.1.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Since v5, and still in latest v6.0.1, the package exports a named { merge, mergeWithRules, ... } object instead — require('webpack-merge') returns an object, not a callable.

webpack.config.js:2 (and the two merge(common, {...}) calls at lines 81 and 94) would break with "merge is not a function" after the bump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant