@nx/eslint 20.5.0-canary.20250227-6d40b6a → 20.5.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/migrations.json +32 -0
  2. package/package.json +3 -3
package/migrations.json CHANGED
@@ -150,6 +150,38 @@
150
150
  "alwaysAddToPackageJson": false
151
151
  }
152
152
  }
153
+ },
154
+ "20.4.0-@typescript-eslint": {
155
+ "version": "20.4.0-beta.1",
156
+ "requires": {
157
+ "@typescript-eslint/eslint-plugin": ">8.0.0 <8.19.0"
158
+ },
159
+ "packages": {
160
+ "typescript-eslint": {
161
+ "version": "^8.19.0"
162
+ },
163
+ "@typescript-eslint/eslint-plugin": {
164
+ "version": "^8.19.0"
165
+ },
166
+ "@typescript-eslint/parser": {
167
+ "version": "^8.19.0"
168
+ },
169
+ "@typescript-eslint/utils": {
170
+ "version": "^8.19.0"
171
+ },
172
+ "@typescript-eslint/rule-tester": {
173
+ "version": "^8.19.0",
174
+ "alwaysAddToPackageJson": false
175
+ },
176
+ "@typescript-eslint/scope-manager": {
177
+ "version": "^8.19.0",
178
+ "alwaysAddToPackageJson": false
179
+ },
180
+ "@typescript-eslint/typescript-estree": {
181
+ "version": "^8.19.0",
182
+ "alwaysAddToPackageJson": false
183
+ }
184
+ }
153
185
  }
154
186
  }
155
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "20.5.0-canary.20250227-6d40b6a",
3
+ "version": "20.5.0-rc.0",
4
4
  "private": false,
5
5
  "description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "eslint": "^8.0.0 || ^9.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@nx/devkit": "20.5.0-canary.20250227-6d40b6a",
39
- "@nx/js": "20.5.0-canary.20250227-6d40b6a",
38
+ "@nx/devkit": "20.5.0-rc.0",
39
+ "@nx/js": "20.5.0-rc.0",
40
40
  "semver": "^7.5.3",
41
41
  "tslib": "^2.3.0",
42
42
  "typescript": "~5.7.2"