Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

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

Open
greenkeeper bot opened this issue Dec 16, 2019 · 5 comments
Open

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

greenkeeper bot opened this issue Dec 16, 2019 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 16, 2019

The devDependency webpack was updated from 4.41.2 to 4.41.3.

🚨 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.3

Security

  • force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack)

Funding

  • add npm funding field to package.json
Commits

The new version differs by 5 commits.

  • df9f3eb 4.41.3
  • fe71d68 Merge pull request #10010 from webpack/funding
  • b396d96 Merge pull request #10123 from pustovalov/webpack-4-serialize
  • 29b2bdd Update terser-webpack-plugin to ^1.4.3
  • bedb566 chore: funding field

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 Dec 16, 2019

After pinning to 4.41.2 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 Dec 19, 2019

  • The devDependency webpack was updated from 4.41.3 to 4.41.4.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.4

Bugfixes

  • fix case where __webpack_require__.e is not a function when using module concatenation
  • fix incorrect imported module when using sideEffects in a certain constellation of export names

Performance

  • lazy-require Webassembly related modules for improved startup performance
Commits

The new version differs by 8 commits.

  • dcc45dd 4.41.4
  • ab4fa8d Merge pull request #10146 from liximomo/fix-sideEffects
  • 1452d19 test: add test case
  • 156a087 fix: prevent incorrectly redirect
  • 5b8fbca Merge pull request #10132 from jeffin143/patch-9859
  • e62512d Merge pull request #10133 from webpack/bugfix/issue-10104
  • 77971bf backporting to webpack-4
  • c81963b fixes #10104

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

  • The devDependency webpack was updated from 4.41.4 to 4.41.5.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.5

Bugfixes

  • handle relative paths with webpack:// prefix in SourceMaps correctly
  • fixes a non-determinism about providedExports with export * which caused changing module hashes and unnecessary HMR invalidation
Commits

The new version differs by 7 commits.

  • 45ecebc 4.41.5
  • 8a0dac1 Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
  • 4e31587 Merge pull request #10183 from webpack/deps/update
  • 3ec952f update dependencies in-range
  • 8e4749e make order of exports in providedExports deterministic
  • 0e5e8d9 Merge pull request #10181 from webpack/backport/webpack-source-map-prefix
  • 6b9884e handle webpack:// prefix in SourceMap sources

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2020

  • The devDependency webpack was updated from 4.41.5 to 4.41.6.

Your tests are still failing with this version. Compare changes

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

@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

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

No branches or pull requests

0 participants