@nx/eslint-plugin 19.0.1 → 19.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/eslint-plugin",
3
- "version": "19.0.1",
3
+ "version": "19.0.3",
4
4
  "private": false,
5
5
  "description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
6
6
  "repository": {
@@ -33,8 +33,8 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@nx/devkit": "19.0.1",
37
- "@nx/js": "19.0.1",
36
+ "@nx/devkit": "19.0.3",
37
+ "@nx/js": "19.0.3",
38
38
  "@typescript-eslint/type-utils": "^7.3.0",
39
39
  "@typescript-eslint/utils": "^7.3.0",
40
40
  "chalk": "^4.1.0",
@@ -42,7 +42,7 @@
42
42
  "jsonc-eslint-parser": "^2.1.0",
43
43
  "semver": "^7.5.3",
44
44
  "tslib": "^2.3.0",
45
- "@nrwl/eslint-plugin-nx": "19.0.1"
45
+ "@nrwl/eslint-plugin-nx": "19.0.3"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint`
45
45
  * changed how configurations are defined.
46
46
  *
47
- * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx
47
+ * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v20 of Nx
48
48
  */
49
49
  'no-extra-semi': string;
50
50
  '@typescript-eslint/no-extra-semi': string;
@@ -53,7 +53,7 @@ exports.default = {
53
53
  * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint`
54
54
  * changed how configurations are defined.
55
55
  *
56
- * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx
56
+ * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v20 of Nx
57
57
  */
58
58
  'no-extra-semi': 'off',
59
59
  '@typescript-eslint/no-extra-semi': 'error',
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint`
27
27
  * changed how configurations are defined.
28
28
  *
29
- * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx
29
+ * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v20 of Nx
30
30
  */
31
31
  'no-extra-semi': string;
32
32
  '@typescript-eslint/no-extra-semi': string;
@@ -36,7 +36,7 @@ exports.default = {
36
36
  * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint`
37
37
  * changed how configurations are defined.
38
38
  *
39
- * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx
39
+ * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v20 of Nx
40
40
  */
41
41
  'no-extra-semi': 'off',
42
42
  '@typescript-eslint/no-extra-semi': 'error',
@@ -28,6 +28,7 @@ exports.workspaceRules = (() => {
28
28
  return namespacedRules;
29
29
  }
30
30
  catch (err) {
31
+ console.error(err);
31
32
  return {};
32
33
  }
33
34
  finally {