Skip to content

Commit e72fbc8

Browse files
committed
Auto merge of #3802 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.48.0 [![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://togithub.com/webpack/webpack) | [`5.46.0` -> `5.48.0`](https://renovatebot.com/diffs/npm/webpack/5.46.0/5.48.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.48.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.48.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.48.0/compatibility-slim/5.46.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.48.0/confidence-slim/5.46.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.48.0`](https://togithub.com/webpack/webpack/releases/v5.48.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.47.1...v5.48.0) ### Features - enable import assertions again ### Bugfixes - upgrade webpack-sources for fixes regarding source maps - fix infinite loop in HMR runtime code ### [`v5.47.1`](https://togithub.com/webpack/webpack/releases/v5.47.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.47.0...v5.47.1) ### Bugfixes - upgrade webpack-sources for a bunch of bugfixes regarding source maps and missing chars in output ### [`v5.47.0`](https://togithub.com/webpack/webpack/releases/v5.47.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.46.0...v5.47.0) ### Performance - improve source-map performance ### Bugfixes - avoid unnecessary `"use strict"`s in module mode </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **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, check this box. --- 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 eeb6830 + 4a9b92a commit e72fbc8

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "1.6.0",
126126
"timekeeper": "2.2.0",
127-
"webpack": "5.46.0"
127+
"webpack": "5.48.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.6",

yarn.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,6 +2804,11 @@ acorn-globals@^6.0.0:
28042804
acorn "^7.1.1"
28052805
acorn-walk "^7.1.1"
28062806

2807+
acorn-import-assertions@^1.7.6:
2808+
version "1.7.6"
2809+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
2810+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
2811+
28072812
acorn-jsx@^5.3.1:
28082813
version "5.3.1"
28092814
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@@ -13346,7 +13351,7 @@ sort-package-json@^1.48.0:
1334613351
is-plain-obj "2.1.0"
1334713352
sort-object-keys "^1.1.3"
1334813353

13349-
source-list-map@^2.0.0, source-list-map@^2.0.1:
13354+
source-list-map@^2.0.0:
1335013355
version "2.0.1"
1335113356
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1335213357
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -14676,25 +14681,23 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1467614681
source-list-map "^2.0.0"
1467714682
source-map "~0.6.1"
1467814683

14679-
webpack-sources@^2.3.1:
14680-
version "2.3.1"
14681-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
14682-
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
14683-
dependencies:
14684-
source-list-map "^2.0.1"
14685-
source-map "^0.6.1"
14684+
webpack-sources@^3.2.0:
14685+
version "3.2.0"
14686+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
14687+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
1468614688

14687-
webpack@5.46.0:
14688-
version "5.46.0"
14689-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
14690-
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
14689+
webpack@5.48.0:
14690+
version "5.48.0"
14691+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
14692+
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
1469114693
dependencies:
1469214694
"@types/eslint-scope" "^3.7.0"
1469314695
"@types/estree" "^0.0.50"
1469414696
"@webassemblyjs/ast" "1.11.1"
1469514697
"@webassemblyjs/wasm-edit" "1.11.1"
1469614698
"@webassemblyjs/wasm-parser" "1.11.1"
1469714699
acorn "^8.4.1"
14700+
acorn-import-assertions "^1.7.6"
1469814701
browserslist "^4.14.5"
1469914702
chrome-trace-event "^1.0.2"
1470014703
enhanced-resolve "^5.8.0"
@@ -14711,7 +14714,7 @@ webpack@5.46.0:
1471114714
tapable "^2.1.1"
1471214715
terser-webpack-plugin "^5.1.3"
1471314716
watchpack "^2.2.0"
14714-
webpack-sources "^2.3.1"
14717+
webpack-sources "^3.2.0"
1471514718

1471614719
webpack@^4.43.0:
1471714720
version "4.46.0"

0 commit comments

Comments
 (0)