Skip to content

Commit d59e872

Browse files
authored
Update rushstack dependencies (#226)
## Description Updates `@rushstack/heft` and other `@rushstack/*` packages to their latest versions across all examples, templates, apps, API, and tools. ## How was this tested? `rush update` and `rush build` were run to regenerate lock files and verify the build succeeds with the updated dependencies. ## Type of change - [ ] Bug fix - [ ] New feature / enhancement - [ ] Template change - [x] Documentation / CI / governance
1 parent 8ac6daf commit d59e872

49 files changed

Lines changed: 405 additions & 310 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.

api/spfx-template-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@microsoft/spfx-heft-plugins": "1.22.2",
14-
"@rushstack/node-core-library": "~5.20.3",
15-
"@rushstack/terminal": "~0.22.3",
14+
"@rushstack/node-core-library": "~5.21.0",
15+
"@rushstack/terminal": "~0.22.4",
1616
"adm-zip": "^0.5.16",
1717
"cli-table3": "^0.6.5",
1818
"ejs": "^3.1.10",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@microsoft/spfx-cli-build-rig": "workspace:*",
26-
"@rushstack/heft": "^1.2.7",
26+
"@rushstack/heft": "^1.2.9",
2727
"@types/adm-zip": "^0.5.5",
2828
"@types/ejs": "^3.1.5",
2929
"@types/lodash": "^4.17.18",

apps/spfx-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
"dependencies": {
1919
"@microsoft/spfx-template-api": "workspace:*",
20-
"@rushstack/node-core-library": "~5.20.3",
21-
"@rushstack/ts-command-line": "~5.3.3",
22-
"@rushstack/terminal": "~0.22.3",
20+
"@rushstack/node-core-library": "~5.21.0",
21+
"@rushstack/ts-command-line": "~5.3.4",
22+
"@rushstack/terminal": "~0.22.4",
2323
"zod": "^4.1.5"
2424
},
2525
"devDependencies": {
2626
"@microsoft/spfx-cli-build-rig": "workspace:*",
27-
"@rushstack/heft": "^1.2.7",
27+
"@rushstack/heft": "^1.2.9",
2828
"eslint": "9.37.0"
2929
}
3030
}

common/autoinstallers/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"@rushstack/rush-published-versions-json-plugin": "0.1.0"
6+
"@rushstack/rush-published-versions-json-plugin": "0.1.2"
77
}
88
}

common/autoinstallers/plugins/pnpm-lock.yaml

Lines changed: 44 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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/spfx-cli",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/spfx-cli"
10+
}
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/spfx-cli"
7+
}
8+
],
9+
"packageName": "@microsoft/spfx-cli",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

common/config/rush/common-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* instead of the latest version.
2525
*/
2626
// "some-library": "1.2.3"
27-
"@rushstack/heft": "^1.2.7",
27+
"@rushstack/heft": "^1.2.9",
2828
"fast-xml-parser": "^5.3.5"
2929
},
3030

0 commit comments

Comments
 (0)