Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 2, 2018

Version 4.16.4 of webpack was just published.

Dependency webpack
Current Version 4.16.3
Type devDependency

The version 4.16.4 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.


Commits

The new version differs by 15 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

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 bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2018

Version 4.16.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 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
  • cdf042c Update Jest homepage URL

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 21, 2018

Version 4.17.0 just got published.

Update to this version instead 🚀

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 22 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 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2018

Version 4.17.1 just got published.

Update to this version instead 🚀

Release Notes v4.17.1

Bugfixes

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

The new version differs by 3 commits.

  • ff3ef5e 4.17.1
  • 58773ad Merge pull request #7931 from webpack/bugfix/concatenated-star-export
  • a92c23e fixes #7930

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

Version 4.17.2 just got published.

Update to this version instead 🚀

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 9 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 10, 2018

Version 4.18.0 just got published.

Update to this version instead 🚀

Release Notes v4.18.0

Features

  • Upgrade webassemblyjs dependency
Commits

The new version differs by 19 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
  • c9d6ec1 feat: remove wasm-opt
  • 075208d fix: merging
  • 38c3403 Merge remote-tracking branch 'upstream/master' into chore-bump-webassemblyjs11

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.18.1.

Update to this version instead 🚀

Commits

The new version differs by 7 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.19.0.

Update to this version instead 🚀

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 5 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.19.1.

Update to this version instead 🚀

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 15 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
  • 17fafd3 Fix lint errors
  • a2cc031 Add tests for default source map extensions
  • 12762ff Add sourcemap support for .mjs output files

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.20.0.

Update to this version instead 🚀

Commits

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.20.1.

Update to this version instead 🚀

Release Notes for v4.20.1

Bugfixes

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

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.20.2.

Update to this version instead 🚀

Release Notes for v4.20.2

Bugfixes

  • keep comments in export default in concatenated modules
Commits

The new version differs by 8 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.21.0.

Update to this version instead 🚀

Release Notes for v4.21.0

Features

  • add output.libraryTarget: "amd-require" which generates a AMD require([], ...) wrapper instead of a define([], ...) wrapper
  • support arrays of strings passed to output.library, which exposes the library to a subproperty

Bugfixes

  • fix cases where __webpack_require__.e is used at runtime but is not defined in the bundle
  • fix behavior of externals of global type

Performance

  • Some performance improvements to the chunk graph generation
Commits

The new version differs by 37 commits.

  • 432d2a3 4.21.0
  • 0fb6c60 Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix
  • 15b6f8b make afterEach async
  • 7bc5c98 Merge branch 'master' into marcusdarmstrong-external-module-fix
  • 2228daf Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
  • fadf875 remove dependency
  • 7c0b209 Revert "Re-enable jest-silent-reporter #hacktoberfest"
  • a868789 Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
  • 1d71ede Make changes suggested by @sokra to optimize chunk graph generation
  • 4d3fe00 Merge pull request #8134 from fscherwi/update-coveralls
  • 86f56bf update coveralls
  • 4c461e2 Merge pull request #8120 from rickhanlonii/rh-silent-reporter
  • 9fe42e7 Merge pull request #8118 from webpack/bugfix/issue-8110
  • 0b6ad2a Don't be clever with the set command because idk windows
  • 148016e Rerun yarn

There are 37 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 21, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.22.0.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 894eca2 4.22.0
  • 5165a90 Merge pull request #8242 from webpack/perf/chunk-graph
  • 07d2d65 Merge pull request #8243 from webpack/bugfix/stablility
  • 5e4a6a4 fix byId sorting
  • c04747f make LimitChunkCountPlugin stable
  • a7db689 make chunk compare stable
  • 3217d02 make stats assets order stable by providing a default order
  • 98b482e make dependency order stable
  • 8a8111b make sorting in Stats stable
  • 511d15b make origins sorting deterministic
  • c8252e6 Run additional tests to ensure compilation stablility
  • 65d9ffb Optimize chunk graph algorithm
  • 1d9f8a3 Merge pull request #8233 from ljqx/const-plugin-logical-operator
  • dcd3834 fix comments
  • 257e6ec [ConstPlugin] add support for logical expressions (&& and ||)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2018

  • The devDependency webpack was updated from 4.16.3 to 4.23.0.

Update to this version instead 🚀

Release Notes for v4.23.0

Features

  • add watchMode flag to Compiler to be able to detect watch mode in plugins
  • Prefer chunk names of entrypoints when merging chunks
  • add removedFiles property to Compiler to detect removed files

Bugfixes

  • publish declarations to npm
  • upgrade @webassemblyjs/* for bugfix
  • fix crash when using a side-effect-free wasm module in production mode

Internal changes

  • test on node.js 12
  • fix memory leak in test suite
Commits

The new version differs by 35 commits.

  • a4feb6e 4.23.0
  • 298fa4c Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
  • 035ceb6 force travis rerun
  • 735b4aa Merge pull request #8182 from xtuc/ci-node-nightly
  • 6844c75 add test
  • 8256249 longer timeouts for Compiler test
  • f7ff913 use latest node 12 nightly
  • 1c44f95 fix bug where module is referenced which is not in the graph
  • 98d077d order values with different types correctly
  • f5e45be also export WebAssembly.Global when reexporting globals
  • b22f027 Update tests for new WebAssembly.Global API
  • edcadbb ci: add node 11
  • 91755a2 Merge pull request #8265 from webpack/ci/fix-memory-issue
  • 523ddd7 avoid memory leak
  • 48656d2 [WasmFinalizeExportsPlugin] check if ref is null before using it

There are 35 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.39.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 27, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.39.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.40.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.40.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.40.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

  • The devDependency webpack was updated from 4.16.3 to 4.41.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2020

  • The devDependency webpack was updated from 4.16.3 to 4.41.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 2, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency webpack was updated from 4.16.3 to 4.42.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

  • The devDependency webpack was updated from 4.16.3 to 4.42.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency webpack was updated from 4.16.3 to 4.43.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant