@nx/eslint 18.1.3 → 18.2.0-beta.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2023 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2024 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
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.1.3",
3
+ "version": "18.2.0-beta.1",
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.1.3",
37
- "@nx/js": "18.1.3",
36
+ "@nx/devkit": "18.2.0-beta.1",
37
+ "@nx/js": "18.2.0-beta.1",
38
38
  "eslint": "^8.0.0",
39
39
  "tslib": "^2.3.0",
40
- "typescript": "~5.3.2",
41
- "@nx/linter": "18.1.3"
40
+ "typescript": "~5.4.2",
41
+ "@nx/linter": "18.2.0-beta.1"
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';