Skip to content

Commit 6d2d74b

Browse files
chore(deps): update all non-major dependencies
1 parent 164e7b1 commit 6d2d74b

File tree

4 files changed

+456
-451
lines changed

4 files changed

+456
-451
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: ⎔ Setup pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
version: 8
25+
version: 8.15.9
2626

2727
- name: ⎔ Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 18.20.8
3131
cache: pnpm
3232

3333
- name: 📥 Install dependencies
@@ -48,12 +48,12 @@ jobs:
4848
- name: ⎔ Setup pnpm
4949
uses: pnpm/action-setup@v2
5050
with:
51-
version: 8
51+
version: 8.15.9
5252

5353
- name: ⎔ Setup Node.js
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 18
56+
node-version: 18.20.8
5757
cache: pnpm
5858

5959
- name: 📥 Install dependencies
@@ -74,20 +74,20 @@ jobs:
7474
- name: ⎔ Setup pnpm
7575
uses: pnpm/action-setup@v2
7676
with:
77-
version: 8
77+
version: 8.15.9
7878

7979
- name: 🐍 Setup uv
8080
uses: astral-sh/setup-uv@v6
8181

8282
- name: 🐍 Setup Python
8383
uses: actions/setup-python@v5
8484
with:
85-
python-version: 3.12
85+
python-version: 3.14.2
8686

8787
- name: ⎔ Setup Node.js
8888
uses: actions/setup-node@v4
8989
with:
90-
node-version: 20
90+
node-version: 20.19.6
9191
cache: pnpm
9292

9393
- name: 📥 Install dependencies

.github/workflows/release.yml

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

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.15.0
21+
node-version: 22.21.1
2222

2323
- run: npx changelogithub
2424
env:

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"author": "marimo team",
55
"publisher": "marimo-team",
66
"description": "Run marimo in VSCode",
7-
"packageManager": "pnpm@10.9.0",
7+
"packageManager": "pnpm@10.25.0",
88
"version": "0.6.9",
99
"engines": {
10-
"vscode": "^1.77.0"
10+
"vscode": "^1.999.0"
1111
},
1212
"private": true,
1313
"categories": ["Notebooks", "Machine Learning", "Data Science"],
@@ -417,22 +417,22 @@
417417
},
418418
"devDependencies": {
419419
"@biomejs/biome": "^1.9.4",
420-
"@types/node": "22.14.1",
420+
"@types/node": "22.19.1",
421421
"@types/vscode": "^1.77.0",
422422
"@types/ws": "^8.18.1",
423-
"@vscode/test-cli": "^0.0.10",
423+
"@vscode/test-cli": "^0.0.12",
424424
"@vscode/test-electron": "^2.5.2",
425-
"@vscode/python-extension": "^1.0.5",
425+
"@vscode/python-extension": "^1.0.6",
426426
"jest-mock-vscode": "^3.0.5",
427427
"node-fetch": "^3.3.2",
428428
"node-html-parser": "^7.0.1",
429-
"openapi-fetch": "^0.9.7",
430-
"openapi-typescript": "^7.6.1",
429+
"openapi-fetch": "^0.15.0",
430+
"openapi-typescript": "^7.10.1",
431431
"tempy": "^3.1.0",
432-
"tsup": "^8.4.0",
432+
"tsup": "^8.5.1",
433433
"typescript": "^5.8.2",
434-
"vitest": "^3.1.2",
435-
"ws": "^8.18.1"
434+
"vitest": "^3.2.4",
435+
"ws": "^8.18.3"
436436
},
437437
"dependencies": {}
438438
}

0 commit comments

Comments
 (0)