Skip to content

Commit 930a4e0

Browse files
authored
chore(deps): pnpm update (#10)
1 parent f7adec9 commit 930a4e0

File tree

19 files changed

+2894
-2898
lines changed

19 files changed

+2894
-2898
lines changed

.github/workflows/typescript.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,13 @@ jobs:
3636
run: pnpm install --frozen-lockfile
3737
- run: pnpm run build
3838
- run: pnpm run test:ci
39+
audit:
40+
name: Audit
41+
runs-on: ubuntu-latest
42+
timeout-minutes: 5
43+
steps:
44+
- uses: actions/checkout@v4
45+
- name: Install pnpm
46+
uses: pnpm/action-setup@v4
47+
with:
48+
run_install: false

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
pnpm run precommit
52
pnpm run -r precommit

apps/autocomplete/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,52 +21,52 @@
2121
"Safari >= 11"
2222
],
2323
"dependencies": {
24+
"@amzn/fig-io-api-bindings": "workspace:~",
2425
"@amzn/fig-io-api-bindings-wrappers": "workspace:^",
2526
"@amzn/fig-io-api-client": "workspace:^",
2627
"@amzn/fig-io-autocomplete-parser": "workspace:^",
28+
"@amzn/fig-io-proto": "workspace:^",
2729
"@amzn/fig-io-shell-parser": "workspace:^",
2830
"@fig/autocomplete-helpers": "^1.0.7",
2931
"@fig/autocomplete-shared": "^1.1.2",
30-
"@amzn/fig-io-proto": "workspace:^",
3132
"@juggle/resize-observer": "^3.4.0",
3233
"@types/js-yaml": "^4.0.9",
33-
"@vitejs/plugin-react": "^4.3.0",
34-
"@amzn/fig-io-api-bindings": "workspace:~",
34+
"@vitejs/plugin-react": "^4.3.3",
3535
"@withfig/autocomplete-types": "^1.31.0",
3636
"deep-object-diff": "^1.1.9",
3737
"exponential-backoff": "^3.1.1",
3838
"js-yaml": "^4.1.0",
39-
"loglevel": "^1.9.1",
39+
"loglevel": "^1.9.2",
4040
"prop-types": "^15.8.1",
4141
"react": "^18.3.1",
4242
"react-dom": "^18.3.1",
43-
"react-shadow": "^20.4.0",
43+
"react-shadow": "^20.5.0",
4444
"react-window": "^1.8.10",
45-
"semver": "^7.6.2",
46-
"tailwind-merge": "^2.3.0",
45+
"semver": "^7.6.3",
46+
"tailwind-merge": "^2.5.4",
4747
"use-resize-observer": "^9.1.0",
4848
"util": "^0.12.5",
49-
"vite": "^5.2.12",
50-
"zustand": "^4.5.2"
49+
"vite": "^5.4.10",
50+
"zustand": "^4.5.5"
5151
},
5252
"devDependencies": {
5353
"@amzn/fig-io-eslint-config": "workspace:^",
5454
"@amzn/fig-io-fuzzysort": "workspace:^",
5555
"@amzn/fig-io-shared": "workspace:^",
5656
"@amzn/fig-io-types": "workspace:^",
57-
"@types/node": "^20.12.12",
58-
"@types/react": "^18.3.3",
59-
"@types/react-dom": "^18.3.0",
57+
"@types/node": "^20.17.2",
58+
"@types/react": "^18.3.12",
59+
"@types/react-dom": "^18.3.1",
6060
"@types/react-window": "^1.8.8",
6161
"@types/semver": "^7.5.8",
62-
"@vitejs/plugin-legacy": "^5.4.0",
63-
"autoprefixer": "^10.4.19",
64-
"eslint": "^8.57.0",
65-
"postcss": "^8.4.38",
66-
"prettier": "^3.2.5",
67-
"tailwindcss": "^3.4.3",
68-
"terser": "^5.31.0",
69-
"typescript": "^5.4.5",
62+
"@vitejs/plugin-legacy": "^5.4.3",
63+
"autoprefixer": "^10.4.20",
64+
"eslint": "^8.57.1",
65+
"postcss": "^8.4.47",
66+
"prettier": "^3.3.3",
67+
"tailwindcss": "^3.4.14",
68+
"terser": "^5.36.0",
69+
"typescript": "^5.6.3",
7070
"vitest": "^1.6.0"
7171
},
7272
"bundledDependencies": [

apps/dashboard/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,42 +16,42 @@
1616
"Safari >= 11"
1717
],
1818
"dependencies": {
19-
"@radix-ui/react-collapsible": "^1.0.3",
20-
"@radix-ui/react-dropdown-menu": "^2.0.6",
21-
"@radix-ui/react-progress": "^1.0.3",
22-
"@radix-ui/react-select": "^2.0.0",
23-
"@radix-ui/react-slot": "^1.0.2",
24-
"@radix-ui/react-switch": "^1.0.3",
25-
"@radix-ui/react-tabs": "^1.0.4",
2619
"@amzn/fig-io-api-bindings": "workspace:^",
20+
"@radix-ui/react-collapsible": "^1.1.1",
21+
"@radix-ui/react-dropdown-menu": "^2.1.2",
22+
"@radix-ui/react-progress": "^1.1.0",
23+
"@radix-ui/react-select": "^2.1.2",
24+
"@radix-ui/react-slot": "^1.1.0",
25+
"@radix-ui/react-switch": "^1.1.1",
26+
"@radix-ui/react-tabs": "^1.1.1",
2727
"class-variance-authority": "^0.7.0",
2828
"clsx": "^2.1.1",
2929
"lucide-react": "^0.379.0",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
3232
"react-markdown": "^9.0.1",
33-
"react-router": "^6.23.1",
34-
"react-router-dom": "^6.23.1",
35-
"tailwind-merge": "^2.3.0",
33+
"react-router": "^6.27.0",
34+
"react-router-dom": "^6.27.0",
35+
"tailwind-merge": "^2.5.4",
3636
"tailwindcss-animate": "^1.0.7",
3737
"zod": "^3.23.8",
38-
"zustand": "^4.5.2"
38+
"zustand": "^4.5.5"
3939
},
4040
"devDependencies": {
4141
"@amzn/fig-io-types": "workspace:^",
42-
"@types/react": "^18.3.3",
43-
"@types/react-dom": "^18.3.0",
44-
"@typescript-eslint/eslint-plugin": "^7.11.0",
45-
"@typescript-eslint/parser": "^7.11.0",
46-
"@vitejs/plugin-react": "^4.3.0",
47-
"autoprefixer": "^10.4.19",
48-
"eslint": "^8.57.0",
42+
"@types/react": "^18.3.12",
43+
"@types/react-dom": "^18.3.1",
44+
"@typescript-eslint/eslint-plugin": "^7.18.0",
45+
"@typescript-eslint/parser": "^7.18.0",
46+
"@vitejs/plugin-react": "^4.3.3",
47+
"autoprefixer": "^10.4.20",
48+
"eslint": "^8.57.1",
4949
"eslint-plugin-react-hooks": "^4.6.2",
50-
"eslint-plugin-react-refresh": "^0.4.7",
51-
"postcss": "^8.4.38",
52-
"prettier": "^3.2.5",
53-
"tailwindcss": "^3.4.3",
54-
"typescript": "^5.4.5",
55-
"vite": "^5.2.12"
50+
"eslint-plugin-react-refresh": "^0.4.14",
51+
"postcss": "^8.4.47",
52+
"prettier": "^3.3.3",
53+
"tailwindcss": "^3.4.14",
54+
"typescript": "^5.6.3",
55+
"vite": "^5.4.10"
5656
}
5757
}

