Skip to content

Commit 0336f27

Browse files
committed
release: 1.17.2
1 parent a8a06e0 commit 0336f27

File tree

18 files changed

+72
-72
lines changed

18 files changed

+72
-72
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.17.2 (Sun 1 Dec 2024)
2+
3+
### 🪄 Improvements
4+
5+
- Update `eslint`'s packages to `^9.16.0`.
6+
- Update `@typescript-eslint`'s packages to `^8.16.0`.
7+
- Update `ts-api-utils` to `^2.0.0`.
8+
19
## v1.17.1 (Fri 22 Nov 2024)
210

311
### ✨ New

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.2-next.7
1+
1.17.2

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -49,9 +49,9 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.10",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.69.30",
53-
"@effect/platform-bun": "^0.49.32",
54-
"@effect/platform-node": "^0.64.32",
52+
"@effect/platform": "^0.69.31",
53+
"@effect/platform-bun": "^0.49.33",
54+
"@effect/platform-node": "^0.64.33",
5555
"@effect/schema": "^0.75.5",
5656
"@eslint/config-inspector": "^0.5.6",
5757
"@eslint/js": "^9.16.0",
@@ -124,6 +124,7 @@
124124
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
125125
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
126126
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
127+
"ts-api-utils": "^2.0.0",
127128
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
128129
"typescript": "^5.7.2"
129130
}

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": "1.17.2-next.7",
3+
"version": "1.17.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": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",

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": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",

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": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",

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": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",

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": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.17.2-next.7",
3+
"version": "1.17.2",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"eslint",
@@ -67,7 +67,7 @@
6767
"@types/react": "^18.3.12",
6868
"@types/react-dom": "^18.3.1",
6969
"string-ts": "^2.2.0",
70-
"ts-api-utils": "^1.4.3",
70+
"ts-api-utils": "^2.0.0",
7171
"tsup": "^8.3.5"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)