Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of webpack is breaking the build 🚨 #1139

Closed
greenkeeper bot opened this issue Feb 11, 2020 · 4 comments
Closed

An in-range update of webpack is breaking the build 🚨 #1139

greenkeeper bot opened this issue Feb 11, 2020 · 4 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Feb 11, 2020

The devDependency webpack was updated from 4.41.5 to 4.41.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v4.41.6

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
Commits

The new version differs by 12 commits.

  • 71be3bf 4.41.6
  • 0b8ef22 Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
  • 614ea54 only retrigger flagging exports in dependencies when exports really changed
  • 627510d Merge pull request #10255 from jeffin143/fix-10247
  • e826575 correct windows paths must use \ and not /
  • 5e9f083 Merge pull request #10240 from jeffin143/fix-10217
  • d8c74b6 fix: better handle absolute paths
  • ef73991 update webpackOption.d.ts
  • 2101892 add chunkid declaration
  • 4bb706f Fix lint issue
  • 2394136 added variable declarations in files where required
  • 148c4be get rid of some hacks in declarations file for webpack-4

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2020

After pinning to 4.41.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency webpack was updated from 4.41.6 to 4.42.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.0

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports
Commits

The new version differs by 11 commits.

  • 29d851b 4.42.0
  • 07a4b28 Merge pull request #10478 from webpack/bugfix/all-modules-dll
  • c1aa9d4 flag all modules as used for Dll
  • d147689 Merge pull request #10431 from webpack/bugfix/concat-circular-4
  • d76761d hoist exports to the top of a concatenated module
  • 534d78f Merge pull request #10393 from webpack/schema/disallow-function-hotchunkfilename
  • d46ddc2 disallow function for output.hotUpdateChunkFilename
  • 95409bd Merge pull request #10294 from ngg/asmjs-4
  • 7a30012 spacing
  • 284e97f add detectStrictMode method for backward-compat
  • a7a07bc do not evaluate constants in asm.js, fix IIFE mode detection

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

  • The devDependency webpack was updated from 4.42.0 to 4.42.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.1

Bugfixes

  • update webassemblyjs dependencies for instruction update
  • update mkdirp dependency for security reasons
Commits

The new version differs by 7 commits.

  • 71eb593 4.42.1
  • 7bc38d6 Merge pull request #10580 from jeffin143/update-mkdirp
  • a814ac9 update lockfile
  • f110b6e UPDATE mkdirp
  • 5f65ecb Merge pull request #10493 from jeffin143/fix-10489
  • 994df0f Order dependencies alphabetically
  • a06807b fix :10489 - Backport to webpack 4: wasm: v128 support

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency webpack was updated from 4.42.1 to 4.43.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.43.0

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates
Commits

The new version differs by 17 commits.

  • c9d4ff7 4.43.0
  • 9a2febd Merge pull request #10715 from webpack/hmr/invalidate-4
  • a53bb8f add invalidate method to HMR
  • 4c644bf Merge pull request #10518 from TechieForFun/webpack-4
  • 9efaba2 Merge pull request #10571 from mjziolko/watchpack-vuln
  • a704715 Merge pull request #10622 from webpack/ci/fix-azure
  • 7f843e8 fix vm images in azure
  • 9c23e18 Update watchpack to the most recent minor version to remove mimimist vulnerability.
  • 499b537 revert unneccessary changes
  • c9bb7a9 Update snapshots of tests
  • 4023e8c Update package.json, yarn.lock
  • 2ca966c Update package.json
- [`a7cfbfe`](https://github.com/webpack/webpack/commit/a7cfbfe0b16a2a34e13491e7cecdbc0676904786) Update package.json - [`f97fedc`](https://github.com/webpack/webpack/commit/f97fedc0c63a546e9f2eee8a3513ef0cd1624af4) Update package.json for tests - [`3320b9d`](https://github.com/webpack/webpack/commit/3320b9dfd88785d1bbc15d51dc8dc05f09445f99) Update on yarn.lock

There are 17 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant