seek-oss / sku

Front-end development toolkit

Home Page:https://seek-oss.github.io/sku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

Version 3.9.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 3.8.1
Type dependency

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

webpack is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.9.0

Features

  • add more descriptions to the schema for better validation errors
  • Handle arrow functions in AMD define/require

Bugfixes

  • added stats.all option to schema
  • UMD uses self before this as global object
  • Use window instead of this in JSONP
  • handle null in SourceMap correctly
  • Use Error name instead of instanceof to check for validation Error
  • Respect node.js deprecation configuration for some deprecation messages in webpack
  • Generate shorter identifiers for ConcatenatedModules to save memory
  • fix increasing delay when using HMR with multiStep: true
Commits

The new version differs by 52 commits.

  • 73e34a7 3.9.0
  • 05c5479 Merge pull request #5849 from cdata/fix-5843
  • 801a253 Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
  • 9c1f9fe Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
  • c23cf31 upgrade webpack-sources in lockfile
  • 2525466 Merge pull request #6001 from lencioni/concatenation-efficiency
  • 37d70bd Avoid calling hash.update multiple times in ConcatenatedModules
  • 8fdf411 Simplify identifier creation in ConcatenatedModules
  • 7bbf31e Merge pull request #6007 from webpack/bugfix/multi-step-hmr
  • 78d6ba8 Merge pull request #6005 from madeinfree/fix-parser-apply
  • 991ec20 fix increasing delay with multiStep HMR
  • f9d797f fix: Compiler parser.apply bug
  • 885e9ee Merge pull request #5985 from EugeneHlushko/respect-no-deprecation-flag
  • 20759bb Merge pull request #5997 from filipesilva/concatenated-module-identifier
  • aef6f19 Use shorter identifier for ConcatenatedModules

There are 52 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 🌴

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

Version 3.9.1 just got published.

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

Release Notes v3.9.1

Bugfixes:

  • add ignored and stdin to schema of watchOptions
Commits

The new version differs by 3 commits.

  • 5acbe2f 3.9.1
  • 7cca6bb Merge pull request #6044 from webpack/bugfix/schema-watch-options
  • a71284e Add missing watchOptions properties to schema

See the full diff

Version 3.10.0 just got published.

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

Release Notes v3.10.0

Features:

  • add publicPath and fileContext to SourceMapDevToolPlugin
  • require.include no longer uses all exports (Tree Shaking)
Commits

The new version differs by 8 commits.

  • c71fd05 3.10.0
  • 2c244d2 Merge pull request #6061 from webpack/bugfix/require-include-exports
  • 00cd8b4 allow tree-shaking for require.include
  • 905a8f1 Merge pull request #5986 from EugeneHlushko/feature-sourcemap-use-filename-in-url
  • 471e1a2 make url only relative when no publicPath has been provided
  • a539f24 SourceMapDevToolPlugin: update test config with example from change request
  • 612111a SourceMapDevToolPlugin: Second test case, make sure sourcemap file is written to expected directory considering the fileContext was provided
  • 840b43f SourceMapDevToolPlugin: add fileContext and publicPath options. Add a configCase test

See the full diff