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

Update dependency webpack to v4.23.1 #100

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 3, 2018

This PR contains the following updates:

Package Type Update Change References
webpack devDependencies minor 4.17.1 -> 4.23.1 source

Release Notes

webpack/webpack

v4.23.1

Compare Source

Bugfixes

  • add space when replacing expression with constant
    • i. e. for code like return'development'===process.env.NODE_ENV&&'foo'

v4.23.0

Compare Source

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

v4.22.0

Compare Source

Features

  • Add support for evaluating && and || expressions

Bugfixes

  • fix problems where order of things where not deterministic

Performance

  • improve performance of chunk graph creation
    • this will improve rebuild performance in watch mode

v4.21.0

Compare Source

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

v4.20.2

Compare Source

Bugfixes

  • keep comments in export default in concatenated modules

v4.20.1

Compare Source

Bugfixes

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

v4.20.0

Compare Source

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

v4.19.1

Compare Source

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

v4.19.0

Compare Source

Bugfixes

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

v4.18.1

Compare Source

Bugfixes

  • Update tapable version, which fixes a memory leak

v4.18.0

Compare Source

Features

  • Upgrade webassemblyjs dependency

v4.17.3

Compare Source

Bugfixes

  • Fix exit code when multiple CLIs are installed
  • No longer recommend installing webpack-command, but still support it when installed

v4.17.2

Compare Source

Bugfixes

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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title Update dependency webpack to v4.17.2 Update dependency webpack to v4.17.3 Sep 10, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 9c4e474 to 3950ba0 Compare September 10, 2018 15:19
@renovate renovate bot changed the title Update dependency webpack to v4.17.3 Update dependency webpack to v4.18.0 Sep 10, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 3950ba0 to 111eb58 Compare September 10, 2018 16:40
@renovate renovate bot changed the title Update dependency webpack to v4.18.0 Update dependency webpack to v4.18.1 Sep 13, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 111eb58 to 3061f73 Compare September 13, 2018 10:52
@renovate renovate bot changed the title Update dependency webpack to v4.18.1 Update dependency webpack to v4.19.0 Sep 13, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 3061f73 to a1b90fa Compare September 13, 2018 22:54
@renovate renovate bot changed the title Update dependency webpack to v4.19.0 Update dependency webpack to v4.19.1 Sep 18, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from a1b90fa to f935b3e Compare September 18, 2018 09:00
@renovate renovate bot changed the title Update dependency webpack to v4.19.1 Update dependency webpack to v4.20.0 Sep 25, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch 2 times, most recently from 7676d86 to 080f6c0 Compare September 25, 2018 13:47
@renovate renovate bot changed the title Update dependency webpack to v4.20.0 Update dependency webpack to v4.20.1 Sep 25, 2018
@renovate renovate bot changed the title Update dependency webpack to v4.20.1 Update dependency webpack to v4.20.2 Sep 25, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 080f6c0 to 79b053f Compare September 25, 2018 20:55
@renovate renovate bot changed the title Update dependency webpack to v4.20.2 Update dependency webpack to v4.21.0 Oct 17, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 79b053f to f46526f Compare October 17, 2018 18:13
@renovate renovate bot changed the title Update dependency webpack to v4.21.0 Update dependency webpack to v4.22.0 Oct 21, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from f46526f to d7c8e80 Compare October 21, 2018 09:52
@renovate renovate bot changed the title Update dependency webpack to v4.22.0 Update dependency webpack to v4.23.0 Oct 24, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from d7c8e80 to 3ed8d9d Compare October 24, 2018 17:50
@renovate renovate bot changed the title Update dependency webpack to v4.23.0 Update dependency webpack to v4.23.1 Oct 25, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 3ed8d9d to 9e8f07f Compare October 25, 2018 09:01
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 9e8f07f to 5ac94ad Compare October 26, 2018 22:10
@stereobooster stereobooster merged commit 30f80bf into master Oct 26, 2018
@renovate renovate bot deleted the renovate/webpack-4.x branch October 26, 2018 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants