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 🚨 #74

Closed
greenkeeper bot opened this issue Aug 13, 2019 · 8 comments
Closed

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

greenkeeper bot opened this issue Aug 13, 2019 · 8 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 13, 2019

The devDependency webpack was updated from 4.39.1 to 4.39.2.

🚨 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
  • ci/circleci: build: Your CircleCI tests were canceled (Details).

Release Notes for v4.39.2

Bugfixes

  • fix ProfilingPlugin not ending traces correctly
Commits

The new version differs by 38 commits.

  • 7265427 4.39.2
  • 9f27d0c Merge pull request #9559 from jamesgeorge007/feat/refactor-banner-plugin
  • b50a995 Merge pull request #9568 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.1
  • 385fe6a chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1
  • 7ea8665 Merge pull request #9566 from timneutkens/fix/profiling-callback-override
  • 069c33a Fix asyncHook callback interceptor for ProfilingPlugin
  • ba56f7e Merge pull request #9564 from webpack/dependabot/npm_and_yarn/acorn-6.3.0
  • bd7655c chore(deps): bump acorn from 6.2.1 to 6.3.0
  • e62b643 Merge pull request #9558 from jamesgeorge007/hotfix/fix-typo
  • d7486fd fix: revert
  • aed5cce minor fix
  • 4f003c2 tweak
  • fa3b3ef refactor
  • 72ee5a3 fix: lint
  • af8906d fix: refactor

There are 38 commits in total.

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 Aug 13, 2019

After pinning to 4.39.1 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 Aug 27, 2019

  • The devDependency webpack was updated from 4.39.2 to 4.39.3.

Your tests are still failing with this version. Compare changes

Release Notes for v4.39.3

Bugfixes

  • fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
Commits

The new version differs by 43 commits.

  • 94929a5 4.39.3
  • 6bf1868 Merge pull request #9635 from webpack/bugfix/9634
  • 83dd295 fixes #9634
  • 54519bd Merge pull request #9630 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2
  • aa8d930 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
  • b16ca50 Merge pull request #9603 from noscripter/patch-1
  • 0601b12 Merge pull request #9623 from webpack/dependabot/npm_and_yarn/less-3.10.3
  • d56b9f8 chore(deps-dev): bump less from 3.10.2 to 3.10.3
  • 9dc49cf Merge pull request #9613 from shaodahong/optimize-eslint
  • 85421cd improve linting performance
  • 94d1768 resolve linting issues in test/helpers
  • 7ee8ca3 optimize code-lint config
  • 9b02c19 Merge pull request #9617 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.2
  • 45622a4 Merge pull request #9616 from webpack/dependabot/npm_and_yarn/less-3.10.2
  • 3c252ff Merge pull request #9608 from webpack/dependabot/npm_and_yarn/types/node-10.14.16

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency webpack was updated from 4.39.3 to 4.40.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.40.0

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
Commits

The new version differs by 30 commits.

  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
  • a736c3e update code for @enum breaking change
  • 320b30b chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
  • 77cd3d0 Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.0
  • 3e72f36 chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
  • b2b5b27 Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.40.0 to 4.40.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.40.1

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename
Commits

The new version differs by 5 commits.

  • e4c7d8c 4.40.1
  • b69ad20 Merge pull request #9697 from webpack/bugfix/multiple-assets
  • e41fab0 make multiple assets to the same filename a warning
  • c5450b4 Merge pull request #9696 from sodatea/fix-size-limits
  • 025c253 fix: check the asset's existence before running filter

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.40.1 to 4.40.2.

Your tests are still failing with this version. Compare changes

Release Notes for v4.40.2

Bugfixes

  • fix a bug where asset is undefined
Commits

The new version differs by 3 commits.

  • d1fffd8 4.40.2
  • 705a3f5 Merge pull request #9701 from Akryum/patch-1
  • b4c7fd5 fix: check for asset nullity before fileFilter

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2019

  • The devDependency webpack was updated from 4.40.3 to 4.41.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.0

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin
Commits

The new version differs by 18 commits.

  • 36e318b 4.41.0
  • 494b223 Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups
  • 951bf0d Merge pull request #9727 from webpack/perf/limit-chunk-count
  • b58560c 4.40.3
  • 03b32d3 disallow shorthand cache groups syntax with cache group named test
  • 6f1c685 Improve performance of LimitChunkCountPlugin a lot
  • adfa484 Merge pull request #9724 from webpack/bugfix/serve-regression
  • b151069 Merge pull request #9702 from weswigham/patch-1
  • d89dc70 Merge pull request #9719 from hedgepigdaniel/perf/NormalModule-size
  • 1c4138d HMR plugin should only affect the root compilation
  • a97e8d6 Merge pull request #9709 from mbudde/patch-1
  • 2aef0b6 Memoize NormalModule.size()
  • b07d3b6 Merge pull request #9710 from webpack/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.1
  • 9becbd4 chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
  • 465922f nit: Don't recompute filename hash

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2019

  • The devDependency webpack was updated from 4.41.0 to 4.41.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.1

Bugfixes

  • fix incorrect request shortening when directory looks similar to parent directory
  • fix crash when timezone is unknown
Commits

The new version differs by 58 commits.

  • dcfda00 4.41.1
  • 16d2628 Merge pull request #9799 from petetnt/petetnt-stats-fix
  • 2260eca fix: Intl.DateTimeFormat can throw too
  • 3d43f1e fix: Deal with undetected timeZone in Stats.js
  • 8dc440e Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2
  • 421ae43 chore(deps-dev): bump react from 16.10.1 to 16.10.2
  • 800c124 Merge pull request #9772 from webpack/dependabot/npm_and_yarn/react-dom-16.10.2
  • e09dfff Merge pull request #9789 from webpack/dependabot/npm_and_yarn/typescript-3.6.4
  • 13e7248 Merge pull request #9787 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.10.0
  • 02f5553 chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
  • 97e607c chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.0
  • 84f541f Merge pull request #9782 from webpack/dependabot/npm_and_yarn/enhanced-resolve-4.1.1
  • b11e063 Merge pull request #9785 from webpack/dependabot/npm_and_yarn/types/node-10.14.21
  • 1e30592 chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21
  • edfb782 chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2019

  • The devDependency webpack was updated from 4.41.1 to 4.41.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.2

Bugfixes

  • fix issue with invalide timezone
Commits

The new version differs by 69 commits.

  • 11e94dd 4.41.2
  • e928727 Merge pull request #9821 from petetnt/fix-stats-issue
  • b3d7636 enable CI on webpack-4 branch
  • 009e47c fix: Make timeZone initial value undefined in lib/Stats.js
  • f523293 fix: Only add timeZone if toLocaleString throws with initial timeZone
  • 42407cb Merge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.0
  • 39b63b4 Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.0
  • 8b2b433 chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
  • d54ce2e chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
  • 1a77333 Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7
  • dcfda00 4.41.1
  • 16d2628 Merge pull request #9799 from petetnt/petetnt-stats-fix
  • 2260eca fix: Intl.DateTimeFormat can throw too
  • 3d43f1e fix: Deal with undetected timeZone in Stats.js
  • 8dc440e Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2

There are 69 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