@o3r/eslint-config 12.1.0-prerelease.21 → 12.1.0-prerelease.23

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": "12.1.0-prerelease.21",
3
+ "version": "12.1.0-prerelease.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,8 +41,8 @@
41
41
  "@angular/compiler": "^19.0.0",
42
42
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
43
43
  "@eslint/js": "^8.57.0 || ^9.16.0",
44
- "@o3r/eslint-plugin": "^12.1.0-prerelease.21",
45
- "@o3r/schematics": "^12.1.0-prerelease.21",
44
+ "@o3r/eslint-plugin": "^12.1.0-prerelease.23",
45
+ "@o3r/schematics": "^12.1.0-prerelease.23",
46
46
  "@schematics/angular": "^19.0.0",
47
47
  "@stylistic/eslint-plugin": "~3.0.0",
48
48
  "@typescript-eslint/parser": "^8.15.0",
@@ -68,17 +68,17 @@
68
68
  "typescript-eslint": "^8.15.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@angular-devkit/core": "~19.0.0",
72
- "@angular-devkit/schematics": "~19.0.0",
73
- "@angular/compiler": "~19.0.0",
71
+ "@angular-devkit/core": "~19.1.0",
72
+ "@angular-devkit/schematics": "~19.1.0",
73
+ "@angular/compiler": "~19.1.0",
74
74
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
75
75
  "@eslint/js": "~9.19.0",
76
76
  "@nx/eslint-plugin": "~20.2.0",
77
- "@o3r/build-helpers": "^12.1.0-prerelease.21",
78
- "@o3r/eslint-plugin": "^12.1.0-prerelease.21",
79
- "@o3r/schematics": "^12.1.0-prerelease.21",
80
- "@o3r/test-helpers": "^12.1.0-prerelease.21",
81
- "@schematics/angular": "~19.0.0",
77
+ "@o3r/build-helpers": "^12.1.0-prerelease.23",
78
+ "@o3r/eslint-plugin": "^12.1.0-prerelease.23",
79
+ "@o3r/schematics": "^12.1.0-prerelease.23",
80
+ "@o3r/test-helpers": "^12.1.0-prerelease.23",
81
+ "@schematics/angular": "~19.1.0",
82
82
  "@stylistic/eslint-plugin": "~3.0.0",
83
83
  "@types/eslint__js": "^8.42.3",
84
84
  "@types/jest": "~29.5.2",
@@ -108,7 +108,7 @@
108
108
  "ts-node": "~10.9.2",
109
109
  "tslib": "^2.6.2",
110
110
  "type-fest": "^4.30.1",
111
- "typescript": "~5.6.2",
111
+ "typescript": "~5.7.3",
112
112
  "typescript-eslint": "~8.23.0"
113
113
  },
114
114
  "peerDependenciesMeta": {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,IAAI,EAGV,MAAM,4BAA4B,CAAC;AAIpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AAiIlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAGtD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,IAAI,EAGV,MAAM,4BAA4B,CAAC;AAIpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AAiIlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAKtD,CAAC"}
@@ -121,8 +121,8 @@ function ngAddFn(options) {
121
121
  * @param options Options for the schematic
122
122
  */
123
123
  const ngAdd = (options) => async (_, { logger }) => {
124
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
125
- return createSchematicWithMetricsIfInstalled(ngAddFn)(options);
124
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
125
+ return createOtterSchematic(ngAddFn)(options);
126
126
  };
127
127
  exports.ngAdd = ngAdd;
128
128
  //# sourceMappingURL=index.js.map