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: update webpack to v5 #408

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^4.44.2 -> ^4.44.2 || ^5.0.0 age adoption passing confidence
webpack 4.44.2 -> 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

  • [@​chenjiaha

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 these updates 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 dep:minor Minor package version update dependencies Label for renovate bot PR labels Nov 17, 2020
@renovate renovate bot assigned c3dr0x and Hartorn Nov 17, 2020
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 8ecedee to c50a07e Compare November 18, 2020 12:50
@renovate renovate bot changed the title fix: update webpack to v5.5.0 fix: update webpack to v5.5.1 Nov 18, 2020
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from c50a07e to decf063 Compare November 19, 2020 12:45
@renovate renovate bot changed the title fix: update webpack to v5.5.1 fix: update webpack to v5.6.0 Nov 19, 2020
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 4 times, most recently from dc47286 to 276247c Compare November 22, 2020 19:57
@renovate renovate bot changed the title fix: update webpack to v5.6.0 feat: update webpack to v5 Nov 22, 2020
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 5 times, most recently from 7046a2c to 9b6cee1 Compare November 28, 2020 22:16
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 9b6cee1 to db6750c Compare December 4, 2020 21:18
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from db6750c to ab9a5ef Compare December 11, 2020 21:56
@renovate renovate bot changed the title feat: update webpack to v5 chore: update webpack to v5 Dec 13, 2020
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 3 times, most recently from 9211a54 to c097e36 Compare December 17, 2020 16:20
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from c097e36 to 605a522 Compare December 28, 2020 18:36
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 5 times, most recently from 105673d to e47468f Compare January 11, 2021 23:47
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 3 times, most recently from 1f0c365 to 8f202f5 Compare January 19, 2021 19:56
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 8f202f5 to 09497ed Compare January 22, 2021 15:09
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 09497ed to bfd2ec4 Compare January 31, 2021 22:14
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from bfd2ec4 to 3c0a97f Compare February 9, 2021 02:34
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 3c0a97f to 8677437 Compare June 16, 2021 12:54
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 8677437 to 1672a2f Compare October 20, 2021 12:09
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 1672a2f to 90ec114 Compare March 26, 2022 12:35
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 90ec114 to ceff915 Compare April 25, 2022 02:39
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from ceff915 to cfd90fe Compare May 16, 2022 01:57
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from cfd90fe to 8fe4df5 Compare June 18, 2022 22:49
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 8fe4df5 to 3665a0c Compare March 17, 2023 18:38
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 2 times, most recently from ddba0c5 to f21b374 Compare March 29, 2023 22:49
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from f21b374 to 964ebaf Compare April 17, 2023 11:37
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 2 times, most recently from a3fff43 to c7d8f6b Compare May 31, 2023 21:11
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 2 times, most recently from 6daea58 to 378981f Compare June 7, 2023 18:06
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch 2 times, most recently from e0dc037 to 6e80d32 Compare June 21, 2023 23:13
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 6e80d32 to 2816a99 Compare June 28, 2023 17:30
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 2816a99 to 45a46b4 Compare July 23, 2023 05:43
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 45a46b4 to f838fe9 Compare October 14, 2023 02:08
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from f838fe9 to c58f06a Compare January 24, 2024 17:12
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from c58f06a to 1fb2d9f Compare February 1, 2024 19:32
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from 1fb2d9f to eba2151 Compare February 15, 2024 15:58
@renovate renovate bot force-pushed the deps/webpack-laboratory-webpack-5.x branch from eba2151 to dd4049e Compare February 19, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep:minor Minor package version update dependencies Label for renovate bot PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants