Open greenkeeper[bot] opened 6 years ago
devDependency
webpack was updated from 3.12.0
to 4.26.0
.Update to this version instead π
The new version differs by 7 commits.
04f90c5
4.26.0
e1df721
Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4
a818def
fix for changed API in terser plugin warningsFilter
b39abf4
Rename test directories too
311a728
Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
a230148
Merge pull request #8351 from DeTeam/chunk-jsdoc-typo
7a0af76
Fix a typo in Chunk#split jsdoc comment
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.26.1
.Update to this version instead π
The new version differs by 9 commits.
8e841fe
4.26.1
11afdbd
Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
cbeaf70
prevent groups with size < minSize
a1d4802
Merge pull request #8416 from webpack/bugfix/split-chunks-zero-min
32961f2
while grouping nodes include at least one node on each side
fa56ec8
Merge pull request #8410 from webpack/bugfix/max-size-lt-min-size
fd2133b
handle case when minSize > maxSize
614a6fc
Merge pull request #8385 from hax/patch-1
48f0604
Drop unuseful eval
call
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.27.0
.Update to this version instead π
getResolve
method to create their own resolver function with custom optionsexport * from
The new version differs by 12 commits.
f47bf8b
4.27.0
a67ffcd
Merge pull request #8452 from webpack/feature/resolveWithOptions
96f625c
Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports
56feccc
convert test case to normal function for node.js 6 support
2f4296e
fix a bug which causes incorrect providedExports for cached modules
f944002
Merge pull request #8451 from webpack/bugfix/split-chunks
162da1c
add getResolve method to loader context
3b46b48
enforce doesn't affect minSize for maxSize
72a8a1f
Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated
537d3e4
Cache hasRunstime in chunk
e3e8a68
Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply
70b9a1b
fix parameter missing when plugin type is a funtion
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.27.1
.Update to this version instead π
splitChunks
enforce
.devDependency
webpack was updated from 3.12.0
to 4.28.0
.Update to this version instead π
checkResource
has an additional context
argument.mjs
files as it's crashingThe new version differs by 11 commits.
e871eeb
4.28.0
f6d67b6
update examples
573d2da
Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
6b54a46
Fix failing test.
14ef010
Fix nits, block require
to prevent false positive
f2f62c7
Merge pull request #8516 from iliakan/master
a9d465f
IgnorePlugin: add context argument to checkResource, deprecate checkContext
31de553
Add test
18d7396
Remove a broken hook
d5e26f7
Merge pull request #8467 from Connormiha/simplify-append-head
6f5c5ef
Use document.head instead of getElementsByTagName
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.28.1
.Update to this version instead π
devDependency
webpack was updated from 3.12.0
to 4.28.2
.Update to this version instead π
devDependency
webpack was updated from 3.12.0
to 4.28.3
.Update to this version instead π
The new version differs by 7 commits ahead by 7, behind by 664.
983c261
4.28.3
510abf7
Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
0128118
Modified Tests as suggested.
5b5f1d4
Made changes as requested
eb960cc
Fixed Profiling Output path for creating a folder, if it doesn't exists.
3b344f2
Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readme
e2abdae
Fix minor typos, improve clarity of README
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.28.4
.Update to this version instead π
ProfilingPlugin
creates output path if not existingoptimization.minimizer
run()
failsThe new version differs by 14 commits.
fdb6b13
4.28.4
3e147e6
Merge pull request #8588 from hulkish/faster-statement-type-check
2a04dee
added ExportAllDeclaration, fixed fn signature
baf0aa1
Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout
41b6887
use faster statement type check
af01643
Increase Jest timeout for profiling plugin test
ccc7db7
Merge pull request #8401 from shahkashani/fix-for-issue-8398
2e3e2a0
Merge pull request #8544 from chuckdumont/work
69dea22
Merge pull request #8573 from hulkish/fix-minimizer-fn
6240cf6
added config test case for optimization.minimizer
d8ab512
Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
1fd25dd
Revert AMDRequireDependency.js changes
d49082a
Make some AMD dep classes easier to subclass
217b2ad
Fix for #8398 - call failed-hook on compilation errors
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.0
.Update to this version instead π
output.futureEmitAssets
which gives the emitting logic of webpack 5
The new version differs by 10 commits.
25bccd4
4.29.0
6389e41
Merge pull request #8642 from webpack/memory/future-emit-assets
6e383cf
make test for Source.buffer more strict
aaf85db
add output.futureEmitAssets
03ffa48
Merge pull request #8639 from webpack/memory/limit-parallelism
2b2c17f
Merge pull request #8598 from kiliancs/acorn6
80514cc
Add ts declarations
78abf04
Use eachLimit instead even though forEachLimit apears to be an alias...
9cb4225
forEach to forEachLimit
ef67132
Upgrade acorn to v6
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.1
.Update to this version instead π
__esModule
flag when modules are concatenated, but without usage informationThe new version differs by 14 commits.
6934b98
4.29.1
960f396
Merge pull request #8686 from MarkPollmann/patch-1
8627743
Merge pull request #8678 from bhavya9107/patch-1
915c32d
docs(README): remove to from link
9737a3b
Update README.md
f654a49
docs(README):Update index
c957338
docs(README): newline after index
09cf713
docs(README): add index
07d4d85
Merge pull request #8676 from hulkish/fix-side-effects-example
2209b8a
rebuild examples
780c17e
fix side-effects example
2fe0ba5
Normalize backslash on windows
a0eab48
Merge pull request #8667 from webpack/bugfix/esModule-flag
42007e8
fixes #8666
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.2
.Update to this version instead π
The new version differs by 75 commits.
74b8aac
4.29.2
e79d014
Merge pull request #8741 from webpack/deps/dev
d12ca7c
update dev deps
c28f6cb
Merge pull request #8742 from webpack/deps/schema-utils
5e3a053
upgrade schema-utils to new major
885ab81
Merge pull request #8740 from webpack/deps/update-jest
08473de
add workaround for jest bug
a994ec7
upgrade jest
8167e42
Merge pull request #8736 from webpack/deps/eslint-types
da59443
Merge pull request #8737 from webpack/deps/update-test-deps
dbc0b8d
Merge pull request #8725 from webpack/dependabot/npm_and_yarn/typescript-3.3.1
155cda7
update test cases dependencies
11bfb05
update linting dependencies
d7d9b9b
ignore typescript bug
5a6d654
Bump typescript from 3.0.0-rc to 3.3.1
There are 75 commits in total.
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.3
.Update to this version instead π
import()
context uses __webpack_require__.e
, but it is not in the runtimeThe new version differs by 14 commits.
b934e26
4.29.3
0d5c0cf
Merge pull request #8654 from mc-zone/fix/8626
2eefbae
Merge pull request #8751 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.5.2
217139a
Merge pull request #8750 from webpack/dependabot/npm_and_yarn/react-dom-16.8.1
b894f26
Merge pull request #8749 from webpack/dependabot/npm_and_yarn/react-16.8.1
2b1b3ce
Bump webpack-dev-middleware from 3.5.1 to 3.5.2
5b4c277
Bump react-dom from 16.8.0 to 16.8.1
cc2ba62
Bump react from 16.8.0 to 16.8.1
7a5137d
fixes in ContextModule
7edcc48
fix: add missed webpack_require.e runtime while importing exist module with context
87a3046
Merge pull request #8747 from webpack/deps/node-12
458c61f
update node 12 nightly version
109db05
Merge pull request #8738 from hiroppy/feature/modify-WebpackError.unittest
2fdcff3
fix(lib/WebpackError): make use of nodejs.util.inspect.custom
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.4
.Update to this version instead π
@webassemblyjs
for bugfixesThe new version differs by 29 commits.
7ecf992
4.29.4
a259c09
Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
686dd8f
Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
31a33aa
Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
d1d0be9
Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
fff330e
Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
196cb81
Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19
842ed68
Bump react from 16.8.1 to 16.8.2
6da1da5
Bump jest-junit from 6.2.1 to 6.3.0
93b0485
Bump react-dom from 16.8.1 to 16.8.2
e4ce645
chore: bump webassemblyjs
16b92ad
Bump wast-loader from 1.8.1 to 1.8.2
40245c5
Bump lint-staged from 8.1.3 to 8.1.4
a3f2662
Merge pull request #8783 from webpack/dependabot/npm_and_yarn/handlebars-4.1.0
ae41c08
[Security] Bump handlebars from 4.0.11 to 4.1.0
There are 29 commits in total.
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.5
.Update to this version instead π
@webassemblyjs
to remove git dependencyThe new version differs by 9 commits.
073813f
4.29.5
39a8742
Merge pull request #8800 from webpack/bugfix/prettierignore
5878c93
Merge pull request #8802 from xtuc/chore-bump-webassemblyjs20
3d23f67
chore: bump webassemblyjs
75a9a51
fix prettierignore file and run prettier
75c2784
Merge pull request #8788 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.3.0
5591e17
Merge pull request #8799 from webpack/dependabot/npm_and_yarn/eslint-5.14.0
266eb89
Bump eslint from 5.13.0 to 5.14.0
3d4eab8
Bump eslint-plugin-jest from 22.2.2 to 22.3.0
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.29.6
.Update to this version instead π
__webpack_require__
and require.onError
is no longer evaluated to undefined
and evaluation is done at runtime instead.this
value in module.hot.accept
with imported dependency is correctly preserved.npm
modulesThe new version differs by 44 commits.
685a062
4.29.6
42dff08
Merge pull request #8820 from webpack/dependabot/npm_and_yarn/typescript-3.3.3333
1ef0c2c
Merge pull request #8818 from webpack/dependabot/npm_and_yarn/react-dom-16.8.3
a4196f9
Merge pull request #8839 from webpack/dependabot/npm_and_yarn/acorn-6.1.1
5e9b9fe
Merge pull request #8844 from webpack/bugfix/8829
ab517aa
fixes #8829
99d6270
Bump acorn from 6.1.0 to 6.1.1
3496426
Merge pull request #8835 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.1.0
0dcdd3c
Merge pull request #8831 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.3
4c6e2bd
Merge pull request #8827 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.5
188d162
Merge pull request #8823 from webpack/dependabot/npm_and_yarn/@types/node-10.12.27
b7361ff
Merge pull request #8821 from webpack/dependabot/npm_and_yarn/coveralls-3.0.3
02bd9be
Merge pull request #8822 from webpack/dependabot/npm_and_yarn/ajv-6.9.2
1bb3938
Merge pull request #8834 from xtuc/chore-bump-webassemblyjs24
563dd52
Bump eslint-config-prettier from 4.0.0 to 4.1.0
There are 44 commits in total.
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.30.0
.Update to this version instead π
amd: false
to disable AMD supportCompilation.hooks.finishModules
now also allows async pluginsoutput.libraryTarget: "system"
to compile for SystemJs environmentnull
id when concatenating an entry module in a different chunkThe new version differs by 102 commits.
b72b96a
4.30.0
9ededfa
Merge pull request #9034 from webpack/dependabot/npm_and_yarn/tapable-1.1.3
e33a91f
chore(deps): bump tapable from 1.1.1 to 1.1.3
de81dd0
Merge pull request #8864 from joeldenning/issue-8833
7dfddc2
Merge pull request #8858 from webpack/dependabot/npm_and_yarn/json-schema-to-typescript-6.1.3
f7d0c25
Improve way how System is tested
39a680d
formating of output code
e2e74f5
Merge pull request #8980 from webpack/dependabot/npm_and_yarn/eslint-5.16.0
81dc70d
Merge pull request #9022 from sandersn/fix-webassembly-declaration
13aa512
Merge pull request #9023 from webpack/dependabot/npm_and_yarn/typescript-3.4.3
1566036
chore(deps-dev): bump typescript from 3.4.2 to 3.4.3
ce33ca7
Update WebAssembly declaration
5117461
Merge pull request #9006 from hiroppy/feature/fix-template-syntax
9e60850
Merge pull request #8984 from webpack/dependabot/npm_and_yarn/react-16.8.6
5f75527
Bump json-schema-to-typescript from 6.1.1 to 6.1.3
There are 102 commits in total.
See the full diff
devDependency
webpack was updated from 3.12.0
to 4.31.0
.devDependency
webpack was updated from 3.12.0
to 4.32.0
.devDependency
webpack was updated from 3.12.0
to 4.32.1
.devDependency
webpack was updated from 3.12.0
to 4.32.2
.devDependency
webpack was updated from 3.12.0
to 4.33.0
.devDependency
webpack was updated from 3.12.0
to 4.34.0
.devDependency
webpack was updated from 3.12.0
to 4.35.0
.devDependency
webpack was updated from 3.12.0
to 4.35.2
.devDependency
webpack was updated from 3.12.0
to 4.35.3
.devDependency
webpack was updated from 3.12.0
to 4.36.0
.devDependency
webpack was updated from 3.12.0
to 4.36.1
.devDependency
webpack was updated from 3.12.0
to 4.37.0
.devDependency
webpack was updated from 3.12.0
to 4.38.0
.devDependency
webpack was updated from 3.12.0
to 4.39.0
.devDependency
webpack was updated from 3.12.0
to 4.39.1
.devDependency
webpack was updated from 3.12.0
to 4.39.2
.devDependency
webpack was updated from 3.12.0
to 4.39.3
.devDependency
webpack was updated from 3.12.0
to 4.40.0
.devDependency
webpack was updated from 3.12.0
to 4.40.1
.devDependency
webpack was updated from 3.12.0
to 4.40.2
.devDependency
webpack was updated from 3.12.0
to 4.41.0
.devDependency
webpack was updated from 3.12.0
to 4.41.1
.devDependency
webpack was updated from 3.12.0
to 4.41.2
.devDependency
webpack was updated from 3.12.0
to 4.41.3
.devDependency
webpack was updated from 3.12.0
to 4.41.4
.devDependency
webpack was updated from 3.12.0
to 4.41.5
.devDependency
webpack was updated from 3.12.0
to 4.41.6
.devDependency
webpack was updated from 3.12.0
to 4.42.0
.devDependency
webpack was updated from 3.12.0
to 4.42.1
.devDependency
webpack was updated from 3.12.0
to 4.43.0
.
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 4.0.0 of webpack was just published.
The version 4.0.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.0.0Big changes
mode
or--mode
) between two modes now: production or developmentoptimization.*
(build your custom mode)process.env.NODE_ENV
are set to production or development (only in built code, not in config)none
mode which disables everythingimport()
always returns a namespace object. CommonJS modules are wrapped into the default exportimport()
NoEmitOnErrorsPlugin
->optimization.noEmitOnErrors
(on by default in production mode)ModuleConcatenationPlugin
->optimization.concatenateModules
(on by default in production mode)NamedModulesPlugin
->optimization.namedModules
(on by default in develoment mode)CommonsChunkPlugin
was removed ->optimization.splitChunks
,optimization.runtimeChunk
type: "javascript/auto"
when transforming JSON via loader to JSBig features
javascript/esm
handles ESM more strictly compared tojavascript/auto
:default
import, everything else (including namespace import) emit errors.mjs
modules arejavascript/esm
by defaultimport()
sideEffects: false
is now supported in package.jsonsideEffects
in package.json also supports glob expressions and arrays of glob expressionsoptimization.splitChunks
option was introducedDetails: https://gist.github.com/sokra/1522d586b8e5c0f5072d7565c2bee693
import()
occur in a dead branchwebpackInclude
andwebpackExclude
are supported by the magic comment forimport()
. They allow to filter files when using a dynamic expression.System.import()
now emits a warningRule.parser.system: true
System.import
withRule.parser.system: false
module.rules[].resolve
. It's merged with the global configuration.optimization.minimize
has been added to switch minimizing on/offoptimization.minimizer
has been added to configurate minimizers and optionswebpack-cli
to use the CLI--progress
) now displays plugin namesFeatures
module.rules[].type
options.dependencies
configurations now throw errorsideEffects
can be overriden via module.rulesoutput.hashFunction
can now be a Constructor to a custom hash functionoutput.globalObject
config option to allow to choose the global object reference in runtime exitCodetype
andrequest
.include
test
andexclude
to the eval source map devtool pluginfor of
instead offorEach
Map
andSet
instead of Objectsincludes
instead ofindexOf
text/javascript
andasync
as this are the default values (saves a few bytes)__webpack_require__
and argument is omitted.wasm
,.mjs
,.js
and.json
extensions in this orderoutput.pathinfo
is now on by default in develoment modeentry
defaults to./src
output.path
defaults to./dist
production
defaults when omiting themode
option<{parents}>
>{children}<
and={siblings}=
in StatsbuildAt
time to statsimport()
now emits a error instead of a warningdone
is now an async hookBugfixes
*/
output.chunkCallbackName
to the schema to allow configurating WebWorker templatemodule.id/loaded
now correctly bails out of Module Concatentation (Scope Hoisting)Watching.invalidate
-!
behavior with post loadersrun
andwatchRun
hooks forMultiCompiler
this
is now undefined in ESMvar
,const
orlet
javascript/dynamic
orjavascript/module
is used.buildMeta
of nulloriginal-fs
module for electron targetsplugins
Internal changes
plugin
calls withtap
calls (new plugin system)buildMeta.exportsType: "default"
for json modulesneo-async
instead ofasync
Removed features
module.loaders
loaderContext.options
Compilation.notCacheable
flagNoErrorsPlugin
Dependency.isEqualResource
NewWatchingPlugin
CommonsChunkPlugin
Breaking changes for plugins/loaders
plugin
method is backward-compatibleCompiler.hooks.xxx.tap(<plugin name>, fn)
nowChunk.chunks/parents/blocks
are no longer Arrays. A Set is used internally and there are methods to access it.Parser.scope.renames
andParser.scope.definitions
are no longer Objects/Arrays, but Map/Sets.StackedSetMap
(LevelDB-like datastructure) instead of ArraysCompiler.options
is no longer set while applying pluginsDependency.getReference()
may now return aweak
property.Dependency.weak
is now used by theDependency
base class and returned in the base impl ofgetReference()
Module
sContextModule
andresolveDependencies
Compiler.resolvers
intoCompiler.resolverFactory
accessible with pluginsDependency.isEqualResource
has been replaced withDependency.getResourceIdentifier
Template
are now staticoutputOptions
andrequestShortener
has been moved to this classModule.meta
has been replaced withModule.buildMeta
Module.buildInfo
andModule.factoryMeta
have been addedModule
have been moved into the new objectsloaderContext.rootContext
which points to thecontext
options. Loaders may use it to make stuff relative to the application root.this.hot
flag to loader context when HMR is enabledbuildMeta.harmony
has been replaced withbuildMeta.exportsType: "namespace
map/foreach
Chunks/Modules/Parents
methods are now deprecated/removedcreateGenerator
andgenerator
hooks for NormalModuleFactory to customize code generationCommits
The new version differs by 838 commits.
213226e
4.0.0
fde0183
Merge pull request #6081 from webpack/formating/prettier
b6396e7
update stats
f32bd41
fix linting
5238159
run prettier on existing code
518d1e0
replace js-beautify with prettier
4c25bfb
4.0.0-beta.3
dd93716
Merge pull request #6296 from shellscape/fix/hmr-before-node-stuff
7a07901
Merge pull request #6563 from webpack/performance/assign-depth
c7eb895
Merge pull request #6452 from webpack/update_acorn
9179980
Merge pull request #6551 from nveenjain/fix/templatemd
e52f323
optimize performance of assignDepth
6bf5df5
Fixed template.md
90ab23a
Merge branch 'master' into fix/hmr-before-node-stuff
b0949cb
add integration test for spread operator
There are 250 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: