Skip to content

Update dependency webpack to v5.41.1 #3760

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

Merged
merged 1 commit into from
Jun 30, 2021
Merged

Update dependency webpack to v5.41.1 #3760

merged 1 commit into from
Jun 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.40.0 -> 5.41.1 age adoption passing confidence

Release Notes

webpack/webpack

v5.41.1

Compare Source

Bugfixes

  • add missing types about experimental esm support to schema
  • avoid slicing large Buffers as that doesn't always work for unknown reasons

Performance

  • avoid slicing Buffers unnecessarily

v5.41.0

Compare Source

Features

  • Persist cache faster when large changes are detected
    • new option cache.idleTimeoutAfterLargeChanges to control that

Bugfixes

  • shutdown lazy compilation server correctly

Experiments

  • EcmaScript modules support (experiments.outputModule: true)
    • output.library.type: "module": very basic support, no live bindings, unnecessary runtime code
    • output.chunkLoading: "import"
    • output.chunkFormat: "module"
    • externalsType: "module" generates now import * as X from "..." (in a module) or import("...") (in a script)
    • Node.js commonjs externals use import { createRequire } from "module" in a module
    • new Worker etc. sets `type: "module"

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

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jtgeibel (or someone else) soon.

Please see the contribution instructions for more information.

@renovate renovate bot changed the title Update dependency webpack to v5.41.0 Update dependency webpack to v5.41.1 Jun 29, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 05ba9e6 to 89b13d9 Compare June 29, 2021 15:39
Copy link
Member

@0xPoe 0xPoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test locally and works well.

@Turbo87
Copy link
Member

Turbo87 commented Jun 30, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Jun 30, 2021

📌 Commit 89b13d9 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Jun 30, 2021

⌛ Testing commit 89b13d9 with merge d7db5fb...

@bors
Copy link
Contributor

bors commented Jun 30, 2021

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing d7db5fb to master...

@bors bors merged commit d7db5fb into master Jun 30, 2021
@renovate renovate bot deleted the renovate/webpack-5.x branch June 30, 2021 14:50
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.

6 participants