Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of webpack is breaking the build 🚨 #184

Open
greenkeeper bot opened this issue May 28, 2018 · 83 comments
Open

An in-range update of webpack is breaking the build 🚨 #184

greenkeeper bot opened this issue May 28, 2018 · 83 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented May 28, 2018

Version 4.9.2 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.9.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again
Commits

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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2018

After pinning to 4.9.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2018

Version 4.10.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.10.0

Features

  • Export and import name strings in them wasm are mangled
  • Unused exports in wasm are removed (Tree Shaking)
    • Don't expect size improvements yet since there is not minimizer for WASM yet which does the Dead Code Elimination, which is the second part for this optimization
  • Direct WASM dependencies are enforced for:
    • functions imports with i64 parameters or return values
    • memory and table imports
  • generate shorter wasm runtime code

Bugfixes

  • generate correct initializer for imported globals in wasm
  • side-effect-free modules referenced by export * from are no longer including in the bundle
  • the side-effects optimization is now possible in incremental compilation
Commits

The 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

@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2018

Version 4.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.10.1

Bugfixes

  • update reasons correctly when skipping side-effect-free modules
Commits

The new version differs by 48 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
  • ba70340 4.10.0
  • 67fa81f Merge pull request #7419 from webpack/bugfix/wasm-multi-direct
  • 023d4ca add more test cases
  • e367b93 add test cases for unused exports

There are 48 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 4.10.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids
Commits

The new version differs by 60 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
  • 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
  • 1842936 chore: bump webassemblyjs 1.5.9

There are 60 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2018

Version 4.11.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.11.0

Features

  • support reportProgress in afterEmit
  • Warnings are now emitted if magic comments don't compile
  • Added support for matchResource inline request for loaders
  • Using webpackPrefetch in entry chunk now triggers prefetching in runtime
    • No link tag needed for this in HTML
  • Warnings will be emitted when trying to use i64-functions imported from wasm

Bugfixes

  • get_global initializer in wasm globals now work correctly
  • Reexporting globals is now handled correctly
  • Error origins and locations are now displayed correctly
Commits

The new version differs by 147 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 147 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2018

Version 4.11.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.11.1

Features

  • add optimization.mangleWasmImports option to disable mangling of wasm imports

Bugfixes

  • disable wasm import mangling temporary because of bugs in the underlying wasm processing
Commits

The new version differs by 150 commits.

  • 956c0b1 4.11.1
  • 5fee19d Merge pull request #7487 from webpack/bugfix/no-wasm-import-mangle
  • 8e3be48 allow to disable wasm import mangle
  • 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

There are 150 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2018

Version 4.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.12.0

Features

  • Errors from loaders show the loader path in the error message
  • add support for optional catch and line and paragraph separator in strings (ES2019)

Bugfixes

  • fixes a bug where chunks have duplicate ids when using records
  • fix bubbling in HMR for import() when importing a non-ESM
  • fix issue with in installing with pnpm
  • update dependencies of the ProfilingPlugin
Commits

The new version differs by 203 commits.

  • 02a955b 4.12.0
  • 60e1076 Merge pull request #7407 from prplx/master
  • ff224a7 Merge branch 'master' into master
  • 47101fd Merge pull request #7489 from mohsen1/update-tracer
  • f28bb4e add webpack 5 comment
  • ebe90f4 Merge pull request #7501 from xtuc/chore-bump-webassemblyjs9
  • 31b755a Merge pull request #7498 from webpack/bugfix/hmr-parent-import
  • 5dcb08f chore: bump webassemblyjs
  • 603cb60 Merge pull request #7496 from build-your-own/master
  • 5cbe74b Disable documentation checkbox by default
  • b9229fa add parents correctly when creating namespace objects
  • 9ac4045 Merge pull request #7473 from webpack/feat/optional-catch-binding
  • d6d7119 change variable defined identifier let to const
  • 551384a Merge pull request #7493 from webpack/bugfix/issue-7492
  • b424645 Merge pull request #6542 from mc-zone/feature/module-build-error-with-loader-name

There are 203 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2018

Version 4.12.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.12.1

Bugfixes

  • fix problem causing a stack overflow when reexporting circular
  • fix a bug causing missing modules in bundles when using splitChunks
  • run modules in correct order when using import with sideEffects: false
    • added order to DependencyReference
  • add missing support for [chunkhash] in target: "webworker"
  • fix bug causing incomplete profile (race condition) with the ProfilingPlugin

Internal changes

  • Added more types
  • lint files on commit with lint-staged
Commits

The new version differs by 258 commits.

  • 8a7597a 4.12.1
  • bb38c5d Merge pull request #7586 from samccone/sjs/fix_webpack_profiling_race
  • 735f99c Fix race condition in profiling plugin.
  • 3fb49de Merge pull request #7581 from TimHambourger/master
  • 6dd4d76 Merge pull request #7582 from arkadyt/bugfix/remove-dead-links-from-examples-doc
  • 2bc5437 Merge pull request #7532 from Legends/CommentCompilationWarning
  • 1e7b4e9 Remove dead links from /examples README.md.
  • 2fb9a6c remove typedef Position import
  • 4fc03e1 Merge pull request #7531 from Legends/APP
  • 1ef1241 Implement all path variables for webworker dynamic imports
  • afdbf71 removing typedef exports
  • 7969a5a Importing typedef from Dependency.js ??? Please review.
  • b03804e added Compiler, @returns void
  • 4de3ce0 Merge pull request #7554 from greysteil/add-semver-badge
  • 5aafb83 update to lastest version badge

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2018

Version 4.12.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.12.2

Bugfixes

  • fix crash when using invalid JSON with HMR
  • fix missing modules when a side-effect-free package is root of module concatenation
  • update chunkhash when entry-chunks list or prefetched chunks change
Commits

The new version differs by 277 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2018

Version 4.13.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.13.0

Features

  • the DefinePlugin now supports runtimeValues to pass computed values with dependencies that can change over time
  • added optimization.hashedModuleIds
  • crossOrigin for chunks is only set when really needed
  • added per chunk group indicies
  • updated enhanced-resolve
    • You can now use absolute paths as keys to resolve.alias

Bugfixes

  • when delegating CLI the bin fields are used
  • when assigning indicies sync dependencies are now walked before async dependencies
Commits

The new version differs by 52 commits.

  • e3678aa 4.13.0
  • 43563b3 hotfix merge issue in watchCases (not in CI)
  • 09beba0 Merge pull request #7621 from webpack/deps/enhanced-resolve
  • 7b7d323 upgrade enhanced-resolve
  • 34b0c7c Merge pull request #6906 from stepharr/patch-1
  • b181bc4 Merge pull request #6793 from ronkorving/define-functions
  • e08399a Merge pull request #7017 from rtsao/crossorigin-attr
  • b848ec5 Merge pull request #6346 from Connormiha/simplife-has-dependencies
  • 8420c73 Merge branch 'master' into define-functions
  • ef2ec25 update template.md too
  • 5c4ffd5 fix tests and code
  • 6478fb9 Merge branch 'master' into crossorigin-attr
  • dcf3e09 Merge pull request #7399 from webpack/feat-implement-option-for-hashed-module-ids-plugin
  • f41b829 Merge pull request #7604 from webpack/feature/update-snapshot-script
  • 17fa26c use jest directly

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 4.14.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.14.0

Features

  • add new hook Compilation.dependencyReference to modify the dependency references

Bugfixes

  • Allow chunks to emit multiple assets to the same filename when hash matches
Commits

