Skip to content

Commit 675a51e

Browse files
authored
feat(actions, eslint, prettier): update shared deps for Apr '25 (#61)
1 parent 28f8a79 commit 675a51e

File tree

7 files changed

+808
-801
lines changed

7 files changed

+808
-801
lines changed

.github/actions/setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ runs:
1919
using: 'composite'
2020
steps:
2121
- name: 'Install pnpm'
22-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
22+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2323

2424
- name: 'Install Node.js ${{ inputs.node-version }}'
25-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
25+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2626
with:
2727
node-version: ${{ inputs.node-version }}
2828
registry-url: ${{ inputs.registry-url }}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"format": "eslint . --fix && prettier . --write",
1616
"update-dependencies": "pnpm update --recursive --interactive --latest"
1717
},
18-
"packageManager": "pnpm@9.14.2+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271",
18+
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
1919
"devDependencies": {
20-
"@types/node": "^22.13.1",
21-
"@types/semver": "^7.5.8",
22-
"@typescript-eslint/eslint-plugin": "^8.23.0",
23-
"@typescript-eslint/parser": "^8.23.0",
20+
"@types/node": "^22.14.0",
21+
"@types/semver": "^7.7.0",
22+
"@typescript-eslint/eslint-plugin": "^8.29.0",
23+
"@typescript-eslint/parser": "^8.29.0",
2424
"@viamrobotics/eslint-config": "workspace:*",
2525
"@viamrobotics/prettier-config": "workspace:*",
2626
"@viamrobotics/typescript-config": "workspace:*",
2727
"concurrently": "^9.1.2",
28-
"eslint": "^9.20.0",
29-
"prettier": "^3.5.0",
28+
"eslint": "^9.24.0",
29+
"prettier": "^3.5.3",
3030
"semver": "^7.7.1",
31-
"svelte": "^5.19.9",
31+
"svelte": "^5.25.7",
3232
"tailwindcss": "3.4.16",
33-
"typescript": "^5.7.3",
34-
"vitest": "^3.0.5"
33+
"typescript": "^5.8.3",
34+
"vitest": "^3.1.1"
3535
}
3636
}

packages/eslint-config-svelte/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.0.3",
6+
"version": "1.1.0",
77
"description": "ESLint configuration for Svelte projects at Viam.",
88
"type": "module",
99
"main": "./eslint-config-svelte.js",
@@ -26,14 +26,14 @@
2626
],
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@typescript-eslint/utils": "~8.23.0",
29+
"@typescript-eslint/utils": "~8.29.0",
3030
"@viamrobotics/eslint-config": "workspace:^",
3131
"eslint-plugin-jest-dom": "~5.5.0",
32-
"eslint-plugin-svelte": "~3.0.0 || ~3.0.0-next",
33-
"eslint-plugin-tailwindcss": "~3.17.5",
32+
"eslint-plugin-svelte": "~3.5.1",
33+
"eslint-plugin-tailwindcss": "~3.18.0",
3434
"eslint-plugin-testing-library": "~7.1.1",
35-
"globals": "^15.13.0",
36-
"typescript-eslint": "~8.23.0"
35+
"globals": "^16.0.0",
36+
"typescript-eslint": "~8.29.0"
3737
},
3838
"peerDependencies": {
3939
"eslint": ">=9 <10",

packages/eslint-config/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "1.0.3",
7+
"version": "1.1.0",
88
"description": "ESLint configuration for projects at Viam.",
99
"type": "module",
1010
"main": "./eslint-config.js",
@@ -26,14 +26,14 @@
2626
],
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@eslint/js": "~9.20.0",
30-
"@typescript-eslint/utils": "~8.23.0",
31-
"@vitest/eslint-plugin": "~1.1.28",
32-
"eslint-config-prettier": "~10.0.1",
29+
"@eslint/js": "~9.24.0",
30+
"@typescript-eslint/utils": "~8.29.0",
31+
"@vitest/eslint-plugin": "~1.1.39",
32+
"eslint-config-prettier": "~10.1.1",
3333
"eslint-plugin-simple-import-sort": "~12.1.1",
34-
"eslint-plugin-unicorn": "~56.0.1",
35-
"globals": "^15.13.0",
36-
"typescript-eslint": "~8.23.0"
34+
"eslint-plugin-unicorn": "~58.0.0",
35+
"globals": "^16.0.0",
36+
"typescript-eslint": "~8.29.0"
3737
},
3838
"peerDependencies": {
3939
"eslint": ">=9 <10",

packages/prettier-config-svelte/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "1.0.1",
7+
"version": "1.1.0",
88
"description": "Viam's shared Prettier configuration for Svelte projects.",
99
"type": "module",
1010
"types": "./dist/prettier-config-svelte.d.ts",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@viamrobotics/prettier-config": "workspace:^",
35-
"prettier-plugin-svelte": "^3.3.2",
36-
"prettier-plugin-tailwindcss": "^0.6.9"
35+
"prettier-plugin-svelte": "~3.3.3",
36+
"prettier-plugin-tailwindcss": "~0.6.11"
3737
}
3838
}

0 commit comments

Comments
 (0)