DBCDK / dk5

DK5 Digital
GNU Affero General Public License v3.0
0 stars 0 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.8.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 3.7.1
Type devDependency

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 failed [Details](https://travis-ci.org/DBCDK/tanterne/builds/288969913?utm_source=github_status&utm_medium=notification)

Release Notes v3.8.0

Features:

  • It's now possible to include the --env data in stats (@jbottigliero)
  • There is a warning when trying to load a initial chunk with import() or require.ensure now (@sokra)

Bugfixes:

  • fix a race condition for ENOENT errors (@simon-paris)
  • chunk reasons comments are not set more consistent (@sokra)
  • fix schema for stats and be more strict (@jbottigliero)
    • This may lead to errors if you've provided wrong properties.
  • remove the absolute path from the parser error message (@sokra)
  • fix changed behavior when loading a initial chunk on demand (@sokra)

Performance

  • chunk graph is now build in breath-first traversal, which is faster (@sokra)
  • fix a performance problem in some edge cases (@sokra)
Commits

The new version differs by 26 commits.

  • 1dc5618 3.8.0
  • dfc34ce Merge pull request #5838 from webpack/bugfix/include-origin-in-parse-error
  • d96c01e remove absolute path from parse error
  • 64ac3f0 Merge pull request #5835 from jbottigliero/tests-statsCases
  • f61e748 Merge pull request #5837 from webpack/bugfix/async-dep-to-initial
  • b597322 fix behavior and add a warning when trying to load an
  • 5c687cd [tests] statsCases/module-deduplication
  • 5433b8c Merge pull request #5825 from jbottigliero/fix-webpackOptionsSchema
  • 5761875 [fix] webpackOptionsSchema.json
  • e0d4501 [fix] webpackOptionsSchema
  • 33818bc Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
  • 1bd8b74 Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
  • 2d60f13 Merge pull request #5823 from webpack/ci/exclude-old-version
  • 0b6e9d2 Exclude testing in older versions
  • 0b3dfcb Merge pull request #5822 from webpack/bugfix/commons-chunk-plugin

There are 26 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 3.8.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.8.1

Bugfixes:

  • add missing keys to stats schema for validation
Commits

The new version differs by 3 commits.

  • b8e6b4a 3.8.1
  • bb5a072 Merge pull request #5840 from webpack/bugfix/missing-stats-keys
  • c4bb0f4 add missing stats keys

See the full diff

fvsdbc commented 6 years ago

Fixed