@o3r/workspace 12.0.0-rc.8 → 12.0.0-rc.9

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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/workspace",
3
- "version": "12.0.0-rc.8",
3
+ "version": "12.0.0-rc.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,14 +22,14 @@
22
22
  "main": "./src/public_api.js",
23
23
  "types": "./src/public_api.d.ts",
24
24
  "peerDependencies": {
25
- "@angular-devkit/architect": "^0.1900.0",
25
+ "@angular-devkit/architect": ">=0.1900.0 <0.2000.0-0",
26
26
  "@angular-devkit/core": "^19.0.0",
27
27
  "@angular-devkit/schematics": "^19.0.0",
28
28
  "@angular/cli": "^19.0.0",
29
29
  "@angular/common": "^19.0.0",
30
30
  "@angular/compiler-cli": "^19.0.0",
31
31
  "@angular/core": "^19.0.0",
32
- "@o3r/telemetry": "^12.0.0-rc.8",
32
+ "@o3r/telemetry": "^12.0.0-rc.9",
33
33
  "@schematics/angular": "^19.0.0",
34
34
  "ts-node": "~10.9.2",
35
35
  "type-fest": "^4.10.2",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@o3r/schematics": "^12.0.0-rc.8",
50
+ "@o3r/schematics": "^12.0.0-rc.9",
51
51
  "commander": "^13.0.0",
52
52
  "globby": "^11.1.0",
53
53
  "semver": "^7.5.2",
@@ -56,19 +56,19 @@
56
56
  "winston": "^3.8.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@angular-devkit/architect": "~0.1900.0",
60
- "@angular-devkit/build-angular": "~19.0.0",
61
- "@angular-devkit/core": "~19.0.0",
62
- "@angular-devkit/schematics": "~19.0.0",
63
- "@angular/animations": "~19.0.0",
64
- "@angular/cli": "~19.0.0",
65
- "@angular/common": "~19.0.0",
66
- "@angular/compiler": "~19.0.0",
67
- "@angular/compiler-cli": "~19.0.0",
68
- "@angular/core": "~19.0.0",
69
- "@angular/platform-browser": "~19.0.0",
70
- "@angular/platform-browser-dynamic": "~19.0.0",
71
- "@angular/router": "~19.0.0",
59
+ "@angular-devkit/architect": "~0.1901.0",
60
+ "@angular-devkit/build-angular": "~19.1.0",
61
+ "@angular-devkit/core": "~19.1.0",
62
+ "@angular-devkit/schematics": "~19.1.0",
63
+ "@angular/animations": "~19.1.0",
64
+ "@angular/cli": "~19.1.0",
65
+ "@angular/common": "~19.1.0",
66
+ "@angular/compiler": "~19.1.0",
67
+ "@angular/compiler-cli": "~19.1.0",
68
+ "@angular/core": "~19.1.0",
69
+ "@angular/platform-browser": "~19.1.0",
70
+ "@angular/platform-browser-dynamic": "~19.1.0",
71
+ "@angular/router": "~19.1.0",
72
72
  "@babel/core": "~7.26.0",
73
73
  "@babel/preset-typescript": "~7.26.0",
74
74
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
@@ -80,12 +80,12 @@
80
80
  "@nx/jest": "~20.2.0",
81
81
  "@nx/js": "~20.2.0",
82
82
  "@nx/workspace": "~20.2.0",
83
- "@o3r/build-helpers": "^12.0.0-rc.8",
84
- "@o3r/core": "^12.0.0-rc.8",
85
- "@o3r/eslint-plugin": "^12.0.0-rc.8",
86
- "@o3r/schematics": "^12.0.0-rc.8",
87
- "@o3r/test-helpers": "^12.0.0-rc.8",
88
- "@schematics/angular": "~19.0.0",
83
+ "@o3r/build-helpers": "^12.0.0-rc.9",
84
+ "@o3r/core": "^12.0.0-rc.9",
85
+ "@o3r/eslint-plugin": "^12.0.0-rc.9",
86
+ "@o3r/schematics": "^12.0.0-rc.9",
87
+ "@o3r/test-helpers": "^12.0.0-rc.9",
88
+ "@schematics/angular": "~19.1.0",
89
89
  "@stylistic/eslint-plugin": "~3.0.0",
90
90
  "@types/jest": "~29.5.2",
91
91
  "@types/minimist": "^1.2.2",
@@ -93,16 +93,16 @@
93
93
  "@types/pid-from-port": "^1.1.0",
94
94
  "@types/semver": "^7.3.13",
95
95
  "@types/uuid": "^10.0.0",
96
- "@typescript-eslint/parser": "~8.21.0",
96
+ "@typescript-eslint/parser": "~8.23.0",
97
97
  "angular-eslint": "~19.0.0",
98
98
  "cpy-cli": "^5.0.0",
99
- "eslint": "~9.17.0",
99
+ "eslint": "~9.19.0",
100
100
  "eslint-import-resolver-node": "^0.3.9",
101
101
  "eslint-import-resolver-typescript": "^3.6.3",
102
102
  "eslint-plugin-import": "^2.31.0",
103
103
  "eslint-plugin-import-newlines": "^1.4.0",
104
- "eslint-plugin-jest": "~28.8.0",
105
- "eslint-plugin-jsdoc": "~50.2.0",
104
+ "eslint-plugin-jest": "~28.11.0",
105
+ "eslint-plugin-jsdoc": "~50.6.0",
106
106
  "eslint-plugin-prefer-arrow": "~1.2.3",
107
107
  "eslint-plugin-unicorn": "^56.0.0",
108
108
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -119,13 +119,13 @@
119
119
  "ts-jest": "~29.2.5",
120
120
  "ts-node": "~10.9.2",
121
121
  "type-fest": "^4.30.1",
122
- "typescript": "~5.6.2",
123
- "typescript-eslint": "~8.21.0",
122
+ "typescript": "~5.7.3",
123
+ "typescript-eslint": "~8.23.0",
124
124
  "zone.js": "~0.15.0"
125
125
  },
126
126
  "generatorDependencies": {
127
127
  "@angular-builders/jest": "~19.0.0",
128
- "@angular/material": "~19.0.0",
128
+ "@angular/material": "~19.1.0",
129
129
  "@commitlint/cli": "^19.0.0",
130
130
  "@commitlint/config-angular": "^19.0.0",
131
131
  "@commitlint/config-conventional": "^19.0.0",