@nx/eslint 20.7.0-canary.20250326-9dd4766 → 20.7.0-canary.20250327-1a235d7

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.
package/migrations.json CHANGED
@@ -182,6 +182,14 @@
182
182
  "alwaysAddToPackageJson": false
183
183
  }
184
184
  }
185
+ },
186
+ "20.7.0": {
187
+ "version": "20.7.0-beta.4",
188
+ "packages": {
189
+ "eslint-config-prettier": {
190
+ "version": "^10.0.0"
191
+ }
192
+ }
185
193
  }
186
194
  }
187
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "20.7.0-canary.20250326-9dd4766",
3
+ "version": "20.7.0-canary.20250327-1a235d7",
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.7.0-canary.20250326-9dd4766",
39
- "@nx/js": "20.7.0-canary.20250326-9dd4766",
38
+ "@nx/devkit": "20.7.0-canary.20250327-1a235d7",
39
+ "@nx/js": "20.7.0-canary.20250327-1a235d7",
40
40
  "semver": "^7.5.3",
41
41
  "tslib": "^2.3.0",
42
42
  "typescript": "~5.7.2"
@@ -1,7 +1,7 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const eslintVersion = "~8.57.0";
3
3
  export declare const eslintrcVersion = "^2.1.1";
4
- export declare const eslintConfigPrettierVersion = "^9.0.0";
4
+ export declare const eslintConfigPrettierVersion = "^10.0.0";
5
5
  export declare const typescriptESLintVersion = "^7.16.0";
6
6
  export declare const jsoncEslintParserVersion = "^2.1.0";
7
7
  export declare const eslint9__typescriptESLintVersion = "^8.19.0";
@@ -4,7 +4,7 @@ exports.eslintCompat = exports.eslint9__eslintVersion = exports.eslint9__typescr
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  exports.eslintVersion = '~8.57.0';
6
6
  exports.eslintrcVersion = '^2.1.1';
7
- exports.eslintConfigPrettierVersion = '^9.0.0';
7
+ exports.eslintConfigPrettierVersion = '^10.0.0';
8
8
  exports.typescriptESLintVersion = '^7.16.0';
9
9
  exports.jsoncEslintParserVersion = '^2.1.0';
10
10
  // Updated linting stack for ESLint v9, typescript-eslint v8