@ama-sdk/schematics 13.0.0-next.26 → 13.0.0-next.28

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": "@ama-sdk/schematics",
3
- "version": "13.0.0-next.26",
3
+ "version": "13.0.0-next.28",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -62,12 +62,12 @@
62
62
  }
63
63
  },
64
64
  "peerDependencies": {
65
- "@ama-sdk/core": "^13.0.0-next.26",
65
+ "@ama-sdk/core": "^13.0.0-next.28",
66
66
  "@angular-devkit/core": "^20.0.0",
67
67
  "@angular-devkit/schematics-cli": "^20.0.0",
68
68
  "@angular/cli": "^20.0.0",
69
- "@o3r/schematics": "^13.0.0-next.26",
70
- "@o3r/telemetry": "^13.0.0-next.26",
69
+ "@o3r/schematics": "^13.0.0-next.28",
70
+ "@o3r/telemetry": "^13.0.0-next.28",
71
71
  "@openapitools/openapi-generator-cli": "^2.15.0",
72
72
  "openapi-types": "^12.0.0",
73
73
  "ts-node": "~10.9.2",
@@ -77,7 +77,7 @@
77
77
  "dependencies": {
78
78
  "@angular-devkit/core": "~20.0.0",
79
79
  "@angular-devkit/schematics": "~20.0.0",
80
- "@o3r/schematics": "^13.0.0-next.26",
80
+ "@o3r/schematics": "^13.0.0-next.28",
81
81
  "chokidar": "^4.0.3",
82
82
  "globby": "^11.1.0",
83
83
  "js-yaml": "^4.1.0",
@@ -88,16 +88,16 @@
88
88
  "tslib": "^2.6.2"
89
89
  },
90
90
  "devDependencies": {
91
- "@ama-sdk/core": "^13.0.0-next.26",
91
+ "@ama-sdk/core": "^13.0.0-next.28",
92
92
  "@angular-devkit/schematics-cli": "~20.0.0",
93
93
  "@angular/cli": "~20.0.0",
94
94
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
95
95
  "@nx/eslint-plugin": "~21.3.11",
96
96
  "@nx/jest": "~21.3.11",
97
- "@o3r/build-helpers": "^13.0.0-next.26",
98
- "@o3r/eslint-plugin": "^13.0.0-next.26",
99
- "@o3r/telemetry": "^13.0.0-next.26",
100
- "@o3r/test-helpers": "^13.0.0-next.26",
97
+ "@o3r/build-helpers": "^13.0.0-next.28",
98
+ "@o3r/eslint-plugin": "^13.0.0-next.28",
99
+ "@o3r/telemetry": "^13.0.0-next.28",
100
+ "@o3r/test-helpers": "^13.0.0-next.28",
101
101
  "@openapitools/openapi-generator-cli": "~2.21.0",
102
102
  "@schematics/angular": "~20.0.0",
103
103
  "@stylistic/eslint-plugin": "~5.2.0",
@@ -107,12 +107,12 @@
107
107
  "@types/node": "^22.0.0",
108
108
  "@types/pid-from-port": "^1.1.0",
109
109
  "@types/semver": "^7.3.13",
110
- "@typescript-eslint/parser": "~8.37.0",
110
+ "@typescript-eslint/parser": "~8.39.0",
111
111
  "angular-eslint": "~20.1.0",
112
112
  "commit-and-tag-version": "^12.0.0",
113
113
  "copyfiles": "^2.4.1",
114
114
  "cpy-cli": "^5.0.0",
115
- "eslint": "~9.31.0",
115
+ "eslint": "~9.33.0",
116
116
  "eslint-import-resolver-node": "~0.3.9",
117
117
  "eslint-import-resolver-typescript": "~4.4.0",
118
118
  "eslint-plugin-import": "~2.32.0",
@@ -126,6 +126,7 @@
126
126
  "isomorphic-fetch": "~3.0.0",
127
127
  "jest": "~29.7.0",
128
128
  "jest-junit": "~16.0.0",
129
+ "jest-util": "~29.7.0",
129
130
  "jsonc-eslint-parser": "~2.4.0",
130
131
  "mem-fs": "^4.0.0",
131
132
  "npm-run-all2": "^8.0.0",
@@ -133,11 +134,11 @@
133
134
  "openapi-types": "^12.0.0",
134
135
  "pid-from-port": "^1.1.3",
135
136
  "semver": "^7.5.2",
136
- "ts-jest": "~29.3.0",
137
+ "ts-jest": "~29.4.0",
137
138
  "ts-node": "~10.9.2",
138
139
  "type-fest": "^4.30.1",
139
140
  "typescript": "~5.8.2",
140
- "typescript-eslint": "~8.37.0"
141
+ "typescript-eslint": "~8.39.0"
141
142
  },
142
143
  "generatorDependencies": {
143
144
  "@angular-eslint/eslint-plugin": "~20.0.0",
@@ -146,7 +147,7 @@
146
147
  "@swc/cli": "~0.7.7",
147
148
  "@swc/core": "~1.12.0",
148
149
  "@swc/helpers": "~0.5.0",
149
- "@typescript-eslint/eslint-plugin": "~8.37.0",
150
+ "@typescript-eslint/eslint-plugin": "~8.39.0",
150
151
  "jest-junit": "~16.0.0",
151
152
  "lint-staged": "^16.0.0",
152
153
  "minimist": "^1.2.6",