@o3r/workspace 14.0.0-next.5 → 14.0.0-next.8
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 +17 -17
- 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.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,10 +41,10 @@
|
|
|
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.8",
|
|
45
|
+
"@o3r/telemetry": "~14.0.0-next.8",
|
|
46
46
|
"@schematics/angular": "^20.0.0",
|
|
47
|
-
"type-fest": "^
|
|
47
|
+
"type-fest": "^5.3.1",
|
|
48
48
|
"typescript": "^5.9.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
@@ -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.8",
|
|
66
66
|
"commander": "^14.0.0",
|
|
67
67
|
"globby": "^11.1.0",
|
|
68
68
|
"semver": "^7.5.2",
|
|
@@ -95,11 +95,11 @@
|
|
|
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.
|
|
98
|
+
"@o3r/build-helpers": "~14.0.0-next.8",
|
|
99
|
+
"@o3r/core": "~14.0.0-next.8",
|
|
100
|
+
"@o3r/eslint-plugin": "~14.0.0-next.8",
|
|
101
|
+
"@o3r/telemetry": "~14.0.0-next.8",
|
|
102
|
+
"@o3r/test-helpers": "~14.0.0-next.8",
|
|
103
103
|
"@schematics/angular": "~20.3.13",
|
|
104
104
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
105
105
|
"@types/jest": "~30.0.0",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"eslint-plugin-import": "~2.32.0",
|
|
116
116
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
117
117
|
"eslint-plugin-jest": "~29.1.0",
|
|
118
|
-
"eslint-plugin-jsdoc": "~
|
|
118
|
+
"eslint-plugin-jsdoc": "~61.5.0",
|
|
119
119
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
120
|
-
"eslint-plugin-unicorn": "~
|
|
120
|
+
"eslint-plugin-unicorn": "~62.0.0",
|
|
121
121
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
122
122
|
"globals": "^16.0.0",
|
|
123
123
|
"jest": "~30.2.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"nx": "~21.6.0",
|
|
132
132
|
"rxjs": "^7.8.1",
|
|
133
133
|
"ts-jest": "~29.4.0",
|
|
134
|
-
"type-fest": "^
|
|
134
|
+
"type-fest": "^5.3.1",
|
|
135
135
|
"typescript": "~5.9.2",
|
|
136
136
|
"typescript-eslint": "~8.47.0",
|
|
137
137
|
"zone.js": "~0.15.0"
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"@angular-devkit/build-angular": "~20.3.13",
|
|
142
142
|
"@angular-devkit/core": "~20.3.13",
|
|
143
143
|
"@angular-eslint/eslint-plugin": "~20.0.0",
|
|
144
|
-
"@commitlint/cli": "^
|
|
145
|
-
"@commitlint/config-angular": "^
|
|
146
|
-
"@commitlint/config-conventional": "^
|
|
147
|
-
"@commitlint/types": "^
|
|
144
|
+
"@commitlint/cli": "^20.2.0",
|
|
145
|
+
"@commitlint/config-angular": "^20.2.0",
|
|
146
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
147
|
+
"@commitlint/types": "^20.2.0",
|
|
148
148
|
"@schematics/angular": "~20.3.13",
|
|
149
149
|
"@types/jasmine": "~5.1.0",
|
|
150
150
|
"@types/jest": "~30.0.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' }));
|