Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'

- name: Install pnpm
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'

- name: Setup Go
uses: ./.github/actions/setup-go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'
# Update npm to the latest version to enable OIDC
- name: Update npm
run: |
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'

- name: Setup Go
uses: ./.github/actions/setup-go
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '24'
node-version: '24.11.0'

- name: Setup Go
uses: ./.github/actions/setup-go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rule-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 20.19.5
node-version: 24.11.0

- name: Check for rule changes
id: diff
Expand Down
2 changes: 1 addition & 1 deletion packages/rslint-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@typescript/api": "workspace:*",
"@rslib/core": "0.15.0",
"@types/node": "24.3.0",
"@types/node": "24.10.0",
"@typescript/native-preview": "7.0.0-dev.20250904.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rslint-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "24.0.14",
"@types/node": "24.10.0",
"@rslint/core": "workspace:*",
"@typescript-eslint/rule-tester": "workspace:*",
"@typescript-eslint/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webworker"
],
"devDependencies": {
"@types/node": "24.0.14",
"@types/node": "24.10.0",
"typescript": "5.8.3",
"@rslint/api": "workspace:*",
"@typescript/native-preview": "7.0.0-dev.20250904.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rule-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"description": "Rule testing utilities for rslint",
"devDependencies": {
"@types/node": "24.0.14",
"@types/node": "24.10.0",
"typescript": "5.8.3",
"@typescript/native-preview": "7.0.0-dev.20250904.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"devDependencies": {
"@rslint/core": "workspace:*",
"@types/mocha": "10.0.9",
"@types/node": "24.0.14",
"@types/node": "24.10.0",
"@types/vscode": "^1.74.0",
"@vscode/test-cli": "0.0.11",
"@vscode/test-electron": "2.4.1",
Expand Down
110 changes: 43 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rspress/plugin-llms": "2.0.0-beta.27",
"@rstack-dev/doc-ui": "1.11.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^22.8.1",
"@types/node": "^24.10.0",
"@types/react": "19.1.10",
"@types/react-dom": "^19.1.7",
"react": "^19.1.1",
Expand Down
Loading