Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Update dependency webpack to v5.90.3 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.68.0 -> 5.90.3 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.90.3

Compare Source

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Compare Source

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Compare Source

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Compare Source

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: webpack/webpack@v5.89.0...v5.90.0

v5.89.0

Compare Source

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

Compare Source

Developer Experience

Full Changelog: webpack/webpack@v5.88.0...v5.88.1

v5.88.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.87.0...v5.88.0

v5.87.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

@​aboktor made their first contribution in #​16991 #​16989
@​silverwind made their first contribution in #​17339 via #​17329

Full Changelog: webpack/webpack@v5.86.0...v5.87.0

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.85.1...v5.86.0

v5.85.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.85.0...v5.85.1

v5.85.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.1...v5.85.0

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.1...v5.83.0

v5.82.1

Compare Source

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.0...v5.82.1

v5.82.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.81.0...v5.82.0

v5.81.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.80.0...v5.81.0

v5.80.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.79.0...v5.80.0

v5.79.0

Compare Source

New Features

Bugfixes

Developer Experience

Contributor Experience

New Contributors

Full Changelog: webpack/webpack@v5.78.0...v5.79.0

v5.78.0

Compare Source

Feat


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, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 15, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 3 times, most recently from 6081cd3 to 693ed5a Compare March 18, 2023 21:44
@renovate renovate bot changed the title Update dependency webpack to v5.76.1 Update dependency webpack to v5.76.2 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 693ed5a to 88ee1a9 Compare March 25, 2023 18:46
@renovate renovate bot changed the title Update dependency webpack to v5.76.2 Update dependency webpack to v5.76.3 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from 5a773a9 to d4b7ff7 Compare April 1, 2023 16:20
@renovate renovate bot changed the title Update dependency webpack to v5.76.3 Update dependency webpack to v5.77.0 Apr 1, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from d4b7ff7 to 8d3205e Compare April 8, 2023 18:12
@renovate renovate bot changed the title Update dependency webpack to v5.77.0 Update dependency webpack to v5.78.0 Apr 8, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 8d3205e to 851308b Compare April 15, 2023 16:04
@renovate renovate bot changed the title Update dependency webpack to v5.78.0 Update dependency webpack to v5.79.0 Apr 15, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from fffde14 to 093db82 Compare April 22, 2023 18:00
@renovate renovate bot changed the title Update dependency webpack to v5.79.0 Update dependency webpack to v5.80.0 Apr 22, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from cd0ddd4 to b05b4de Compare April 29, 2023 15:01
@renovate renovate bot changed the title Update dependency webpack to v5.80.0 Update dependency webpack to v5.81.0 Apr 29, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from c4afb0a to 5d698a0 Compare May 6, 2023 17:55
@renovate renovate bot changed the title Update dependency webpack to v5.81.0 Update dependency webpack to v5.82.0 May 6, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 5d698a0 to ec28cef Compare May 13, 2023 17:14
@renovate renovate bot changed the title Update dependency webpack to v5.82.0 Update dependency webpack to v5.82.1 May 13, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from 9d1370b to 0f64a4c Compare May 20, 2023 17:56
@renovate renovate bot changed the title Update dependency webpack to v5.82.1 Update dependency webpack to v5.83.0 May 20, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 0f64a4c to 516a463 Compare May 20, 2023 21:36
@renovate renovate bot changed the title Update dependency webpack to v5.83.0 Update dependency webpack to v5.83.1 May 20, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from faccc74 to ce92c62 Compare June 4, 2023 23:34
@renovate renovate bot changed the title Update dependency webpack to v5.84.1 Update dependency webpack to v5.85.0 Jun 4, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from ce92c62 to a3f5033 Compare June 9, 2023 04:17
@renovate renovate bot changed the title Update dependency webpack to v5.85.0 Update dependency webpack to v5.85.1 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from a3f5033 to 71ef4fe Compare June 11, 2023 08:56
@renovate renovate bot changed the title Update dependency webpack to v5.85.1 Update dependency webpack to v5.86.0 Jun 11, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 2 times, most recently from f9f3ae2 to 24263a2 Compare June 18, 2023 14:24
@renovate renovate bot changed the title Update dependency webpack to v5.86.0 Update dependency webpack to v5.87.0 Jun 18, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch 4 times, most recently from 9e683f7 to 5716bc6 Compare June 25, 2023 02:19
@renovate renovate bot changed the title Update dependency webpack to v5.87.0 Update dependency webpack to v5.88.0 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 5716bc6 to 1a60acb Compare July 2, 2023 05:10
@renovate renovate bot changed the title Update dependency webpack to v5.88.0 Update dependency webpack to v5.88.1 Jul 2, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 1a60acb to 777469a Compare July 21, 2023 02:58
@renovate renovate bot changed the title Update dependency webpack to v5.88.1 Update dependency webpack to v5.88.2 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 777469a to 643e1e4 Compare October 17, 2023 02:37
@renovate renovate bot changed the title Update dependency webpack to v5.88.2 Update dependency webpack to v5.89.0 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 643e1e4 to 0bd7488 Compare January 27, 2024 14:57
@renovate renovate bot changed the title Update dependency webpack to v5.89.0 Update dependency webpack to v5.90.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 0bd7488 to febac7f Compare February 5, 2024 05:20
@renovate renovate bot changed the title Update dependency webpack to v5.90.0 Update dependency webpack to v5.90.1 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from febac7f to 3ac3821 Compare February 19, 2024 08:09
@renovate renovate bot changed the title Update dependency webpack to v5.90.1 Update dependency webpack to v5.90.2 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x-lockfile branch from 3ac3821 to d56a17a Compare February 23, 2024 08:05
@renovate renovate bot changed the title Update dependency webpack to v5.90.2 Update dependency webpack to v5.90.3 Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants