@o3r/workspace 14.0.0-next.4 → 14.0.0-next.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/package.json +28 -28
- package/schematics/library/rules/shared.d.ts +1 -1
- package/schematics/library/rules/shared.js +1 -1
- package/schematics/ng-add/helpers/npm-workspace.d.ts +1 -1
- package/schematics/ng-add/helpers/npm-workspace.js +1 -1
- package/schematics/ng-add/helpers/renovate/index.d.ts +1 -1
- package/schematics/ng-add/helpers/renovate/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/workspace",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@angular/common": "^20.0.0",
|
|
42
42
|
"@angular/compiler-cli": "^20.0.0",
|
|
43
43
|
"@angular/core": "^20.0.0",
|
|
44
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
45
|
-
"@o3r/telemetry": "~14.0.0-next.
|
|
44
|
+
"@o3r/schematics": "~14.0.0-next.7",
|
|
45
|
+
"@o3r/telemetry": "~14.0.0-next.7",
|
|
46
46
|
"@schematics/angular": "^20.0.0",
|
|
47
47
|
"type-fest": "^4.30.1",
|
|
48
48
|
"typescript": "^5.9.0"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
65
|
+
"@o3r/schematics": "~14.0.0-next.7",
|
|
66
66
|
"commander": "^14.0.0",
|
|
67
67
|
"globby": "^11.1.0",
|
|
68
68
|
"semver": "^7.5.2",
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
"winston": "^3.8.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@angular-devkit/architect": "
|
|
75
|
-
"@angular-devkit/build-angular": "~20.3.
|
|
76
|
-
"@angular-devkit/core": "~20.3.
|
|
77
|
-
"@angular-devkit/schematics": "~20.3.
|
|
78
|
-
"@angular/animations": "~20.3.
|
|
79
|
-
"@angular/cli": "~20.3.
|
|
80
|
-
"@angular/common": "~20.3.
|
|
81
|
-
"@angular/compiler": "~20.3.
|
|
82
|
-
"@angular/compiler-cli": "~20.3.
|
|
83
|
-
"@angular/core": "~20.3.
|
|
84
|
-
"@angular/platform-browser": "~20.3.
|
|
85
|
-
"@angular/platform-browser-dynamic": "~20.3.
|
|
86
|
-
"@angular/router": "~20.3.
|
|
74
|
+
"@angular-devkit/architect": "0.2003.13",
|
|
75
|
+
"@angular-devkit/build-angular": "~20.3.13",
|
|
76
|
+
"@angular-devkit/core": "~20.3.13",
|
|
77
|
+
"@angular-devkit/schematics": "~20.3.13",
|
|
78
|
+
"@angular/animations": "~20.3.15",
|
|
79
|
+
"@angular/cli": "~20.3.13",
|
|
80
|
+
"@angular/common": "~20.3.15",
|
|
81
|
+
"@angular/compiler": "~20.3.15",
|
|
82
|
+
"@angular/compiler-cli": "~20.3.15",
|
|
83
|
+
"@angular/core": "~20.3.15",
|
|
84
|
+
"@angular/platform-browser": "~20.3.15",
|
|
85
|
+
"@angular/platform-browser-dynamic": "~20.3.15",
|
|
86
|
+
"@angular/router": "~20.3.15",
|
|
87
87
|
"@babel/core": "~7.28.0",
|
|
88
88
|
"@babel/preset-typescript": "~7.28.0",
|
|
89
89
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
@@ -95,16 +95,16 @@
|
|
|
95
95
|
"@nx/jest": "~21.6.0",
|
|
96
96
|
"@nx/js": "~21.6.0",
|
|
97
97
|
"@nx/workspace": "~21.6.0",
|
|
98
|
-
"@o3r/build-helpers": "~14.0.0-next.
|
|
99
|
-
"@o3r/core": "~14.0.0-next.
|
|
100
|
-
"@o3r/eslint-plugin": "~14.0.0-next.
|
|
101
|
-
"@o3r/telemetry": "~14.0.0-next.
|
|
102
|
-
"@o3r/test-helpers": "~14.0.0-next.
|
|
103
|
-
"@schematics/angular": "~20.3.
|
|
98
|
+
"@o3r/build-helpers": "~14.0.0-next.7",
|
|
99
|
+
"@o3r/core": "~14.0.0-next.7",
|
|
100
|
+
"@o3r/eslint-plugin": "~14.0.0-next.7",
|
|
101
|
+
"@o3r/telemetry": "~14.0.0-next.7",
|
|
102
|
+
"@o3r/test-helpers": "~14.0.0-next.7",
|
|
103
|
+
"@schematics/angular": "~20.3.13",
|
|
104
104
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
105
105
|
"@types/jest": "~30.0.0",
|
|
106
106
|
"@types/minimist": "^1.2.2",
|
|
107
|
-
"@types/node": "~
|
|
107
|
+
"@types/node": "~24.10.0",
|
|
108
108
|
"@types/semver": "^7.3.13",
|
|
109
109
|
"@typescript-eslint/parser": "~8.47.0",
|
|
110
110
|
"angular-eslint": "~20.6.0",
|
|
@@ -138,17 +138,17 @@
|
|
|
138
138
|
},
|
|
139
139
|
"generatorDependencies": {
|
|
140
140
|
"@angular-builders/jest": "~20.0.0",
|
|
141
|
-
"@angular-devkit/build-angular": "~20.3.
|
|
142
|
-
"@angular-devkit/core": "~20.3.
|
|
141
|
+
"@angular-devkit/build-angular": "~20.3.13",
|
|
142
|
+
"@angular-devkit/core": "~20.3.13",
|
|
143
143
|
"@angular-eslint/eslint-plugin": "~20.0.0",
|
|
144
144
|
"@commitlint/cli": "^19.0.0",
|
|
145
145
|
"@commitlint/config-angular": "^19.0.0",
|
|
146
146
|
"@commitlint/config-conventional": "^19.0.0",
|
|
147
147
|
"@commitlint/types": "^19.0.0",
|
|
148
|
-
"@schematics/angular": "~20.3.
|
|
148
|
+
"@schematics/angular": "~20.3.13",
|
|
149
149
|
"@types/jasmine": "~5.1.0",
|
|
150
150
|
"@types/jest": "~30.0.0",
|
|
151
|
-
"@types/node": "~
|
|
151
|
+
"@types/node": "~24.10.0",
|
|
152
152
|
"cpy-cli": "^6.0.0",
|
|
153
153
|
"editorconfig-checker": "^6.0.1",
|
|
154
154
|
"husky": "~9.1.0",
|
|
@@ -5,7 +5,7 @@ import { NgGenerateModuleSchema } from '../schema';
|
|
|
5
5
|
* Generate rule to update generated package.json file
|
|
6
6
|
* @param targetPath Path of the generated files
|
|
7
7
|
* @param otterVersion Current version of otter
|
|
8
|
-
* @param o3rWorkspacePackageJson Content of
|
|
8
|
+
* @param o3rWorkspacePackageJson Content of `@o3r/workspace` package.json
|
|
9
9
|
* @param options Option of the schematic
|
|
10
10
|
*/
|
|
11
11
|
export declare function updatePackageDependenciesFactory(targetPath: string, otterVersion: string, o3rWorkspacePackageJson: PackageJson & {
|
|
@@ -8,7 +8,7 @@ const schematics_1 = require("@o3r/schematics");
|
|
|
8
8
|
* Generate rule to update generated package.json file
|
|
9
9
|
* @param targetPath Path of the generated files
|
|
10
10
|
* @param otterVersion Current version of otter
|
|
11
|
-
* @param o3rWorkspacePackageJson Content of
|
|
11
|
+
* @param o3rWorkspacePackageJson Content of `@o3r/workspace` package.json
|
|
12
12
|
* @param options Option of the schematic
|
|
13
13
|
*/
|
|
14
14
|
function updatePackageDependenciesFactory(targetPath, otterVersion, o3rWorkspacePackageJson, options) {
|
|
@@ -17,7 +17,7 @@ export declare function addWorkspacesToProject(directories?: WorkspaceLayout): R
|
|
|
17
17
|
export declare function filterPackageJsonScripts(tree: Tree, _context: SchematicContext): import("@angular-devkit/schematics/src/tree/interface").Tree;
|
|
18
18
|
/**
|
|
19
19
|
* Add a monorepo manager at the root of the project
|
|
20
|
-
* @param o3rWorkspacePackageJson the
|
|
20
|
+
* @param o3rWorkspacePackageJson the `@o3r/workspace` package.json
|
|
21
21
|
* @param manager the monorepo manager
|
|
22
22
|
*/
|
|
23
23
|
export declare function addMonorepoManager(o3rWorkspacePackageJson: PackageJson & {
|
|
@@ -63,7 +63,7 @@ function filterPackageJsonScripts(tree, _context) {
|
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Add a monorepo manager at the root of the project
|
|
66
|
-
* @param o3rWorkspacePackageJson the
|
|
66
|
+
* @param o3rWorkspacePackageJson the `@o3r/workspace` package.json
|
|
67
67
|
* @param manager the monorepo manager
|
|
68
68
|
*/
|
|
69
69
|
function addMonorepoManager(o3rWorkspacePackageJson, manager) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Rule } from '@angular-devkit/schematics';
|
|
2
2
|
/**
|
|
3
3
|
* Add renovate configuration to Otter application
|
|
4
|
-
* @param rootPath @
|
|
4
|
+
* @param rootPath {@link RuleFactory.rootPath}
|
|
5
5
|
*/
|
|
6
6
|
export declare function generateRenovateConfig(rootPath: string): Rule;
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -7,7 +7,7 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
7
7
|
const schematics_2 = require("@o3r/schematics");
|
|
8
8
|
/**
|
|
9
9
|
* Add renovate configuration to Otter application
|
|
10
|
-
* @param rootPath @
|
|
10
|
+
* @param rootPath {@link RuleFactory.rootPath}
|
|
11
11
|
*/
|
|
12
12
|
function generateRenovateConfig(rootPath) {
|
|
13
13
|
const ownPackageJsonContent = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', '..', 'package.json'), { encoding: 'utf8' }));
|