@o3r/pipeline 12.0.0-next.2 → 12.0.0-next.20

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.0.0-next.2",
3
+ "version": "12.0.0-next.20",
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",
@@ -39,9 +38,9 @@
39
38
  "tslib": "^2.6.2"
40
39
  },
41
40
  "peerDependencies": {
42
- "@angular-devkit/schematics": "^18.2.0",
43
- "@o3r/schematics": "^12.0.0-next.2",
44
- "@o3r/telemetry": "^12.0.0-next.2",
41
+ "@angular-devkit/schematics": "^19.0.0",
42
+ "@o3r/schematics": "^12.0.0-next.20",
43
+ "@o3r/telemetry": "^12.0.0-next.20",
45
44
  "type-fest": "^4.10.2"
46
45
  },
47
46
  "peerDependenciesMeta": {
@@ -59,29 +58,29 @@
59
58
  }
60
59
  },
61
60
  "devDependencies": {
62
- "@angular-devkit/architect": "~0.1802.0",
63
- "@angular-devkit/core": "~18.2.0",
64
- "@angular-devkit/schematics": "~18.2.0",
61
+ "@angular-devkit/architect": "~0.1900.0",
62
+ "@angular-devkit/core": "~19.0.0",
63
+ "@angular-devkit/schematics": "~19.0.0",
65
64
  "@compodoc/compodoc": "^1.1.19",
66
65
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
67
- "@nx/eslint-plugin": "~19.8.0",
68
- "@nx/jest": "~19.8.0",
69
- "@nx/js": "~19.8.0",
70
- "@o3r/build-helpers": "^12.0.0-next.2",
71
- "@o3r/eslint-plugin": "^12.0.0-next.2",
72
- "@o3r/schematics": "^12.0.0-next.2",
73
- "@o3r/telemetry": "^12.0.0-next.2",
74
- "@o3r/test-helpers": "^12.0.0-next.2",
75
- "@schematics/angular": "~18.2.0",
76
- "@stylistic/eslint-plugin": "~2.7.0",
77
- "@stylistic/eslint-plugin-ts": "~2.7.0",
66
+ "@nx/eslint-plugin": "~20.2.0",
67
+ "@nx/jest": "~20.2.0",
68
+ "@nx/js": "~20.2.0",
69
+ "@o3r/build-helpers": "^12.0.0-next.20",
70
+ "@o3r/eslint-plugin": "^12.0.0-next.20",
71
+ "@o3r/schematics": "^12.0.0-next.20",
72
+ "@o3r/telemetry": "^12.0.0-next.20",
73
+ "@o3r/test-helpers": "^12.0.0-next.20",
74
+ "@schematics/angular": "~19.0.0",
75
+ "@stylistic/eslint-plugin": "~3.0.0",
76
+ "@stylistic/eslint-plugin-ts": "~3.0.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.18.0",
82
- "@typescript-eslint/parser": "~8.18.0",
83
- "@typescript-eslint/utils": "~8.18.0",
84
- "angular-eslint": "~18.4.0",
80
+ "@typescript-eslint/eslint-plugin": "~8.21.0",
81
+ "@typescript-eslint/parser": "~8.21.0",
82
+ "@typescript-eslint/utils": "~8.21.0",
83
+ "angular-eslint": "~19.0.0",
85
84
  "cpy-cli": "^5.0.0",
86
85
  "eslint": "~9.17.0",
87
86
  "eslint-import-resolver-node": "^0.3.9",
@@ -97,14 +96,14 @@
97
96
  "jest": "~29.7.0",
98
97
  "jest-junit": "~16.0.0",
99
98
  "jsonc-eslint-parser": "~2.4.0",
100
- "nx": "~19.8.0",
99
+ "nx": "~20.2.0",
101
100
  "pid-from-port": "^1.1.3",
102
101
  "rxjs": "^7.8.1",
103
- "ts-jest": "~29.2.0",
102
+ "ts-jest": "~29.2.5",
104
103
  "ts-node": "~10.9.2",
105
- "type-fest": "^4.10.2",
106
- "typescript": "~5.5.4",
107
- "typescript-eslint": "~8.18.0"
104
+ "type-fest": "^4.30.1",
105
+ "typescript": "~5.6.2",
106
+ "typescript-eslint": "~8.21.0"
108
107
  },
109
108
  "engines": {
110
109
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
@@ -181,5 +180,10 @@
181
180
  "url": "git+https://github.com/AmadeusITGroup/otter.git"
182
181
  },
183
182
  "license": "BSD-3-Clause",
184
- "homepage": "https://amadeusitgroup.github.io/otter/"
183
+ "homepage": "https://amadeusitgroup.github.io/otter/",
184
+ "config": {
185
+ "o3r": {
186
+ "commitHash": "ff3673d063fa417ce81dcb69c93772053e1a1884"
187
+ }
188
+ }
185
189
  }
@@ -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 %>