Skip to content

Commit 36a694c

Browse files
chore: bump dependencies
1 parent 05e5ae0 commit 36a694c

File tree

10 files changed

+1608
-1985
lines changed

10 files changed

+1608
-1985
lines changed

migrations.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "21.0.0-beta.8",
5+
"description": "Removes the legacy cache configuration from nx.json",
6+
"implementation": "./src/migrations/update-21-0-0/remove-legacy-cache",
7+
"package": "nx",
8+
"name": "remove-legacy-cache"
9+
},
10+
{
11+
"version": "21.0.0-beta.8",
12+
"description": "Removes the legacy cache configuration from nx.json",
13+
"implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner",
14+
"package": "nx",
15+
"name": "remove-custom-tasks-runner"
16+
},
17+
{
18+
"version": "21.0.0-beta.11",
19+
"description": "Updates release version config based on the breaking changes in Nx v21",
20+
"implementation": "./src/migrations/update-21-0-0/release-version-config-changes",
21+
"package": "nx",
22+
"name": "release-version-config-changes"
23+
},
24+
{
25+
"version": "21.0.0-beta.11",
26+
"description": "Updates release changelog config based on the breaking changes in Nx v21",
27+
"implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes",
28+
"package": "nx",
29+
"name": "release-changelog-config-changes"
30+
},
31+
{
32+
"version": "21.1.0-beta.2",
33+
"description": "Adds **/nx-rules.mdc and **/nx.instructions.md to .gitignore if not present",
34+
"implementation": "./src/migrations/update-21-1-0/add-gitignore-entry",
35+
"package": "nx",
36+
"name": "21-1-0-add-ignore-entries-for-nx-rule-files"
37+
}
38+
]
39+
}

nx.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"projectsRelationship": "fixed",
2222
"projects": ["packages/*", "tools/*"],
2323
"version": {
24-
"generatorOptions": {
25-
"preserveLocalDependencyProtocols": true,
26-
"installIgnoreScripts": true,
27-
"currentVersionResolver": "git-tag"
24+
"currentVersionResolver": "git-tag",
25+
"versionActionsOptions": {
26+
"installIgnoreScripts": true
2827
}
2928
}
3029
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"release": "tsx --trace-uncaught --trace-warnings --env-file=.env tools/release/src/release.ts"
3030
},
3131
"devDependencies": {
32-
"@nx/js": "20.4.0",
33-
"@types/node": "^22.12.0",
32+
"@nx/js": "21.2.1",
33+
"@types/node": "^24.0.4",
3434
"chalk": "^5.4.1",
3535
"chokidar": "^4.0.3",
36-
"execa": "^9.5.2",
37-
"nx": "20.4.0",
38-
"prettier": "^3.4.2",
39-
"tsx": "^4.19.2",
40-
"typescript": "^5.7.3"
36+
"execa": "^9.6.0",
37+
"nx": "21.2.1",
38+
"prettier": "^3.6.0",
39+
"tsx": "^4.20.3",
40+
"typescript": "^5.8.3"
4141
},
4242
"pnpm": {
4343
"updateConfig": {

packages/esbuild/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
}
2323
},
2424
"dependencies": {
25-
"autoprefixer": "^10.4.20",
26-
"esbuild": "^0.24.2",
25+
"autoprefixer": "^10.4.21",
26+
"esbuild": "^0.25.5",
2727
"fast-glob": "^3.3.3",
28-
"postcss": "^8.5.1",
29-
"postcss-import": "^16.1.0",
28+
"postcss": "^8.5.6",
29+
"postcss-import": "^16.1.1",
3030
"tailwindcss": "^3.4.16"
3131
}
3232
}