The new version differs by 9 commits.

  • 190cf7b 4.14.0
  • 5a185c9 Merge pull request #7585 from webpack/feature/hook-into-get-reference
  • 86370e9 Merge pull request #7625 from webpack/bugfix/multiple-assets-same-file
  • 522b324 allow emitting to the same filename when hash matches
  • 7beac3c Merge branch 'master' into feature/hook-into-get-reference
  • be896f2 fix bug
  • 3502287 emit correct code for reexport unused exports
  • 50fe2e7 add Compilation.getDependencyReference and hooks to override it
  • e1f0a66 add note about webpack 5 refactoring

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 4, 2018

Version 4.15.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.15.0

Features:

  • add maxSize option for splitChunks (experimental)
  • add a helpful error when using wasm in a initial chunk
Commits

The new version differs by 79 commits.

  • bdd4442 4.15.0
  • 7aa1efb Merge pull request #7651 from webpack/feature/split-chunks-max-size
  • fb2c24b add splitChunks.maxSize option
  • eaa5bc8 Merge pull request #7648 from mohsen1/fix-template-syntax
  • b01f378 Fix @template syntax error in Compilation.js iterationOfArrayCallback
  • a4e5f63 Merge pull request #7638 from webpack/feature/wasm-initial-error
  • 0bb917b convert to a config test cases
  • a39d6b0 check for wasm support in test case
  • 5b30ede allow filtering of tests in statsCases
  • 1ad71e0 add helpful error when importing wasm in initial chunk
  • e8dc361 Merge pull request #7299 from webpack/feature/type-compiler-compilation-save
  • 0bd9df8 Merge branch 'master' into feature/type-compiler-compilation-save
  • ccf56e4 Merge pull request #7629 from xtuc/chore-bump-webassemblyjs10
  • c3eecbd spacing
  • e0ad09e chore: bump webassemblyjs

There are 79 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2018

Version 4.15.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.15.1

Bugfixes

  • fix memory leaks when using HMR and in SplitChunksPlugin cache
  • fix undefined automaticNameDelimiter in cache groups when using maxSize
  • fix ProfilingPlugin for node.js 10 and 6
Commits

The new version differs by 89 commits.

  • 81149be 4.15.1
  • 6f53dbe Merge pull request #7655 from skratchdot/issue-7654
  • 7fc88cd Merge pull request #7662 from webpack/bugfix/undefined-in-max-size
  • 67d932d Merge pull request #7661 from webpack/bugfix/split-chunks-leak
  • 5341d7d Merge pull request #7660 from webpack/bugfix/hot-leak
  • 8e8f185 fixes usage of automaticNameDelimiter in cache groups
  • 64b22c4 make the cache a WeakMap to not leak memory
  • 6172d3c fix memory leak with HMR
  • 3b6f475 Use push null to end the stream
  • bdd4442 4.15.0
  • 7aa1efb Merge pull request #7651 from webpack/feature/split-chunks-max-size
  • 6705141 prevent UnhandledPromiseRejectionWarning in node 6
  • fb2c24b add splitChunks.maxSize option
  • eaa5bc8 Merge pull request #7648 from mohsen1/fix-template-syntax
  • b01f378 Fix @template syntax error in Compilation.js iterationOfArrayCallback

There are 89 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2018

Version 4.16.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.0

Features

  • add wasm support for electron-renderer target
  • add optimization.moduleIds and optimization.chunkIds options to replace other options

Bugfixes

  • fix order of side effect evaluation for exported dependencies in side-effect-free modules
  • fix some typos
  • Support the case when passing an array to output.library.root and using a devtool
  • fix a HMR logging message issue in browser where err.stack is not set
  • add missing default extensions to the DllReferencePlugin
  • module/chunk ids in Stats now sort numerical when they are numbers
  • fix lost chunk reasons when using optimization.splitChunks.maxSize
  • fix cases where Dependency.loc is a string instead of an object

Deprecations

  • deprecated Dependency.compare in favor of compareLocations
  • optimization.namedModules is now deprecated
  • optimization.hashedModuleIds is now deprecated
  • optimization.namedChunks is now deprecated
  • optimization.occurrenceOrder is now deprecated
Commits

The new version differs by 133 commits.

  • 18d33c6 4.16.0
  • 6f72243 Merge pull request #7700 from webpack/bugfix/loc-in-single-entry-and-loader-plugin
  • 3366421 Merge pull request #7663 from webpack/feature/automatic-name-prefix
  • 8891bd5 Merge pull request #7696 from webpack/bugfix/max-size-reasons
  • 365beb1 Merge pull request #7699 from webpack/ci/upgrade-jest
  • b93225a add types and fix incorrect loc type
  • f0cd451 do not instrument node_modules
  • baa450d Merge pull request #7698 from webpack/bugfix/deprecated
  • b32a4f5 Merge branch 'master' into bugfix/max-size-reasons
  • f95d0f0 Merge pull request #7695 from webpack/bugfix/sort-ids-stats
  • 1869d8e Merge pull request #7694 from webpack/bugfix/loc-in-context
  • 78d8f4a Merge pull request #7691 from mathiasbynens/mjs
  • 8876514 replace deprecated method
  • a482565 upgrade jest
  • 692faf2 sort ids in Stats numerical

There are 133 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 16, 2018

Version 4.16.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.16.1

Bugfixes

  • fix reversed order when using optimization.occurrenceOrder (default in production mode)
  • output.hashDigest has a more relaxed schema
  • update dependencies
  • fix typo in schema

Internal changes

  • typescript 3 rc
Commits

The new version differs by 162 commits.

  • fa02f3d 4.16.1
  • 94b192c fix merge issue
  • db1475c Merge pull request #7656 from mohsen1/DefinePlugin-type
  • 2702273 Merge pull request #7726 from webpack/update/linters
  • 84d57e3 Merge branch 'master' into DefinePlugin-type
  • aae20a8 Merge pull request #7721 from webpack/bugfix/occurence-order
  • 0753cdc Merge branch 'master' into update/linters
  • 2c4ba6c Merge pull request #7727 from webpack/update/eslint-scope
  • 4c19fe1 Use v4 of eslint-scope
  • 7195bae Update ESLint and Prettier
  • 36f7ee7 Merge pull request #7719 from joshunger/patch-3
  • 92b4b8b Merge pull request #7718 from edmorley/fix-moduleIds-description
  • b2b4be0 Update README.md
  • 753dcce fix order of occurrence order plugin
  • dc0e7ec Add mini-css-extract-plugin instead of extract-text-webpack-plugin

There are 162 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 23, 2018

Version 4.16.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.2

Bugfixes

  • handle module.require like require
  • emit warnings for module.main.require and module.parent.require
  • sort reasons in stats
  • handle errors when parsing manifest in DllReferencePlugin
Commits

The new version differs by 25 commits.

  • 0d4c87f 4.16.2
  • b8c47a7 Merge pull request #7628 from reduckted/dllreferenceplugin-graceful-json-parse-failure
  • 699fe21 Merge pull request #7750 from ak-14/node-dependencies
  • 945a951 Merge pull request #7755 from webpack/tooling/inherit-types
  • 8614c75 run inherit types tool on existing code
  • 0e6d505 add tool to copy method signatures from base classes
  • 9f16238 Merge pull request #7749 from webpack/bugfix/sort-reasons
  • dcd6442 remove comment
  • 80c3e43 Handle module.require, require.main.require, and module.parent.require
  • e80d494 fix sorting of reasons
  • 9fd6af8 Merge pull request #7657 from mohsen1/enable-noImplicitThis
  • bc86359 remove unneeded type import
  • 2dde005 Merge pull request #7658 from mohsen1/ContextExclusionPlugin-types
  • b3a7c4d Merge branch 'master' of git://github.com/webpack/webpack into ContextExclusionPlugin-types
  • 1a16a79 Merge remote-tracking branch 'origin/master' into enable-noImplicitThis

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2018

Version 4.16.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.3

Bugfixes

  • fix missing modules with chunks nested in unneeded require.ensures.
