Skip to content

Commit

Permalink
Merge pull request #431 from iclanton/bump-rs-deps
Browse files Browse the repository at this point in the history
Bump RushStack dependencies and expand test matrix.
  • Loading branch information
iclanton authored Dec 10, 2024
2 parents 0355420 + 870db95 commit 5639c8d
Show file tree
Hide file tree
Showing 16 changed files with 828 additions and 898 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ jobs:
- NodeVersion: 16.20.x
NodeVersionDisplayName: 16
OS: ubuntu-latest
- NodeVersion: 18.18.x
- NodeVersion: 18.20.x
NodeVersionDisplayName: 18
OS: ubuntu-latest
- NodeVersion: 20.9.x
- NodeVersion: 20.18.x
NodeVersionDisplayName: 20
OS: ubuntu-latest
- NodeVersion: 18.18.x
NodeVersionDisplayName: 18
OS: windows-latest
- NodeVersion: 22.12.x
NodeVersionDisplayName: 22
OS: ubuntu-latest
- NodeVersion: 22.12.x
NodeVersionDisplayName: 22
OS: windows-latest
name: Node.js v${{ matrix.NodeVersionDisplayName }} (${{ matrix.OS }})
runs-on: ${{ matrix.OS }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions api-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"typescript": "~5.4.2"
},
"devDependencies": {
"@rushstack/heft-node-rig": "~2.6.11",
"@rushstack/heft": "^0.66.13",
"@rushstack/heft-node-rig": "~2.6.45",
"@rushstack/heft": "^0.68.10",
"@types/heft-jest": "1.0.3",
"@types/node": "14.18.36",
"eslint": "~8.57.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/tsdoc-config"
}
],
"packageName": "@microsoft/tsdoc-config",
"email": "iclanton@users.noreply.github.com"
}
11 changes: 11 additions & 0 deletions common/changes/@microsoft/tsdoc/bump-rs-deps_2024-12-10-19-18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/tsdoc"
}
],
"packageName": "@microsoft/tsdoc",
"email": "iclanton@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "eslint-plugin-tsdoc"
}
],
"packageName": "eslint-plugin-tsdoc",
"email": "iclanton@users.noreply.github.com"
}
2 changes: 1 addition & 1 deletion common/config/azure-pipelines/templates/install-node.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: NodeMajorVersion
type: number
default: 18
default: 20

steps:
- task: NodeTool@0
Expand Down
8 changes: 1 addition & 7 deletions common/config/rush/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Rush features. More documentation is available on the Rush website: https://rushjs.io
*/
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json"

/**
* By default, 'rush install' passes --no-prefer-frozen-lockfile to 'pnpm install'.
Expand Down Expand Up @@ -49,12 +49,6 @@
*/
// "buildSkipWithAllowWarningsInSuccessfulBuild": true,

/**
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command
* in common/config/rush/command-line.json.
*/
"phasedCommands": true

/**
* If true, perform a clean install after when running `rush install` or `rush update` if the
* `.npmrc` file has changed since the last install.
Expand Down
Loading

0 comments on commit 5639c8d

Please sign in to comment.