Skip to content

Commit 8e44537

Browse files
authored
Merge branch 'main' into deepsource-transform-3c03b057
2 parents 37fa50b + a0fcbda commit 8e44537

18 files changed

Lines changed: 1554 additions & 1349 deletions

File tree

examples/express/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@repo/jest-presets": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/body-parser": "^1.19.5",
30-
"@types/cors": "^2.8.17",
31-
"@types/express": "^5.0.1",
30+
"@types/cors": "^2.8.18",
31+
"@types/express": "^5.0.2",
3232
"@types/jest": "^29.5.14",
3333
"@types/morgan": "^1.9.9",
34-
"@types/node": "^22.14.0",
34+
"@types/node": "^22.15.19",
3535
"@types/supertest": "^6.0.3",
3636
"jest": "^29.7.0",
37-
"supertest": "^7.1.0",
38-
"tsup": "^8.4.0",
39-
"typescript": "^5.8.2"
37+
"supertest": "^7.1.1",
38+
"tsup": "^8.5.0",
39+
"typescript": "^5.8.3"
4040
}
4141
}

examples/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^15.2.4",
16+
"next": "^15.3.2",
1717
"nextjs-darkmode-lite": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.1.0",
@@ -22,12 +22,12 @@
2222
"webgl-generative-particles": "^0.0.1"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.2.4",
25+
"@next/eslint-plugin-next": "^15.3.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.14.0",
29-
"@types/react": "^19.1.0",
30-
"@types/react-dom": "^19.1.1",
31-
"typescript": "^5.8.2"
28+
"@types/node": "^22.15.19",
29+
"@types/react": "^19.1.4",
30+
"@types/react-dom": "^19.1.5",
31+
"typescript": "^5.8.3"
3232
}
3333
}

examples/vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.1",
28-
"@vitejs/plugin-react": "^4.3.4",
29-
"typescript": "^5.8.2",
30-
"vite": "^6.2.6"
26+
"@types/react": "^19.1.4",
27+
"@types/react-dom": "^19.1.5",
28+
"@vitejs/plugin-react": "^4.4.1",
29+
"typescript": "^5.8.3",
30+
"vite": "^6.3.5"
3131
}
3232
}

examples/vite/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"rootDir": ".",
66
"outDir": "dist"
77
},
8-
"include": ["src", "vite.config.ts"]
8+
"include": ["src", "vite.config.mts"]
99
}

lib/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@testing-library/react": "^16.3.0",
31-
"@types/node": "^22.14.0",
32-
"@types/react": "^19.1.0",
33-
"@types/react-dom": "^19.1.1",
34-
"@vitejs/plugin-react": "^4.3.4",
35-
"@vitest/coverage-v8": "^3.1.1",
31+
"@types/node": "^22.15.19",
32+
"@types/react": "^19.1.4",
33+
"@types/react-dom": "^19.1.5",
34+
"@vitejs/plugin-react": "^4.4.1",
35+
"@vitest/coverage-v8": "^3.1.4",
3636
"esbuild-plugin-rdi": "^0.0.0",
3737
"esbuild-plugin-react18": "0.2.6",
3838
"esbuild-plugin-react18-css": "^0.0.4",
39-
"jsdom": "^26.0.0",
39+
"jsdom": "^26.1.0",
4040
"react": "^19.1.0",
4141
"react-dom": "^19.1.0",
42-
"tsup": "^8.4.0",
43-
"typescript": "^5.8.2",
42+
"tsup": "^8.5.0",
43+
"typescript": "^5.8.3",
4444
"vite-tsconfig-paths": "^5.1.4",
45-
"vitest": "^3.1.1"
45+
"vitest": "^3.1.4"
4646
},
4747
"dependencies": {
4848
"r18gs": "^3.0.1"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"format"
2020
],
2121
"devDependencies": {
22-
"@changesets/cli": "^2.28.1",
22+
"@changesets/cli": "^2.29.4",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.14.0",
24+
"@types/node": "^22.15.19",
2525
"enquirer": "^2.4.1",
2626
"plop": "^4.0.1",
2727
"prettier": "^3.5.3",
28-
"turbo": "^2.5.2",
29-
"typedoc": "^0.28.1",
28+
"turbo": "^2.5.3",
29+
"typedoc": "^0.28.4",
3030
"typedoc-plugin-extras": "^4.0.0",
31-
"typedoc-plugin-inline-sources": "^1.2.1",
32-
"typedoc-plugin-mdn-links": "^5.0.1",
31+
"typedoc-plugin-inline-sources": "^1.3.0",
32+
"typedoc-plugin-mdn-links": "^5.0.2",
3333
"typedoc-plugin-missing-exports": "^4.0.0",
3434
"typedoc-plugin-rename-defaults": "^0.7.3",
35-
"typedoc-plugin-zod": "^1.4.0"
35+
"typedoc-plugin-zod": "^1.4.1"
3636
},
3737
"packageManager": "pnpm@9.15.5",
3838
"engines": {

packages/eslint-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.2.4",
8-
"@typescript-eslint/eslint-plugin": "^8.29.0",
9-
"@typescript-eslint/parser": "^8.29.0",
10-
"eslint": "^9.23.0",
11-
"eslint-config-prettier": "^10.1.1",
7+
"@next/eslint-plugin-next": "^15.3.2",
8+
"@typescript-eslint/eslint-plugin": "^8.32.1",
9+
"@typescript-eslint/parser": "^8.32.1",
10+
"eslint": "^9.27.0",
11+
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.0",
15-
"eslint-plugin-turbo": "^2.5.0",
16-
"globals": "^16.0.0",
17-
"typescript": "^5.8.2",
18-
"typescript-eslint": "^8.29.0"
15+
"eslint-plugin-turbo": "^2.5.3",
16+
"globals": "^16.1.0",
17+
"typescript": "^5.8.3",
18+
"typescript-eslint": "^8.32.1"
1919
}
2020
}

packages/jest-presets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node/jest-preset.js"
99
],
1010
"dependencies": {
11-
"ts-jest": "^29.3.1"
11+
"ts-jest": "^29.3.4"
1212
},
1313
"devDependencies": {
1414
"jest-environment-jsdom": "^29.7.0"

packages/logger/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@repo/jest-presets": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@types/jest": "^29.5.14",
26-
"@types/node": "^22.14.0",
26+
"@types/node": "^22.15.19",
2727
"jest": "^29.7.0",
28-
"tsup": "^8.4.0",
29-
"typescript": "^5.8.2"
28+
"tsup": "^8.5.0",
29+
"typescript": "^5.8.3"
3030
}
3131
}

0 commit comments

Comments
 (0)