Commits

The new version differs by 30 commits.

  • 482ff20 4.16.3
  • 6c60e9d Merge pull request #7798 from webpack/bugfix/empty-chunks-fail
  • aac4368 fix case where empty chunkgroups cause nested chunkgroups to vanish
  • a28f44f Merge pull request #7770 from webpack/bump_jest
  • 0d4c87f 4.16.2
  • 20dc30e Update Jest
  • b8c47a7 Merge pull request #7628 from reduckted/dllreferenceplugin-graceful-json-parse-failure
  • 699fe21 Merge pull request #7750 from ak-14/node-dependencies
  • 945a951 Merge pull request #7755 from webpack/tooling/inherit-types
  • 8614c75 run inherit types tool on existing code
  • 0e6d505 add tool to copy method signatures from base classes
  • 9f16238 Merge pull request #7749 from webpack/bugfix/sort-reasons
  • dcd6442 remove comment
  • 80c3e43 Handle module.require, require.main.require, and module.parent.require
  • e80d494 fix sorting of reasons

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2018

Version 4.16.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.4

Bugfixes

  • fix chunkAsset hook in HotModuleReplacementPlugin
Commits

The new version differs by 45 commits.

  • 1e9d98c 4.16.4
  • e163495 Merge pull request #7838 from webpack/test/jest-exported-tests
  • 01cfe5b improve way of adding exported tests to test tree
  • 5f1852a Merge pull request #7831 from EECOLOR/patch-1
  • afe3182 Merge pull request #7836 from rzhe97/master
  • c893bbc Update CONTRIBUTING.md
  • 2348c3c Formatting - move arguments to the same line
  • 7473ed4 Fix chunkAsset hook call
  • 32fdca2 Merge pull request #7823 from flyyang/refactor/define-before-use-class
  • e4ae646 Merge pull request #7825 from webpack/deps/update_linters
  • 64e301c Update Prettier
  • 20406a4 Update ESLint
  • 5234abe Refactor define before use class
  • 61ce434 Merge pull request #7819 from webpack/refactor/template_es6
  • 3992ba3 Convert Template to ES6

There are 45 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 4.16.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 57 commits.

  • 025338c 4.16.5
  • 4972fd8 Merge pull request #7842 from webpack/bugfix/override-entry
  • 17ebfb9 fix #7829
  • 5539f57 Merge pull request #7839 from skingston91/master
  • 1138d32 Merge pull request #7840 from webpack/test/watch-cases
  • 61633aa fix #7778
  • 795cc35 Improve error reporting while recompilation in HotCases
  • 3e30c70 Merge pull request #7830 from ryota-murakami/patch-1
  • 73dff6c Update index.js
  • f5be9a6 update watch test cases for new jest integration
  • ea5c68b Adds test cases for issue 7778
  • 1e9d98c 4.16.4
  • e163495 Merge pull request #7838 from webpack/test/jest-exported-tests
  • 01cfe5b improve way of adding exported tests to test tree
  • 5f1852a Merge pull request #7831 from EECOLOR/patch-1

There are 57 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 21, 2018

Version 4.17.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.0

Features

  • allow to provide custom functions to IgnorePlugin

Bugfixes

  • remove incorrectly emitted dead code in concatenated modules
  • chunk ids contribute to [contenthash] for js assets
  • fix crash when trying to export globals in concatenated modules
Commits

The new version differs by 79 commits.

  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin
  • 1f954b4 Get rid typeof undef in all lib
  • c2e0395 Merge pull request #7922 from webpack/bugfix/concat-globals
  • 9315ce2 fix exporting globals in scope-hoisted modules
  • 0e60343 Merge pull request #7921 from webpack/bugfix/contenhash-id
  • c253b4b chunk ids contribute to contenthash for javascript
  • efa69cd Get rid of typeof for checking undefined
  • 6235e99 feat(IgnorePlugin): allow user to provide his own check functions
  • a02bf99 Merge pull request #7886 from Sibiraj-S/patch-1
  • aba6dbf Merge pull request #7888 from webpack/bugfix/issue-7887
  • 1345ab2 fixes #7887
  • a9a4f1c docs: update README.md
  • 34ff480 Merge pull request #7881 from oygen87/patch-8

There are 79 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 22, 2018

Version 4.17.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.1

Bugfixes

  • fix missing reexports in export * in a concatenated module
Commits

The new version differs by 82 commits.

  • ff3ef5e 4.17.1
  • 58773ad Merge pull request #7931 from webpack/bugfix/concatenated-star-export
  • a92c23e fixes #7930
  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin
  • 1f954b4 Get rid typeof undef in all lib
  • c2e0395 Merge pull request #7922 from webpack/bugfix/concat-globals
  • 9315ce2 fix exporting globals in scope-hoisted modules
  • 0e60343 Merge pull request #7921 from webpack/bugfix/contenhash-id
  • c253b4b chunk ids contribute to contenthash for javascript
  • efa69cd Get rid of typeof for checking undefined
  • 6235e99 feat(IgnorePlugin): allow user to provide his own check functions
  • a02bf99 Merge pull request #7886 from Sibiraj-S/patch-1
  • aba6dbf Merge pull request #7888 from webpack/bugfix/issue-7887

There are 82 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2018

Version 4.17.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.2

Bugfixes

  • fix a spacing issue with the ProgressPlugin on some terminals
  • force-upgrade webpack-sources for performance improvement (was already in semver range)
Commits

The new version differs by 91 commits.

  • dfe6379 4.17.2
  • 80bc330 Merge pull request #7961 from aimergenge/patch-1
  • 3dedc72 Merge pull request #7969 from webpack/deps/upgrade
  • cd9525a Upgrade some dependencies
  • 7996883 solving outputing unnecessary spaces
  • 76c3193 Merge pull request #7952 from webpack/tooling/prettier
  • 1b886ee improve prettier and lint config and performance
  • 6e01fd5 Merge pull request #7942 from webpack/test/performance
  • 2740d4a improve jest startup performance
  • ff3ef5e 4.17.1
  • 58773ad Merge pull request #7931 from webpack/bugfix/concatenated-star-export
  • a92c23e fixes #7930
  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin

There are 91 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 4.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.18.0

Features

  • Upgrade webassemblyjs dependency
Commits

The new version differs by 110 commits.

  • ee7d948 4.18.0
  • de85978 Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
  • ee27d36 4.17.3
  • 4e02cac chore: bump webassemblyjs
  • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
  • 52e1630 bump webassemblyjs
  • e0e0061 Merge branch 'master' into chore-bump-webassemblyjs11
  • b717aad Show only webpack-cli in the list
  • c5eab67 Merge pull request #8001 from webpack/bugfix/exit-code
  • 943aa6b Fix exit code when multiple CLIs are installed
  • 691cc94 Spelling
  • 898462d refactor: remove webpack-command from CLIs
  • dfe6379 4.17.2
  • 80bc330 Merge pull request #7961 from aimergenge/patch-1
  • 3dedc72 Merge pull request #7969 from webpack/deps/upgrade

There are 110 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2018

  • The devDependency webpack was updated from 4.18.0 to 4.18.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 117 commits.

  • c51a1ba 4.18.1
  • c79c1de Merge pull request #8018 from webpack/ci/azure-windows
  • 37046a7 Add windows to azure
  • 814b85b Merge pull request #8012 from webpack/ci/azure
  • 474a9ac Add simple azure pipeline
  • 7b3a297 Merge pull request #8015 from webpack/deps/upgrade-tapable
  • 35015dd Upgrade tapable version
  • ee7d948 4.18.0
  • de85978 Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
  • ee27d36 4.17.3
  • 4e02cac chore: bump webassemblyjs
  • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
  • 52e1630 bump webassemblyjs
  • e0e0061 Merge branch 'master' into chore-bump-webassemblyjs11
  • b717aad Show only webpack-cli in the list

