Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Update dependency webpack to v4.32.2#127

Open
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/webpack-4.x
Open

Update dependency webpack to v4.32.2#127
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/webpack-4.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 15, 2019

This PR contains the following updates:

Package Type Update Change References
webpack devDependencies minor 4.29.3 -> 4.32.2 source

Release Notes

webpack/webpack

v4.32.2

Compare Source

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)

v4.32.1

Compare Source

Bugfixes

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

v4.32.0

Compare Source

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

v4.31.0

Compare Source

Features

  • add errors-warnings stats preset

Bugfixes

  • allow top-level return in non-ESM modules

v4.30.0

Compare Source

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown

v4.29.6

Compare Source

Bugfixes

  • typeof __webpack_require__ and require.onError is no longer evaluated to undefined and evaluation is done at runtime instead.
  • this value in module.hot.accept with imported dependency is correctly preserved.
  • webassemblyjs updated to latest version

Contributing

  • added a linting step to ensure all dependencies resolve to npm modules

v4.29.5

Compare Source

Bugfixes

  • update @webassemblyjs to remove git dependency

v4.29.4

Compare Source

Bugfixes

  • update @webassemblyjs for bugfixes

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency webpack to v4.29.4 Update dependency webpack to v4.29.5 Feb 18, 2019
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 5789fbd to 1eda14e Compare February 18, 2019 10:38
@renovate renovate bot changed the title Update dependency webpack to v4.29.5 Update dependency webpack to v4.29.6 Feb 28, 2019
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 1eda14e to 6196822 Compare February 28, 2019 10:36
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 6196822 to 2cc2552 Compare April 12, 2019 20:26
@renovate renovate bot changed the title Update dependency webpack to v4.29.6 Update dependency webpack to v4.30.0 Apr 12, 2019
@renovate renovate bot changed the title Update dependency webpack to v4.30.0 Update dependency webpack to v4.31.0 May 12, 2019
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 2cc2552 to bd73088 Compare May 12, 2019 10:56
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from bd73088 to 7531463 Compare May 22, 2019 21:00
@renovate renovate bot changed the title Update dependency webpack to v4.31.0 Update dependency webpack to v4.32.1 May 22, 2019
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 7531463 to bcdc54d Compare May 25, 2019 16:58
@renovate renovate bot changed the title Update dependency webpack to v4.32.1 Update dependency webpack to v4.32.2 May 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant