Skip to content

Update dependency webpack to v5.75.0#29

Merged
vladholubiev merged 1 commit intomasterfrom
renovate/webpack-5.x
Nov 10, 2022
Merged

Update dependency webpack to v5.75.0#29
vladholubiev merged 1 commit intomasterfrom
renovate/webpack-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

webpack/webpack

v5.75.0

Compare Source

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

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 - At any time (no schedule defined), 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 this update again.


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

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

@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 2a85ffe to 1a471c7 Compare September 27, 2022 21:17
@renovate renovate bot changed the title Update dependency webpack to v5.74.0 Update dependency webpack to v5.75.0 Nov 10, 2022
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 1a471c7 to 1b61dee Compare November 10, 2022 14:29
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 1b61dee to 49620b2 Compare November 10, 2022 14:32
@vladholubiev vladholubiev merged commit a835ed0 into master Nov 10, 2022
@vladholubiev vladholubiev deleted the renovate/webpack-5.x branch November 10, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant