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 v5.74.0 #484

Merged
merged 1 commit into from
Jul 29, 2022
Merged

Update dependency webpack to v5.74.0 #484

merged 1 commit into from
Jul 29, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.73.0 -> 5.74.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.74.0

Compare Source

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone Asia/Tokyo, Automerge - 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Jul 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nextjs-template ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:51PM (UTC)
nextjs-template-mockup ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:51PM (UTC)
nextjs-template-storybook ✅ Ready (Inspect) Visit Preview Jul 28, 2022 at 6:51PM (UTC)

@vercel vercel bot temporarily deployed to Preview – nextjs-template July 27, 2022 16:23 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 27, 2022 16:24 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 27, 2022 16:25 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template July 27, 2022 19:30 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 27, 2022 19:30 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 27, 2022 19:32 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template July 28, 2022 18:22 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 28, 2022 18:22 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 28, 2022 18:24 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-mockup July 28, 2022 18:49 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template July 28, 2022 18:50 Inactive
@vercel vercel bot temporarily deployed to Preview – nextjs-template-storybook July 28, 2022 18:51 Inactive
@usagizmo usagizmo merged commit 7cf2f77 into main Jul 29, 2022
@usagizmo usagizmo deleted the renovate/webpack-5.x branch July 29, 2022 23:23
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.

None yet

1 participant