There are 117 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency webpack was updated from 4.18.1 to 4.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.19.0

Bugfixes

  • Create a hash of the whole runtime code for the chunk/contenthash of entry chunks
    • Before hash was (incorrectly) calculated from (some) inputs
Commits

The new version differs by 122 commits.

  • 6bf8323 4.19.0
  • aecdeb3 Merge pull request #8029 from webpack/bugfix/hash-bootstrap
  • 13b2cdd hash content of bootstrap code
  • c2cfa7e Merge pull request #8022 from antleblanc/readme-styling-typo
  • 96ffd27 docs(readme.styling): write correctly sass
  • c51a1ba 4.18.1
  • c79c1de Merge pull request #8018 from webpack/ci/azure-windows
  • 37046a7 Add windows to azure
  • 814b85b Merge pull request #8012 from webpack/ci/azure
  • 474a9ac Add simple azure pipeline
  • 7b3a297 Merge pull request #8015 from webpack/deps/upgrade-tapable
  • 35015dd Upgrade tapable version
  • ee7d948 4.18.0
  • de85978 Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
  • ee27d36 4.17.3

There are 122 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2018

  • The devDependency webpack was updated from 4.19.0 to 4.19.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.19.1

Bugfixes

  • Internal requested filename for import() with target: "electron-main" uses correct path separator on windows
    (This fixes a problem with filemappings in vscode)
  • devtool: "source-map" and variants generate SourceMaps when output file is .mjs
  • browser field as object is used when using target: "electron-renderer"
  • Comments near export default are preserved
  • Passing an array as externals value, now works correctly as documented
Commits

The new version differs by 137 commits.

  • b7121c1 4.19.1
  • ab28497 Merge pull request #8043 from RubenVerborgh/externals-object-array
  • 9bda629 remove bad unit test
  • f0271d9 fix ExternalModule and test case
  • 3aef0e5 Allow array as value in externals object.
  • 7b91fa6 Merge pull request #8042 from webpack/bugfix/comments-export-default
  • e08f71c keep/restore comments in export default
  • 2f78aae Merge pull request #8038 from sharang-d/patch-5
  • bb4c2d1 Correctly set the 'browser' value for electron-renderer
  • 5ade574 Merge pull request #7947 from philipwalton/mjs-sourcemap-support
  • 5258471 Merge pull request #8035 from kwonoj/fix-path
  • 2df7b0c fix(nodemaintemplate): resolve async chunk path platform agnostic
  • 6bf8323 4.19.0
  • aecdeb3 Merge pull request #8029 from webpack/bugfix/hash-bootstrap
  • 13b2cdd hash content of bootstrap code

There are 137 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.19.1 to 4.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.0

