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.95.0 #1135

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.94.0 -> 5.95.0 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.18%. Comparing base (b199b74) to head (1698cbe).
Report is 47 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1135   +/-   ##
=========================================
  Coverage     52.18%   52.18%           
  Complexity     1459     1459           
=========================================
  Files           251      251           
  Lines         10248    10248           
  Branches       1104     1104           
=========================================
  Hits           5348     5348           
  Misses         4580     4580           
  Partials        320      320           

Continue to review full report in Codecov by Sentry.

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

@github-actions github-actions bot temporarily deployed to 1135 October 5, 2024 12:01 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 55a7ca6 to 72d7300 Compare October 5, 2024 12:03
@github-actions github-actions bot temporarily deployed to 1135 October 5, 2024 12:09 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 72d7300 to c35a211 Compare October 5, 2024 12:12
@github-actions github-actions bot temporarily deployed to 1135 October 5, 2024 12:17 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from c35a211 to 33f7840 Compare October 5, 2024 15:55
@github-actions github-actions bot temporarily deployed to 1135 October 5, 2024 15:59 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 33f7840 to 27d20ed Compare October 7, 2024 03:49
@github-actions github-actions bot temporarily deployed to 1135 October 7, 2024 03:52 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 27d20ed to 285b3a7 Compare October 11, 2024 12:28
@github-actions github-actions bot temporarily deployed to 1135 October 11, 2024 12:34 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 285b3a7 to c59354b Compare October 11, 2024 16:28
@github-actions github-actions bot temporarily deployed to 1135 October 11, 2024 16:33 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from c59354b to 8fcd1b2 Compare October 13, 2024 20:05
@github-actions github-actions bot temporarily deployed to 1135 October 13, 2024 20:10 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 8fcd1b2 to ba37c99 Compare October 14, 2024 03:40
@github-actions github-actions bot temporarily deployed to 1135 October 14, 2024 03:46 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from ba37c99 to a15bc12 Compare October 21, 2024 12:53
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 12:59 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from a15bc12 to e9fb355 Compare October 21, 2024 13:02
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 13:08 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from e9fb355 to 4516fa7 Compare October 21, 2024 13:10
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 13:15 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 4516fa7 to ff6ae15 Compare October 21, 2024 13:18
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 13:21 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from ff6ae15 to 5dfa001 Compare October 21, 2024 13:28
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 13:31 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5dfa001 to a751eba Compare October 21, 2024 14:09
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 14:12 Destroyed
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from a751eba to 1698cbe Compare October 21, 2024 14:17
@github-actions github-actions bot temporarily deployed to 1135 October 21, 2024 14:19 Destroyed
@lupino3 lupino3 merged commit 571740c into master Oct 21, 2024
16 checks passed
@lupino3 lupino3 deleted the renovate/webpack-5.x branch October 21, 2024 15:16
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.

1 participant