packages/eslint-client/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@
99
"lint": "eslint 'src/**/*.{ts,tsx}' --max-warnings 0 --report-unused-disable-directives"
1010
},
1111
"dependencies": {
12-
"@codemirror/lang-json": "^6.0.1",
13-
"@codemirror/lint": "^6.8.4",
12+
"@codemirror/lang-json": "^6.0.2",
13+
"@codemirror/lint": "^6.8.5",
1414
"@lezer/highlight": "^1.2.1",
15-
"@trpc/client": "^10.45.2",
16-
"@uiw/codemirror-extensions-langs": "^4.23.6",
17-
"@uiw/codemirror-theme-github": "^4.23.6",
18-
"@uiw/react-codemirror": "^4.23.6",
15+
"@trpc/client": "^11.4.2",
16+
"@uiw/codemirror-extensions-langs": "^4.23.13",
17+
"@uiw/codemirror-theme-github": "^4.23.13",
18+
"@uiw/react-codemirror": "^4.23.13",
1919
"@virtuallyunknown/eslint-server": "workspace:*",
2020
"clsx": "^2.1.1",
21-
"react": "^19.0.0",
22-
"react-dom": "^19.0.0",
21+
"react": "^19.1.0",
22+
"react-dom": "^19.1.0",
2323
"superjson": "^2.2.2",
24-
"zod": "^3.24.1",
25-
"zustand": "^5.0.3"
24+
"zod": "^3.25.67",
25+
"zustand": "^5.0.5"
2626
},
2727
"devDependencies": {
2828
"@types/eslint": "^9.6.1",
29-
"@types/react": "^19.0.8",
30-
"@types/react-dom": "^19.0.3",
29+
"@types/react": "^19.1.8",
30+
"@types/react-dom": "^19.1.6",
3131
"@virtuallyunknown/esbuild": "workspace:*",
3232
"@virtuallyunknown/eslint-config": "workspace:*",
3333
"@virtuallyunknown/tsconfig": "workspace:*",
3434
"eslint-plugin-tailwindcss": "^3.18.0",
3535
"tailwindcss": "^3.4.16",
36-
"typescript": "^5.7.3"
36+
"typescript": "^5.8.3"
3737
}
3838
}

packages/eslint-client/src/util/useStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const trpc = createTRPCProxyClient<AppRouter>({
1010
links: [
1111
httpBatchLink({
1212
url: 'http://localhost:3000/trpc',
13+
transformer: superjson,
1314
}),
1415
],
15-
transformer: superjson,
1616
});
1717

1818
export const useStore = createWithEqualityFn<StoreProps & StoreActions>()((set, get) => ({

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react": "7.37.4",
2828
"eslint-plugin-react-hooks": "5.1.0",
2929
"eslint-plugin-unicorn": "56.0.1",
30-
"globals": "^15.14.0",
30+
"globals": "^16.2.0",
3131
"typescript-eslint": "8.22.0"
3232
},
3333
"peerDependencies": {

packages/eslint-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
},
2929
"dependencies": {
3030
"@stylistic/eslint-plugin": "3.0.0",
31-
"@trpc/client": "^10.45.2",
32-
"@trpc/server": "^10.45.2",
31+
"@trpc/client": "^11.4.2",
32+
"@trpc/server": "^11.4.2",
3333
"ajv": "6.12.6",
3434
"eslint": "9.19.0",
3535
"eslint-plugin-react": "7.37.4",
3636
"eslint-plugin-react-hooks": "5.1.0",
3737
"eslint-plugin-unicorn": "56.0.1",
38-
"express": "^5.0.1",
38+
"express": "^5.1.0",
3939
"json-schema": "^0.4.0",
4040
"microdiff": "^1.5.0",
4141
"superjson": "^2.2.2",
4242
"typescript-eslint": "8.22.0",
43-
"zod": "^3.24.1"
43+
"zod": "^3.25.67"
4444
},
4545
"devDependencies": {
4646
"@types/eslint": "^9.6.1",
47-
"@types/express": "^5.0.0",
47+
"@types/express": "^5.0.3",
4848
"@types/json-schema": "^7.0.15",
4949
"@virtuallyunknown/esbuild": "workspace:*",
5050
"@virtuallyunknown/eslint-config": "workspace:*",

0 commit comments

Comments
 (0)