Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ runs:
using: 'composite'
steps:
- name: 'Install pnpm'
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

- name: 'Install Node.js ${{ inputs.node-version }}'
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.registry-url }}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"format": "eslint . --fix && prettier . --write",
"update-dependencies": "pnpm update --recursive --interactive --latest"
},
"packageManager": "pnpm@9.14.2+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271",
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@types/node": "^22.14.0",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"@viamrobotics/eslint-config": "workspace:*",
"@viamrobotics/prettier-config": "workspace:*",
"@viamrobotics/typescript-config": "workspace:*",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"prettier": "^3.5.0",
"eslint": "^9.24.0",
"prettier": "^3.5.3",
"semver": "^7.7.1",
"svelte": "^5.19.9",
"svelte": "^5.25.7",
"tailwindcss": "3.4.16",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.3",
"version": "1.1.0",
"description": "ESLint configuration for Svelte projects at Viam.",
"type": "module",
"main": "./eslint-config-svelte.js",
Expand All @@ -26,14 +26,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"@typescript-eslint/utils": "~8.23.0",
"@typescript-eslint/utils": "~8.29.0",
"@viamrobotics/eslint-config": "workspace:^",
"eslint-plugin-jest-dom": "~5.5.0",
"eslint-plugin-svelte": "~3.0.0 || ~3.0.0-next",
"eslint-plugin-tailwindcss": "~3.17.5",
"eslint-plugin-svelte": "~3.5.1",
"eslint-plugin-tailwindcss": "~3.18.0",
"eslint-plugin-testing-library": "~7.1.1",
"globals": "^15.13.0",
"typescript-eslint": "~8.23.0"
"globals": "^16.0.0",
"typescript-eslint": "~8.29.0"
},
"peerDependencies": {
"eslint": ">=9 <10",
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
"version": "1.0.3",
"version": "1.1.0",
"description": "ESLint configuration for projects at Viam.",
"type": "module",
"main": "./eslint-config.js",
Expand All @@ -26,14 +26,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"@eslint/js": "~9.20.0",
"@typescript-eslint/utils": "~8.23.0",
"@vitest/eslint-plugin": "~1.1.28",
"eslint-config-prettier": "~10.0.1",
"@eslint/js": "~9.24.0",
"@typescript-eslint/utils": "~8.29.0",
"@vitest/eslint-plugin": "~1.1.39",
"eslint-config-prettier": "~10.1.1",
"eslint-plugin-simple-import-sort": "~12.1.1",
"eslint-plugin-unicorn": "~56.0.1",
"globals": "^15.13.0",
"typescript-eslint": "~8.23.0"
"eslint-plugin-unicorn": "~58.0.0",
"globals": "^16.0.0",
"typescript-eslint": "~8.29.0"
},
"peerDependencies": {
"eslint": ">=9 <10",
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
"version": "1.0.1",
"version": "1.1.0",
"description": "Viam's shared Prettier configuration for Svelte projects.",
"type": "module",
"types": "./dist/prettier-config-svelte.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@viamrobotics/prettier-config": "workspace:^",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9"
"prettier-plugin-svelte": "~3.3.3",
"prettier-plugin-tailwindcss": "~0.6.11"
}
}
Loading