Skip to content

Commit a953ec0

Browse files
authored
Update internal ESLint deps (#3715)
1 parent 8140535 commit a953ec0

File tree

69 files changed

+495
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+495
-250
lines changed

apps/ssr-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@repo/typescript-config": "workspace:*",
1919
"@types/react": "^19.2.2",
2020
"@types/react-dom": "^19.2.2",
21-
"eslint": "^9.18.0",
21+
"eslint": "^9.38.0",
2222
"typescript": "^5.9.3"
2323
}
2424
}

apps/storybook/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@
2727
"@types/form-serialize": "^0",
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
30-
"eslint": "^9.18.0",
30+
"eslint": "^9.38.0",
3131
"storybook": "^9.1.15",
3232
"typescript": "^5.9.3",
3333
"eslint-plugin-storybook": "^9.1.15",
3434
"@storybook/addon-docs": "^9.1.15",
3535
"@storybook/addon-vitest": "^9.1.15"
36-
},
37-
"eslintConfig": {
38-
"extends": [
39-
"plugin:storybook/recommended"
40-
]
4136
}
4237
}

internal/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@repo/eslint-config": "workspace:*",
2020
"@repo/typescript-config": "workspace:*",
21-
"eslint": "^9.18.0"
21+
"eslint": "^9.38.0"
2222
}
2323
}

internal/eslint-config/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
},
1616
"dependencies": {
1717
"@chance/eslint": "^1.1.0",
18-
"eslint-plugin-react-refresh": "^0.4.19",
19-
"eslint-plugin-storybook": "^0.11.2"
18+
"eslint-plugin-react-refresh": "^0.4.24"
2019
},
2120
"devDependencies": {
2221
"@repo/typescript-config": "workspace:*",
23-
"eslint": "^9.18.0"
22+
"eslint": "^9.38.0"
2423
},
2524
"peerDependencies": {
2625
"eslint": ">=9.18"

internal/eslint-config/react-package.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
22
import * as react from '@chance/eslint/react';
3-
import storybook from 'eslint-plugin-storybook';
43
import * as base from './index.js';
54

65
/** @type {import("eslint").Linter.Config[]} */
@@ -23,6 +22,5 @@ export const configs = [
2322
],
2423
},
2524
},
26-
...storybook.configs['flat/recommended'],
2725
{ ignores: ['**/dist/**'] },
2826
];

internal/test-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@repo/eslint-config": "workspace:*",
99
"@repo/typescript-config": "workspace:*",
10-
"eslint": "^9.18.0",
10+
"eslint": "^9.38.0",
1111
"typescript": "^5.9.3"
1212
},
1313
"exports": {

packages/core/number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@repo/builder": "workspace:*",
3838
"@repo/eslint-config": "workspace:*",
3939
"@repo/typescript-config": "workspace:*",
40-
"eslint": "^9.18.0",
40+
"eslint": "^9.38.0",
4141
"typescript": "^5.9.3"
4242
},
4343
"homepage": "https://radix-ui.com/primitives",

packages/core/primitive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@repo/builder": "workspace:*",
3838
"@repo/eslint-config": "workspace:*",
3939
"@repo/typescript-config": "workspace:*",
40-
"eslint": "^9.18.0",
40+
"eslint": "^9.38.0",
4141
"typescript": "^5.9.3"
4242
},
4343
"homepage": "https://radix-ui.com/primitives",

packages/core/rect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@repo/builder": "workspace:*",
3838
"@repo/eslint-config": "workspace:*",
3939
"@repo/typescript-config": "workspace:*",
40-
"eslint": "^9.18.0",
40+
"eslint": "^9.38.0",
4141
"typescript": "^5.9.3"
4242
},
4343
"homepage": "https://radix-ui.com/primitives",

packages/react/accessible-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@repo/typescript-config": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"eslint": "^9.18.0",
45+
"eslint": "^9.38.0",
4646
"react": "^19.2.0",
4747
"react-dom": "^19.2.0",
4848
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)