File tree Expand file tree Collapse file tree 18 files changed +60
-62
lines changed
examples/vite-react-dom-ts-flat
eslint-plugin-react-debug
eslint-plugin-react-naming-convention Expand file tree Collapse file tree 18 files changed +60
-62
lines changed Original file line number Diff line number Diff line change 1- 1.5.29
1+ 1.5.30-next.0
Original file line number Diff line number Diff line change 2424 "eslint-plugin-react-hooks" : " 4.6.2" ,
2525 "eslint-plugin-react-refresh" : " 0.4.9" ,
2626 "typescript" : " ^5.5.3" ,
27- "typescript-eslint" : " ^7.16.1 || ^rc-v8 " ,
27+ "typescript-eslint" : " ^7.16.1" ,
2828 "vite" : " 5.3.4"
2929 }
3030}
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint-react/monorepo" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "private" : true ,
55 "description" : " A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime." ,
66 "keywords" : [
6060 "@types/node" : " 20.14.11" ,
6161 "@types/react" : " 18.3.3" ,
6262 "@types/react-dom" : " 18.3.0" ,
63- "@typescript-eslint/eslint-plugin" : " ^7.16.1 || ^rc-v8 " ,
64- "@typescript-eslint/parser" : " ^7.16.1 || ^rc-v8 " ,
65- "@typescript-eslint/rule-tester" : " ^7.16.1 || ^rc-v8 " ,
63+ "@typescript-eslint/eslint-plugin" : " ^7.16.1" ,
64+ "@typescript-eslint/parser" : " ^7.16.1" ,
65+ "@typescript-eslint/rule-tester" : " ^7.16.1" ,
6666 "@vitest/ui" : " 2.0.4" ,
6767 "bun" : " 1.1.20" ,
6868 "bundle-require" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint-react/core" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint utility module for static analysis of React core APIs and Patterns." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
5050 "@eslint-react/var" : " workspace:*" ,
51- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
54- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 "
51+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
52+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
53+ "@typescript-eslint/types" : " ^7.16.1" ,
54+ "@typescript-eslint/utils" : " ^7.16.1"
5555 },
5656 "devDependencies" : {
5757 "short-unique-id" : " 5.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-debug" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint plugin for debugging related rules." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4747 "@eslint-react/shared" : " workspace:*" ,
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
50- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
51- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 " ,
50+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
51+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
52+ "@typescript-eslint/types" : " ^7.16.1" ,
53+ "@typescript-eslint/utils" : " ^7.16.1" ,
5454 "string-ts" : " ^2.2.0"
5555 },
5656 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-dom" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint plugin for React DOM related rules." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
5050 "@eslint-react/var" : " workspace:*" ,
51- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 "
51+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
52+ "@typescript-eslint/types" : " ^7.16.1" ,
53+ "@typescript-eslint/utils" : " ^7.16.1"
5454 },
5555 "devDependencies" : {
5656 "@types/react" : " ^18.3.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-hooks-extra" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint plugin for React Hooks related rules." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
5050 "@eslint-react/var" : " workspace:*" ,
51- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
54- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 "
51+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
52+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
53+ "@typescript-eslint/types" : " ^7.16.1" ,
54+ "@typescript-eslint/utils" : " ^7.16.1"
5555 },
5656 "devDependencies" : {
5757 "@types/react" : " ^18.3.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-naming-convention" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint plugin for naming convention related rules." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4747 "@eslint-react/shared" : " workspace:*" ,
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
50- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
51- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 "
50+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
51+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
52+ "@typescript-eslint/types" : " ^7.16.1" ,
53+ "@typescript-eslint/utils" : " ^7.16.1"
5454 },
5555 "devDependencies" : {
5656 "@types/react" : " ^18.3.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react-x" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " ESLint React's ESLint plugin for React related rules." ,
55 "homepage" : " https://github.com/rel1cx/eslint-react" ,
66 "bugs" : {
4848 "@eslint-react/tools" : " workspace:*" ,
4949 "@eslint-react/types" : " workspace:*" ,
5050 "@eslint-react/var" : " workspace:*" ,
51- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
52- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
53- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
54- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 " ,
51+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
52+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
53+ "@typescript-eslint/types" : " ^7.16.1" ,
54+ "@typescript-eslint/utils" : " ^7.16.1" ,
5555 "is-immutable-type" : " 4.0.0"
5656 },
5757 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint-react/eslint-plugin" ,
3- "version" : " 1.5.29 " ,
3+ "version" : " 1.5.30-next.0 " ,
44 "description" : " The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React." ,
55 "keywords" : [
66 " eslint" ,
5555 "@eslint-react/shared" : " workspace:*" ,
5656 "@eslint-react/tools" : " workspace:*" ,
5757 "@eslint-react/types" : " workspace:*" ,
58- "@typescript-eslint/scope-manager" : " ^7.16.1 || ^rc-v8 " ,
59- "@typescript-eslint/type-utils" : " ^7.16.1 || ^rc-v8 " ,
60- "@typescript-eslint/types" : " ^7.16.1 || ^rc-v8 " ,
61- "@typescript-eslint/utils" : " ^7.16.1 || ^rc-v8 " ,
58+ "@typescript-eslint/scope-manager" : " ^7.16.1" ,
59+ "@typescript-eslint/type-utils" : " ^7.16.1" ,
60+ "@typescript-eslint/types" : " ^7.16.1" ,
61+ "@typescript-eslint/utils" : " ^7.16.1" ,
6262 "eslint-plugin-react-debug" : " workspace:*" ,
6363 "eslint-plugin-react-dom" : " workspace:*" ,
6464 "eslint-plugin-react-hooks-extra" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments