@o3r/pipeline 11.7.0-prerelease.4 → 11.7.0-prerelease.41

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": "11.7.0-prerelease.4",
3
+ "version": "11.7.0-prerelease.41",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,7 +16,6 @@
16
16
  "scripts": {
17
17
  "nx": "nx",
18
18
  "ng": "yarn nx",
19
- "test": "yarn nx test pipeline",
20
19
  "copy:templates": "yarn cpy 'schematics/**/templates{-*,}/**/*' dist/schematics",
21
20
  "prepare:build:builders": "yarn cpy '{collection,migration}.json' dist && yarn cpy 'schematics/**/schema.json' dist/schematics && yarn copy:templates",
22
21
  "prepare:publish": "prepare-publish ./dist && yarn write-git-hash",
@@ -40,8 +39,8 @@
40
39
  },
41
40
  "peerDependencies": {
42
41
  "@angular-devkit/schematics": "^18.2.0",
43
- "@o3r/schematics": "^11.7.0-prerelease.4",
44
- "@o3r/telemetry": "^11.7.0-prerelease.4",
42
+ "@o3r/schematics": "^11.7.0-prerelease.41",
43
+ "@o3r/telemetry": "^11.7.0-prerelease.41",
45
44
  "type-fest": "^4.10.2"
46
45
  },
47
46
  "peerDependenciesMeta": {
@@ -67,20 +66,20 @@
67
66
  "@nx/eslint-plugin": "~19.8.0",
68
67
  "@nx/jest": "~19.8.0",
69
68
  "@nx/js": "~19.8.0",
70
- "@o3r/build-helpers": "^11.7.0-prerelease.4",
71
- "@o3r/eslint-plugin": "^11.7.0-prerelease.4",
72
- "@o3r/schematics": "^11.7.0-prerelease.4",
73
- "@o3r/telemetry": "^11.7.0-prerelease.4",
74
- "@o3r/test-helpers": "^11.7.0-prerelease.4",
69
+ "@o3r/build-helpers": "^11.7.0-prerelease.41",
70
+ "@o3r/eslint-plugin": "^11.7.0-prerelease.41",
71
+ "@o3r/schematics": "^11.7.0-prerelease.41",
72
+ "@o3r/telemetry": "^11.7.0-prerelease.41",
73
+ "@o3r/test-helpers": "^11.7.0-prerelease.41",
75
74
  "@schematics/angular": "~18.2.0",
76
75
  "@stylistic/eslint-plugin": "~2.7.0",
77
76
  "@stylistic/eslint-plugin-ts": "~2.7.0",
78
77
  "@types/jest": "~29.5.2",
79
78
  "@types/js-yaml": "^4.0.5",
80
79
  "@types/node": "^20.0.0",
81
- "@typescript-eslint/eslint-plugin": "~8.19.0",
82
- "@typescript-eslint/parser": "~8.19.0",
83
- "@typescript-eslint/utils": "~8.19.0",
80
+ "@typescript-eslint/eslint-plugin": "~8.21.0",
81
+ "@typescript-eslint/parser": "~8.21.0",
82
+ "@typescript-eslint/utils": "~8.21.0",
84
83
  "angular-eslint": "~18.4.0",
85
84
  "cpy-cli": "^5.0.0",
86
85
  "eslint": "~9.14.0",
@@ -104,7 +103,7 @@
104
103
  "ts-node": "~10.9.2",
105
104
  "type-fest": "^4.10.2",
106
105
  "typescript": "~5.5.4",
107
- "typescript-eslint": "~8.19.0"
106
+ "typescript-eslint": "~8.21.0"
108
107
  },
109
108
  "engines": {
110
109
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
@@ -113,6 +112,9 @@
113
112
  "ng-update": {
114
113
  "migrations": "./migration.json"
115
114
  },
115
+ "ng-add": {
116
+ "save": "devDependencies"
117
+ },
116
118
  "contributors": [
117
119
  {
118
120
  "name": "Yannick Adam",
@@ -181,5 +183,10 @@
181
183
  "url": "git+https://github.com/AmadeusITGroup/otter.git"
182
184
  },
183
185
  "license": "BSD-3-Clause",
184
- "homepage": "https://amadeusitgroup.github.io/otter/"
186
+ "homepage": "https://amadeusitgroup.github.io/otter/",
187
+ "config": {
188
+ "o3r": {
189
+ "commitHash": "72e90a80f7d70ed8aba86e0f130d648bab5b1fae"
190
+ }
191
+ }
185
192
  }
@@ -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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
19
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
20
20
  with:
21
21
  path: |
22
22
  ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -41,6 +41,7 @@ jobs:
41
41
  run: <%= packageManager %> run lint
42
42
 
43
43
  release:
44
+ needs: [build, unit-tests, lint]
44
45
  permissions:
45
46
  contents: write
46
47
  runs-on: <%= runner %>