@nx/eslint 18.2.0-canary.20240316-b69047e → 18.2.0-canary.20240320-64b2396

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
@@ -133,6 +133,23 @@
133
133
  "version": "^6.13.2"
134
134
  }
135
135
  }
136
+ },
137
+ "18.2.0": {
138
+ "version": "18.2.0-beta.0",
139
+ "packages": {
140
+ "@typescript-eslint/parser": {
141
+ "version": "^7.3.0"
142
+ },
143
+ "@typescript-eslint/eslint-plugin": {
144
+ "version": "^7.3.0"
145
+ },
146
+ "@typescript-eslint/utils": {
147
+ "version": "^7.3.0"
148
+ },
149
+ "eslint": {
150
+ "version": "~8.57.0"
151
+ }
152
+ }
136
153
  }
137
154
  }
138
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint",
3
- "version": "18.2.0-canary.20240316-b69047e",
3
+ "version": "18.2.0-canary.20240320-64b2396",
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": {
@@ -33,12 +33,12 @@
33
33
  "js-yaml": "4.1.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nx/devkit": "18.2.0-canary.20240316-b69047e",
37
- "@nx/js": "18.2.0-canary.20240316-b69047e",
36
+ "@nx/devkit": "18.2.0-canary.20240320-64b2396",
37
+ "@nx/js": "18.2.0-canary.20240320-64b2396",
38
38
  "eslint": "^8.0.0",
39
39
  "tslib": "^2.3.0",
40
- "typescript": "~5.3.2",
41
- "@nx/linter": "18.2.0-canary.20240316-b69047e"
40
+ "typescript": "~5.4.2",
41
+ "@nx/linter": "18.2.0-canary.20240320-64b2396"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "js-yaml": {
@@ -1,5 +1,5 @@
1
1
  export declare const nxVersion: any;
2
- export declare const eslintVersion = "~8.48.0";
2
+ export declare const eslintVersion = "~8.57.0";
3
3
  export declare const eslintrcVersion = "^2.1.1";
4
4
  export declare const eslintConfigPrettierVersion = "^9.0.0";
5
- export declare const typescriptESLintVersion = "^6.13.2";
5
+ export declare const typescriptESLintVersion = "^7.3.0";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.typescriptESLintVersion = exports.eslintConfigPrettierVersion = exports.eslintrcVersion = exports.eslintVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.eslintVersion = '~8.48.0';
5
+ exports.eslintVersion = '~8.57.0';
6
6
  exports.eslintrcVersion = '^2.1.1';
7
7
  exports.eslintConfigPrettierVersion = '^9.0.0';
8
- exports.typescriptESLintVersion = '^6.13.2';
8
+ exports.typescriptESLintVersion = '^7.3.0';