Closed greenkeeper[bot] closed 6 years ago
Update to this version instead π
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
Update to this version instead π
webpackMode
comment option for import()
output.chunkLoadTimeout
webpackChunkName
for import()
with expressionUpdate to this version instead π
output.pathinfo
)The new version differs by 7 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
See the full diff
Update to this version instead π
--display-modules
and --display-optimization-bailout
now work as expectedThe new version differs by 132 commits.
2e8b77d
3.0.0-rc.1
ae5cb84
Merge pull request #5024 from webpack/bugfix/scope-hoisting-ns-object
8c78089
fix lint error
ac92de5
update example
9060137
generate nicer names
9b58b7a
generate correct namespace objects
9b8c40b
Merge pull request #5015 from webpack/bugfix/module.chunks
1de873c
Merge pull request #5014 from webpack/bugfix/renaming-class-scope
7a0c776
Merge pull request #5013 from webpack/bugfix/cli-args
c0bf82c
fixes incorrect deprecation
1c538f9
fixes #5000
e343164
fix issue with --display-modules and --optimization-bailout
3d65329
3.0.0-rc.0
3455d7b
update examples
463eeb5
Merge pull request #5007 from webpack/next
There are 132 commits in total.
See the full diff
Update to this version instead π
node_modules
no longer mangle to ~
in stats [breaking change]webpack.optimize.ModuleConcatenationPlugin
)output.libraryExport
to select an export for the librarysourceMapFilename
now supports [contenthash]
[breaking change]module.noParse
supports functionsnode: false
option to disable all node specific additionsasync
optionThe new version differs by 44 commits.
bf4ec9c
3.0.0
9feda63
Merge pull request #5028 from webpack/feature/externalize_uglify_plugin
49d6e38
Merge pull request #5086 from webpack/ci/node-8
3dcb133
OSX test on node.js 8
f4b8785
Merge pull request #5012 from webpack/TheLarkInn-patch-1
d26c402
chore(deps): upgrade uglifyjs-webpack-plugin deps to get latest webpack-sources so tests pass
3da4f3e
Merge pull request #5085 from jbellenger/jbellenger/rawmodule-hash
8c9dc14
fix RawModule hashing
c2c5d73
Update README.md
316d4b9
Merge pull request #5084 from timse/remove-duplicate-code
ae18552
update test case with changed hash due to less clutter in dependencies
fc20348
unite iteration through modules into one loop
083843e
remove code that pushes arrays of dependencies into dependencies
ab636b0
Merge pull request #5075 from andreipfeiffer/master
3b3449c
Refactor: use const for non reassignable identifier
There are 44 commits in total.
See the full diff
Update to this version instead π
this
in a IIFEcacheWithContext: false
by default when it's safesortModules
to Chunk
which is required in extract-text-plugin to support webpack 3!
with truthy webpack identifier will evaluate correctlyThe new version differs by 95 commits.
4bb3018
3.1.0
7e757cd
Merge pull request #5194 from webpack/feature/hoist_regex_literals
2879fb3
Merge pull request #5225 from hulkish/feature/added-chunk-sortModules-method
5f08aa4
removed default params for node 4
cadf9f7
added sortModules method to Chunk class
70b7d2f
fix(sp): spelling mistake in const name
0ab36c4
Merge pull request #5196 from AndersDJohnson/multi-compiler-functions
2eccb19
Merge pull request #5081 from KTruong888/4099_es6_refactor_lib_hot_module_replacement_plugin
e365b2e
Merge pull request #5210 from ematipico/master
7913789
Merge pull request #5220 from liuyuanyangscript/master
15becbd
README.md bugfix
2ccc1fd
Changed statement 'var' to 'const'
a589a6c
Merge pull request #5183 from kahwee/patch-1
c2fa5d4
feat(perf): remove unneded regexp escape
987a9f3
feat(perf): hoist final regexp
There are 95 commits in total.
See the full diff
Update to this version instead π
strictThisContextOnImports
in ConcatenatedModules.strictThisContextOnImports
..call()
renames of this.typeof
with require.resolve(Weak)
.The new version differs by 27 commits.
d005990
3.2.0
67c17a6
Merge pull request #5234 from webpack/bugfix/source-map-duplicate
85ffe1e
add test case
5a64498
Merge pull request #5260 from ljqx/iife-nested-this-properties
a6c8362
Merge pull request #5261 from webpack/bugfix/import-context-strict-this
6842d50
Call imports with the correct context.
12a1352
[Parser] rename this
in .call(this)
bcde519
Merge pull request #5082 from KTruong888/4099_es6_refactor_lib_compiler
edd6228
fix linting
79926b3
- Edit PR to use normal functions again due to βargumentsβ not working with arrow functions
4266ab8
- Fix compiler test as discussed in PR
13bc80b
- Put Watching as a property on Compiler rather than a static method
6dffcca
- Remove βselfβ references from lib/Compiler and use more arrow functions instead
4378c92
- Add more tests
bfd5ed9
- Fix linter issues
There are 27 commits in total.
See the full diff
Update to this version instead π
this.compiler.compiler is not a function
The new version differs by 23 commits.
5b119e7
3.3.0
b128db1
Merge pull request #5290 from webpack/bugfix/caching-module
a064968
Merge pull request #5297 from webpack/bugfix/watch-missing-directories
329a805
add test case for error recovery while watching
b4c74b2
allow watch cases to have errors per step
f3ddcdd
upgrade watchpack
e72c3b2
missing dependencies could be files too
c1a0244
store hash in depndencyTemplates Map instead of comparing identify
981fd23
Merge pull request #5253 from rrharvey/feature/hmr-module-names
b093f02
only group HMR module updates if name contains loaders
6c5dc1b
respect log level in HMR client log groups
d312022
Merge pull request #5269 from huangc28/fix-compilerjs-error-undefined-compiler
6c0e452
Fix typo that causes "TypeError: this.compiler.compiler is not a function" since compiler is undefined.
95c7fa4
Merge pull request #3103 from kutyel/master
43f967c
Adjust style to es6 :tada:
There are 23 commits in total.
See the full diff
Update to this version instead π
--config-name
option to choose a config by name for compiling a part of the config--module-bind-pre
and --module-bind-post
The new version differs by 88 commits.
c8732c8
3.4.0
d1619d4
Merge pull request #4856 from matthewmeyer/hashDependantModuleIds
b159ec2
Merge pull request #5180 from webpack/feature/improve-module-concat-bailout-messages
32264b8
Merge branch 'master' into feature/improve-module-concat-bailout-messages
4b12c56
Merge pull request #5369 from webpack/bugfix/scope-hoisting-dll
440b5df
use original request as libIdent for delegated modules
35c8097
Make sure it's a real module when choosing for ModuleConcatenation
d4f3bc3
Merge pull request #5150 from webpack/test/benchmark
bb0f41a
Merge pull request #5362 from webpack/deps/minor-updates
544fee4
fix lint problem
3598359
update stats test for larger file
378ad46
update all dependencies to latest compatible version
008ac78
Merge pull request #5353 from webpack/deps/extract-text-webpack-plugin
ee358bd
Merge pull request #5351 from webpack/deps/supports-color
91332b6
Merge pull request #5356 from webpack/deps/i18n-webpack-plugin
There are 88 commits in total.
See the full diff
Update to this version instead π
Update to this version instead π
stats.excludeAssets
to allow to filter assets in list (@ldrick)import(/* webpackMode: "weak" */ "module")
to try to load a module without network request (@faceyspacey)require.context
which is the context mode. Can be false
, "eager"
, "lazy-once"
, "weak"
and "async-weak"
. (@faceyspacey)require.resolveWeak
now support expressions (@faceyspacey)ModuleConcatenationPlugin
)ModuleConcatenationPlugin
ConcatenatedModule
--help
output is flushed before process exit (@esbenp)stats
options are now validated by schema (@esbenp)CommonsChunkPlugin
in async mode without name
argument--resolve-extensions
(@tomek-d)has no internal name
when using dependency variable in root of scope-hoisted modules (ModuleConcatenationPlugin
)The new version differs by 68 commits.
75a8ffe
3.5.0
afa28c0
Merge pull request #5453 from webpack/bugfix/import-order-scope-hoisting
a569764
Merge pull request #5457 from tomek-d/resolve-extensions-typo
0b8023a
fixes #5096
29d1336
Fixed bug in --resolve-extensions parameter documentation
39051df
update example
7619c43
generate more pretty names for nested concatenation
6607cfa
remove ordering in ModuleConcatenationPlugin
2bbbf50
Merge pull request #5437 from esbenp/fix-help-output-test-5345
9f5bffa
beautify
334c1c4
remove unused variable
8835751
fix conflict handling
7099fcc
update stats test case
b77a52b
add reserved words to avoid syntax errors
16a5831
use old new Buffer api for node 4
There are 68 commits in total.
See the full diff
Update to this version instead π
Update to this version instead π
ModuleConcatenationPlugin
)The new version differs by 12 commits.
25302e5
3.5.2
f04f066
Merge pull request #5471 from webpack/bugfix/stack-overflow-concat
54fbfe0
Merge pull request #5467 from moschan/refactor-entry-option-plugin
fb0ca64
Merge pull request #5466 from hzoo/patch-1
b06d69f
rollback travis to precise dist
bc67522
fixes stack overflow with circular dependencies
9a87824
Refactor "EntryOptionPlugin.js"
4805027
add fix command for eslint
0059bcf
Merge pull request #5458 from samccone/sjs/remove-function-redeclare
a2601c3
update examples
1869688
fix building of examples
8b3772d
Remove function redeclaration.
See the full diff
Update to this version instead π
ModuleConcatenationPlugin
The new version differs by 7 commits.
4b2b1ad
3.5.3
4430af4
Merge pull request #5487 from webpack/bugfix/issue-5481
b7c3491
Merge pull request #5485 from webpack/bot/inactive
e1bfecf
Merge pull request #5486 from webpack/bot/pr-pending
0e73a24
also generate a new identifier for interop name
0ad5d21
Wait for CI not pending until reporting CI status
72420fa
mark and close inactive issue after half a year
See the full diff
Version 2.3.2 of webpack just got published.
The version 2.3.2 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.2Bugfixes:
Commits
The new version differs by 2064 commits (ahead by 2064, behind by 66).
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
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
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: