@rxap/preset-angular 20.0.0-dev.7 → 20.0.1-dev.0

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.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0...@rxap/preset-angular@20.0.1-dev.0) (2025-01-08)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
10
+ # [20.0.0](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.0-dev.7...@rxap/preset-angular@20.0.0) (2025-01-08)
11
+
12
+ **Note:** Version bump only for package @rxap/preset-angular
13
+
6
14
  # [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
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.7",
2
+ "version": "20.0.1-dev.0",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
- "@nx/devkit": "20.2.1",
7
- "@rxap/plugin-angular": "^20.0.0-dev.5",
8
- "@rxap/plugin-workspace": "^20.0.0-dev.4",
6
+ "@nx/devkit": "20.3.1",
7
+ "@rxap/plugin-angular": "^20.0.1-dev.0",
8
+ "@rxap/plugin-workspace": "^20.0.1-dev.0",
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": "d6a4b30e7c6011e6196b6354f9bd6056768853df",
43
+ "gitHead": "3fb11056505011351451e412704f25a645e517ce",
44
44
  "types": "./src/index.d.ts"
45
45
  }
@@ -44,10 +44,10 @@ exports[`preset should use angular preset 2`] = `
44
44
  "@commitlint/cli": "latest",
45
45
  "@commitlint/config-conventional": "latest",
46
46
  "@nx/angular": "latest",
47
- "@nx/eslint": "20.2.1",
48
- "@nx/eslint-plugin": "20.2.1",
49
- "@nx/jest": "20.2.1",
50
- "@nx/js": "20.2.1",
47
+ "@nx/eslint": "20.3.1",
48
+ "@nx/eslint-plugin": "20.3.1",
49
+ "@nx/jest": "20.3.1",
50
+ "@nx/js": "20.3.1",
51
51
  "@rxap/cli": "latest",
52
52
  "@rxap/schematic-composer": "latest",
53
53
  "@swc-node/register": "~1.9.1",
@@ -103,7 +103,7 @@ exports[`preset should use angular preset 3`] = `
103
103
  "default",
104
104
  "{workspaceRoot}/.eslintrc.json",
105
105
  "{workspaceRoot}/.eslintignore",
106
- "{workspaceRoot}/eslint.config.js"
106
+ "{workspaceRoot}/eslint.config.cjs"
107
107
  ]
108
108
  },
109
109
  "@nx/jest:jest": {
@@ -158,7 +158,7 @@ exports[`preset should use angular preset 3`] = `
158
158
  "!{projectRoot}/.storybook/**/*",
159
159
  "!{projectRoot}/tsconfig.storybook.json",
160
160
  "!{projectRoot}/.eslintrc.json",
161
- "!{projectRoot}/eslint.config.js",
161
+ "!{projectRoot}/eslint.config.cjs",
162
162
  "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
163
163
  "!{projectRoot}/jest.config.[jt]s",
164
164
  "!{projectRoot}/test-setup.[jt]s"