@rxap/preset-angular 19.0.9-dev.1 → 20.0.0-dev.2

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,17 @@
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.2](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0-dev.1...@rxap/preset-angular@20.0.0-dev.2) (2025-01-03)
7
+
8
+ ### Features
9
+
10
+ - support nx plugins ([d8ca485](https://gitlab.com/rxap/packages/commit/d8ca4858aa1fd1f8529a75440d4a283a0f03a01e))
11
+ - support nx plugins ([011871a](https://gitlab.com/rxap/packages/commit/011871a844241ead7a5dc2a07470af65251c8647))
12
+
13
+ # [20.0.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.9-dev.1...@rxap/preset-angular@20.0.0-dev.1) (2024-12-11)
14
+
15
+ **Note:** Version bump only for package @rxap/preset-angular
16
+
6
17
  ## [19.0.9-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.9-dev.0...@rxap/preset-angular@19.0.9-dev.1) (2024-12-10)
7
18
 
8
19
  **Note:** Version bump only for package @rxap/preset-angular
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "19.0.9-dev.1",
2
+ "version": "20.0.0-dev.2",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
- "@nx/devkit": "19.8.14",
7
- "@rxap/plugin-angular": "^19.3.7-dev.1",
8
- "@rxap/plugin-workspace": "^19.1.9-dev.0",
6
+ "@nx/devkit": "20.2.1",
7
+ "@rxap/plugin-angular": "^20.0.0-dev.2",
8
+ "@rxap/plugin-workspace": "^20.0.0-dev.2",
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": "d2b9997b1738dc1f47fcf38ec4bf622b47733316",
43
+ "gitHead": "db30e47152e1aa1c2eb16f84ed892b3c26822927",
44
44
  "types": "./src/index.d.ts"
45
45
  }
@@ -22,8 +22,8 @@ exports[`preset should use angular preset 1`] = `
22
22
  ".eslintignore",
23
23
  "jest.preset.js",
24
24
  "jest.config.ts",
25
- "schematics.yaml",
26
25
  "angular",
26
+ "schematics.yaml",
27
27
  ]
28
28
  `;
29
29
 
@@ -43,39 +43,39 @@ exports[`preset should use angular preset 2`] = `
43
43
  "init:env": "bash tools/scripts/setup-env-file.sh"
44
44
  },
45
45
  "dependencies": {
46
- "@angular/animations": "~18.2.0",
47
- "@angular/common": "~18.2.0",
48
- "@angular/compiler": "~18.2.0",
49
- "@angular/core": "~18.2.0",
50
- "@angular/forms": "~18.2.0",
46
+ "@angular/animations": "~19.0.0",
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
51
  "@angular/localize": "18.0.1",
52
- "@angular/platform-browser": "~18.2.0",
53
- "@angular/platform-browser-dynamic": "~18.2.0",
54
- "@angular/router": "~18.2.0",
52
+ "@angular/platform-browser": "~19.0.0",
53
+ "@angular/platform-browser-dynamic": "~19.0.0",
54
+ "@angular/router": "~19.0.0",
55
55
  "rxjs": "~7.8.0",
56
56
  "tslib": "^2.3.0",
57
- "zone.js": "~0.14.3"
57
+ "zone.js": "~0.15.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@angular-devkit/build-angular": "~18.2.0",
61
- "@angular-devkit/core": "~18.2.0",
62
- "@angular-devkit/schematics": "~18.2.0",
63
- "@angular-eslint/eslint-plugin": "^18.3.0",
64
- "@angular-eslint/eslint-plugin-template": "^18.3.0",
65
- "@angular-eslint/template-parser": "^18.3.0",
66
- "@angular/cli": "~18.2.0",
67
- "@angular/compiler-cli": "~18.2.0",
68
- "@angular/language-service": "~18.2.0",
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
69
  "@commitlint/cli": "latest",
70
70
  "@commitlint/config-conventional": "latest",
71
71
  "@nx/angular": "latest",
72
- "@nx/eslint": "19.8.14",
73
- "@nx/eslint-plugin": "19.8.14",
74
- "@nx/jest": "19.8.14",
75
- "@nx/js": "19.8.14",
72
+ "@nx/eslint": "20.2.1",
73
+ "@nx/eslint-plugin": "20.2.1",
74
+ "@nx/jest": "20.2.1",
75
+ "@nx/js": "20.2.1",
76
76
  "@rxap/cli": "latest",
77
77
  "@rxap/schematic-composer": "latest",
78
- "@schematics/angular": "~18.2.0",
78
+ "@schematics/angular": "~19.0.0",
79
79
  "@swc-node/register": "~1.9.1",
80
80
  "@swc/core": "~1.5.7",
81
81
  "@swc/helpers": "~0.5.11",
@@ -90,9 +90,9 @@ exports[`preset should use angular preset 2`] = `
90
90
  "husky": "latest",
91
91
  "jest": "^29.7.0",
92
92
  "jest-environment-jsdom": "^29.7.0",
93
- "jest-preset-angular": "~14.1.0",
93
+ "jest-preset-angular": "~14.4.0",
94
94
  "jsonc-eslint-parser": "^2.1.0",
95
- "ng-packagr": "~18.2.0",
95
+ "ng-packagr": "~19.0.0",
96
96
  "nx-cloud": "latest",
97
97
  "postcss": "^8.4.5",
98
98
  "postcss-url": "~10.1.3",
@@ -101,7 +101,7 @@ exports[`preset should use angular preset 2`] = `
101
101
  "tailwindcss": "^3.0.2",
102
102
  "ts-jest": "^29.1.0",
103
103
  "ts-node": "10.9.1",
104
- "typescript": "~5.5.2"
104
+ "typescript": "~5.6.2"
105
105
  },
106
106
  "engines": {
107
107
  "node": ">=18 <21",
@@ -143,13 +143,7 @@ exports[`preset should use angular preset 3`] = `
143
143
  "cache": true
144
144
  },
145
145
  "index-export": {
146
- "cache": true,
147
- "executor": "@rxap/plugin-library:run-generator",
148
- "outputs": ["{projectRoot}/src/index.ts"],
149
- "options": {
150
- "generator": "@rxap/plugin-library:index-export"
151
- },
152
- "inputs": ["production"]
146
+ "cache": true
153
147
  },
154
148
  "swagger-build": {
155
149
  "cache": true
@@ -227,52 +221,8 @@ exports[`preset should use angular preset 3`] = `
227
221
  "dependsOn": ["^index-export", "index-export", "^build"]
228
222
  },
229
223
  "fix-dependencies": {
230
- "executor": "@rxap/plugin-library:run-generator",
231
- "outputs": ["{projectRoot}/package.json"],
232
- "options": {
233
- "generator": "@rxap/plugin-library:fix-dependencies",
234
- "options": {
235
- "strict": true,
236
- "onlyDependencies": true
237
- }
238
- },
239
224
  "dependsOn": ["^fix-dependencies"]
240
225
  },
241
- "update-dependencies": {
242
- "executor": "@rxap/plugin-library:update-dependencies"
243
- },
244
- "update-package-group": {
245
- "executor": "@rxap/plugin-library:update-package-group"
246
- },
247
- "readme": {
248
- "inputs": [
249
- "{projectRoot}/README.md.handlebars",
250
- "{projectRoot}/GETSTARTED.md",
251
- "{projectRoot}/GUIDES.md",
252
- "{projectRoot}/package.json",
253
- "{projectRoot}/collection.json",
254
- "{projectRoot}/generators.json",
255
- "{projectRoot}/executors.json",
256
- "{projectRoot}/builders.json"
257
- ],
258
- "outputs": ["{projectRoot}/README.md"],
259
- "cache": true
260
- },
261
- "linking": {
262
- "executor": "@rxap/plugin-library:node-modules-linking",
263
- "dependsOn": ["build", "^linking"],
264
- "inputs": [
265
- {
266
- "env": "CI_JOB_ID"
267
- }
268
- ]
269
- },
270
- "check-version": {
271
- "cache": true
272
- },
273
- "expose-as-schematic": {
274
- "cache": true
275
- },
276
226
  "@nx/angular:ng-packagr-lite": {
277
227
  "dependsOn": [
278
228
  "index-export",
@@ -282,24 +232,7 @@ exports[`preset should use angular preset 3`] = `
282
232
  "build-tailwind",
283
233
  "check-ng-package"
284
234
  ],
285
- "inputs": ["production", "^production"],
286
- "cache": true
287
- },
288
- "build-tailwind": {
289
- "outputs": ["{projectRoot}/theme.css"],
290
- "inputs": [
291
- "{projectRoot}/**/*.html",
292
- "{projectRoot}/**/*.scss",
293
- "{projectRoot}/**/*.css"
294
- ],
295
- "cache": true
296
- },
297
- "check-ng-package": {
298
- "inputs": ["{projectRoot}/ng-package.json", "{projectRoot}/package.json"],
299
- "cache": true
300
- },
301
- "copy-client-sdk": {
302
- "cache": true
235
+ "inputs": ["production", "^production"]
303
236
  }
304
237
  },
305
238
  "namedInputs": {
@@ -429,7 +362,11 @@ exports[`preset should use angular preset 3`] = `
429
362
  },
430
363
  "cli": {
431
364
  "packageManager": "yarn"
432
- }
365
+ },
366
+ "plugins": [
367
+ "@rxap/plugin-angular/library",
368
+ "@rxap/plugin-angular/application"
369
+ ]
433
370
  }
434
371
  "
435
372
  `;
package/src/index.d.ts CHANGED
@@ -0,0 +1 @@
1
+ export {};
package/src/index.js CHANGED
@@ -1 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
1
3
  //# sourceMappingURL=index.js.map