@o3r/eslint-config 14.0.0-next.4 → 14.0.0-next.7

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": "@o3r/eslint-config",
3
- "version": "14.0.0-next.4",
3
+ "version": "14.0.0-next.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
38
38
  },
39
39
  "dependencies": {
40
- "@o3r/schematics": "~14.0.0-next.4"
40
+ "@o3r/schematics": "~14.0.0-next.7"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@angular-devkit/core": "^20.0.0",
@@ -46,8 +46,8 @@
46
46
  "@angular/compiler": "^20.0.0",
47
47
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
48
48
  "@eslint/js": "^8.57.0 || ^9.22.0",
49
- "@o3r/eslint-plugin": "~14.0.0-next.4",
50
- "@o3r/schematics": "~14.0.0-next.4",
49
+ "@o3r/eslint-plugin": "~14.0.0-next.7",
50
+ "@o3r/schematics": "~14.0.0-next.7",
51
51
  "@schematics/angular": "^20.0.0",
52
52
  "@stylistic/eslint-plugin": "~5.6.0",
53
53
  "@typescript-eslint/parser": "^8.15.0",
@@ -74,19 +74,19 @@
74
74
  "yaml-eslint-parser": "^1.2.2"
75
75
  },
76
76
  "devDependencies": {
77
- "@angular-devkit/core": "~20.3.11",
78
- "@angular-devkit/schematics": "~20.3.11",
79
- "@angular/compiler": "~20.3.13",
77
+ "@angular-devkit/core": "~20.3.13",
78
+ "@angular-devkit/schematics": "~20.3.13",
79
+ "@angular/compiler": "~20.3.15",
80
80
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
81
81
  "@eslint/js": "~9.39.0",
82
82
  "@nx/eslint-plugin": "~21.6.0",
83
- "@o3r/build-helpers": "~14.0.0-next.4",
84
- "@o3r/eslint-plugin": "~14.0.0-next.4",
85
- "@o3r/test-helpers": "~14.0.0-next.4",
86
- "@schematics/angular": "~20.3.11",
83
+ "@o3r/build-helpers": "~14.0.0-next.7",
84
+ "@o3r/eslint-plugin": "~14.0.0-next.7",
85
+ "@o3r/test-helpers": "~14.0.0-next.7",
86
+ "@schematics/angular": "~20.3.13",
87
87
  "@stylistic/eslint-plugin": "~5.6.0",
88
88
  "@types/jest": "~30.0.0",
89
- "@types/node": "~22.18.0",
89
+ "@types/node": "~24.10.0",
90
90
  "@typescript-eslint/parser": "~8.47.0",
91
91
  "angular-eslint": "~20.6.0",
92
92
  "cpy-cli": "^6.0.0",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * Get the @o3r plugin
3
+ * Get the `@o3r` plugin
4
4
  * @param {import('@typescript-eslint/utils').TSESLint.FlatConfig.Plugin} plugin
5
5
  * @returns {import('@typescript-eslint/utils').TSESLint.FlatConfig.Config} config
6
6
  */
@@ -2,7 +2,7 @@
2
2
  const o3rBaseConfig = require('../base.cjs');
3
3
 
4
4
  /**
5
- * Get the @o3r template recommended rules
5
+ * Get the `@o3r` template recommended rules
6
6
  * @param {import('@typescript-eslint/utils').TSESLint.FlatConfig.Plugin} plugin
7
7
  * @returns {import('@typescript-eslint/utils').TSESLint.FlatConfig.ConfigArray} config
8
8
  */
@@ -2,7 +2,7 @@
2
2
  const o3rBaseConfig = require('../base.cjs');
3
3
 
4
4
  /**
5
- * Get the @o3r typescript recommended rules
5
+ * Get the `@o3r` typescript recommended rules
6
6
  * @param {import('@typescript-eslint/utils').TSESLint.FlatConfig.Plugin} plugin
7
7
  * @returns {import('@typescript-eslint/utils').TSESLint.FlatConfig.Config} config
8
8
  */