Skip to content

Commit f5dd552

Browse files
committed
Upgrade pnpm, prettier, and eslint
1 parent 3a8e830 commit f5dd552

File tree

5 files changed

+157
-128
lines changed

5 files changed

+157
-128
lines changed

.github/workflows/choreo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: pnpm/action-setup@v4
5151
with:
52-
version: 9
52+
version: 10
5353

5454
- name: Make GCC 14 the default toolchain (Linux)
5555
if: startsWith(matrix.os, 'ubuntu')

.github/workflows/lint-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
4949
- uses: pnpm/action-setup@v4
5050
with:
51-
version: 9
51+
version: 10
5252

5353
- uses: actions/setup-node@v4
5454
with:
5555
node-version: 18.x
5656
cache: "pnpm"
5757

58-
- run: pnpm install prettier@3.5.3
58+
- run: pnpm install prettier@3.6.2
5959

6060
- uses: actions/setup-python@v5
6161
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232

3333
- uses: pnpm/action-setup@v4
3434
with:
35-
version: 9
35+
version: 10
3636

3737
- uses: actions/setup-node@v4
3838
with:
3939
node-version: 18.x
4040
cache: "pnpm"
4141

42-
- run: pnpm install prettier@3.5.3
42+
- run: pnpm install prettier@3.6.2
4343
- name: Update version
4444
run: |
4545
./update_version.py ${{ github.event.inputs.tag }}

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@eslint/eslintrc": "^3.3.1",
54+
"@eslint/js": "^9.30.1",
5455
"@tauri-apps/cli": "2.5.0",
5556
"@types/d3": "^7.4.3",
5657
"@types/node": "^22.15.30",
5758
"@types/react": "^19.1.6",
5859
"@types/react-dom": "^19.1.6",
59-
"@typescript-eslint/eslint-plugin": "^8.33.1",
60-
"@typescript-eslint/parser": "^8.33.1",
60+
"@typescript-eslint/eslint-plugin": "^8.36.0",
61+
"@typescript-eslint/parser": "^8.36.0",
6162
"@vitejs/plugin-react": "^4.5.1",
62-
"eslint": "^9.28.0",
63-
"eslint-plugin-n": "^17.19.0",
63+
"eslint": "^9.30.1",
64+
"eslint-plugin-n": "^17.21.0",
6465
"eslint-plugin-promise": "^7.2.1",
6566
"eslint-plugin-react": "^7.37.5",
6667
"fs": "^0.0.2",
6768
"glob": "^11.0.2",
6869
"globals": "^16.2.0",
69-
"prettier": "^3.5.3",
70+
"prettier": "3.6.2",
7071
"typescript": "^5.8.3",
7172
"vite": "^6.3.5"
7273
}

0 commit comments

Comments
 (0)