Skip to content

Commit 9b1f38f

Browse files
committed
Auto merge of #4146 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.62.1 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://github.com/webpack/webpack) | [`5.61.0` -> `5.62.1`](https://renovatebot.com/diffs/npm/webpack/5.61.0/5.62.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.62.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.62.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.62.1/compatibility-slim/5.61.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.62.1/confidence-slim/5.61.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.62.1`](https://github.com/webpack/webpack/releases/v5.62.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.62.0...v5.62.1) ### Bugfix - fix invalid generated code when omitting `;` ### [`v5.62.0`](https://github.com/webpack/webpack/releases/v5.62.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.0) ##### Features - add options to configure export presence checking - `parser.javascript.reexportExportsPresence: false` allows to disable warnings for non-existing exports during the migration from `export ... from "..."` to `export type ... from "..."` for type reexports in TypeScript - add `experiments.backCompat: false` to disable some expensive deprecations for better performance ##### Bugfixes - use `['catch']` instead of `.catch` for better ES3 support - fix removed parentheses when using `new (require("...")).Something()` - fix `{ require }` object literals - `splitChunks.chunks` option is now correctly used for `splitChunks.fallbackCacheGroup.maxSize` too - fix schema of `listen` option, allow to omit `port` - add better support for Promises from different isolates ##### Developer Experience - add typings for the webpack API that is available within modules - use `/// <reference types="webpack/module" />` to use the typings in typescript modules - or `"types": [..., "webpack/module"]` in tsconfig </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 1e7a861 + 2fbc2aa commit 9b1f38f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"qunit-console-grouper": "0.3.0",
128128
"qunit-dom": "2.0.0",
129129
"timekeeper": "2.2.0",
130-
"webpack": "5.61.0"
130+
"webpack": "5.62.1"
131131
},
132132
"resolutions": {
133133
"ember-css-modules/postcss": "8.3.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14547,10 +14547,10 @@ webpack-sources@^3.2.0:
1454714547
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
1454814548
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
1454914549

14550-
webpack@5.61.0:
14551-
version "5.61.0"
14552-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f"
14553-
integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==
14550+
webpack@5.62.1:
14551+
version "5.62.1"
14552+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.62.1.tgz#06f09b56a7b1bb13ed5137ad4b118358a90c9505"
14553+
integrity sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==
1455414554
dependencies:
1455514555
"@types/eslint-scope" "^3.7.0"
1455614556
"@types/estree" "^0.0.50"

0 commit comments

Comments
 (0)