Closed greenkeeper[bot] closed 7 years ago
Update to this version instead 🚀
extensions
option to DllReferencePluginwarningsFilter
to UglifyJsPlugin to hide warnings selectivelyextractComments
to UglifyJsPlugin to move kept comments into separate file (i. e. LICENSE file)compiler
(name
in configuration) in rules
extract-text-webpack-plugin
or html-webpack-plugin
module.strictExportPresence
to make missing export an error instead of warningwatch-close
event when the watcher is closedSystem
now generate valid code i. e. System.global
EnvironmentPlugin
Update to this version instead 🚀
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.
Update to this version instead 🚀
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.
Update to this version instead 🚀
Update to this version instead 🚀
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 252 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.
Update to this version instead 🚀
Update to this version instead 🚀
hashSalt
to schemasourceMappingURL
, which caused issues with some toolsThe new version differs by 81 commits0.
bf3652b
2.5.0
cd1cd29
Merge pull request #4815 from webpack/bugfix/extract-async-initial
b45588b
CommonsChunkPlugin in async mode doesn't select initial chunks
8bab88c
Merge pull request #4814 from webpack/test/move-entry
a244879
add testcase for moving entry modules into the commons chunk
85dc98f
Merge pull request #4813 from JLHwung/perf/date-now
6afc397
perf: use Date.now() instead of new Date().getTime()
94d0641
perf: use Date.now() instead of +new Date()
c91ba49
Merge pull request #4791 from deificx/master
94ba75f
Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
84ea1ff
added error to stats.moduleTrace test name to trigger test cases corretly
8ad4386
test cases for stats.moduleTrace option
958156a
moduleTrace added to webpackOptionsSchema.json
de87f93
Disable manifest.json pretty print
4131013
rename stats.stackTrace to stats.moduleTrace
There are 81 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 5 commits0.
ad2f68f
2.5.1
4fd545b
Merge pull request #4828 from satazor/patch-1
b0c45da
Fix _done function not dealing with compilation being undefined
7bc08e1
Merge pull request #4816 from webpack/bugfix/hoist-immutable-export
a952bb9
change some magic numbers to hoist exports
false
See the full diff
Version 2.3.0 of webpack just got published.
The version 2.3.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of webpack. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v2.3.0Features:
extensions
option to DllReferencePluginwarningsFilter
to UglifyJsPlugin to hide warnings selectivelyextractComments
to UglifyJsPlugin to move kept comments into separate file (i. e. LICENSE file)compiler
(name
in configuration) in rulesextract-text-webpack-plugin
orhtml-webpack-plugin
module.strictExportPresence
to make missing export an error instead of warningwatch-close
event when the watcher is closedBugfixes:
System
now generate valid code i. e.System.global
EnvironmentPlugin
Commits
The new version differs by 2046 commits (ahead by 2046, behind by 66).
46dc08e
2.3.0
01c06de
Merge pull request #4527 from webpack/bugfix/issue-4472
23e1f7c
install Promise early in chunk cache
0c137cb
Merge pull request #4521 from chicoxyzzy/patch-1
98ea823
Merge pull request #4503 from eirikurn/empty-env-variables
0058a2e
Use ts-loader instead of deprecated typescript-loader
3e787ea
Merge pull request #4502 from webpack/TheLarkInn-patch-1
335ce5f
Merge pull request #4471 from SteveMieskoski/increase-coverage-for-AutomaticPrefetchPlugin
fadafb2
Merge pull request #4504 from timse/do-not-merge-empty-chunks
a9972a3
Merge pull request #4505 from rouzbeh84/hotfix/hotlinking-examples-index
a5272e8
hotlink examples in readme
d67e125
fix up tests
d7ae9ad
do not incorporate chunks without modules
003cef9
EnvironmentPlugin: Support empty env variables
7db849d
Update README.md
There are 250 commits in total. 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: