Skip to content

Commit

Permalink
release: 1.15.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Oct 29, 2024
1 parent d51af4d commit 7b48ced
Show file tree
Hide file tree
Showing 20 changed files with 523 additions and 412 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.2-next.2
1.15.2-beta.2
2 changes: 1 addition & 1 deletion examples/vite-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-react-hooks": "rc",
"eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.1",
"vite": "^5.4.10"
}
}
4 changes: 2 additions & 2 deletions examples/webpack-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tsconfig/node22": "22.0.0",
"@tsconfig/strictest": "2.0.5",
"@types/dotenv-webpack": "7.0.7",
"@types/node": "^22.8.1",
"@types/node": "^22.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"css-loader": "^7.1.2",
Expand All @@ -41,7 +41,7 @@
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down
34 changes: 11 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/monorepo",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"private": true,
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
"keywords": [
Expand Down Expand Up @@ -60,14 +60,14 @@
"@swc/core": "^1.7.40",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.8.1",
"@types/node": "^22.8.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/rule-tester": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@vitest/ui": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"@typescript-eslint/rule-tester": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@vitest/ui": "^2.1.4",
"concurrently": "^9.0.1",
"cspell": "^8.15.4",
"dprint": "^0.47.5",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-vitest": "^0.5.4",
"importx": "^0.5.0",
"lefthook": "^1.8.1",
"markdownlint": "^0.36.0",
"markdownlint": "^0.36.1",
"publint": "^0.2.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -105,8 +105,8 @@
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vitest": "^2.1.3"
"typescript-eslint": "^8.12.1",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]",
"engines": {
Expand All @@ -115,17 +115,6 @@
},
"pnpm": {
"overrides": {
"@typescript-eslint/ast-spec": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/rule-tester": "8.10.0",
"@typescript-eslint/scope-manager": "8.10.0",
"@typescript-eslint/type-utils": "8.10.0",
"@typescript-eslint/types": "8.10.0",
"@typescript-eslint/typescript-eslint": "8.10.0",
"@typescript-eslint/typescript-estree": "8.10.0",
"@typescript-eslint/utils": "8.10.0",
"@typescript-eslint/vistor-keys": "8.10.0",
"array-flatten": "npm:@nolyfill/array-flatten@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"isarray": "npm:@nolyfill/isarray@^1.0.29",
Expand All @@ -135,8 +124,7 @@
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
"typescript": "^5.6.3",
"typescript-eslint": "8.10.0"
"typescript": "^5.6.3"
}
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/core",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -48,10 +48,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"birecord": "^0.1.1",
"short-unique-id": "^5.2.0",
"ts-pattern": "^5.5.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/eslint-plugin-react-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-debug",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint plugin for debugging related rules.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"string-ts": "^2.2.0",
"ts-pattern": "^5.5.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-dom",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint plugin for React DOM related rules.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -55,9 +55,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/eslint-plugin-react-hooks-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-hooks-extra",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-naming-convention",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint plugin for naming convention related rules.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -53,10 +53,10 @@
"@eslint-react/shared": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-web-api",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
"keywords": [
"eslint",
Expand Down Expand Up @@ -55,9 +55,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"birecord": "^0.1.1",
"ts-pattern": "^5.5.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/eslint-plugin-react-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-x",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"is-immutable-type": "5.0.0",
"ts-pattern": "^5.5.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@eslint-react/shared": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/type-utils": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"eslint-plugin-react-debug": "workspace:*",
"eslint-plugin-react-dom": "workspace:*",
"eslint-plugin-react-hooks-extra": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/shared",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's Shared constants and functions.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/utils": "^8.12.1",
"picomatch": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/tools",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's std library and primitives.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/types",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's type definitions.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0"
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1"
},
"devDependencies": {
"tsup": "^8.3.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/utilities/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/ast",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's TSESTree AST utility module.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/typescript-estree": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/typescript-estree": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"birecord": "^0.1.1",
"string-ts": "^2.2.0",
"ts-pattern": "^5.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/utilities/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/jsx",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/utilities/var/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/var",
"version": "1.15.2-next.2",
"version": "1.15.2-beta.2",
"description": "TSESTree AST utility module for static analysis of variables",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"@eslint-react/ast": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.11.0",
"@typescript-eslint/types": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/scope-manager": "^8.12.1",
"@typescript-eslint/types": "^8.12.1",
"@typescript-eslint/utils": "^8.12.1",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7b48ced

Please sign in to comment.