Closed greenkeeper[bot] closed 6 years ago
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 9 commits .
6b209b1
2.3.2
88f2833
Merge pull request #4567 from webpack/bugfix/cheap-source-map
3fca75e
Merge pull request #4565 from webpack/dx/error-description-output-path
c226077
update webpack-sources dependency to fix a bug
2fe82af
Suggest course of action
56d09ab
Merge pull request #4533 from michael-ciniawsky/schema
b5451ef
Merge pull request #4564 from webpack/bugfix/cheap-source-map
22c771f
update webpack-sources dependency to avoid performance issue
c390700
fix(schema/absolutePaths): make absolute paths case insensitive
See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 11 commits .
ba24c1b
2.3.3
956f618
Fix ProgressPlugin for multi compiler caused by ES6 refactoring
6b209b1
2.3.2
88f2833
Merge pull request #4567 from webpack/bugfix/cheap-source-map
3fca75e
Merge pull request #4565 from webpack/dx/error-description-output-path
c226077
update webpack-sources dependency to fix a bug
2fe82af
Suggest course of action
56d09ab
Merge pull request #4533 from michael-ciniawsky/schema
b5451ef
Merge pull request #4564 from webpack/bugfix/cheap-source-map
22c771f
update webpack-sources dependency to avoid performance issue
c390700
fix(schema/absolutePaths): make absolute paths case insensitive
See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
import()
now allows to configure a chunk nameimport(/* webpackChunkName: "my-chunk-name" */ "module")
require.ensure
has a error callbackrequire.ensure([], () => {
require("a");
}, err => {
console.error("We failed to load chunk: " + err);
}, "chunk-name");
warningsFilter
to stats options to filter warnings__webpack_chunkname__
to ExtendedAPIPlugin
NamedChunksPlugin
which allows to set chunk id, i. e. to chunk namerequire.ensure
import()
The new version differs by 263 commits .
0cbd8fd
2.4.0
ab22702
Merge pull request #4507 from ts-webpack/refactor/clean-code
e787452
Merge pull request #4700 from webpack/bug/future-var-declaration
98153f5
Merge pull request #4706 from webpack/test/parser-coverage
52f2daf
add test cases and fix a bug
e4b8833
improve code coverage
3afe67d
add parser prewalking to capture scope
0990915
spacing
d8a8bd3
deprecate string option instead of removing it
dbc40e8
Merge pull request #4698 from simon04/examples-source-map
0ef0581
Add example demonstrating all source-map variants
a822784
Merge pull request #4696 from webpack/bugfix/parser-refactoring
ba3688a
fixes misstake while es6 refactoring, add support for other variable declarations
07f6281
fix: typos and variables/function misuse
52055ba
refactor: dead code elimination
There are 250 commits in total. See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 266 commits .
bd75356
2.4.1
fb698e4
Merge pull request #4710 from webpack/bugfix/prewalk-function-decl
619cf31
prewalk a function declaration
0cbd8fd
2.4.0
ab22702
Merge pull request #4507 from ts-webpack/refactor/clean-code
e787452
Merge pull request #4700 from webpack/bug/future-var-declaration
98153f5
Merge pull request #4706 from webpack/test/parser-coverage
52f2daf
add test cases and fix a bug
e4b8833
improve code coverage
3afe67d
add parser prewalking to capture scope
0990915
spacing
d8a8bd3
deprecate string option instead of removing it
dbc40e8
Merge pull request #4698 from simon04/examples-source-map
0ef0581
Add example demonstrating all source-map variants
a822784
Merge pull request #4696 from webpack/bugfix/parser-refactoring
There are 250 commits in total. See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 376 commits.
859b8cd
updated examples
af05c14
2.6.0
74afac5
Merge pull request #4881 from webpack/bugfix/destructing
cd6d086
fix missing pattern walk
231a638
fix parsing issue with patterns
272c105
support destructing on assignment
6bd3a82
Merge pull request #4902 from bdwain/master
04f2622
require a newer version of uglify that fixes a bug with regexp
6d24f0d
Merge pull request #4882 from kdnk/fix-typo
7e4d659
CI
60f154f
archieved β> achieved
95400b8
Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
d5d0428
Merge pull request #4880 from webpack/ci/appveyor-yarn
8ee65f1
Workaround for weird yarn link behavior
b59e179
'it it' => 'in in'
There are 250 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
output.pathinfo
)The new version differs by 383 commits.
7cfd2c4
2.6.1
5ec15f8
Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
da08b89
fix variable injection in require.ensure
0dd0830
Merge pull request #4923 from webpack/bugfix/promise-later
09d9533
Use Promise only when chunk load is triggered
ae389b0
Merge pull request #4918 from marzelin/master
08615a2
change description when no static exports found
859b8cd
updated examples
af05c14
2.6.0
74afac5
Merge pull request #4881 from webpack/bugfix/destructing
cd6d086
fix missing pattern walk
231a638
fix parsing issue with patterns
272c105
support destructing on assignment
6bd3a82
Merge pull request #4902 from bdwain/master
04f2622
require a newer version of uglify that fixes a bug with regexp
There are 250 commits in total.
See the full diff
Version 2.3.1 of webpack just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As webpack is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/n6g7/chapter/225?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)Commits
The new version differs by 9 commits .
4b9b660
2.3.1
d1cf8b4
Merge pull request #4538 from webpack/feature/error-emit-warning
ec46a0d
Merge pull request #4539 from mp4096/master
18566a1
Fixed link to the Traceur repo in README
751fd9b
add stack to non-Error error emitted
b1acb2e
Merge pull request #4537 from webpack/bugfix/newline-validation
49ccf44
Merge pull request #4536 from webpack/bugfix/issue-4532
10c44e5
fix extra newline in validation
915c150
fix bug in MinChunkSizePlugin
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: