Skip to content

Commit df6ae17

Browse files
committed
chore: update package dependencies across multiple packages to ensure compatibility and access new features
- The update includes several dependencies such as `@eslint/js`, `eslint-plugin-perfectionist`, `eslint-plugin-turbo`, and more, which have been bumped to their latest versions. - Additionally, development tools like `@rsbuild/plugin-react`, `@swc/core`, and `eslint` have also received updates in various packages. These changes aim to maintain consistency and leverage improvements within the ecosystem.
1 parent 7baaed0 commit df6ae17

File tree

13 files changed

+794
-780
lines changed

13 files changed

+794
-780
lines changed

.changeset/clever-houses-march.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@codefast-ui/progress-circle": patch
3+
"@codefast-ui/checkbox-group": patch
4+
"@codefast-ui/input-number": patch
5+
"@codefast/typescript-config": patch
6+
"@codefast-ui/input": patch
7+
"@codefast/eslint-config": patch
8+
"@codefast/style-guide": patch
9+
"@codefast/hooks": patch
10+
"@codefast/cli": patch
11+
"@codefast/ui": patch
12+
---
13+
14+
chore: update package dependencies across multiple packages to ensure compatibility and access new features

apps/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "rimraf .next && next build --turbopack",
6+
"build": "next build --turbopack",
77
"check-types": "tsc --noEmit",
88
"clean": "rimraf node_modules .next",
99
"dev": "next dev --turbopack",
@@ -30,7 +30,7 @@
3030
"next-themes": "^0.4.6",
3131
"react": "^19.1.0",
3232
"react-dom": "^19.1.0",
33-
"react-hook-form": "^7.56.0",
33+
"react-hook-form": "^7.56.1",
3434
"react-resizable-panels": "^2.1.8",
3535
"recharts": "^2.15.3",
3636
"ts-morph": "^25.0.1",
@@ -44,11 +44,11 @@
4444
"@types/node": "^22.14.1",
4545
"@types/react": "^19.1.2",
4646
"@types/react-dom": "^19.1.2",
47-
"eslint": "^9.25.0",
47+
"eslint": "^9.25.1",
4848
"eslint-config-next": "^15.3.1",
4949
"postcss": "^8.5.3",
5050
"rimraf": "^6.0.1",
51-
"shiki": "^3.2.2",
51+
"shiki": "^3.3.0",
5252
"tailwindcss": "^4.1.4",
5353
"typescript": "^5.8.3"
5454
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"prettier-plugin-packagejson": "^2.5.10",
4747
"prettier-plugin-tailwindcss": "^0.6.11",
4848
"rimraf": "^6.0.1",
49-
"simple-git-hooks": "^2.12.1",
49+
"simple-git-hooks": "^2.13.0",
5050
"tsx": "^4.19.3",
51-
"turbo": "^2.5.0"
51+
"turbo": "^2.5.1"
5252
},
5353
"packageManager": "[email protected]",
5454
"engines": {

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"chalk": "^5.4.1",
3535
"commander": "^13.1.0",
36-
"glob": "^11.0.1",
36+
"glob": "^11.0.2",
3737
"inversify": "^7.5.1",
3838
"lodash-es": "^4.17.21",
3939
"reflect-metadata": "^0.2.2",
@@ -43,11 +43,11 @@
4343
"devDependencies": {
4444
"@codefast/eslint-config": "workspace:*",
4545
"@codefast/typescript-config": "workspace:*",
46-
"@rslib/core": "^0.6.5",
46+
"@rslib/core": "^0.6.7",
4747
"@types/commander": "^2.12.5",
4848
"@types/lodash-es": "^4.17.12",
4949
"@types/node": "^22.14.1",
50-
"eslint": "^9.25.0",
50+
"eslint": "^9.25.1",
5151
"ts-node": "^10.9.2",
5252
"typescript": "^5.8.3"
5353
},

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
},
7878
"devDependencies": {
7979
"@codefast/typescript-config": "workspace:*",
80-
"@rslib/core": "^0.6.5",
80+
"@rslib/core": "^0.6.7",
8181
"@types/node": "^22.14.1",
82-
"eslint": "^9.25.0",
82+
"eslint": "^9.25.1",
8383
"typescript": "^5.8.3"
8484
},
8585
"peerDependencies": {

packages/hooks/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@
129129
"devDependencies": {
130130
"@codefast/eslint-config": "workspace:*",
131131
"@codefast/typescript-config": "workspace:*",
132-
"@rsbuild/plugin-react": "^1.2.0",
133-
"@rslib/core": "^0.6.5",
134-
"@swc/core": "^1.11.21",
135-
"@swc/jest": "^0.2.37",
132+
"@rsbuild/plugin-react": "^1.3.0",
133+
"@rslib/core": "^0.6.7",
134+
"@swc/core": "^1.11.22",
135+
"@swc/jest": "^0.2.38",
136136
"@testing-library/dom": "^10.4.0",
137137
"@testing-library/jest-dom": "^6.6.3",
138138
"@testing-library/react": "^16.3.0",
139139
"@types/jest": "^29.5.14",
140-
"eslint": "^9.25.0",
140+
"eslint": "^9.25.1",
141141
"jest": "^29.7.0",
142142
"jest-environment-jsdom": "^29.7.0",
143143
"ts-node": "^10.9.2",

packages/primitive/checkbox-group/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"test:watch": "jest --watch"
5858
},
5959
"dependencies": {
60-
"@radix-ui/react-checkbox": "^1.2.2",
60+
"@radix-ui/react-checkbox": "^1.2.3",
6161
"@radix-ui/react-context": "^1.1.2",
6262
"@radix-ui/react-direction": "^1.1.1",
6363
"@radix-ui/react-roving-focus": "^1.1.7",
@@ -66,17 +66,17 @@
6666
"devDependencies": {
6767
"@codefast/eslint-config": "workspace:*",
6868
"@codefast/typescript-config": "workspace:*",
69-
"@rsbuild/plugin-react": "^1.2.0",
70-
"@rslib/core": "^0.6.5",
71-
"@swc/core": "^1.11.21",
72-
"@swc/jest": "^0.2.37",
69+
"@rsbuild/plugin-react": "^1.3.0",
70+
"@rslib/core": "^0.6.7",
71+
"@swc/core": "^1.11.22",
72+
"@swc/jest": "^0.2.38",
7373
"@testing-library/dom": "^10.4.0",
7474
"@testing-library/jest-dom": "^6.6.3",
7575
"@testing-library/react": "^16.3.0",
7676
"@testing-library/user-event": "^14.6.1",
7777
"@types/jest": "^29.5.14",
7878
"@types/jest-axe": "^3.5.9",
79-
"eslint": "^9.25.0",
79+
"eslint": "^9.25.1",
8080
"jest": "^29.7.0",
8181
"jest-axe": "^10.0.0",
8282
"jest-environment-jsdom": "^29.7.0",

packages/primitive/input-number/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666
"devDependencies": {
6767
"@codefast/eslint-config": "workspace:*",
6868
"@codefast/typescript-config": "workspace:*",
69-
"@rsbuild/plugin-react": "^1.2.0",
70-
"@rslib/core": "^0.6.5",
71-
"@swc/core": "^1.11.21",
72-
"@swc/jest": "^0.2.37",
69+
"@rsbuild/plugin-react": "^1.3.0",
70+
"@rslib/core": "^0.6.7",
71+
"@swc/core": "^1.11.22",
72+
"@swc/jest": "^0.2.38",
7373
"@testing-library/dom": "^10.4.0",
7474
"@testing-library/jest-dom": "^6.6.3",
7575
"@testing-library/react": "^16.3.0",
7676
"@testing-library/user-event": "^14.6.1",
7777
"@types/jest": "^29.5.14",
7878
"@types/jest-axe": "^3.5.9",
79-
"eslint": "^9.25.0",
79+
"eslint": "^9.25.1",
8080
"jest": "^29.7.0",
8181
"jest-axe": "^10.0.0",
8282
"jest-environment-jsdom": "^29.7.0",

packages/primitive/input/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@
6363
"devDependencies": {
6464
"@codefast/eslint-config": "workspace:*",
6565
"@codefast/typescript-config": "workspace:*",
66-
"@rsbuild/plugin-react": "^1.2.0",
67-
"@rslib/core": "^0.6.5",
68-
"@swc/core": "^1.11.21",
69-
"@swc/jest": "^0.2.37",
66+
"@rsbuild/plugin-react": "^1.3.0",
67+
"@rslib/core": "^0.6.7",
68+
"@swc/core": "^1.11.22",
69+
"@swc/jest": "^0.2.38",
7070
"@testing-library/dom": "^10.4.0",
7171
"@testing-library/jest-dom": "^6.6.3",
7272
"@testing-library/react": "^16.3.0",
7373
"@testing-library/user-event": "^14.6.1",
7474
"@types/jest": "^29.5.14",
7575
"@types/jest-axe": "^3.5.9",
76-
"eslint": "^9.25.0",
76+
"eslint": "^9.25.1",
7777
"jest": "^29.7.0",
7878
"jest-axe": "^10.0.0",
7979
"jest-environment-jsdom": "^29.7.0",

packages/primitive/progress-circle/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
"devDependencies": {
6363
"@codefast/eslint-config": "workspace:*",
6464
"@codefast/typescript-config": "workspace:*",
65-
"@rsbuild/plugin-react": "^1.2.0",
66-
"@rslib/core": "^0.6.5",
67-
"@swc/core": "^1.11.21",
68-
"@swc/jest": "^0.2.37",
65+
"@rsbuild/plugin-react": "^1.3.0",
66+
"@rslib/core": "^0.6.7",
67+
"@swc/core": "^1.11.22",
68+
"@swc/jest": "^0.2.38",
6969
"@testing-library/dom": "^10.4.0",
7070
"@testing-library/jest-dom": "^6.6.3",
7171
"@testing-library/react": "^16.3.0",
7272
"@testing-library/user-event": "^14.6.1",
7373
"@types/jest": "^29.5.14",
7474
"@types/jest-axe": "^3.5.9",
75-
"eslint": "^9.25.0",
75+
"eslint": "^9.25.1",
7676
"jest": "^29.7.0",
7777
"jest-axe": "^10.0.0",
7878
"jest-environment-jsdom": "^29.7.0",

packages/style-guide/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
},
214214
"dependencies": {
215215
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
216-
"@eslint/js": "^9.25.0",
216+
"@eslint/js": "^9.25.1",
217217
"@next/eslint-plugin-next": "^15.3.1",
218218
"@stylistic/eslint-plugin": "^4.2.0",
219219
"@vitest/eslint-plugin": "^1.1.43",
@@ -222,22 +222,22 @@
222222
"eslint-plugin-import": "^2.31.0",
223223
"eslint-plugin-jest": "^28.11.0",
224224
"eslint-plugin-jsx-a11y": "^6.10.2",
225-
"eslint-plugin-perfectionist": "^4.11.0",
225+
"eslint-plugin-perfectionist": "^4.12.2",
226226
"eslint-plugin-playwright": "^2.2.0",
227227
"eslint-plugin-prettier": "^5.2.6",
228228
"eslint-plugin-react": "^7.37.5",
229229
"eslint-plugin-react-hooks": "^5.2.0",
230230
"eslint-plugin-testing-library": "^7.1.1",
231231
"eslint-plugin-tsdoc": "^0.4.0",
232-
"eslint-plugin-turbo": "^2.5.0",
232+
"eslint-plugin-turbo": "^2.5.1",
233233
"eslint-plugin-unicorn": "^58.0.0",
234-
"typescript-eslint": "^8.30.1"
234+
"typescript-eslint": "^8.31.0"
235235
},
236236
"devDependencies": {
237237
"@codefast/typescript-config": "workspace:*",
238-
"@rslib/core": "^0.6.5",
238+
"@rslib/core": "^0.6.7",
239239
"@types/node": "^22.14.1",
240-
"eslint": "^9.25.0",
240+
"eslint": "^9.25.1",
241241
"globals": "^16.0.0",
242242
"typescript": "^5.8.3"
243243
},

packages/ui/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -750,34 +750,34 @@
750750
"@codefast-ui/progress-circle": "workspace:*",
751751
"@codefast/hooks": "workspace:*",
752752
"@radix-ui/primitive": "^1.1.2",
753-
"@radix-ui/react-accordion": "^1.2.7",
754-
"@radix-ui/react-alert-dialog": "^1.1.10",
753+
"@radix-ui/react-accordion": "^1.2.8",
754+
"@radix-ui/react-alert-dialog": "^1.1.11",
755755
"@radix-ui/react-aspect-ratio": "^1.1.4",
756-
"@radix-ui/react-avatar": "^1.1.6",
757-
"@radix-ui/react-checkbox": "^1.2.2",
758-
"@radix-ui/react-collapsible": "^1.1.7",
756+
"@radix-ui/react-avatar": "^1.1.7",
757+
"@radix-ui/react-checkbox": "^1.2.3",
758+
"@radix-ui/react-collapsible": "^1.1.8",
759759
"@radix-ui/react-context": "^1.1.2",
760-
"@radix-ui/react-context-menu": "^2.2.11",
761-
"@radix-ui/react-dialog": "^1.1.10",
760+
"@radix-ui/react-context-menu": "^2.2.12",
761+
"@radix-ui/react-dialog": "^1.1.11",
762762
"@radix-ui/react-direction": "^1.1.1",
763-
"@radix-ui/react-dropdown-menu": "^2.1.11",
764-
"@radix-ui/react-hover-card": "^1.1.10",
763+
"@radix-ui/react-dropdown-menu": "^2.1.12",
764+
"@radix-ui/react-hover-card": "^1.1.11",
765765
"@radix-ui/react-label": "^2.1.4",
766-
"@radix-ui/react-menubar": "^1.1.11",
767-
"@radix-ui/react-navigation-menu": "^1.2.9",
768-
"@radix-ui/react-popover": "^1.1.10",
766+
"@radix-ui/react-menubar": "^1.1.12",
767+
"@radix-ui/react-navigation-menu": "^1.2.10",
768+
"@radix-ui/react-popover": "^1.1.11",
769769
"@radix-ui/react-progress": "^1.1.4",
770-
"@radix-ui/react-radio-group": "^1.3.3",
771-
"@radix-ui/react-scroll-area": "^1.2.5",
770+
"@radix-ui/react-radio-group": "^1.3.4",
771+
"@radix-ui/react-scroll-area": "^1.2.6",
772772
"@radix-ui/react-select": "^2.2.2",
773773
"@radix-ui/react-separator": "^1.1.4",
774774
"@radix-ui/react-slider": "^1.3.2",
775775
"@radix-ui/react-slot": "^1.2.0",
776776
"@radix-ui/react-switch": "^1.2.2",
777-
"@radix-ui/react-tabs": "^1.1.8",
777+
"@radix-ui/react-tabs": "^1.1.9",
778778
"@radix-ui/react-toggle": "^1.1.6",
779779
"@radix-ui/react-toggle-group": "^1.1.7",
780-
"@radix-ui/react-tooltip": "^1.2.3",
780+
"@radix-ui/react-tooltip": "^1.2.4",
781781
"@radix-ui/react-use-controllable-state": "^1.2.2",
782782
"@radix-ui/react-visually-hidden": "^1.2.0",
783783
"chalk": "^5.4.1",
@@ -796,10 +796,10 @@
796796
"devDependencies": {
797797
"@codefast/eslint-config": "workspace:*",
798798
"@codefast/typescript-config": "workspace:*",
799-
"@rsbuild/plugin-react": "^1.2.0",
800-
"@rslib/core": "^0.6.5",
801-
"@swc/core": "^1.11.21",
802-
"@swc/jest": "^0.2.37",
799+
"@rsbuild/plugin-react": "^1.3.0",
800+
"@rslib/core": "^0.6.7",
801+
"@swc/core": "^1.11.22",
802+
"@swc/jest": "^0.2.38",
803803
"@tailwindcss/postcss": "^4.1.4",
804804
"@testing-library/dom": "^10.4.0",
805805
"@testing-library/jest-dom": "^6.6.3",
@@ -808,7 +808,7 @@
808808
"@types/jest": "^29.5.14",
809809
"@types/jest-axe": "^3.5.9",
810810
"@types/node": "^22.14.1",
811-
"eslint": "^9.25.0",
811+
"eslint": "^9.25.1",
812812
"jest": "^29.7.0",
813813
"jest-axe": "^10.0.0",
814814
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)