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

chore(deps): update dependency webpack to v5.74.0 #235

Merged
merged 5 commits into from
Sep 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 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 renovate bot force-pushed the renovate/composer branch from a7553ff to 26c862c Compare February 9, 2022 21:43
@renovate renovate bot changed the title chore(deps): update composer chore(deps): update composer - autoclosed Feb 10, 2022
@renovate renovate bot closed this Feb 10, 2022
@renovate renovate bot deleted the renovate/composer branch February 10, 2022 19:19
@renovate renovate bot changed the title chore(deps): update composer - autoclosed chore(deps): update composer Feb 15, 2022
@renovate renovate bot restored the renovate/composer branch February 15, 2022 13:19
@renovate renovate bot reopened this Feb 15, 2022
@renovate renovate bot force-pushed the renovate/composer branch from 26c862c to 4cb60dd Compare February 15, 2022 15:43
@renovate renovate bot changed the title chore(deps): update composer chore(deps): update dependency webpack to v5.69.0 Feb 15, 2022
@renovate renovate bot force-pushed the renovate/composer branch from 4cb60dd to 2e274ab Compare February 15, 2022 17:52
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.69.0 chore(deps): update composer Feb 15, 2022
@renovate renovate bot force-pushed the renovate/composer branch 3 times, most recently from 142493d to e7ea83a Compare February 17, 2022 18:16
@renovate renovate bot force-pushed the renovate/composer branch 2 times, most recently from 43faf84 to d2c40e5 Compare March 3, 2022 14:59
@renovate renovate bot force-pushed the renovate/composer branch 2 times, most recently from 703b42d to 33052e3 Compare March 13, 2022 22:52
@renovate renovate bot force-pushed the renovate/composer branch 6 times, most recently from f24b68e to 452da19 Compare March 19, 2022 17:46
@renovate renovate bot force-pushed the renovate/composer branch from 452da19 to a2e0846 Compare March 22, 2022 18:07
@renovate renovate bot force-pushed the renovate/composer branch 3 times, most recently from a55b6eb to aeb3abd Compare April 7, 2022 13:12
@renovate renovate bot force-pushed the renovate/composer branch 4 times, most recently from 18ced2f to 9b9b00e Compare May 16, 2022 20:41
@renovate renovate bot force-pushed the renovate/composer branch 2 times, most recently from 934ffda to 20b25c6 Compare May 19, 2022 20:37
@renovate renovate bot changed the title chore(deps): update composer chore(deps): update composer - autoclosed May 25, 2022
@renovate renovate bot closed this May 25, 2022
@renovate renovate bot deleted the renovate/composer branch May 25, 2022 01:03
@renovate renovate bot changed the title chore(deps): update composer - autoclosed chore(deps): update composer May 25, 2022
@renovate renovate bot restored the renovate/composer branch May 25, 2022 09:58
@renovate renovate bot reopened this May 25, 2022
@renovate renovate bot force-pushed the renovate/composer branch from 20b25c6 to 14229a8 Compare May 25, 2022 09:58
@renovate renovate bot changed the title chore(deps): update composer chore(deps): update composer to v7.18.2 May 25, 2022
@renovate renovate bot force-pushed the renovate/composer branch from 14229a8 to c359695 Compare June 2, 2022 13:35
@renovate renovate bot changed the title chore(deps): update composer to v7.18.2 chore(deps): update composer Jun 2, 2022
@renovate renovate bot force-pushed the renovate/composer branch from c359695 to a0adf0f Compare June 13, 2022 13:38
@renovate renovate bot force-pushed the renovate/composer branch from a0adf0f to 43c2a1a Compare June 27, 2022 21:48
@renovate renovate bot force-pushed the renovate/composer branch from 43c2a1a to 9969ec3 Compare July 18, 2022 10:03
@aaronware aaronware changed the base branch from master to release/v1.5.0 September 1, 2022 23:09
@renovate renovate bot force-pushed the renovate/composer branch from 9969ec3 to 1e665cc Compare September 1, 2022 23:10
update: move location of fonts directory, update yarn dependencies
@renovate renovate bot force-pushed the renovate/composer branch from 1e665cc to 6329896 Compare September 1, 2022 23:35
@renovate renovate bot force-pushed the renovate/composer branch from 6329896 to d97533d Compare September 2, 2022 16:47
@renovate renovate bot changed the title chore(deps): update composer chore(deps): update dependency webpack to v5.74.0 Sep 2, 2022
@aaronware aaronware merged commit 1fd96e1 into release/v1.5.0 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant