@o3r/pipeline 12.2.0-prerelease.9 → 12.3.0-prerelease.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/pipeline",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0-prerelease.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"ng": "yarn nx",
|
|
19
19
|
"copy:templates": "yarn cpy 'schematics/**/templates{-*,}/**/*' dist/schematics",
|
|
20
20
|
"prepare:build:builders": "yarn cpy '{collection,migration}.json' dist && yarn cpy 'schematics/**/schema.json' dist/schematics && yarn copy:templates",
|
|
21
|
-
"prepare:publish": "prepare-publish ./dist && yarn write-git-hash",
|
|
22
21
|
"build:source": "tsc -b tsconfig.build.json && yarn cpy package.json dist/",
|
|
23
22
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn copy:templates && yarn generate-cjs-manifest",
|
|
24
23
|
"build": "yarn nx build pipeline",
|
|
@@ -39,8 +38,8 @@
|
|
|
39
38
|
},
|
|
40
39
|
"peerDependencies": {
|
|
41
40
|
"@angular-devkit/schematics": "^19.0.0",
|
|
42
|
-
"@o3r/schematics": "^12.
|
|
43
|
-
"@o3r/telemetry": "^12.
|
|
41
|
+
"@o3r/schematics": "^12.3.0-prerelease.0",
|
|
42
|
+
"@o3r/telemetry": "^12.3.0-prerelease.0",
|
|
44
43
|
"type-fest": "^4.10.2"
|
|
45
44
|
},
|
|
46
45
|
"peerDependenciesMeta": {
|
|
@@ -63,28 +62,28 @@
|
|
|
63
62
|
"@angular-devkit/schematics": "~19.2.0",
|
|
64
63
|
"@compodoc/compodoc": "^1.1.19",
|
|
65
64
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
66
|
-
"@nx/eslint-plugin": "~20.
|
|
67
|
-
"@nx/jest": "~20.
|
|
68
|
-
"@nx/js": "~20.
|
|
69
|
-
"@o3r/build-helpers": "^12.
|
|
70
|
-
"@o3r/eslint-plugin": "^12.
|
|
71
|
-
"@o3r/schematics": "^12.
|
|
72
|
-
"@o3r/telemetry": "^12.
|
|
73
|
-
"@o3r/test-helpers": "^12.
|
|
65
|
+
"@nx/eslint-plugin": "~20.6.0",
|
|
66
|
+
"@nx/jest": "~20.6.0",
|
|
67
|
+
"@nx/js": "~20.6.0",
|
|
68
|
+
"@o3r/build-helpers": "^12.3.0-prerelease.0",
|
|
69
|
+
"@o3r/eslint-plugin": "^12.3.0-prerelease.0",
|
|
70
|
+
"@o3r/schematics": "^12.3.0-prerelease.0",
|
|
71
|
+
"@o3r/telemetry": "^12.3.0-prerelease.0",
|
|
72
|
+
"@o3r/test-helpers": "^12.3.0-prerelease.0",
|
|
74
73
|
"@schematics/angular": "~19.2.0",
|
|
75
74
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
76
75
|
"@stylistic/eslint-plugin-ts": "~3.1.0",
|
|
77
76
|
"@types/jest": "~29.5.2",
|
|
78
77
|
"@types/js-yaml": "^4.0.5",
|
|
79
78
|
"@types/node": "^20.0.0",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
81
|
-
"@typescript-eslint/parser": "~8.
|
|
82
|
-
"@typescript-eslint/utils": "~8.
|
|
83
|
-
"angular-eslint": "~19.
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "~8.29.0",
|
|
80
|
+
"@typescript-eslint/parser": "~8.29.0",
|
|
81
|
+
"@typescript-eslint/utils": "~8.29.0",
|
|
82
|
+
"angular-eslint": "~19.3.0",
|
|
84
83
|
"cpy-cli": "^5.0.0",
|
|
85
|
-
"eslint": "~9.
|
|
84
|
+
"eslint": "~9.23.0",
|
|
86
85
|
"eslint-import-resolver-node": "~0.3.9",
|
|
87
|
-
"eslint-import-resolver-typescript": "~3.
|
|
86
|
+
"eslint-import-resolver-typescript": "~3.10.0",
|
|
88
87
|
"eslint-plugin-import": "~2.31.0",
|
|
89
88
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
90
89
|
"eslint-plugin-jest": "~28.11.0",
|
|
@@ -96,14 +95,14 @@
|
|
|
96
95
|
"jest": "~29.7.0",
|
|
97
96
|
"jest-junit": "~16.0.0",
|
|
98
97
|
"jsonc-eslint-parser": "~2.4.0",
|
|
99
|
-
"nx": "~20.
|
|
98
|
+
"nx": "~20.6.0",
|
|
100
99
|
"pid-from-port": "^1.1.3",
|
|
101
100
|
"rxjs": "^7.8.1",
|
|
102
|
-
"ts-jest": "~29.
|
|
101
|
+
"ts-jest": "~29.3.0",
|
|
103
102
|
"ts-node": "~10.9.2",
|
|
104
103
|
"type-fest": "^4.30.1",
|
|
105
104
|
"typescript": "~5.8.2",
|
|
106
|
-
"typescript-eslint": "~8.
|
|
105
|
+
"typescript-eslint": "~8.29.0"
|
|
107
106
|
},
|
|
108
107
|
"engines": {
|
|
109
108
|
"node": "^20.11.1 || >=22.0.0"
|
|
@@ -115,6 +114,11 @@
|
|
|
115
114
|
"ng-add": {
|
|
116
115
|
"save": "devDependencies"
|
|
117
116
|
},
|
|
117
|
+
"config": {
|
|
118
|
+
"o3r": {
|
|
119
|
+
"commitHash": "e1ee479d64cbdb3a8c5223010afd1cfde2579c0a"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
118
122
|
"contributors": [
|
|
119
123
|
{
|
|
120
124
|
"name": "Yannick Adam",
|
|
@@ -183,10 +187,5 @@
|
|
|
183
187
|
"url": "git+https://github.com/AmadeusITGroup/otter.git"
|
|
184
188
|
},
|
|
185
189
|
"license": "BSD-3-Clause",
|
|
186
|
-
"homepage": "https://amadeusitgroup.github.io/otter/"
|
|
187
|
-
"config": {
|
|
188
|
-
"o3r": {
|
|
189
|
-
"commitHash": "b542e23ce079683acca582d9240a09f2c82b7f4a"
|
|
190
|
-
}
|
|
191
|
-
}
|
|
190
|
+
"homepage": "https://amadeusitgroup.github.io/otter/"
|
|
192
191
|
}
|
|
@@ -4,7 +4,7 @@ description: Sets up Node.js and installs dependencies
|
|
|
4
4
|
runs:
|
|
5
5
|
using: "composite"
|
|
6
6
|
steps:
|
|
7
|
-
- uses: actions/setup-node@
|
|
7
|
+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
|
8
8
|
with:
|
|
9
9
|
node-version: 22<% if (packageManager !== 'yarn') { %>
|
|
10
10
|
cache: <%= packageManager %><% } %>
|
|
@@ -16,7 +16,7 @@ runs:
|
|
|
16
16
|
id: yarn-cache-dir-path
|
|
17
17
|
run: echo "dir=$(<% if (yarn2) { %>yarn config get cacheFolder<% } else { %>yarn cache dir<% } %>)" >> $GITHUB_OUTPUT
|
|
18
18
|
- name: Cache dependencies
|
|
19
|
-
uses: actions/cache@
|
|
19
|
+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
|
20
20
|
with:
|
|
21
21
|
path: |
|
|
22
22
|
${{ steps.yarn-cache-dir-path.outputs.dir }}
|