Closed greenkeeper[bot] closed 6 years ago
Update to this version instead ๐
[contenthash]
placeholderbrowser
field is used for target electron-renderer
devtoolNamespace
default correctly when passing an object to output.library
The new version differs by 24 commits.
54ceb3c
4.3.0
d762a2b
Merge pull request #6875 from mohsen1/patch-2
3691224
Merge pull request #6872 from boneskull/patch-1
df2b3c2
Prettier
165a2ed
Remove extraneous argument from setOptions call sites in OptionsDefaulter
a31bf26
fix capitalization of project name in README.md
fc2feaf
Merge pull request #6844 from swederik/issue-6843
eba38f1
Merge pull request #6861 from Legends/master
41a0482
Merge pull request #6839 from webpack/feature/contenthash
b018bc7
more tests and fixes for webworker
4861d2c
Merge pull request #6832 from webpack/reflect
68a11fd
Extract setup infos from Contributing.md into separate setup.md for visiblity reasons
06e9a57
get rid of webpackJsonp global leak
d7a0fc3
fix bug without async chunks, add more tests
c328c65
use destructing for more readable code
There are 24 commits in total.
See the full diff
Update to this version instead ๐
splitChunks.chunks
supports a custom function nowmode
chunkFilename
, because it's not workingexport default (function xxx() {})
The new version differs by 72 commits.
e3bb8c9
4.4.0
2bd495c
Merge pull request #6864 from webpack/bump_prettier
8d8da4c
Merge branch 'master' into bump_prettier
0f70fcb
Merge pull request #6791 from storybooks/spilt-chunks-selector
3f6b78f
Merge pull request #6467 from PlayMa256/prompt_install_cli
b30de38
Merge pull request #6672 from EugeneHlushko/fix/6639
f600ccd
Merge pull request #6827 from Connormiha/optimize-sort-by-identifier
1b50e4e
Merge pull request #6833 from webpack/ellipsis
3a6edf0
Merge pull request #6882 from mohsen1/patch-4
d4f3c77
Merge pull request #6883 from mohsen1/remove-dead-code
1e7cc39
Merge pull request #6889 from Janpot/issue-6867
4b6ee73
Merge pull request #6894 from webpack/bugfix/css-stuff
e15df70
Merge pull request #6897 from mohsen1/init-time
cc77f7e
Merge pull request #6898 from mohsen1/patch-6
ca79190
Merge pull request #6899 from mohsen1/patch-7
There are 72 commits in total.
See the full diff
Update to this version instead ๐
yarn setup
script for bootstrapping local developmentThe new version differs by 41 commits.
f5bd213
Update examples
e400445
4.5.0
e717fcc
Merge pull request #6956 from webpack/refactor/share_shapes
3f33d88
Merge pull request #6943 from webpack/bugfix/sort-children-for-hash
45e7f7a
Merge pull request #6878 from rchaser53/fix-options-loader-error
a8d70e7
Merge pull request #6955 from webpack/Legends-webpack-bootstrap-setup
9f5c1b4
Merge pull request #6951 from webpack/fix/arity
a5ae054
Ensure the type of the binding don't change
5c8a4bb
Unify Dependency#getExports result
b6042fb
Prevent identToLoaderRequest to return 2 objects with different shapes
f3c9bd0
Merge pull request #6953 from webpack/refactor/mode_deopt
83b99b9
add setup script and update package scripts
1958784
Merge pull request #6904 from webpack/performance/concat
f1993f4
Merge pull request #6922 from mohsen1/map-not-weakmap
ed5b541
Merge pull request #6930 from Legends/gitignorePatch
There are 41 commits in total.
See the full diff
Update to this version instead ๐
webpackPrefetch
/webpackPreload
magic comments to import()
stats.entrypoints[].children
and stats.entrypoints[].childAssets
to stats jsontarget: "webworker"
this
to undefined
ESM replacement in function default valuesnew require(...)
is weird, but now behaves like in node.jsexport * from "commonjs"
with partial overrideoutput.globalObject
in target: "node-webkit"
loadModules
and dependencies in these modulesunknown size
when size is unknownoptimization
configurationThe new version differs by 161 commits.
e7c8fa4
4.6.0
941be29
Merge pull request #7063 from webpack/bugfix/clone-optimization
3a5fda9
Merge pull request #7062 from webpack/bugfix/issue-6931
c47150c
Clone optimization config in Defaulter
3f99517
Merge pull request #6905 from xtuc/fix-handle-unknown-size
aee2491
Merge pull request #6962 from justinhelmer/bug/6919
ec4ec8e
Merge pull request #7056 from webpack/feature/preload
0ff2901
Merge pull request #7060 from webpack/test/any-comment-in-import
58ba91d
fix bug which prevented some chunks to show up in Chunk.getAllAsyncChunks
946c4df
add test case for comments in import()
8e2e19b
fix unstable sorting of ChunkGroups and add test
205ca62
fix reversed order in Chunk.compareTo
babc8a4
Merge pull request #7059 from bastimeyer/bugfix/loaderplugin-recursive
be79d6d
add mixed test case which also tests equal order sorting
873d7d4
show preload and prefetch in stats
There are 161 commits in total.
See the full diff
Update to this version instead ๐
import(/* webpackIgnore: true */ "...")
) to keep the import in the bundlechunkGroups
optionnamedChunkGroups
propertyChunk Group
text output[contenthash:n]
without on-demand-chunksThe new version differs by 203 commits.
673c103
4.7.0
ac7c28c
Merge pull request #7201 from webpack/bugfix/content-hash
0a6ba95
avoid injection jsonpScriptSrc function when not needed
88bf798
Merge pull request #7198 from webpack/ci/force-exit
f55a135
add forceExit to jest config
e75dc78
Rename Custom.md to Other.md
7058b58
Merge pull request #7196 from webpack/github/issue-templates
6131392
Merge pull request #7169 from webpack/ci/parallel-node-6
f64e8c6
Update Bug_report.md
35f2b3c
Update issue templates
e361ba5
Merge pull request #7031 from webpack/feature/chunk-type-support
f1618ae
chore(Chunk): add type annotations for Chunk
fc3774a
Merge pull request #7116 from webpack/feature/main-template-type-support
7829a0b
Merge pull request #7189 from webpack/feature/update-ts-nightly-version
0495b40
chore(deps): upgrade TS nightly, fixes from microsoft/typescript#23715
There are 203 commits in total.
See the full diff
Update to this version instead ๐
The new version differs by 136 commits.
c92eabd
4.8.2
8d2f421
Merge pull request #7254 from xtuc/feat-remove-extra-wasm-decodings
e2c8f3d
remove passing AST, redecode AST in Generator
38456ea
chore: bump webassemblyjs
912a1a6
chore: update lock
3be112b
Merge remote-tracking branch 'upstream/master' into feat-remove-extra-wasm-decodings
91b6480
chore: bump webassemblyjs
0eeea0f
Merge pull request #7266 from webpack/tests/remove_jade
85ef634
remove _ast variable, add WeakMap
ea26eac
Merge pull request #7257 from webpack/fix/7255
9b37c6b
Replace Jade by Pug
78423b0
Update rc and deep-extend
8bdc8ad
refactor: remove type cast
d72f7c6
feat: store wasm ast on the module
d491fdc
feat: uses new APIs
There are 136 commits in total.
See the full diff
Update to this version instead ๐
debug
dependencyoutput.library.root
The new version differs by 13 commits.
9a72294
4.8.3
de27f03
Merge pull request #7282 from xtuc/chore-bump-webassemblyjs5
51073cd
chore: bump webassemblyjs
d5a648b
Merge pull request #7184 from byzyk/fix/allow-array-in-lib-root
9337295
Merge pull request #7280 from webpack/feature/update-ts-nightly-dep
e312d62
Merge pull request #7241 from lencioni/test-docs
ea7d08c
Merge pull request #7277 from webpack/lint/cache
81de2d4
chore(deps): upgrade typescript nightly
17bcc3c
enable eslint caching
a31721a
Update test readme for Jest
71b05f9
move test to separate folder
a3d3af8
add test
d50f00d
fix: allow array of strings for library.root
See the full diff
Update to this version instead ๐
BannerPlugin
supports a function as banner
optionserve
property in configuration schemaentryOnly
option to DllPlugin
to only expose modules in the entry pointwebpack-cli
and webpack-command
usedIds
in records
for stablilitysplitChunks
when request limit has reached (caused suboptimal splitting)__webpack_require__.e
)runtimeChunk
is even generated when all modules are moved by splitChunks
(caused multiple runtime chunks instead of single one)many-pages
exampleThe new version differs by 87 commits.
bb0731d
4.9.0
be6bdff
Merge pull request #7385 from moondef/moondef-patch-1
b77addd
Merge pull request #7187 from byzyk/enhancement/prettierignore
2f3e7d4
Merge pull request #7331 from dev-drprasad/add-jsdoc-annotations-cached-merge
70c608c
Merge pull request #7387 from webpack/bugfix/record-string-ids
69567a1
update test case to reflect change
8af0320
Merge pull request #7344 from asapach/master
713292f
update bot for jest tests
79aa13d
Merge pull request #7386 from webpack/bugfix/runtime-chunk
67717ab
Merge pull request #7383 from webpack/ci/improvements
72a45ab
speed up CI
f026310
only record number ids
25c7b07
Fix link
374376d
fixes #7382
aa99385
added a note about production mode
There are 87 commits in total.
See the full diff
Update to this version instead ๐
The new version differs by 11 commits.
94cd709
4.9.1
5feb7e6
Merge pull request #7174 from JLHwung/revise-examples-build-readme
4cd0cf5
Merge pull request #7379 from xtuc/refactor-use-wast-in-tests
c513cac
Merge pull request #7403 from webpack/fix/7335
f22fffd
Evaluate arguments in function's scope
55ce143
Add test case
00eafa6
Update mem-access.wat
acc45fd
refactor: switch to wast
7184bb4
fix: keep decoding in wasm
a9d9fee
refactor: switch to tests to wast
64db306
docs(examples): add yarn add webpack-cli step
See the full diff
Update to this version instead ๐
The new version differs by 13 commits.
317fb35
4.9.2
5c51f0c
Merge pull request #7251 from webpack/types/library_templates
91546a1
fix incorrect default
9c7100b
fix inline object types, add auxiliary comment types
3f183b5
Merge pull request #7210 from gluecodes/master
ae6c7a4
Merge pull request #7279 from cokencode/progress-plugin-bug-fix
4073814
Merge pull request #7219 from webpack/feature/type-all-the-errors
9c0036b
Add a test
9791c0b
fix spacing
737eaa5
Fix a bug where ProgressPlugin is not working properly with MultiCompiler
bbb9f38
fix: ReferenceError: onScriptComplete is not defined when using HMR on Firefox 45
f613e9a
chore(types): add basic type info for a few warning and errors
ed9d024
Add typings for various library template plugins
See the full diff
Update to this version instead ๐
export * from
are no longer including in the bundleThe new version differs by 34 commits.
ba70340
4.10.0
023d4ca
add more test cases
7708471
Merge branch 'master' into bugfix/namespace-object
1f2584e
Merge pull request #7408 from webpack/bugfix/side-effects-caching
29cbf98
Merge pull request #7275 from webpack/feature/wasm-mangling
3ac1d02
Merge pull request #7416 from xtuc/fix-rewritten-global-type
fd4e84b
fix(wasm): correct initializer type for rewritten globals
ae8d674
fix bug with incorrectly emitted modules
7ebe12d
throw error when unexpected state has been found
115a72c
SideEffectsPlugin don't modify cache entries
cc57b12
Merge pull request #7396 from xtuc/chore-bump-webassemblyjs7
d0ce47d
chore: bump webassemblyjs 1.5.7
d46e35e
Merge branch 'master' into feature/wasm-mangling
ec0369d
Merge pull request #7364 from xtuc/chore-bump-webassemblyjs6
586469a
chore: correct version
There are 34 commits in total.
See the full diff
Update to this version instead ๐
The new version differs by 14 commits.
b80296f
4.10.1
c01cb97
Merge commit 'ba703401d580ad623af17fe96ed98b4d801e0313'
1e09650
Merge pull request #7411 from aleen42/master
b756012
Merge pull request #7430 from webpack/bugfix/side-effects-reasons
351c993
fixup reasons when redirecting dependencies for side-effects
bfdb769
Merge pull request #7427 from ronanamsterdam/feature/test-readme-update
4fc3981
Merge pull request #7429 from webpack/test/issue-7401
5705713
Issue #7424: test/README update with jest snapshot flow
504148c
add test cases for #7401
24072ab
chore: fix snap for #7263
9e136cd
fix: proper way for inner declaration of a function. #7263
67fa81f
Merge pull request #7419 from webpack/bugfix/wasm-multi-direct
e367b93
add test cases for unused exports
909a2ac
fix small bug in wasm runtime
See the full diff
Update to this version instead ๐
null
module idsThe new version differs by 12 commits.
b8266d0
4.10.2
66cd9b7
Merge pull request #7445 from webpack/bugfix/no-id
6390240
rewrite module reference correctly after replacing ConcatenatedModule
4f4a2ba
Merge pull request #7434 from webpack/bump_prettier
8e6a012
Merge pull request #7432 from webpack/add_brackets
75f12fb
Merge pull request #7437 from webpack/bump_jest
be972ea
Update jest to v23
d2aca56
Merge pull request #7431 from xtuc/fix-wasm-preserve-global-order
faf04e0
Update prettier to v1.13
2a9452e
Add brackets for multiline if/for statements
1842936
chore: bump webassemblyjs 1.5.9
23795ba
fix(wasm): preserve global ordering
See the full diff
Update to this version instead ๐
reportProgress
in afterEmit
The new version differs by 87 commits.
e2fe200
4.11.0
b1a640e
Merge pull request #7479 from webpack/fix/5153
b5b1e86
Merge pull request #7478 from webpack/fix/5889
aa6de57
Ensure static and dynamic imports use the same binding
348057f
Add a test case to invalidate #5889
5653732
Merge pull request #7476 from sandersn/fix-template-tag-syntax
c971073
Fix template tag syntax
19389b7
Merge pull request #7447 from xtuc/fix-wasm-check-for-invalid-signatures
78b3193
add checkWasmTypes flag, enabled it only in production
bc6b5b0
Merge pull request #7444 from MLoughry/prefetch-from-entry
c65d164
fix test case
591521b
support node.js 10 and 8
c77ec39
revert afterStartup and trigger prefetch before startup
dc0e1ec
Merge branch 'master' into prefetch-from-entry
db668b7
move fake document to ConfigTestCases
There are 87 commits in total.
See the full diff
Update to this version instead ๐
optimization.mangleWasmImports
option to disable mangling of wasm imports
โ๏ธ Greenkeeperโs updated Terms of Service will come into effect on April 6th, 2018.
Version 4.2.0 of webpack was just published.
The version 4.2.0 is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of webpack.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.2.0Features
splitChunks.automaticNameDelimiter
to configure the name separator for automatic namesstats.excludeModules
now also accept booleansperformance
is disabled by default in non-web targetsBugfixes
events.json
in ProfilingPluginCommits
The new version differs by 74 commits.
d668a23
4.2.0
04d8188
Merge pull request #6754 from byzyk/fix/6742
0d3063e
Merge pull request #6810 from howdy39/add-end-of-statement-semicolon
d628f90
Add end of statement semicolon
3024078
Merge pull request #6788 from byzyk/fix/6779
c6b9b9e
Merge pull request #6806 from webpack/bugfix/json-reexport
cda226a
handle reexporting json default export correctly
d061aba
fix ProfilingPlugin
f82beb3
Merge pull request #6789 from EugeneHlushko/issue/5964
c4678e3
fix(bug) #5964 convert MS into S for scripts timeout attr: update expected bytes values
a534dfd
add test
422236f
fix(bug) #5964 convert MS into S for scripts timeout attr
f99f96d
rename variable, use includes instead of indexOf
ae18a5a
fix: default chunks to context when no context passed
4428efe
Merge pull request #6674 from chuckdumont/work
There are 74 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: