Skip to content

Commit a63cd37

Browse files
committed
release: 2.2.5-next.2
1 parent 0438b6b commit a63cd37

File tree

17 files changed

+33
-33
lines changed

17 files changed

+33
-33
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5-beta.1
1+
2.2.5-next.2

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"twoslash": "^0.3.4"
3030
},
3131
"devDependencies": {
32-
"@effect/language-service": "^0.51.0",
32+
"@effect/language-service": "^0.51.1",
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/shared": "workspace:*",
3535
"@eslint/js": "^9.38.0",
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^19.2.2",
4848
"dedent": "^1.7.0",
4949
"eslint": "^9.38.0",
50-
"eslint-plugin-fast-import": "^1.5.2",
50+
"eslint-plugin-fast-import": "^1.5.3",
5151
"eslint-plugin-react-hooks": "^7.0.1",
5252
"eslint-plugin-react-refresh": "^0.4.24",
5353
"importx": "^0.5.2",

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const packagesTsConfigs = [
2525
];
2626

2727
export default defineConfig([
28-
includeIgnoreFile(gitignore, "Imported .gitignore patterns"),
28+
includeIgnoreFile(gitignore, "Imported .gitignore patterns") as never,
2929
globalIgnores([
3030
...GLOB_IGNORES,
3131
"apps",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -52,7 +52,7 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.51.0",
55+
"@effect/language-service": "^0.51.1",
5656
"@effect/platform": "^0.92.1",
5757
"@effect/platform-node": "^0.98.4",
5858
"@eslint/compat": "^1.4.1",
@@ -73,7 +73,7 @@
7373
"dprint": "^0.50.2",
7474
"effect": "^3.18.4",
7575
"eslint": "^9.38.0",
76-
"eslint-plugin-fast-import": "^1.5.2",
76+
"eslint-plugin-fast-import": "^1.5.3",
7777
"eslint-plugin-vitest": "^0.5.4",
7878
"jiti": "^2.6.1",
7979
"mdxlint": "^1.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
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": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.2.5-beta.1",
3+
"version": "2.2.5-next.2",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)