Skip to content

Commit e894d2d

Browse files
Update dependencies (#1513)
* update * update nitro * update * update actions * ci: use packageManager pnpm version in workflows * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent acf0b35 commit e894d2d

5 files changed

Lines changed: 971 additions & 1415 deletions

File tree

.github/actions/install/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ runs:
66
steps:
77
- name: Setup pnpm
88
uses: pnpm/action-setup@v6
9-
with:
10-
version: 10
119

1210
- name: Setup Node.js
1311
uses: actions/setup-node@v6

.github/workflows/orama_sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v6
2121
- uses: pnpm/action-setup@v6
22-
with:
23-
version: 10
2422
- name: Setup Node.js
2523
uses: actions/setup-node@v6
2624
with:

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@solidjs/start": "https://pkg.pr.new/solidjs/solid-start/@solidjs/start@2080",
2424
"@tailwindcss/vite": "^4.2.2",
2525
"dotenv": "^17.3.1",
26-
"nitro": "3.0.260311-beta",
26+
"nitro": "v3.0.260429-beta",
2727
"resolve": "1.22.12",
2828
"solid-heroicons": "^3.2.4",
2929
"solid-js": "1.9.11",
@@ -33,14 +33,14 @@
3333
"zod": "^4.3.6"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.39.4",
36+
"@eslint/js": "^10.0.1",
3737
"@kobalte/tailwindcss": "^0.9.0",
3838
"@orama/crawly": "^0.0.6",
3939
"@tailwindcss/typography": "^0.5.19",
4040
"@types/node": "^25.0.3",
4141
"@typescript-eslint/eslint-plugin": "^8.54.0",
4242
"@typescript-eslint/parser": "^8.56.1",
43-
"eslint": "^9.39.2",
43+
"eslint": "^10.3.0",
4444
"eslint-plugin-solid": "^0.14.5",
4545
"globals": "^17.4.0",
4646
"prettier": "3.8.3",
@@ -54,6 +54,7 @@
5454
},
5555
"engines": {
5656
"node": ">=24",
57-
"pnpm": ">=10"
58-
}
57+
"pnpm": ">=11"
58+
},
59+
"packageManager": "pnpm@11.1.1"
5960
}

0 commit comments

Comments
 (0)