Skip to content

Commit 0c85124

Browse files
chore(deps): update dependency webpack to ^5.102.0 (#1859)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [webpack](https://redirect.github.com/webpack/webpack) | [`^5.101.3` -> `^5.102.0`](https://renovatebot.com/diffs/npm/webpack/5.101.3/5.102.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.102.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.101.3/5.102.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack (webpack)</summary> ### [`v5.102.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.102.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.101.3...v5.102.0) ##### Features - Added static analyze for dynamic imports - Added support for `import file from "./file.ext" with { type: "bytes" }` to get the content as `Uint8Array` (look at [example](https://redirect.github.com/webpack/webpack/tree/main/examples/asset)) - Added support for `import file from "./file.ext" with { type: "text" }` to get the content as text (look at [example](https://redirect.github.com/webpack/webpack/tree/main/examples/asset)) - Added the `snapshot.contextModule` to configure snapshots options for context modules - Added the `extractSourceMap` option to implement the capabilities of loading source maps by comment, you don't need `source-map-loader` (look at [example](https://redirect.github.com/webpack/webpack/tree/main/examples/source-mapping-url)) - The `topLevelAwait` experiment is now stable (you can remove `experiments.topLevelAwait` from your `webpack.config.js`) - The `layers` experiment is now stable (you can remove `experiments.layers` from your `webpack.config.js`) - Added function matcher support in rule options ##### Fixes - Fixed conflicts caused by multiple concatenate modules - Ignore import failure during HMR update with ES modules output - Keep render module order consistent - Prevent inlining modules that have `this` exports - Removed unused `timeout` attribute of script tag - Supported UMD chunk format to work in web workers - Improved CommonJs bundle to ES module library - Use `es-lexer` for `mjs` files for build dependencies - Fixed support `__non_webpack_require__` for ES modules - Properly handle external modules for CSS - AssetsByChunkName included assets from `chunk.auxiliaryFiles` - Use `createRequire` only when output is ES module and target is node - Typescript types ##### Performance Improvements - Avoid extra calls for snapshot - A avoid extra jobs for build dependencies - Move import attributes to own dependencies </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea625a commit 0c85124

File tree

12 files changed

+124
-118
lines changed

12 files changed

+124
-118
lines changed

packages/rspeedy/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"typia": "9.7.2",
8282
"typia-rspack-plugin": "2.2.2",
8383
"vitest": "^3.2.4",
84-
"webpack": "^5.101.3"
84+
"webpack": "^5.102.0"
8585
},
8686
"peerDependencies": {
8787
"typescript": "5.1.6 - 5.9.x"

packages/tools/vitest-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"path-serializer": "^0.5.1",
2121
"vitest": "^3.2.4",
22-
"webpack": "^5.101.3"
22+
"webpack": "^5.102.0"
2323
},
2424
"engines": {
2525
"node": ">=18"

packages/webpack/cache-events-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@lynx-js/chunk-loading-webpack-plugin": "workspace:*",
4343
"@lynx-js/test-tools": "workspace:*",
4444
"@lynx-js/vitest-setup": "workspace:*",
45-
"webpack": "^5.101.3"
45+
"webpack": "^5.102.0"
4646
},
4747
"engines": {
4848
"node": ">=18"

packages/webpack/chunk-loading-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rspack/core": "catalog:rspack",
4747
"css-loader": "^7.1.2",
4848
"mini-css-extract-plugin": "^2.9.4",
49-
"webpack": "^5.101.3"
49+
"webpack": "^5.102.0"
5050
},
5151
"engines": {
5252
"node": ">=18"

packages/webpack/css-extract-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@rspack/core": "catalog:rspack",
5757
"css-loader": "^7.1.2",
5858
"sass-loader": "^16.0.5",
59-
"webpack": "^5.101.3"
59+
"webpack": "^5.102.0"
6060
},
6161
"peerDependencies": {
6262
"@lynx-js/template-webpack-plugin": "^0.9.0"

packages/webpack/react-refresh-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@microsoft/api-extractor": "catalog:",
4646
"@rspack/core": "catalog:rspack",
4747
"swc-loader": "^0.2.6",
48-
"webpack": "^5.101.3"
48+
"webpack": "^5.102.0"
4949
},
5050
"peerDependencies": {
5151
"@lynx-js/react-webpack-plugin": "^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"

packages/webpack/react-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@rspack/core": "catalog:rspack",
5151
"css-loader": "^7.1.2",
5252
"swc-loader": "^0.2.6",
53-
"webpack": "^5.101.3"
53+
"webpack": "^5.102.0"
5454
},
5555
"peerDependencies": {
5656
"@lynx-js/template-webpack-plugin": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0"

packages/webpack/runtime-wrapper-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@lynx-js/test-tools": "workspace:*",
4343
"@microsoft/api-extractor": "catalog:",
44-
"webpack": "^5.101.3"
44+
"webpack": "^5.102.0"
4545
},
4646
"engines": {
4747
"node": ">=18"

packages/webpack/template-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@microsoft/api-extractor": "catalog:",
5050
"@types/css-tree": "^2.3.11",
5151
"@types/object.groupby": "^1.0.4",
52-
"webpack": "^5.101.3"
52+
"webpack": "^5.102.0"
5353
},
5454
"engines": {
5555
"node": ">=18"

packages/webpack/test-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rimraf": "^6.0.1",
2828
"source-map": "^0.7.6",
2929
"tiny-invariant": "^1.3.3",
30-
"webpack": "^5.101.3",
30+
"webpack": "^5.102.0",
3131
"webpack-merge": "^6.0.1"
3232
},
3333
"engines": {

0 commit comments

Comments
 (0)