@rxap/preset-angular 20.0.6-dev.8 → 20.0.6
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,26 @@
|
|
|
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.6](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.12...@rxap/preset-angular@20.0.6) (2026-01-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
9
|
+
|
|
10
|
+
## [20.0.6-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.11...@rxap/preset-angular@20.0.6-dev.12) (2026-01-19)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
13
|
+
|
|
14
|
+
## [20.0.6-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.10...@rxap/preset-angular@20.0.6-dev.11) (2026-01-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
17
|
+
|
|
18
|
+
## [20.0.6-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.9...@rxap/preset-angular@20.0.6-dev.10) (2026-01-12)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
21
|
+
|
|
22
|
+
## [20.0.6-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.8...@rxap/preset-angular@20.0.6-dev.9) (2026-01-12)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
25
|
+
|
|
6
26
|
## [20.0.6-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.7...@rxap/preset-angular@20.0.6-dev.8) (2025-09-18)
|
|
7
27
|
|
|
8
28
|
**Note:** Version bump only for package @rxap/preset-angular
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.0.6
|
|
2
|
+
"version": "20.0.6",
|
|
3
3
|
"name": "@rxap/preset-angular",
|
|
4
4
|
"description": "This package provides generators for initializing Angular projects with pre-configured settings. It leverages other `@rxap` plugins to set up workspace and Angular-specific configurations, including options for package management, standalone components, license, and repository URL. It aims to streamline the setup process for new Angular projects.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/plugin-angular": "^20.
|
|
9
|
-
"@rxap/plugin-workspace": "^20.2.0
|
|
8
|
+
"@rxap/plugin-angular": "^20.3.0",
|
|
9
|
+
"@rxap/plugin-workspace": "^20.2.0",
|
|
10
10
|
"tslib": "2.6.2"
|
|
11
11
|
},
|
|
12
12
|
"author": {
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"schematics": "./generators.json",
|
|
42
42
|
"type": "commonjs",
|
|
43
43
|
"typings": "./src/index.d.ts",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "36b0e9732b24717840935712e316593ff6aba795",
|
|
45
45
|
"types": "./src/index.d.ts"
|
|
46
46
|
}
|
|
@@ -105,7 +105,11 @@ exports[`preset should use angular preset 3`] = `
|
|
|
105
105
|
},
|
|
106
106
|
"@nx/jest:jest": {
|
|
107
107
|
"cache": true,
|
|
108
|
-
"inputs": [
|
|
108
|
+
"inputs": [
|
|
109
|
+
"default",
|
|
110
|
+
"^production",
|
|
111
|
+
"{workspaceRoot}/jest.preset.js"
|
|
112
|
+
],
|
|
109
113
|
"options": {
|
|
110
114
|
"passWithNoTests": true
|
|
111
115
|
},
|
|
@@ -119,7 +123,9 @@ exports[`preset should use angular preset 3`] = `
|
|
|
119
123
|
},
|
|
120
124
|
"defaultProject": "workspace",
|
|
121
125
|
"namedInputs": {
|
|
122
|
-
"default": [
|
|
126
|
+
"default": [
|
|
127
|
+
"{projectRoot}/**/*"
|
|
128
|
+
],
|
|
123
129
|
"build": [
|
|
124
130
|
"production",
|
|
125
131
|
"{projectRoot}/package.json",
|
|
@@ -324,7 +330,10 @@ exports[`preset should use angular preset 5`] = `
|
|
|
324
330
|
"singleQuote": true,
|
|
325
331
|
"overrides": [
|
|
326
332
|
{
|
|
327
|
-
"files": [
|
|
333
|
+
"files": [
|
|
334
|
+
"*.yml",
|
|
335
|
+
"*.yaml"
|
|
336
|
+
],
|
|
328
337
|
"options": {
|
|
329
338
|
"singleQuote": false
|
|
330
339
|
}
|
|
@@ -338,7 +347,9 @@ exports[`preset should use angular preset 6`] = `
|
|
|
338
347
|
"{
|
|
339
348
|
"compilerOptions": {
|
|
340
349
|
"paths": {
|
|
341
|
-
"workspace-tools": [
|
|
350
|
+
"workspace-tools": [
|
|
351
|
+
"tools/src/index.ts"
|
|
352
|
+
]
|
|
342
353
|
}
|
|
343
354
|
}
|
|
344
355
|
}
|
|
@@ -347,15 +358,20 @@ exports[`preset should use angular preset 6`] = `
|
|
|
347
358
|
|
|
348
359
|
exports[`preset should use angular preset 7`] = `
|
|
349
360
|
"module.exports = {
|
|
350
|
-
extends: ['@commitlint/config-conventional'],
|
|
351
|
-
ignores: [
|
|
361
|
+
extends: [ '@commitlint/config-conventional' ],
|
|
362
|
+
ignores: [
|
|
363
|
+
message => message.toLowerCase()
|
|
364
|
+
.startsWith('wip'),
|
|
365
|
+
],
|
|
352
366
|
};
|
|
353
367
|
"
|
|
354
368
|
`;
|
|
355
369
|
|
|
356
370
|
exports[`preset should use angular preset 8`] = `
|
|
357
371
|
"{
|
|
358
|
-
"extends": [
|
|
372
|
+
"extends": [
|
|
373
|
+
"gitlab>rxap/renovate-config"
|
|
374
|
+
]
|
|
359
375
|
}
|
|
360
376
|
"
|
|
361
377
|
`;
|
|
@@ -1016,11 +1032,20 @@ exports[`preset should use angular preset 12`] = `
|
|
|
1016
1032
|
exports[`preset should use angular preset 13`] = `
|
|
1017
1033
|
"{
|
|
1018
1034
|
"root": true,
|
|
1019
|
-
"ignorePatterns": [
|
|
1020
|
-
|
|
1035
|
+
"ignorePatterns": [
|
|
1036
|
+
"**/*"
|
|
1037
|
+
],
|
|
1038
|
+
"plugins": [
|
|
1039
|
+
"@nx"
|
|
1040
|
+
],
|
|
1021
1041
|
"overrides": [
|
|
1022
1042
|
{
|
|
1023
|
-
"files": [
|
|
1043
|
+
"files": [
|
|
1044
|
+
"*.ts",
|
|
1045
|
+
"*.tsx",
|
|
1046
|
+
"*.js",
|
|
1047
|
+
"*.jsx"
|
|
1048
|
+
],
|
|
1024
1049
|
"rules": {
|
|
1025
1050
|
"@nx/enforce-module-boundaries": [
|
|
1026
1051
|
"error",
|
|
@@ -1030,7 +1055,9 @@ exports[`preset should use angular preset 13`] = `
|
|
|
1030
1055
|
"depConstraints": [
|
|
1031
1056
|
{
|
|
1032
1057
|
"sourceTag": "*",
|
|
1033
|
-
"onlyDependOnLibsWithTags": [
|
|
1058
|
+
"onlyDependOnLibsWithTags": [
|
|
1059
|
+
"*"
|
|
1060
|
+
]
|
|
1034
1061
|
}
|
|
1035
1062
|
]
|
|
1036
1063
|
}
|
|
@@ -1038,17 +1065,32 @@ exports[`preset should use angular preset 13`] = `
|
|
|
1038
1065
|
}
|
|
1039
1066
|
},
|
|
1040
1067
|
{
|
|
1041
|
-
"files": [
|
|
1042
|
-
|
|
1068
|
+
"files": [
|
|
1069
|
+
"*.ts",
|
|
1070
|
+
"*.tsx"
|
|
1071
|
+
],
|
|
1072
|
+
"extends": [
|
|
1073
|
+
"plugin:@nx/typescript"
|
|
1074
|
+
],
|
|
1043
1075
|
"rules": {}
|
|
1044
1076
|
},
|
|
1045
1077
|
{
|
|
1046
|
-
"files": [
|
|
1047
|
-
|
|
1078
|
+
"files": [
|
|
1079
|
+
"*.js",
|
|
1080
|
+
"*.jsx"
|
|
1081
|
+
],
|
|
1082
|
+
"extends": [
|
|
1083
|
+
"plugin:@nx/javascript"
|
|
1084
|
+
],
|
|
1048
1085
|
"rules": {}
|
|
1049
1086
|
},
|
|
1050
1087
|
{
|
|
1051
|
-
"files": [
|
|
1088
|
+
"files": [
|
|
1089
|
+
"*.spec.ts",
|
|
1090
|
+
"*.spec.tsx",
|
|
1091
|
+
"*.spec.js",
|
|
1092
|
+
"*.spec.jsx"
|
|
1093
|
+
],
|
|
1052
1094
|
"env": {
|
|
1053
1095
|
"jest": true
|
|
1054
1096
|
},
|
|
@@ -1067,8 +1109,7 @@ exports[`preset should use angular preset 14`] = `
|
|
|
1067
1109
|
exports[`preset should use angular preset 15`] = `
|
|
1068
1110
|
"const nxPreset = require('@nx/jest/preset').default;
|
|
1069
1111
|
|
|
1070
|
-
module.exports = { ...nxPreset };
|
|
1071
|
-
"
|
|
1112
|
+
module.exports = { ...nxPreset };"
|
|
1072
1113
|
`;
|
|
1073
1114
|
|
|
1074
1115
|
exports[`preset should use angular preset 16`] = `
|
|
@@ -1076,9 +1117,8 @@ exports[`preset should use angular preset 16`] = `
|
|
|
1076
1117
|
import { getJestProjectsAsync } from '@nx/jest';
|
|
1077
1118
|
|
|
1078
1119
|
export default async (): Promise<Config> => ({
|
|
1079
|
-
projects: await getJestProjectsAsync()
|
|
1080
|
-
});
|
|
1081
|
-
"
|
|
1120
|
+
projects: await getJestProjectsAsync()
|
|
1121
|
+
});"
|
|
1082
1122
|
`;
|
|
1083
1123
|
|
|
1084
1124
|
exports[`preset should use angular preset 17`] = `null`;
|