Skip to content

Commit 5639c8d

Browse files
authored
Merge pull request #431 from iclanton/bump-rs-deps
Bump RushStack dependencies and expand test matrix.
2 parents 0355420 + 870db95 commit 5639c8d

File tree

16 files changed

+828
-898
lines changed

16 files changed

+828
-898
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@ jobs:
1414
- NodeVersion: 16.20.x
1515
NodeVersionDisplayName: 16
1616
OS: ubuntu-latest
17-
- NodeVersion: 18.18.x
17+
- NodeVersion: 18.20.x
1818
NodeVersionDisplayName: 18
1919
OS: ubuntu-latest
20-
- NodeVersion: 20.9.x
20+
- NodeVersion: 20.18.x
2121
NodeVersionDisplayName: 20
2222
OS: ubuntu-latest
2323
- NodeVersion: 18.18.x
2424
NodeVersionDisplayName: 18
2525
OS: windows-latest
26+
- NodeVersion: 22.12.x
27+
NodeVersionDisplayName: 22
28+
OS: ubuntu-latest
29+
- NodeVersion: 22.12.x
30+
NodeVersionDisplayName: 22
31+
OS: windows-latest
2632
name: Node.js v${{ matrix.NodeVersionDisplayName }} (${{ matrix.OS }})
2733
runs-on: ${{ matrix.OS }}
2834
steps:

api-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"typescript": "~5.4.2"
1111
},
1212
"devDependencies": {
13-
"@rushstack/heft-node-rig": "~2.6.11",
14-
"@rushstack/heft": "^0.66.13",
13+
"@rushstack/heft-node-rig": "~2.6.45",
14+
"@rushstack/heft": "^0.68.10",
1515
"@types/heft-jest": "1.0.3",
1616
"@types/node": "14.18.36",
1717
"eslint": "~8.57.0",
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/tsdoc-config"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config",
10+
"email": "iclanton@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/tsdoc"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc",
10+
"email": "iclanton@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": "eslint-plugin-tsdoc"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

common/config/azure-pipelines/templates/install-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: NodeMajorVersion
33
type: number
4-
default: 18
4+
default: 20
55

66
steps:
77
- task: NodeTool@0

common/config/rush/experiments.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Rush features. More documentation is available on the Rush website: https://rushjs.io
44
*/
55
{
6-
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json",
6+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json"
77

88
/**
99
* By default, 'rush install' passes --no-prefer-frozen-lockfile to 'pnpm install'.
@@ -49,12 +49,6 @@
4949
*/
5050
// "buildSkipWithAllowWarningsInSuccessfulBuild": true,
5151

52-
/**
53-
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command
54-
* in common/config/rush/command-line.json.
55-
*/
56-
"phasedCommands": true
57-
5852
/**
5953
* If true, perform a clean install after when running `rush install` or `rush update` if the
6054
* `.npmrc` file has changed since the last install.

0 commit comments

Comments
 (0)