@rxap/preset-angular 20.0.0-dev.5 → 20.0.0-dev.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [20.0.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0-dev.6...@rxap/preset-angular@20.0.0-dev.7) (2025-01-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
9
|
+
|
|
10
|
+
# [20.0.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0-dev.5...@rxap/preset-angular@20.0.0-dev.6) (2025-01-04)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
13
|
+
|
|
6
14
|
# [20.0.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0-dev.4...@rxap/preset-angular@20.0.0-dev.5) (2025-01-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/preset-angular
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.0.0-dev.
|
|
2
|
+
"version": "20.0.0-dev.7",
|
|
3
3
|
"name": "@rxap/preset-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/devkit": "20.2.1",
|
|
7
|
-
"@rxap/plugin-angular": "^20.0.0-dev.
|
|
8
|
-
"@rxap/plugin-workspace": "^20.0.0-dev.
|
|
7
|
+
"@rxap/plugin-angular": "^20.0.0-dev.5",
|
|
8
|
+
"@rxap/plugin-workspace": "^20.0.0-dev.4",
|
|
9
9
|
"tslib": "2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"schematics": "./generators.json",
|
|
41
41
|
"type": "commonjs",
|
|
42
42
|
"typings": "./src/index.d.ts",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d6a4b30e7c6011e6196b6354f9bd6056768853df",
|
|
44
44
|
"types": "./src/index.d.ts"
|
|
45
45
|
}
|
|
@@ -22,7 +22,6 @@ exports[`preset should use angular preset 1`] = `
|
|
|
22
22
|
".eslintignore",
|
|
23
23
|
"jest.preset.js",
|
|
24
24
|
"jest.config.ts",
|
|
25
|
-
"angular",
|
|
26
25
|
"schematics.yaml",
|
|
27
26
|
]
|
|
28
27
|
`;
|
|
@@ -36,36 +35,12 @@ exports[`preset should use angular preset 2`] = `
|
|
|
36
35
|
"rxap:migrate": "yarn rxap:update && yarn rxap:compose",
|
|
37
36
|
"rxap:compose": "nx g @rxap/schematic-composer:compose",
|
|
38
37
|
"prepare": "husky install",
|
|
39
|
-
"schematic": "bash tools/scripts/schematic.sh"
|
|
40
|
-
"server": "bash tools/scripts/start-local-dev-services.sh",
|
|
41
|
-
"server:status": "bash tools/scripts/get-local-dev-services-status.sh",
|
|
42
|
-
"server:stop": "bash tools/scripts/stop-local-dev-services.sh",
|
|
43
|
-
"init:env": "bash tools/scripts/setup-env-file.sh"
|
|
38
|
+
"schematic": "bash tools/scripts/schematic.sh"
|
|
44
39
|
},
|
|
45
40
|
"dependencies": {
|
|
46
|
-
"
|
|
47
|
-
"@angular/common": "~19.0.0",
|
|
48
|
-
"@angular/compiler": "~19.0.0",
|
|
49
|
-
"@angular/core": "~19.0.0",
|
|
50
|
-
"@angular/forms": "~19.0.0",
|
|
51
|
-
"@angular/localize": "18.0.1",
|
|
52
|
-
"@angular/platform-browser": "~19.0.0",
|
|
53
|
-
"@angular/platform-browser-dynamic": "~19.0.0",
|
|
54
|
-
"@angular/router": "~19.0.0",
|
|
55
|
-
"rxjs": "~7.8.0",
|
|
56
|
-
"tslib": "^2.3.0",
|
|
57
|
-
"zone.js": "~0.15.0"
|
|
41
|
+
"tslib": "^2.3.0"
|
|
58
42
|
},
|
|
59
43
|
"devDependencies": {
|
|
60
|
-
"@angular-devkit/build-angular": "~19.0.0",
|
|
61
|
-
"@angular-devkit/core": "~19.0.0",
|
|
62
|
-
"@angular-devkit/schematics": "~19.0.0",
|
|
63
|
-
"@angular-eslint/eslint-plugin": "^19.0.0",
|
|
64
|
-
"@angular-eslint/eslint-plugin-template": "^19.0.0",
|
|
65
|
-
"@angular-eslint/template-parser": "^19.0.0",
|
|
66
|
-
"@angular/cli": "~19.0.0",
|
|
67
|
-
"@angular/compiler-cli": "~19.0.0",
|
|
68
|
-
"@angular/language-service": "~19.0.0",
|
|
69
44
|
"@commitlint/cli": "latest",
|
|
70
45
|
"@commitlint/config-conventional": "latest",
|
|
71
46
|
"@nx/angular": "latest",
|
|
@@ -75,7 +50,6 @@ exports[`preset should use angular preset 2`] = `
|
|
|
75
50
|
"@nx/js": "20.2.1",
|
|
76
51
|
"@rxap/cli": "latest",
|
|
77
52
|
"@rxap/schematic-composer": "latest",
|
|
78
|
-
"@schematics/angular": "~19.0.0",
|
|
79
53
|
"@swc-node/register": "~1.9.1",
|
|
80
54
|
"@swc/core": "~1.5.7",
|
|
81
55
|
"@swc/helpers": "~0.5.11",
|
|
@@ -83,22 +57,14 @@ exports[`preset should use angular preset 2`] = `
|
|
|
83
57
|
"@types/node": "18.16.9",
|
|
84
58
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
85
59
|
"@typescript-eslint/parser": "^7.16.0",
|
|
86
|
-
"@typescript-eslint/utils": "^7.16.0",
|
|
87
|
-
"autoprefixer": "^10.4.0",
|
|
88
60
|
"eslint": "~8.57.0",
|
|
89
61
|
"eslint-config-prettier": "^9.0.0",
|
|
90
62
|
"husky": "latest",
|
|
91
63
|
"jest": "^29.7.0",
|
|
92
64
|
"jest-environment-jsdom": "^29.7.0",
|
|
93
|
-
"jest-preset-angular": "~14.4.0",
|
|
94
|
-
"jsonc-eslint-parser": "^2.1.0",
|
|
95
|
-
"ng-packagr": "~19.0.0",
|
|
96
65
|
"nx-cloud": "latest",
|
|
97
|
-
"postcss": "^8.4.5",
|
|
98
|
-
"postcss-url": "~10.1.3",
|
|
99
66
|
"prettier": "^2.6.2",
|
|
100
67
|
"rxap": "latest",
|
|
101
|
-
"tailwindcss": "^3.0.2",
|
|
102
68
|
"ts-jest": "^29.1.0",
|
|
103
69
|
"ts-node": "10.9.1",
|
|
104
70
|
"typescript": "~5.6.2"
|
|
@@ -126,71 +92,19 @@ exports[`preset should use angular preset 3`] = `
|
|
|
126
92
|
},
|
|
127
93
|
"targetDefaults": {
|
|
128
94
|
"build": {
|
|
129
|
-
"cache": true,
|
|
130
|
-
"dependsOn": [
|
|
131
|
-
"^index-export",
|
|
132
|
-
"index-export",
|
|
133
|
-
"^build",
|
|
134
|
-
"readme",
|
|
135
|
-
"check-version",
|
|
136
|
-
"expose-as-schematic"
|
|
137
|
-
]
|
|
138
|
-
},
|
|
139
|
-
"lint": {
|
|
140
|
-
"cache": true
|
|
141
|
-
},
|
|
142
|
-
"ci-info": {
|
|
143
|
-
"cache": true
|
|
144
|
-
},
|
|
145
|
-
"index-export": {
|
|
146
|
-
"cache": true
|
|
147
|
-
},
|
|
148
|
-
"swagger-build": {
|
|
149
95
|
"cache": true
|
|
150
96
|
},
|
|
151
|
-
"
|
|
152
|
-
"cache": true
|
|
153
|
-
},
|
|
154
|
-
"generate-package-json": {
|
|
155
|
-
"cache": true
|
|
156
|
-
},
|
|
157
|
-
"generate-open-api": {
|
|
97
|
+
"lint": {
|
|
158
98
|
"cache": true
|
|
159
99
|
},
|
|
160
100
|
"@nx/eslint:lint": {
|
|
101
|
+
"cache": true,
|
|
161
102
|
"inputs": [
|
|
162
103
|
"default",
|
|
163
104
|
"{workspaceRoot}/.eslintrc.json",
|
|
164
105
|
"{workspaceRoot}/.eslintignore",
|
|
165
106
|
"{workspaceRoot}/eslint.config.js"
|
|
166
|
-
]
|
|
167
|
-
"options": {
|
|
168
|
-
"quiet": true
|
|
169
|
-
},
|
|
170
|
-
"cache": true
|
|
171
|
-
},
|
|
172
|
-
"test": {
|
|
173
|
-
"executor": "@nx/jest:jest",
|
|
174
|
-
"outputs": [
|
|
175
|
-
"{workspaceRoot}/coverage/{projectRoot}",
|
|
176
|
-
"{workspaceRoot}/junit/{projectRoot}",
|
|
177
|
-
"{projectRoot}/coverage"
|
|
178
|
-
],
|
|
179
|
-
"inputs": [
|
|
180
|
-
"test",
|
|
181
|
-
"^test",
|
|
182
|
-
"{workspaceRoot}/jest.preset.js",
|
|
183
|
-
"{workspaceRoot}/jest.preset.ts",
|
|
184
|
-
{
|
|
185
|
-
"env": "JEST_JUNIT_OUTPUT_DIR"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"options": {
|
|
189
|
-
"passWithNoTests": true,
|
|
190
|
-
"silent": true,
|
|
191
|
-
"coverageReporters": ["json", "html"],
|
|
192
|
-
"codeCoverage": true
|
|
193
|
-
}
|
|
107
|
+
]
|
|
194
108
|
},
|
|
195
109
|
"@nx/jest:jest": {
|
|
196
110
|
"cache": true,
|
|
@@ -205,6 +119,9 @@ exports[`preset should use angular preset 3`] = `
|
|
|
205
119
|
}
|
|
206
120
|
}
|
|
207
121
|
},
|
|
122
|
+
"ci-info": {
|
|
123
|
+
"cache": true
|
|
124
|
+
},
|
|
208
125
|
"localazy-upload": {
|
|
209
126
|
"cache": true
|
|
210
127
|
},
|
|
@@ -216,23 +133,6 @@ exports[`preset should use angular preset 3`] = `
|
|
|
216
133
|
},
|
|
217
134
|
"component-test": {
|
|
218
135
|
"cache": true
|
|
219
|
-
},
|
|
220
|
-
"@nx/js:tsc": {
|
|
221
|
-
"dependsOn": ["^index-export", "index-export", "^build"]
|
|
222
|
-
},
|
|
223
|
-
"fix-dependencies": {
|
|
224
|
-
"dependsOn": ["^fix-dependencies"]
|
|
225
|
-
},
|
|
226
|
-
"@nx/angular:ng-packagr-lite": {
|
|
227
|
-
"dependsOn": [
|
|
228
|
-
"index-export",
|
|
229
|
-
"^index-export",
|
|
230
|
-
"^build",
|
|
231
|
-
"check-version",
|
|
232
|
-
"build-tailwind",
|
|
233
|
-
"check-ng-package"
|
|
234
|
-
],
|
|
235
|
-
"inputs": ["production", "^production"]
|
|
236
136
|
}
|
|
237
137
|
},
|
|
238
138
|
"namedInputs": {
|
|
@@ -453,27 +353,6 @@ exports[`preset should use angular preset 6`] = `
|
|
|
453
353
|
"{
|
|
454
354
|
"compilerOptions": {
|
|
455
355
|
"paths": {
|
|
456
|
-
"@proj/angular-application-providers": [
|
|
457
|
-
"angular/application-providers/src/index.ts"
|
|
458
|
-
],
|
|
459
|
-
"@proj/angular-bootstrap-hooks": ["angular/bootstrap-hooks/src/index.ts"],
|
|
460
|
-
"@proj/angular-components": ["angular/components/src/index.ts"],
|
|
461
|
-
"@proj/angular-controls": ["angular/controls/src/index.ts"],
|
|
462
|
-
"@proj/angular-data-sources": ["angular/data-sources/src/index.ts"],
|
|
463
|
-
"@proj/angular-directives": ["angular/directives/src/index.ts"],
|
|
464
|
-
"@proj/angular-forms": ["angular/forms/src/index.ts"],
|
|
465
|
-
"@proj/angular-guards": ["angular/guards/src/index.ts"],
|
|
466
|
-
"@proj/angular-http-interceptors": [
|
|
467
|
-
"angular/http-interceptors/src/index.ts"
|
|
468
|
-
],
|
|
469
|
-
"@proj/angular-methods": ["angular/methods/src/index.ts"],
|
|
470
|
-
"@proj/angular-pipes": ["angular/pipes/src/index.ts"],
|
|
471
|
-
"@proj/angular-resolvers": ["angular/resolvers/src/index.ts"],
|
|
472
|
-
"@proj/angular-services": ["angular/services/src/index.ts"],
|
|
473
|
-
"@proj/angular-shared": ["angular/shared/src/index.ts"],
|
|
474
|
-
"@proj/angular-tables": ["angular/tables/src/index.ts"],
|
|
475
|
-
"@proj/angular-testing": ["angular/testing/src/index.ts"],
|
|
476
|
-
"@proj/angular-utilities": ["angular/utilities/src/index.ts"],
|
|
477
356
|
"workspace-tools": ["tools/src/index.ts"]
|
|
478
357
|
}
|
|
479
358
|
}
|
|
@@ -1272,24 +1151,4 @@ export default async () => ({
|
|
|
1272
1151
|
|
|
1273
1152
|
exports[`preset should use angular preset 17`] = `null`;
|
|
1274
1153
|
|
|
1275
|
-
exports[`preset should use angular preset 18`] = `
|
|
1276
|
-
[
|
|
1277
|
-
"components",
|
|
1278
|
-
"forms",
|
|
1279
|
-
"controls",
|
|
1280
|
-
"tables",
|
|
1281
|
-
"methods",
|
|
1282
|
-
"data-sources",
|
|
1283
|
-
"pipes",
|
|
1284
|
-
"directives",
|
|
1285
|
-
"guards",
|
|
1286
|
-
"services",
|
|
1287
|
-
"application-providers",
|
|
1288
|
-
"utilities",
|
|
1289
|
-
"shared",
|
|
1290
|
-
"testing",
|
|
1291
|
-
"resolvers",
|
|
1292
|
-
"http-interceptors",
|
|
1293
|
-
"bootstrap-hooks",
|
|
1294
|
-
]
|
|
1295
|
-
`;
|
|
1154
|
+
exports[`preset should use angular preset 18`] = `[]`;
|