Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

chore(devdeps): update dependency webpack to v5.74.0 #425

Merged
merged 1 commit into from
Jul 31, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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

@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2022

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

@codecov-commenter
Copy link

Codecov Report

Merging #425 (b79f933) into main (56f181c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #425   +/-   ##
=======================================
  Coverage   91.78%   91.78%           
=======================================
  Files          25       25           
  Lines         292      292           
  Branches       36       36           
=======================================
  Hits          268      268           
  Misses         13       13           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56f181c...b79f933. Read the comment docs.

@chambo-e chambo-e merged commit c54cbfd into main Jul 31, 2022
@chambo-e chambo-e deleted the renovate/webpack-5.x branch July 31, 2022 22:18
scaleway-bot pushed a commit that referenced this pull request Aug 2, 2022
## [1.22.1](v1.22.0...v1.22.1) (2022-08-02)

### 📦 Chore

* **devdeps:** update dependency @types/react to v17.0.48 ([#424](#424)) ([9d3689b](9d3689b))
* **devdeps:** update dependency date-fns to v2.29.1 ([#420](#420)) ([56f181c](56f181c))
* **devdeps:** update dependency rollup to v2.77.2 ([#422](#422)) ([4d70a7c](4d70a7c))
* **devdeps:** update dependency webpack to v5.74.0 ([#425](#425)) ([c54cbfd](c54cbfd))
* **devdeps:** update node.js to v18.7 ([#421](#421)) ([8a58db3](8a58db3))
* **devdeps:** update pnpm to v7.8.0 ([#419](#419)) ([06f12c4](06f12c4))

### 🐛 Bug Fixes

* **deps:** update emotion and scw-ui ([b9ca1a4](b9ca1a4))
@scaleway-bot
Copy link
Collaborator

🎉 This PR is included in version 1.22.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants