Skip to content

Commit 750904d

Browse files
authored
Merge pull request #20 from actcoding/2025-11-01-update-dependencies
update dependencies
2 parents 28c5381 + 8ce1297 commit 750904d

File tree

6 files changed

+218
-136
lines changed

6 files changed

+218
-136
lines changed

.changeset/clean-bottles-repeat.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@actcoding/eslint-plugin-import-newlines": patch
3+
"@actcoding/eslint-config": patch
4+
---
5+
6+
update dependencies

bun.lock

Lines changed: 195 additions & 120 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "workspace",
44
"version": "0.0.0",
5-
"packageManager": "bun@1.2.18",
5+
"packageManager": "bun@1.3.1",
66
"type": "module",
77
"workspaces": [
88
"packages/*"
@@ -11,12 +11,13 @@
1111
"release": "turbo run build && turbo run publish && changeset tag"
1212
},
1313
"devDependencies": {
14-
"@changesets/cli": "^2.29.5",
15-
"@eslint/config-inspector": "^1.1.0",
16-
"@types/bun": "^1.2.18",
14+
"@actcoding/eslint-config": "workspace:*",
15+
"@changesets/cli": "^2.29.7",
16+
"@eslint/config-inspector": "^1.3.0",
17+
"@types/bun": "^1.3.1",
1718
"@types/eslint": "^9.6.1",
18-
"@types/node": "^24.0.14",
19-
"turbo": "^2.5.5",
20-
"typescript": "^5.8.3"
19+
"@types/node": "^24.9.2",
20+
"turbo": "^2.6.0",
21+
"typescript": "^5.9.3"
2122
}
2223
}

packages/eslint-config/lib/configs/react.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const configActReact: Linter.Config[] = [
3737
{
3838
name: 'act/react/hooks',
3939
plugins: {
40-
'@react-hooks': pluginHooks,
40+
'@react-hooks': pluginHooks as ESLint.Plugin,
4141
},
4242
rules: {
4343
...prefixKey(pluginHooks.configs['recommended'].rules, '@'),

packages/eslint-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
},
5151
"dependencies": {
5252
"@actcoding/eslint-plugin-import-newlines": "workspace:*",
53-
"@next/eslint-plugin-next": "^15.4.1",
54-
"@stylistic/eslint-plugin": "^5.2.0",
55-
"@typescript-eslint/eslint-plugin": "^8.37.0",
56-
"@typescript-eslint/parser": "^8.37.0",
53+
"@next/eslint-plugin-next": "^16.0.1",
54+
"@stylistic/eslint-plugin": "^5.5.0",
55+
"@typescript-eslint/eslint-plugin": "^8.46.2",
56+
"@typescript-eslint/parser": "^8.46.2",
5757
"eslint-plugin-import": "^2.32.0",
5858
"eslint-plugin-import-newlines": "^1.4.0",
5959
"eslint-plugin-react": "^7.37.5",
60-
"eslint-plugin-react-hooks": "^5.2.0",
61-
"eslint-plugin-react-refresh": "^0.4.20",
60+
"eslint-plugin-react-hooks": "^7.0.1",
61+
"eslint-plugin-react-refresh": "^0.4.24",
6262
"eslint-plugin-tailwindcss": "^3.18.2",
63-
"map-obj": "^5.0.2"
63+
"map-obj": "^6.0.0"
6464
},
6565
"peerDependencies": {
6666
"eslint": ">= 9"

packages/eslint-plugin-import-newlines/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"access": "public"
2929
},
3030
"dependencies": {
31-
"zod": "^3.25.76"
31+
"zod": "^4.1.12"
3232
},
3333
"peerDependencies": {
3434
"eslint": ">= 9"

0 commit comments

Comments
 (0)