Skip to content

Commit bbf47f9

Browse files
committed
Auto merge of #3786 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.45.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.44.0` -> `5.45.1`](https://renovatebot.com/diffs/npm/webpack/5.44.0/5.45.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.45.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.45.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.45.1/compatibility-slim/5.44.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.45.1/confidence-slim/5.44.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.45.1`](https://github.com/webpack/webpack/releases/v5.45.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.45.0...v5.45.1) ### Bugfixes - temporary revert import assertions because parser changes break the word `assert` in other places - `import(/* webpackPrefetch: true */ ...)` no longer breaks library output - DataURL tries to avoid re-encoding - fix problems with DataURL encoding in some cases ### [`v5.45.0`](https://github.com/webpack/webpack/releases/v5.45.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.44.0...v5.45.0) ### Features - add support to import assertions ### Bugfixes - SourceMaps will now also be added to `.cjs` output files - fix non-system externals in a system library ### Performance - avoid copying timestamps from the watcher to the compiler ### Contributing - update to jest 27 </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 bbd88da + 7e1d472 commit bbf47f9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.44.0"
127+
"webpack": "5.45.1"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.5",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,10 +2324,10 @@
23242324
dependencies:
23252325
"@types/sizzle" "*"
23262326

2327-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
2328-
version "7.0.7"
2329-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
2330-
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
2327+
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
2328+
version "7.0.8"
2329+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
2330+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
23312331

23322332
"@types/loader-utils@^2.0.2":
23332333
version "2.0.2"
@@ -13057,12 +13057,12 @@ schema-utils@^2.6.5:
1305713057
ajv "^6.12.4"
1305813058
ajv-keywords "^3.5.2"
1305913059

13060-
schema-utils@^3.0.0:
13061-
version "3.0.0"
13062-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
13063-
integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
13060+
schema-utils@^3.0.0, schema-utils@^3.1.0:
13061+
version "3.1.0"
13062+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.0.tgz#95986eb604f66daadeed56e379bfe7a7f963cdb9"
13063+
integrity sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==
1306413064
dependencies:
13065-
"@types/json-schema" "^7.0.6"
13065+
"@types/json-schema" "^7.0.7"
1306613066
ajv "^6.12.5"
1306713067
ajv-keywords "^3.5.2"
1306813068

@@ -14690,10 +14690,10 @@ webpack-sources@^2.3.0:
1469014690
source-list-map "^2.0.1"
1469114691
source-map "^0.6.1"
1469214692

14693-
webpack@5.44.0:
14694-
version "5.44.0"
14695-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.44.0.tgz#97b13a02bd79fb71ac6301ce697920660fa214a1"
14696-
integrity sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==
14693+
webpack@5.45.1:
14694+
version "5.45.1"
14695+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
14696+
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
1469714697
dependencies:
1469814698
"@types/eslint-scope" "^3.7.0"
1469914699
"@types/estree" "^0.0.50"
@@ -14713,7 +14713,7 @@ [email protected]:
1471314713
loader-runner "^4.2.0"
1471414714
mime-types "^2.1.27"
1471514715
neo-async "^2.6.2"
14716-
schema-utils "^3.0.0"
14716+
schema-utils "^3.1.0"
1471714717
tapable "^2.1.1"
1471814718
terser-webpack-plugin "^5.1.3"
1471914719
watchpack "^2.2.0"

0 commit comments

Comments
 (0)