Bugfixes

  • update dependencies (webpack-sources, @webassemblyjs/*)
  • Handle errors thrown in renderes without crashing

Internal changes

  • Extended typings
  • Update internal structure of options schema to generate typings
    • Note: this exposed an issue in webpack-cli, you need to upgrade to webpack-cli@3.1.1
Commits

The new version differs by 177 commits.

  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies
  • 9c8f304 Merge pull request #8065 from webpack/ci/appveyor
  • 3b6d149 Merge pull request #7232 from webpack/feature/json-to-typescript
  • 61718d4 Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
  • f8bc251 Reduce the appveyor CI tasks
  • 62b6142 fix Validation test
  • c768182 fix issues with absolutePath, allOf and anyOf
  • 8c31f2a fixes for RegExp in schema
  • 44955b7 emit exit code only in lint mode

There are 177 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.20.0 to 4.20.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.1

Bugfixes

  • fix crash when using libraryTarget: "amd" without library name
Commits

The new version differs by 180 commits.

  • 91e9dd7 4.20.1
  • 8dd7caf Merge pull request #8083 from webpack/bugfix/amd-hash
  • d836bcb fixes #8081
  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies
  • 9c8f304 Merge pull request #8065 from webpack/ci/appveyor
  • 3b6d149 Merge pull request #7232 from webpack/feature/json-to-typescript
  • 61718d4 Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
  • f8bc251 Reduce the appveyor CI tasks
  • 62b6142 fix Validation test

There are 180 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 26, 2018

  • The devDependency webpack was updated from 4.20.1 to 4.20.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.2

Bugfixes

  • keep comments in export default in concatenated modules
Commits

The new version differs by 188 commits.

  • 5c5e902 4.20.2
  • 79ea087 Merge pull request #8086 from webpack/bugfix/comments-concat-export-default
  • aab3afb fixes #8085
  • 54e30e0 update examples
  • 4ed8c08 Merge pull request #7803 from oygen87/patch-1
  • 91e9dd7 4.20.1
  • 8dd7caf Merge pull request #8083 from webpack/bugfix/amd-hash
  • d836bcb fixes #8081
  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies

There are 188 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2019

  • The devDependency webpack was updated from 4.31.0 to 4.32.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.32.0

Features

  • Added this.mode to the loader API, to allow loaders to choose defaults by mode similar to webpacks options
  • Stack Trace for Errors in rejected Promises from import() now includes the stack from where the import() was called

Bugfixes

  • The Parser can now analyse identifiers in rest patterns too
    • const { a, ...rest } = obj, where rest conflicts with an imported binding etc.
  • node: false now correctly disables __dirname and __filename too
  • __dirname and __filename now no longer evaluates to something when node: false or node.__file/dirname: false is set
    • if(__dirname !== "") is no longer replaced with if(true) in such scenarios
  • prefetching chunks is no executed after the initial module evaluation
    • This allows to override i. e. __webpack_public_path__ for prefetching too
  • fixes a runtime crash when using side-effect-free modules with the DllPlugin

Contribute

  • CI tests node.js 12 now too
  • webpack-bot now merges dependabot PRs automatically when status checks succeed
Commits

The new version differs by 237 commits.

  • bbe71d8 4.32.0
  • 5c63e05 Merge pull request #9153 from webpack/bugfix/dll-side-effects
  • a4bbdae fix problem with dll and sideEffects
  • 36c7ab7 Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
  • a145bea Merge pull request #9140 from tschaub/loader-mode
  • 412f77c Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
  • ad08a37 chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
  • b322070 fix: provide useful stacktrace on chunk loading failure
  • 5178aa9 Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
  • a0d16cb Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
  • fac1b9f chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
  • 1a63d7b Default to production
  • 290ab5d Allow loaders to access the mode
  • 62d1b15 Merge pull request #9136 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.7
  • 412a1ed chore(deps-dev): bump lint-staged from 8.1.6 to 8.1.7

There are 237 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2019

  • The devDependency webpack was updated from 4.32.0 to 4.32.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.32.1

Bugfixes

  • reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using node: false.
Commits

The new version differs by 240 commits.

  • 87fc33e 4.32.1
  • 5325de0 Merge pull request #9163 from webpack/bugfix/issue-9156
  • 5b08ab5 fixes #9156
  • bbe71d8 4.32.0
  • 5c63e05 Merge pull request #9153 from webpack/bugfix/dll-side-effects
  • a4bbdae fix problem with dll and sideEffects
  • 36c7ab7 Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
  • a145bea Merge pull request #9140 from tschaub/loader-mode
  • 412f77c Merge pull request #9152 from webpack/dependabot/npm_and_yarn/@types/node-10.14.7
  • ad08a37 chore(deps-dev): bump @types/node from 10.14.6 to 10.14.7
  • b322070 fix: provide useful stacktrace on chunk loading failure
  • 5178aa9 Merge pull request #9143 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.3.0
  • a0d16cb Merge pull request #9134 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.0
  • fac1b9f chore(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0
  • 1a63d7b Default to production

There are 240 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2019

  • The devDependency webpack was updated from 4.32.1 to 4.32.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.32.2

Bugfixes

  • fix some weird schema validation messages
  • fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)
Commits

The new version differs by 250 commits.

  • 5d3004c 4.32.2
  • 689ee4c Merge pull request #9176 from webpack/bugfix/issue-9159
  • fec26a9 fix concatenated version of reexport dependency for sideEffects
  • 6ca9167 Merge pull request #9135 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.4
  • 9b368f6 update snapshot
  • 7ccad38 chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4
  • d3ef632 Merge pull request #9167 from webpack/refactor/validation
  • a4406ff improve validation errors
  • 0963d74 add test case for enum validation
  • f1df013 refactor Validation test for snapshots
  • 87fc33e 4.32.1
  • 5325de0 Merge pull request #9163 from webpack/bugfix/issue-9156
  • 5b08ab5 fixes #9156
  • bbe71d8 4.32.0
  • 5c63e05 Merge pull request #9153 from webpack/bugfix/dll-side-effects

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2019

  • The devDependency webpack was updated from 4.32.2 to 4.33.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.33.0

Features

  • add target: "electron-preload" for electron 5
    • renderer should use target: "web" in electron 5

Bugfixes

  • fix HMR rejection of removed and readded self-accepted modules
Commits

The new version differs by 271 commits.

  • d45bec3 4.33.0
  • 96869d9 Merge pull request #9191 from webpack/dependabot/npm_and_yarn/chrome-trace-event-1.0.2
  • e90cf7c Merge pull request #9190 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.3.0
  • 96b97b5 Downstream bug fixed and we can remove workaround
  • 31dae4d update snapshots
  • faba6e4 Merge pull request #9209 from webpack/dependabot/npm_and_yarn/@types/node-10.14.8
  • f571d78 Merge pull request #9205 from webpack/dependabot/npm_and_yarn/typescript-3.5.1
  • f59f31d chore(deps-dev): bump @types/node from 10.14.7 to 10.14.8
  • 289c520 chore(deps-dev): bump typescript from 3.4.5 to 3.5.1
  • c408ff5 Merge pull request #9202 from webpack/bugfix/9198
  • 46b428b fix rejection when removing and readding self-accepted module
  • 671cb18 Merge pull request #9188 from kwonoj/electron-preload-target
  • 4345fc5 chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.2
  • 8712474 chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.0
  • 2ec75c1 feat(target): support electron preload async chunk loading

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 12, 2019

  • The devDependency webpack was updated from 4.33.0 to 4.34.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.34.0

Features

  • Error message when parsing fails shows used loaders now

Bugfixes

  • importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
  • Error message in HMR logging works for Firefox too now
  • Parser understands block scoping now
Commits

The new version differs by 301 commits.

  • 34c8667 4.34.0
  • 0652114 Merge pull request #9268 from webpack/bugfix/let-scopes
  • e6f9db8 Merge pull request #9261 from webpack/bugfix/ff-errors
  • e04b1a5 handle block scopes correctly
  • 55f18f9 Merge pull request #9260 from webpack/fix-9044
  • a1d4567 fix error message and stack in Firefox
  • 8d5ad83 simplify code
  • df5e118 fix(mjs): remove unused namespace build errors
  • acf2c2d Merge pull request #8615 from felixfbecker/patch-1
  • 44fff70 Merge pull request #9256 from webpack/dependabot/npm_and_yarn/@types/node-10.14.9
  • 74178d4 Update snapshot
  • 7fb14ec Add name property to error thrown on chunk load failure
  • 85b0917 chore(deps-dev): bump @types/node from 10.14.8 to 10.14.9
  • 30882ca Link to JS Foundation Code Of Conduct
  • ff85fae Merge pull request #9241 from webpack/dependabot/npm_and_yarn/prettier-1.18.2

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2019

  • The devDependency webpack was updated from 4.34.0 to 4.35.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.35.0

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation
Commits

The new version differs by 334 commits.

  • c3377ef 4.35.0
  • 494e16b Merge pull request #9306 from jamesgeorge007/hotfix/refactor
  • 226e8ce add test case for holey array
  • 0109d68 Linting fix
  • 3321f31 Handle cryptic error message being thrown
  • efb250d Merge pull request #9305 from webpack/dependabot/npm_and_yarn/pug-2.0.4
  • 66b3b99 chore(deps-dev): bump pug from 2.0.3 to 2.0.4
  • 8522a2d Merge pull request #9285 from ryandrew14/master
  • f8dc67e Merge pull request #9294 from vankop/options-defaulter-esdoc
  • 07dc833 update name-too-long comment to length 109
  • 6e16e12 remove update to 100 line length
  • 75c340c Merge pull request #9293 from webpack/dependabot/npm_and_yarn/simple-git-1.115.0
  • 7cdff6c refactor(esdoc): OptionsDefaulter
  • 82cbe8b chore(deps-dev): bump simple-git from 1.113.0 to 1.115.0
  • 054c933 introduce name truncation config option for SplitChunksPlugin

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 1, 2019

  • The devDependency webpack was updated from 4.35.1 to 4.35.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.35.1

Bugfixes

  • add realResource condition in rule to schema
  • fixes order of loaders when using a matchResource
Commits

The new version differs by 354 commits.

  • 569dd6a 4.35.1
  • 5c7996d Merge pull request #9328 from jchapman127/bugfix/match-resource
  • fec4d53 only affect loader order when match resource is used
  • 61d508e improve test cases for more edge cases
  • 5523a0a Merge pull request #9326 from vankop/add-real-resource-parameter
  • 49dc747 fix loader ordering
  • a435c74 add test case for #9053
  • 68f794d updated snapshots, rerun tooling scripts
  • b320269 add realResource parameter to RuleSetRule
  • c8f4dd1 Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10
  • 498834c Merge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.1
  • 81bf2ca chore(deps-dev): bump @types/node from 10.14.9 to 10.14.10
  • f8bb7a5 chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.1
  • 58bd580 Merge pull request #9311 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.0
  • cea1348 Merge pull request #9310 from ryandrew14/update-contributing-to-documentation

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 1, 2019

  • The devDependency webpack was updated from 4.35.1 to 4.35.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.35.2

Bugfixes

  • realResource must match absolute paths
Commits

The new version differs by 356 commits.

  • bf3e869 4.35.2
  • 98c5f45 hotfix: realResource should match absolute paths
  • 569dd6a 4.35.1
  • 5c7996d Merge pull request #9328 from jchapman127/bugfix/match-resource
  • fec4d53 only affect loader order when match resource is used
  • 61d508e improve test cases for more edge cases
  • 5523a0a Merge pull request #9326 from vankop/add-real-resource-parameter
  • 49dc747 fix loader ordering
  • a435c74 add test case for #9053
  • 68f794d updated snapshots, rerun tooling scripts
  • b320269 add realResource parameter to RuleSetRule
  • c8f4dd1 Merge pull request #9322 from webpack/dependabot/npm_and_yarn/@types/node-10.14.10
  • 498834c Merge pull request #9321 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.1
  • 81bf2ca chore(deps-dev): bump @types/node from 10.14.9 to 10.14.10
  • f8bb7a5 chore(deps-dev): bump eslint-plugin-jest from 22.7.0 to 22.7.1

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 8, 2019

  • The devDependency webpack was updated from 4.35.2 to 4.35.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.35.3

Bugfixes

  • update acorn to include import()

Performance

  • Improved runtime performance for large JSON modules
Commits

The new version differs by 376 commits.

  • 4ec90ce 4.35.3
  • 91a211e Merge pull request #9378 from webpack/dependabot/npm_and_yarn/ajv-6.10.1
  • 0db2c54 Merge pull request #9377 from webpack/dependabot/npm_and_yarn/ajv-keywords-3.4.1
  • 30ddec0 chore(deps): bump ajv from 6.10.0 to 6.10.1
  • 1b54416 chore(deps): bump ajv-keywords from 3.4.0 to 3.4.1
  • f092150 Merge pull request #9370 from DRoet/dynamic-import
  • b56c3ec feat: update acorn for dynamic import
  • 0976bd3 Merge pull request #9363 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.7.2
  • 45acc86 Merge pull request #9361 from webpack/dependabot/npm_and_yarn/acorn-6.2.0
  • dfeb9a9 Merge pull request #9359 from webpack/dependabot/npm_and_yarn/types/node-10.14.12
  • db85be0 chore(deps-dev): bump eslint-plugin-jest from 22.7.1 to 22.7.2
  • 219f773 chore(deps): bump acorn from 6.1.1 to 6.2.0
  • 72e0540 chore(deps-dev): bump @types/node from 10.14.10 to 10.14.12
  • 0af4549 Merge pull request #9356 from webpack/dependabot/npm_and_yarn/simple-git-1.118.0
  • 1ce0c21 chore(deps-dev): bump simple-git from 1.117.0 to 1.118.0

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2019

  • The devDependency webpack was updated from 4.35.3 to 4.36.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.36.0

Features

  • SourceMapDevToolPlugin append option now supports the default placeholders in addition to [url]
  • Arrays in resolve and parser options (Rule and Loader API) support backreferences with "..." when overriding options.
Commits

The new version differs by 418 commits.

  • 95d21bb 4.36.0
  • aa1216c Merge pull request #9422 from webpack/feature/dot-dot-dot-merge
  • b3ec775 improve merging of resolve and parsing options
  • 53a5ae2 Merge pull request #9419 from vankop/remove-valid-jsdoc-rule
  • ab75240 Merge pull request #9413 from webpack/dependabot/npm_and_yarn/ajv-6.10.2
  • 0bdabf4 Merge pull request #9418 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.5.2
  • f207cdc remove valid jsdoc rule in favour of eslint-plugin-jsdoc
  • 31333a6 chore(deps-dev): bump eslint-plugin-jsdoc from 15.3.9 to 15.5.2
  • 036adf0 Merge pull request #9417 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.8.0
  • 37d4480 Merge pull request #9411 from webpack/dependabot/npm_and_yarn/simple-git-1.121.0
  • ce2a183 chore(deps-dev): bump eslint-plugin-jest from 22.7.2 to 22.8.0
  • 0beeb7e Merge pull request #9391 from vankop/create-hash-typescript
  • bf1a24a #9391 resolve super call discussion
  • bd7d95b #9391 resolve discussions, AbstractMethodError
  • 4190638 chore(deps): bump ajv from 6.10.1 to 6.10.2

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2019

  • The devDependency webpack was updated from 4.36.0 to 4.36.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.36.1

Bugfixes

  • fix regression in 4.36.0 when using happypack
Commits

The new version differs by 3 commits.

  • 92caa5d 4.36.1
  • 4cac066 Merge pull request #9425 from webpack/bugfix/no-resolve-options
  • 1f966eb fix #9424

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 23, 2019

  • The devDependency webpack was updated from 4.36.1 to 4.37.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.37.0

Features

  • add logging API (see #9436 for details)
Commits

The new version differs by 34 commits.

  • 04b0d6b 4.37.0
  • 2fb853e Merge pull request #9436 from webpack/feature/logging
  • a1f0789 Merge pull request #9458 from yvanwangl/master
  • 9d381f2 HookMap: replace .tap() with .for().tap()
  • 677ccd9 small fixes
  • 1d4fb10 Merge pull request #9448 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.13.0
  • 7b31890 more tests
  • 167759d Merge pull request #9449 from webpack/dependabot/npm_and_yarn/simple-git-1.122.0
  • d0298bc Merge pull request #9450 from webpack/dependabot/npm_and_yarn/acorn-6.2.1
  • fa2b3f7 Merge pull request #9452 from webpack/dependabot/npm_and_yarn/lodash-4.17.15
  • 85263af update snapshot
  • b6138c1 add infrastructure test
  • d532c4f allow to configure the infrastructure logger
  • 183ddad store profiling requests into the Stats too
  • 51e137e chore(deps-dev): bump lodash from 4.17.14 to 4.17.15

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2019

  • The devDependency webpack was updated from 4.37.0 to 4.38.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.38.0

Performance

  • Improved performance of ProgressPlugin
  • Improved performance of chunk graph generation
    • This can boost performance when many chunks are used, especially incremental build performance
    • Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
  • optimization.removeAvailableModules is now disabled in development mode by default
    • optimization.removeAvailableModules will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
Commits

The new version differs by 46 commits.

  • ae3db13 4.38.0
  • 9741565 Merge pull request #9472 from webpack/performance/chunk-group-available
  • 81017d5 update stats snapshot because of additional logging
  • a2c0461 disable optimization.removeAvailableModules in development by default
  • 2e0ce0d less memory, reduce timing verbosity
  • 126fb99 move chunk graph building into separate file
  • 2686baf Merge pull request #9469 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.2
  • 55f034b chore(deps-dev): bump eslint-plugin-jsdoc from 15.7.1 to 15.7.2
  • b088914 Merge pull request #9466 from webpack/performance/progress
  • 5a27b8f Merge pull request #9462 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.7.1
  • fde3f62 fix low hanging performance problems with ProgressPlugin
  • ae97676 chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.1
  • 04b0d6b 4.37.0
  • 2fb853e Merge pull request #9436 from webpack/feature/logging
  • a1f0789 Merge pull request #9458 from yvanwangl/master

There are 46 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 1, 2019

  • The devDependency webpack was updated from 4.38.0 to 4.39.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.0

Features

  • Infrastructure logger for node.js has now colors + symbols to mark different kind of messages
  • Logger API has now a status method which allows to write temporary status messages
  • ProgressPlugin default handler uses the Infrastructure Logger status message to output messages
  • Placeholders in in paths can now be escaped with i. e. [\id\]
  • Compiler.hooks.assetEmitted have been added to get byte content of emitted assets

Bugfixes

  • Logging output is now aligned to have space for symbols
  • renamed Compiler.hooks.infrastructurelog to Compiler.hooks.infrastructureLog
  • Properties that are defined on the Object.prototype can now be chunk ids (i. e. constructor)
  • library.name now supports placeholders in libraryTarget: "system"
  • 2 places were module profiles were incorrectly captured were fixed

Dependencies

  • Forced upgrade of all direct dependencies
  • webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps
Commits

The new version differs by 101 commits.

  • 5344837 4.39.0
  • 1e1983c Merge pull request #9508 from webpack/deps/push
  • a662a94 push latest version of dependencies to the end user
  • 4075538 Merge pull request #9506 from webpack/logging/status
  • 1963e40 improve tests for different infrastructure logging levels
  • ed7d815 Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets
  • 98148b6 add infrastructureLog hook to MulitCompiler
  • 0b0e9e9 fix Progress and Stats Tests for colors and output
  • b89853e fix Compiler logging test
  • 4c472ad capture infrastructure log
  • 56e12fd extract LogTestPlugin
  • def2947 add getInfrastructureLogger to MultiCompiler
  • 0c8d75c fix name for log hook
  • 8f0a443 Colored console for node environment
  • 53a7a34 add test cases

There are 101 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2019

  • The devDependency webpack was updated from 4.39.0 to 4.39.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.1

Bugfixes

  • fix problem that progress lines were too long on some terminals
  • fix a problem that ...100% is displayed instead of 100%
Commits

The new version differs by 107 commits.

  • f29445d 4.39.1
  • 1d98dad Merge pull request #9513 from webpack/bugfix/terminal-length
  • 8006117 make status logging 1 char shorter
  • ff8946e update examples
  • 5a9d029 Merge pull request #9512 from webpack/bugfix/100-percent
  • 7cfe0e6 fix 100% progress output
  • 5344837 4.39.0
  • 1e1983c Merge pull request #9508 from webpack/deps/push
  • a662a94 push latest version of dependencies to the end user
  • 4075538 Merge pull request #9506 from webpack/logging/status
  • 1963e40 improve tests for different infrastructure logging levels
  • ed7d815 Merge pull request #9318 from jamesgeorge007/hotfix/ease-access-of-emitted-assets
  • 98148b6 add infrastructureLog hook to MulitCompiler
  • 0b0e9e9 fix Progress and Stats Tests for colors and output
  • b89853e fix Compiler logging test

There are 107 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2019

  • The devDependency webpack was updated from 4.39.1 to 4.39.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.2

Bugfixes

  • fix ProfilingPlugin not ending traces correctly
Commits

The new version differs by 145 commits.

  • 7265427 4.39.2
  • 9f27d0c Merge pull request #9559 from jamesgeorge007/feat/refactor-banner-plugin
  • b50a995 Merge pull request #9568 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.1
  • 385fe6a chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1
  • 7ea8665 Merge pull request #9566 from timneutkens/fix/profiling-callback-override
  • 069c33a Fix asyncHook callback interceptor for ProfilingPlugin
  • ba56f7e Merge pull request #9564 from webpack/dependabot/npm_and_yarn/acorn-6.3.0
  • bd7655c chore(deps): bump acorn from 6.2.1 to 6.3.0
  • e62b643 Merge pull request #9558 from jamesgeorge007/hotfix/fix-typo
  • d7486fd fix: revert
  • aed5cce minor fix
  • 4f003c2 tweak
  • fa3b3ef refactor
  • 72ee5a3 fix: lint
  • af8906d fix: refactor

There are 145 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

  • The devDependency webpack was updated from 4.39.2 to 4.39.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.39.3

Bugfixes

  • fix a missing module in chunk caused by incorrect chunk graph generation of async chunks
Commits

The new version differs by 188 commits.

  • 94929a5 4.39.3
  • 6bf1868 Merge pull request #9635 from webpack/bugfix/9634
  • 83dd295 fixes #9634
  • 54519bd Merge pull request #9630 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2
  • aa8d930 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2
  • b16ca50 Merge pull request #9603 from noscripter/patch-1
  • 0601b12 Merge pull request #9623 from webpack/dependabot/npm_and_yarn/less-3.10.3
  • d56b9f8 chore(deps-dev): bump less from 3.10.2 to 3.10.3
  • 9dc49cf Merge pull request #9613 from shaodahong/optimize-eslint
  • 85421cd improve linting performance
  • 94d1768 resolve linting issues in test/helpers
  • 7ee8ca3 optimize code-lint config
  • 9b02c19 Merge pull request #9617 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.15.2
  • 45622a4 Merge pull request #9616 from webpack/dependabot/npm_and_yarn/less-3.10.2
  • 3c252ff Merge pull request #9608 from webpack/dependabot/npm_and_yarn/types/node-10.14.16

There are 188 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency webpack was updated from 4.39.3 to 4.40.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.0

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • new getter methods to get assets compilation.getAssets() and compilation.getAsset(name)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
Commits

The new version differs by 218 commits.

  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
  • a736c3e update code for @enum breaking change
  • 320b30b chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
  • 77cd3d0 Merge pull request #9664 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.17.0
  • 3e72f36 chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0
  • b2b5b27 Merge pull request #9655 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.1

There are 218 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.40.0 to 4.40.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.1

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename
Commits

The new version differs by 223 commits.

  • e4c7d8c 4.40.1
  • b69ad20 Merge pull request #9697 from webpack/bugfix/multiple-assets
  • e41fab0 make multiple assets to the same filename a warning
  • c5450b4 Merge pull request #9696 from sodatea/fix-size-limits
  • 025c253 fix: check the asset's existence before running filter
  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
  • cd804cc Merge pull request #9683 from webpack/deps/jest-again
  • a81cdcd upgrade jest dependencies
  • 8ba7705 Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2

There are 223 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.40.1 to 4.40.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.40.2

Bugfixes

  • fix a bug where asset is undefined
Commits

The new version differs by 226 commits.

  • d1fffd8 4.40.2
  • 705a3f5 Merge pull request #9701 from Akryum/patch-1
  • b4c7fd5 fix: check for asset nullity before fileFilter
  • e4c7d8c 4.40.1
  • b69ad20 Merge pull request #9697 from webpack/bugfix/multiple-assets
  • e41fab0 make multiple assets to the same filename a warning
  • c5450b4 Merge pull request #9696 from sodatea/fix-size-limits
  • 025c253 fix: check the asset's existence before running filter
  • 9c6b367 4.40.0
  • e9e7a85 Merge pull request #9687 from webpack/feature/emit-asset
  • 758269e add emit/updateAsset to Compilation
  • 7f403e2 Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
  • 93943ea chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
  • f5e1e1e Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
  • ea95059 chore(deps-dev): bump typescript from 3.6.2 to 3.6.3

There are 226 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2019

  • The devDependency webpack was updated from 4.40.3 to 4.41.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.0

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin
Commits

The new version differs by 244 commits.

  • 36e318b 4.41.0
  • 494b223 Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups
  • 951bf0d Merge pull request #9727 from webpack/perf/limit-chunk-count
  • b58560c 4.40.3
  • 03b32d3 disallow shorthand cache groups syntax with cache group named test
  • 6f1c685 Improve performance of LimitChunkCountPlugin a lot
  • adfa484 Merge pull request #9724 from webpack/bugfix/serve-regression
  • b151069 Merge pull request #9702 from weswigham/patch-1
  • d89dc70 Merge pull request #9719 from hedgepigdaniel/perf/NormalModule-size
  • 1c4138d HMR plugin should only affect the root compilation
  • a97e8d6 Merge pull request #9709 from mbudde/patch-1
  • 2aef0b6 Memoize NormalModule.size()
  • b07d3b6 Merge pull request #9710 from webpack/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.1
  • 9becbd4 chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
  • 465922f nit: Don't recompute filename hash

There are 244 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 11, 2019

  • The devDependency webpack was updated from 4.41.0 to 4.41.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.1

Bugfixes

  • fix incorrect request shortening when directory looks similar to parent directory
  • fix crash when timezone is unknown
Commits

The new version differs by 284 commits.

  • dcfda00 4.41.1
  • 16d2628 Merge pull request #9799 from petetnt/petetnt-stats-fix
  • 2260eca fix: Intl.DateTimeFormat can throw too
  • 3d43f1e fix: Deal with undetected timeZone in Stats.js
  • 8dc440e Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2
  • 421ae43 chore(deps-dev): bump react from 16.10.1 to 16.10.2
  • 800c124 Merge pull request #9772 from webpack/dependabot/npm_and_yarn/react-dom-16.10.2
  • e09dfff Merge pull request #9789 from webpack/dependabot/npm_and_yarn/typescript-3.6.4
  • 13e7248 Merge pull request #9787 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.10.0
  • 02f5553 chore(deps-dev): bump typescript from 3.6.3 to 3.6.4
  • 97e607c chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.10 to 15.10.0
  • 84f541f Merge pull request #9782 from webpack/dependabot/npm_and_yarn/enhanced-resolve-4.1.1
  • b11e063 Merge pull request #9785 from webpack/dependabot/npm_and_yarn/types/node-10.14.21
  • 1e30592 chore(deps-dev): bump @types/node from 10.14.19 to 10.14.21
  • edfb782 chore(deps): bump enhanced-resolve from 4.1.0 to 4.1.1

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 15, 2019

  • The devDependency webpack was updated from 4.41.1 to 4.41.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.41.2

Bugfixes

  • fix issue with invalide timezone
Commits

The new version differs by 295 commits.

  • 11e94dd 4.41.2
  • e928727 Merge pull request #9821 from petetnt/fix-stats-issue
  • b3d7636 enable CI on webpack-4 branch
  • 009e47c fix: Make timeZone initial value undefined in lib/Stats.js
  • f523293 fix: Only add timeZone if toLocaleString throws with initial timeZone
  • 42407cb Merge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.0
  • 39b63b4 Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.0
  • 8b2b433 chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
  • d54ce2e chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
  • 1a77333 Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7
  • dcfda00 4.41.1
  • 16d2628 Merge pull request #9799 from petetnt/petetnt-stats-fix
  • 2260eca fix: Intl.DateTimeFormat can throw too
  • 3d43f1e fix: Deal with undetected timeZone in Stats.js
  • 8dc440e Merge pull request #9771 from webpack/dependabot/npm_and_yarn/react-16.10.2

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 16, 2019

  • The devDependency webpack was updated from 4.41.2 to 4.41.3.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.3

Security

  • force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack)

Funding

  • add npm funding field to package.json
Commits

The new version differs by 300 commits.

  • df9f3eb 4.41.3
  • fe71d68 Merge pull request #10010 from webpack/funding
  • b396d96 Merge pull request #10123 from pustovalov/webpack-4-serialize
  • 29b2bdd Update terser-webpack-plugin to ^1.4.3
  • bedb566 chore: funding field
  • 11e94dd 4.41.2
  • e928727 Merge pull request #9821 from petetnt/fix-stats-issue
  • b3d7636 enable CI on webpack-4 branch
  • 009e47c fix: Make timeZone initial value undefined in lib/Stats.js
  • f523293 fix: Only add timeZone if toLocaleString throws with initial timeZone
  • 42407cb Merge pull request #9811 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.11.0
  • 39b63b4 Merge pull request #9809 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.19.0
  • 8b2b433 chore(deps-dev): bump eslint-plugin-jsdoc from 15.10.0 to 15.11.0
  • d54ce2e chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0
  • 1a77333 Merge pull request #9797 from webpack/dependabot/npm_and_yarn/coveralls-3.0.7

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2019

  • The devDependency webpack was updated from 4.41.3 to 4.41.4.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.4

Bugfixes

  • fix case where __webpack_require__.e is not a function when using module concatenation
  • fix incorrect imported module when using sideEffects in a certain constellation of export names

Performance

  • lazy-require Webassembly related modules for improved startup performance
Commits

The new version differs by 8 commits.

  • dcc45dd 4.41.4
  • ab4fa8d Merge pull request #10146 from liximomo/fix-sideEffects
  • 1452d19 test: add test case
  • 156a087 fix: prevent incorrectly redirect
  • 5b8fbca Merge pull request #10132 from jeffin143/patch-9859
  • e62512d Merge pull request #10133 from webpack/bugfix/issue-10104
  • 77971bf backporting to webpack-4
  • c81963b fixes #10104

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2019

  • The devDependency webpack was updated from 4.41.4 to 4.41.5.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.5

Bugfixes

  • handle relative paths with webpack:// prefix in SourceMaps correctly
  • fixes a non-determinism about providedExports with export * which caused changing module hashes and unnecessary HMR invalidation
Commits

The new version differs by 7 commits.

  • 45ecebc 4.41.5
  • 8a0dac1 Merge pull request #10185 from webpack/bugfix/non-deterministic-provided-exports
  • 4e31587 Merge pull request #10183 from webpack/deps/update
  • 3ec952f update dependencies in-range
  • 8e4749e make order of exports in providedExports deterministic
  • 0e5e8d9 Merge pull request #10181 from webpack/backport/webpack-source-map-prefix
  • 6b9884e handle webpack:// prefix in SourceMap sources

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2020

  • The devDependency webpack was updated from 4.41.5 to 4.41.6.

Your tests are still failing with this version. Compare changes

Release Notes for v4.41.6

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter
Commits

The new version differs by 12 commits.

  • 71be3bf 4.41.6
  • 0b8ef22 Merge pull request #10344 from webpack/bugfix/hang-circular-reexport
  • 614ea54 only retrigger flagging exports in dependencies when exports really changed
  • 627510d Merge pull request #10255 from jeffin143/fix-10247
  • e826575 correct windows paths must use \ and not /
  • 5e9f083 Merge pull request #10240 from jeffin143/fix-10217
  • d8c74b6 fix: better handle absolute paths
  • ef73991 update webpackOption.d.ts
  • 2101892 add chunkid declaration
  • 4bb706f Fix lint issue
  • 2394136 added variable declarations in files where required
  • 148c4be get rid of some hacks in declarations file for webpack-4

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency webpack was updated from 4.41.6 to 4.42.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.0

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports
Commits

The new version differs by 11 commits.

  • 29d851b 4.42.0
  • 07a4b28 Merge pull request #10478 from webpack/bugfix/all-modules-dll
  • c1aa9d4 flag all modules as used for Dll
  • d147689 Merge pull request #10431 from webpack/bugfix/concat-circular-4
  • d76761d hoist exports to the top of a concatenated module
  • 534d78f Merge pull request #10393 from webpack/schema/disallow-function-hotchunkfilename
  • d46ddc2 disallow function for output.hotUpdateChunkFilename
  • 95409bd Merge pull request #10294 from ngg/asmjs-4
  • 7a30012 spacing
  • 284e97f add detectStrictMode method for backward-compat
  • a7a07bc do not evaluate constants in asm.js, fix IIFE mode detection

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2020

  • The devDependency webpack was updated from 4.42.0 to 4.42.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.42.1

Bugfixes

  • update webassemblyjs dependencies for instruction update
  • update mkdirp dependency for security reasons
Commits

The new version differs by 7 commits.

  • 71eb593 4.42.1
  • 7bc38d6 Merge pull request #10580 from jeffin143/update-mkdirp
  • a814ac9 update lockfile
  • f110b6e UPDATE mkdirp
  • 5f65ecb Merge pull request #10493 from jeffin143/fix-10489
  • 994df0f Order dependencies alphabetically
  • a06807b fix :10489 - Backport to webpack 4: wasm: v128 support

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency webpack was updated from 4.42.1 to 4.43.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.43.0

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates
Commits

The new version differs by 17 commits.

  • c9d4ff7 4.43.0
  • 9a2febd Merge pull request #10715 from webpack/hmr/invalidate-4
  • a53bb8f add invalidate method to HMR
  • 4c644bf Merge pull request #10518 from TechieForFun/webpack-4
  • 9efaba2 Merge pull request #10571 from mjziolko/watchpack-vuln
  • a704715 Merge pull request #10622 from webpack/ci/fix-azure
  • 7f843e8 fix vm images in azure
  • 9c23e18 Update watchpack to the most recent minor version to remove mimimist vulnerability.
  • 499b537 revert unneccessary changes
  • c9bb7a9 Update snapshots of tests
  • 4023e8c Update package.json, yarn.lock
  • 2ca966c Update package.json
- [`a7cfbfe`](https://github.com/webpack/webpack/commit/a7cfbfe0b16a2a34e13491e7cecdbc0676904786) Update package.json - [`f97fedc`](https://github.com/webpack/webpack/commit/f97fedc0c63a546e9f2eee8a3513ef0cd1624af4) Update package.json for tests - [`3320b9d`](https://github.com/webpack/webpack/commit/3320b9dfd88785d1bbc15d51dc8dc05f09445f99) Update on yarn.lock

There are 17 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants