Skip to content

Commit 3567101

Browse files
committed
chore(dependencies): update eslint and related dependencies to latest versions across packages
Updated `eslint` to `^9.26.0`, `@rslib/core` to `^0.6.8`, `@swc/core` to `^1.11.24`, and other related dependencies in multiple packages for better compatibility and performance.
1 parent cf5d22a commit 3567101

File tree

14 files changed

+1608
-1280
lines changed

14 files changed

+1608
-1280
lines changed

.changeset/moody-suns-share.md

Lines changed: 14 additions & 0 deletions
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(dependencies): update eslint and related dependencies to latest versions across packages

.idea/codeStyles/Project.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "next build --turbopack",
6+
"build": "next build",
77
"check-types": "tsc --noEmit",
88
"clean": "rimraf node_modules .next",
99
"dev": "next dev --turbopack",
1010
"lint": "next lint --max-warnings 0",
1111
"lint:inspect": "npx @eslint/config-inspector@latest",
12-
"start": "next start --turbopack"
12+
"start": "next start"
1313
},
1414
"dependencies": {
1515
"@codefast/hooks": "workspace:*",
@@ -25,31 +25,31 @@
2525
"date-fns": "^4.1.0",
2626
"js-cookie": "^3.0.5",
2727
"lodash-es": "^4.17.21",
28-
"lucide-react": "^0.503.0",
28+
"lucide-react": "^0.507.0",
2929
"next": "^15.3.1",
3030
"next-themes": "^0.4.6",
3131
"react": "^19.1.0",
3232
"react-dom": "^19.1.0",
33-
"react-hook-form": "^7.56.1",
34-
"react-resizable-panels": "^2.1.8",
33+
"react-hook-form": "^7.56.2",
34+
"react-resizable-panels": "^3.0.1",
3535
"recharts": "^2.15.3",
3636
"ts-morph": "^25.0.1",
3737
"zod": "^3.24.3"
3838
},
3939
"devDependencies": {
4040
"@codefast/eslint-config": "workspace:*",
41-
"@tailwindcss/postcss": "^4.1.4",
41+
"@tailwindcss/postcss": "^4.1.5",
4242
"@types/js-cookie": "^3.0.6",
4343
"@types/lodash-es": "^4.17.12",
44-
"@types/node": "^22.14.1",
44+
"@types/node": "^22.15.3",
4545
"@types/react": "^19.1.2",
46-
"@types/react-dom": "^19.1.2",
47-
"eslint": "^9.25.1",
46+
"@types/react-dom": "^19.1.3",
47+
"eslint": "^9.26.0",
4848
"eslint-config-next": "^15.3.1",
4949
"postcss": "^8.5.3",
5050
"rimraf": "^6.0.1",
5151
"shiki": "^3.3.0",
52-
"tailwindcss": "^4.1.4",
52+
"tailwindcss": "^4.1.5",
5353
"typescript": "^5.8.3"
5454
}
5555
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"prettier-plugin-tailwindcss": "^0.6.11",
4848
"rimraf": "^6.0.1",
4949
"simple-git-hooks": "^2.13.0",
50-
"tsx": "^4.19.3",
51-
"turbo": "^2.5.1"
50+
"tsx": "^4.19.4",
51+
"turbo": "^2.5.2"
5252
},
5353
"packageManager": "[email protected]",
5454
"engines": {

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"devDependencies": {
4444
"@codefast/eslint-config": "workspace:*",
4545
"@codefast/typescript-config": "workspace:*",
46-
"@rslib/core": "^0.6.7",
46+
"@rslib/core": "^0.6.8",
4747
"@types/commander": "^2.12.5",
4848
"@types/lodash-es": "^4.17.12",
49-
"@types/node": "^22.14.1",
50-
"eslint": "^9.25.1",
49+
"@types/node": "^22.15.3",
50+
"eslint": "^9.26.0",
5151
"ts-node": "^10.9.2",
5252
"typescript": "^5.8.3"
5353
},

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
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.7",
81-
"@types/node": "^22.14.1",
82-
"eslint": "^9.25.1",
80+
"@rslib/core": "^0.6.8",
81+
"@types/node": "^22.15.3",
82+
"eslint": "^9.26.0",
8383
"typescript": "^5.8.3"
8484
},
8585
"peerDependencies": {

packages/hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@
130130
"@codefast/eslint-config": "workspace:*",
131131
"@codefast/typescript-config": "workspace:*",
132132
"@rsbuild/plugin-react": "^1.3.0",
133-
"@rslib/core": "^0.6.7",
134-
"@swc/core": "^1.11.22",
133+
"@rslib/core": "^0.6.8",
134+
"@swc/core": "^1.11.24",
135135
"@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.1",
140+
"eslint": "^9.26.0",
141141
"jest": "^29.7.0",
142142
"jest-environment-jsdom": "^29.7.0",
143143
"ts-node": "^10.9.2",

packages/primitive/checkbox-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@
6767
"@codefast/eslint-config": "workspace:*",
6868
"@codefast/typescript-config": "workspace:*",
6969
"@rsbuild/plugin-react": "^1.3.0",
70-
"@rslib/core": "^0.6.7",
71-
"@swc/core": "^1.11.22",
70+
"@rslib/core": "^0.6.8",
71+
"@swc/core": "^1.11.24",
7272
"@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.1",
79+
"eslint": "^9.26.0",
8080
"jest": "^29.7.0",
8181
"jest-axe": "^10.0.0",
8282
"jest-environment-jsdom": "^29.7.0",

packages/primitive/input-number/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@
6767
"@codefast/eslint-config": "workspace:*",
6868
"@codefast/typescript-config": "workspace:*",
6969
"@rsbuild/plugin-react": "^1.3.0",
70-
"@rslib/core": "^0.6.7",
71-
"@swc/core": "^1.11.22",
70+
"@rslib/core": "^0.6.8",
71+
"@swc/core": "^1.11.24",
7272
"@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.1",
79+
"eslint": "^9.26.0",
8080
"jest": "^29.7.0",
8181
"jest-axe": "^10.0.0",
8282
"jest-environment-jsdom": "^29.7.0",

packages/primitive/input/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
"@codefast/eslint-config": "workspace:*",
6565
"@codefast/typescript-config": "workspace:*",
6666
"@rsbuild/plugin-react": "^1.3.0",
67-
"@rslib/core": "^0.6.7",
68-
"@swc/core": "^1.11.22",
67+
"@rslib/core": "^0.6.8",
68+
"@swc/core": "^1.11.24",
6969
"@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.1",
76+
"eslint": "^9.26.0",
7777
"jest": "^29.7.0",
7878
"jest-axe": "^10.0.0",
7979
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)