apps/dashboard/src/components/ui/keystrokeInput.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ export function Input({
6464
cancel: () => void;
6565
}) {
6666
const joinedValue = value ? value.join("+") : null;
67-
const setSetting = useSetting(
68-
`autocomplete.keybindings.${joinedValue}` ?? "",
69-
)[1];
67+
const setSetting = useSetting(`autocomplete.keybindings.${joinedValue}`)[1];
7068

7169
function handleNewKeystroke() {
7270
if (!value) {

extensions/gnome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "^5.6.3"
2121
},
2222
"dependencies": {
23-
"@girs/gjs": "^4.0.0-beta.16",
23+
"@girs/gjs": "4.0.0-beta.16",
2424
"@girs/gnome-shell": "^46.0.2"
2525
},
2626
"sideEffects": false

extensions/gnome-legacy-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@gi.ts/cli": "^1.5.10",
1111
"@gi.ts/lib": "^1.5.13",
12-
"eslint": "^8.57.0"
12+
"eslint": "^8.57.1"
1313
},
1414
"scripts": {
1515
"all": "node ./build-scripts/all.js",

extensions/vscode/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
},
4141
"devDependencies": {
4242
"@types/glob": "^8.1.0",
43-
"@types/mocha": "^10.0.6",
44-
"@types/node": "^20.12.12",
43+
"@types/mocha": "^10.0.9",
44+
"@types/node": "^20.17.2",
4545
"@types/vscode": "~1.80.0",
46-
"@vscode/test-electron": "^2.3.10",
47-
"@vscode/vsce": "^2.26.1",
48-
"eslint": "^8.57.0",
49-
"glob": "^10.4.1",
50-
"mocha": "^10.4.0",
51-
"typescript": "^5.4.5"
46+
"@vscode/test-electron": "^2.4.1",
47+
"@vscode/vsce": "^2.32.0",
48+
"eslint": "^8.57.1",
49+
"glob": "^10.4.5",
50+
"mocha": "^10.7.3",
51+
"typescript": "^5.6.3"
5252
}
5353
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"devDependencies": {
2929
"@vitest/coverage-v8": "^1.6.0",
3030
"@vitest/ui": "^1.6.0",
31-
"husky": "^9.0.11",
32-
"lint-staged": "^15.2.5",
33-
"micromatch": "^4.0.7",
34-
"prettier": "^3.2.5",
35-
"tsx": "^4.11.0",
36-
"turbo": "^2.0.1",
31+
"husky": "^9.1.6",
32+
"lint-staged": "^15.2.10",
33+
"micromatch": "^4.0.8",
34+
"prettier": "^3.3.3",
35+
"tsx": "^4.19.2",
36+
"turbo": "^2.2.3",
3737
"vitest": "^1.6.0"
3838
}
3939
}

packages/api-bindings-wrappers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
},
2121
"dependencies": {
2222
"@amzn/fig-io-api-bindings": "workspace:~",
23-
"loglevel": "^1.9.1"
23+
"loglevel": "^1.9.2"
2424
},
2525
"devDependencies": {
2626
"@amzn/fig-io-eslint-config": "workspace:^",
2727
"@amzn/fig-io-shared": "workspace:^",
2828
"@amzn/fig-io-tsconfig": "workspace:^",
2929
"@amzn/fig-io-types": "workspace:^",
3030
"@withfig/autocomplete-types": "^1.31.0",
31-
"eslint": "^8.57.0",
32-
"prettier": "^3.2.5",
33-
"typescript": "^5.4.5"
31+
"eslint": "^8.57.1",
32+
"prettier": "^3.3.3",
33+
"typescript": "^5.6.3"
3434
}
3535
}

0 commit comments

Comments
 (0)