@o3r/schematics 12.0.0-next.1 → 12.0.0-next.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": "@o3r/schematics",
3
- "version": "12.0.0-next.1",
3
+ "version": "12.0.0-next.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "@angular-devkit/core": "^18.2.0",
31
31
  "@angular-devkit/schematics": "^18.2.0",
32
32
  "@angular/cli": "^18.2.0",
33
- "@o3r/telemetry": "^12.0.0-next.1",
33
+ "@o3r/telemetry": "^12.0.0-next.3",
34
34
  "@schematics/angular": "^18.2.0",
35
35
  "eslint": "^9.14.0",
36
36
  "rxjs": "^7.8.1",
@@ -88,9 +88,9 @@
88
88
  "@nx/eslint-plugin": "~19.8.0",
89
89
  "@nx/jest": "~19.8.0",
90
90
  "@nx/js": "~19.8.0",
91
- "@o3r/build-helpers": "^12.0.0-next.1",
92
- "@o3r/eslint-plugin": "^12.0.0-next.1",
93
- "@o3r/telemetry": "^12.0.0-next.1",
91
+ "@o3r/build-helpers": "^12.0.0-next.3",
92
+ "@o3r/eslint-plugin": "^12.0.0-next.3",
93
+ "@o3r/telemetry": "^12.0.0-next.3",
94
94
  "@schematics/angular": "~18.2.0",
95
95
  "@stylistic/eslint-plugin": "~2.7.0",
96
96
  "@swc/helpers": "~0.5.0",
@@ -101,7 +101,7 @@
101
101
  "@typescript-eslint/parser": "~8.18.0",
102
102
  "angular-eslint": "~18.4.0",
103
103
  "cpy-cli": "^5.0.0",
104
- "eslint": "~9.14.0",
104
+ "eslint": "~9.17.0",
105
105
  "eslint-import-resolver-node": "^0.3.9",
106
106
  "eslint-import-resolver-typescript": "^3.6.3",
107
107
  "eslint-plugin-import": "^2.31.0",
@@ -88,7 +88,7 @@ export declare const addInterfaceToClassTransformerFactory: (interfaceToAdd: str
88
88
  /**
89
89
  * Add comment on class properties
90
90
  * @param classElements
91
- * @param comments Dictionnary of comment indexed by properties' name
91
+ * @param comments Dictionary of comment indexed by properties' name
92
92
  */
93
93
  export declare const addCommentsOnClassProperties: (classElements: ts.ClassElement[], comments: Record<string, string>) => void;
94
94
  /**
@@ -211,7 +211,7 @@ exports.addInterfaceToClassTransformerFactory = addInterfaceToClassTransformerFa
211
211
  /**
212
212
  * Add comment on class properties
213
213
  * @param classElements
214
- * @param comments Dictionnary of comment indexed by properties' name
214
+ * @param comments Dictionary of comment indexed by properties' name
215
215
  */
216
216
  const addCommentsOnClassProperties = (classElements, comments) => {
217
217
  classElements.filter((classElement) => ts.isPropertyDeclaration(classElement)