Skip to content

Commit 14222ab

Browse files
authored
Bump webpack to ~5.105.2 (#5622)
1 parent 3e13d69 commit 14222ab

42 files changed

Lines changed: 310 additions & 170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-tests-samples/heft-storybook-v9-react-tutorial-storykit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"style-loader": "~2.0.0",
2929
"terser-webpack-plugin": "~3.0.8",
3030
"typescript": "~5.8.2",
31-
"webpack": "~5.105.0",
31+
"webpack": "~5.105.2",
3232
"storybook": "~9.1.6",
3333
"@testing-library/dom": "~7.21.4"
3434
},

build-tests-samples/heft-storybook-v9-react-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"source-map-loader": "~1.1.3",
4141
"style-loader": "~2.0.0",
4242
"typescript": "~5.8.2",
43-
"webpack": "~5.105.0",
43+
"webpack": "~5.105.2",
4444
"storybook": "~9.1.6",
4545
"@testing-library/dom": "~7.21.4",
4646
"@rushstack/module-minifier": "workspace:*",

build-tests-samples/heft-webpack-basic-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"source-map-loader": "~3.0.1",
3232
"style-loader": "~3.3.1",
3333
"typescript": "~5.8.2",
34-
"webpack": "~5.105.0"
34+
"webpack": "~5.105.2"
3535
}
3636
}

build-tests/hashed-folder-copy-plugin-webpack5-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"html-webpack-plugin": "~5.5.0",
1919
"typescript": "~5.8.2",
2020
"webpack-bundle-analyzer": "~4.5.0",
21-
"webpack": "~5.105.0"
21+
"webpack": "~5.105.2"
2222
}
2323
}

build-tests/heft-webpack5-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"source-map-loader": "~3.0.1",
3232
"tslint": "~5.20.1",
3333
"typescript": "~5.8.2",
34-
"webpack": "~5.105.0"
34+
"webpack": "~5.105.2"
3535
}
3636
}

build-tests/set-webpack-public-path-plugin-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"eslint": "~8.57.0",
2121
"html-webpack-plugin": "~5.5.0",
2222
"typescript": "~5.8.2",
23-
"webpack": "~5.105.0"
23+
"webpack": "~5.105.2"
2424
}
2525
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/webpack5-load-themed-styles-loader",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/webpack5-load-themed-styles-loader"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/hashed-folder-copy-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/hashed-folder-copy-plugin"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-rspack-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-rspack-plugin"
10+
}

0 commit comments

Comments
 (0)