Skip to content

Commit 9313e5e

Browse files
nx-plugin-for-awsnx-plugin-for-aws
andauthored
feat: upgrade to vite 8, and other dependency updates (#548)
Upgrade all Nx dependencies from 22.6.1 to 22.6.4 and Vite from 7.3.1 to 8.0.3. Also upgrades vite ecosystem packages: - @vitejs/plugin-react: 4.7.0 → 6.0.1 - vite-tsconfig-paths: 5.1.4 → 6.1.1 - vitest: 4.1.1 → 4.1.2 - @vitest/coverage-v8: 4.1.1 → 4.1.2 - @vitest/ui: 4.1.1 → 4.1.2 All other dependencies updated to latest minor/patch versions via the standard update-versions workflow process. Snapshot changes are version number bumps only. Co-authored-by: nx-plugin-for-aws <nx-plugin@amazon.com>
1 parent 9fc3a93 commit 9313e5e

File tree

12 files changed

+2131
-2324
lines changed

12 files changed

+2131
-2324
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,45 @@
1414
},
1515
"devDependencies": {
1616
"@apidevtools/swagger-parser": "12.1.0",
17-
"@astrojs/react": "5.0.1",
17+
"@astrojs/react": "5.0.2",
1818
"@astrojs/starlight": "0.38.2",
1919
"@astrojs/starlight-tailwind": "5.0.0",
2020
"@aws-lambda-powertools/logger": "2.32.0",
2121
"@aws-lambda-powertools/metrics": "2.32.0",
2222
"@aws-lambda-powertools/parser": "2.32.0",
2323
"@aws-lambda-powertools/tracer": "2.32.0",
24-
"@aws-sdk/client-bedrock-runtime": "3.1017.0",
25-
"@aws-sdk/client-cloudformation": "3.1017.0",
26-
"@aws-sdk/client-lambda": "3.1017.0",
27-
"@aws-sdk/credential-provider-node": "3.972.25",
28-
"@aws-sdk/credential-providers": "3.1017.0",
24+
"@aws-sdk/client-bedrock-runtime": "3.1024.0",
25+
"@aws-sdk/client-cloudformation": "3.1024.0",
26+
"@aws-sdk/client-lambda": "3.1024.0",
27+
"@aws-sdk/credential-provider-node": "3.972.29",
28+
"@aws-sdk/credential-providers": "3.1024.0",
2929
"@commitlint/cli": "20.5.0",
3030
"@commitlint/config-conventional": "20.5.0",
3131
"@getgrit/gritql": "0.0.3",
3232
"@hey-api/openapi-ts": "0.64.13",
3333
"@iarna/toml": "2.2.5",
3434
"@middy/core": "7.2.1",
3535
"@modelcontextprotocol/inspector": "0.19.0",
36-
"@modelcontextprotocol/sdk": "1.28.0",
37-
"@nx/devkit": "22.6.1",
38-
"@nx/eslint": "22.6.1",
39-
"@nx/eslint-plugin": "22.6.1",
40-
"@nx/js": "22.6.1",
41-
"@nx/playwright": "22.6.1",
42-
"@nx/react": "22.6.1",
43-
"@nx/vite": "22.6.1",
36+
"@modelcontextprotocol/sdk": "1.29.0",
37+
"@nx/devkit": "22.6.4",
38+
"@nx/eslint": "22.6.4",
39+
"@nx/eslint-plugin": "22.6.4",
40+
"@nx/js": "22.6.4",
41+
"@nx/playwright": "22.6.4",
42+
"@nx/react": "22.6.4",
43+
"@nx/vite": "22.6.4",
4444
"@nxlv/python": "22.1.1",
4545
"@phenomnomnominal/tsquery": "6.1.4",
4646
"@quantco/pnpm-licenses": "2.2.3",
47-
"@smithy/node-http-handler": "4.5.0",
47+
"@smithy/node-http-handler": "4.5.1",
4848
"@swc-node/register": "1.11.1",
4949
"@swc/core": "1.15.21",
5050
"@tailwindcss/vite": "4.2.2",
51-
"@tanstack/react-query": "5.95.2",
52-
"@tanstack/react-query-devtools": "5.95.2",
51+
"@tanstack/react-query": "5.96.2",
52+
"@tanstack/react-query-devtools": "5.96.2",
5353
"@testing-library/react": "16.3.2",
54-
"@trpc/client": "11.15.0",
55-
"@trpc/server": "11.15.0",
54+
"@trpc/client": "11.16.0",
55+
"@trpc/server": "11.16.0",
5656
"@ts-morph/bootstrap": "0.28.1",
5757
"@types/aws-lambda": "8.10.161",
5858
"@types/diff": "8.0.0",
@@ -65,14 +65,14 @@
6565
"@types/lodash.snakecase": "4.1.9",
6666
"@types/lodash.trim": "4.5.9",
6767
"@types/lodash.uniqby": "4.7.9",
68-
"@types/node": "25.5.0",
68+
"@types/node": "25.5.2",
6969
"@types/react": "19.2.14",
7070
"@types/react-dom": "19.2.3",
7171
"@typescript-eslint/eslint-plugin": "8.58.0",
7272
"@typescript-eslint/parser": "8.58.0",
73-
"@vitejs/plugin-react": "4.7.0",
74-
"@vitest/coverage-v8": "4.1.1",
75-
"@vitest/ui": "4.1.1",
73+
"@vitejs/plugin-react": "6.0.1",
74+
"@vitest/coverage-v8": "4.1.2",
75+
"@vitest/ui": "4.1.2",
7676
"astro": "6.1.3",
7777
"aws4fetch": "1.0.20",
7878
"chalk": "5.6.2",
@@ -86,7 +86,7 @@
8686
"esbuild": "0.27.4",
8787
"eslint": "9.39.4",
8888
"eslint-config-prettier": "10.1.8",
89-
"eslint-plugin-cypress": "6.2.1",
89+
"eslint-plugin-cypress": "6.2.2",
9090
"eslint-plugin-import": "2.32.0",
9191
"eslint-plugin-jsx-a11y": "6.10.2",
9292
"eslint-plugin-local-custom-nx-plugin-for-aws-rules": "file:eslint",
@@ -103,11 +103,11 @@
103103
"lodash.camelcase": "4.3.0",
104104
"lodash.clonedeepwith": "4.5.0",
105105
"lodash.deburr": "4.1.0",
106-
"lodash.orderby": "4.6.0",
107-
"lodash.trim": "4.5.1",
106+
"lodash.orderby": "4.18.0",
107+
"lodash.trim": "4.18.0",
108108
"lodash.uniqby": "4.7.0",
109109
"lucide-react": "1.7.0",
110-
"nx": "22.6.1",
110+
"nx": "22.6.4",
111111
"openapi-types": "12.1.3",
112112
"pip-requirements-js": "1.0.3",
113113
"prettier": "3.8.1",
@@ -116,7 +116,7 @@
116116
"simple-git": "3.33.0",
117117
"starlight-blog": "0.26.1",
118118
"starlight-contributor-list": "0.4.0",
119-
"starlight-links-validator": "0.20.1",
119+
"starlight-links-validator": "0.21.0",
120120
"starlight-videos": "0.4.0",
121121
"tailwind-merge": "3.5.0",
122122
"tailwindcss": "4.2.2",
@@ -125,8 +125,8 @@
125125
"tw-animate-css": "1.4.0",
126126
"typescript": "6.0.2",
127127
"verdaccio": "6.3.2",
128-
"vite": "7.3.1",
129-
"vitest": "4.1.1",
128+
"vite": "8.0.3",
129+
"vitest": "4.1.2",
130130
"zod": "4.3.6"
131131
},
132132
"pnpm": {

0 commit comments

Comments
 (0)