Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): update dependency webpack to v5.19.0 #188

Merged
merged 1 commit into from
Jan 31, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.17.0 -> 5.19.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.19.0

Compare Source

Features

  • allow to set chunk name for exposes for ModuleFederationPlugin

Bugfixes

  • add a missing simicolon in runtime code
  • improve consistency of top level await with other implementations and the spec
  • make options for ProgressPlugin optional in typings

Performance

  • try to avoid unnecessary allocations

v5.18.0

Compare Source

Internals

  • refactor hashing to move the responsibility of hashing module exports info and referenced modules from Dependencies to the Module
    • Hashing in Dependencies can be much cheaper now (could improve performance when many dependencies are used that point to the same module, like many references to React.createElement)
    • Fixes bugs where Dependencies forgot to hash some details about the referenced module
    • The new model elimiates the potential of such bugs are Dependencies have less responsibilities now

Renovate configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the deps Pull requests that update a dependency file label Jan 29, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 836e3c6 to 20a34e7 Compare January 29, 2021 20:37
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.18.0 chore(deps): update dependency webpack to v5.19.0 Jan 29, 2021
@ruedap ruedap merged commit 36109d3 into main Jan 31, 2021
@ruedap ruedap deleted the renovate/webpack-5.x branch January 31, 2021 10:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants