Skip to content

Commit 1df7b82

Browse files
authored
[Webpack]Updated version of webpack to newer version (#5505)
* Updated the webpack version to newer ones * Updated lock files * Updating Rush change files * updated snapshots * upgraded dependencies webpack relies on * updated snapshots * added safety check and error for undefined codeGenerationResults in plugin and some minor fixes * updated snapshots * Updated comments --------- Co-authored-by: Yashwanth Reddy Verupaka <yashwanth195@users.noreply.github.com>
1 parent 923758a commit 1df7b82

60 files changed

Lines changed: 639 additions & 470 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-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.98.0"
34+
"webpack": "~5.103.0"
3535
}
3636
}

build-tests/api-documenter-test/etc/api-documenter-test.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-test-05/dist/tsdoc-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"toolPackages": [
66
{
77
"packageName": "@microsoft/api-extractor",
8-
"packageVersion": "7.54.0"
8+
"packageVersion": "7.55.2"
99
}
1010
]
1111
}

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.98.0"
21+
"webpack": "~5.103.0"
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.98.0"
34+
"webpack": "~5.103.0"
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.98.0"
23+
"webpack": "~5.103.0"
2424
}
2525
}

build-tests/webpack-local-version-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"eslint": "~9.25.1",
1818
"html-webpack-plugin": "~5.5.0",
1919
"typescript": "~5.8.2",
20-
"webpack": "~5.98.0"
20+
"webpack": "~5.103.0"
2121
}
2222
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "yashwanth195@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"type": "none",
6+
"packageName": "@microsoft/webpack5-load-themed-styles-loader"
7+
}
8+
],
9+
"packageName": "@microsoft/webpack5-load-themed-styles-loader",
10+
"email": "yashwanth195@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"type": "none",
6+
"packageName": "@rushstack/hashed-folder-copy-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/hashed-folder-copy-plugin",
10+
"email": "yashwanth195@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)