Skip to content

Commit 2fbe254

Browse files
chore(deps): update all non-major dependencies (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 951af00 commit 2fbe254

3 files changed

Lines changed: 200 additions & 207 deletions

File tree

.github/workflows/main.yml

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

1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v6.1.0
2020

2121
- name: Pnpm 🧱
2222
uses: pnpm/action-setup@v6.0.9

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"description": "Solid-js clock, inspired by sauron clock, credits to voby",
66
"devDependencies": {
7-
"@e18e/eslint-plugin": "0.5.1",
7+
"@e18e/eslint-plugin": "0.6.0",
88
"@eslint/css": "1.4.0",
99
"@eslint/js": "10.0.1",
1010
"@eslint/json": "2.0.1",
@@ -16,7 +16,7 @@
1616
"@types/node": "25.9.5",
1717
"@vitest/browser-playwright": "4.1.10",
1818
"@vitest/coverage-v8": "4.1.10",
19-
"eslint": "10.7.0",
19+
"eslint": "10.8.0",
2020
"eslint-config-prettier": "10.1.8",
2121
"eslint-import-resolver-typescript": "4.4.5",
2222
"eslint-plugin-import-x": "4.17.1",
@@ -25,15 +25,15 @@
2525
"eslint-plugin-prettier": "5.5.6",
2626
"eslint-plugin-solid": "0.14.5",
2727
"eslint-plugin-yml": "3.6.0",
28-
"happy-dom": "20.11.0",
29-
"playwright": "1.61.1",
30-
"prettier": "3.9.5",
28+
"happy-dom": "20.11.1",
29+
"playwright": "1.62.0",
30+
"prettier": "3.9.6",
3131
"prettier-plugin-tailwindcss": "0.8.1",
3232
"tailwindcss": "4.3.3",
3333
"typescript": "6.0.3",
34-
"typescript-eslint": "8.64.0",
34+
"typescript-eslint": "8.65.0",
3535
"vite": "8.1.5",
36-
"vite-plugin-checker": "0.14.4",
36+
"vite-plugin-checker": "0.14.5",
3737
"vite-plugin-solid": "2.11.13",
3838
"vitest": "4.1.10",
3939
"vitest-browser-solid": "1.0.1"

0 commit comments

Comments
 (0)