@ama-sdk/schematics 8.4.0-alpha.23 → 8.4.0-alpha.24

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": "@ama-sdk/schematics",
3
- "version": "8.4.0-alpha.23",
3
+ "version": "8.4.0-alpha.24",
4
4
  "description": "Swagger specification SDK Generator by schematics",
5
5
  "scripts": {
6
6
  "nx": "nx",
@@ -38,60 +38,60 @@
38
38
  }
39
39
  },
40
40
  "peerDependencies": {
41
- "@ama-sdk/core": "^8.4.0-alpha.23",
42
- "@angular-devkit/core": "~15.2.0",
43
- "@angular-devkit/schematics": "~15.2.0",
44
- "@angular-devkit/schematics-cli": "~15.2.0",
45
- "@angular/cli": "~15.2.0",
41
+ "@ama-sdk/core": "^8.4.0-alpha.24",
42
+ "@angular-devkit/core": "~16.0.5",
43
+ "@angular-devkit/schematics": "~16.0.5",
44
+ "@angular-devkit/schematics-cli": "~16.0.5",
45
+ "@angular/cli": "~16.0.5",
46
46
  "@openapitools/openapi-generator-cli": "~2.6.0",
47
- "@schematics/angular": "~15.2.0"
47
+ "@schematics/angular": "~16.0.5"
48
48
  },
49
49
  "dependencies": {
50
- "@angular-devkit/core": "~15.2.0",
51
- "@angular-devkit/schematics": "~15.2.0",
52
- "@o3r/dev-tools": "^8.4.0-alpha.23",
53
- "minimatch": "^6.1.6",
54
- "rxjs": "^7.4.0",
50
+ "@angular-devkit/core": "~16.0.5",
51
+ "@angular-devkit/schematics": "~16.0.5",
52
+ "@o3r/dev-tools": "^8.4.0-alpha.24",
53
+ "minimatch": "^9.0.0",
54
+ "rxjs": "^7.8.1",
55
55
  "semver": "^7.5.2",
56
56
  "sway": "^2.0.6",
57
- "tslib": "^2.4.1"
57
+ "tslib": "^2.5.3"
58
58
  },
59
59
  "devDependencies": {
60
- "@ama-sdk/core": "^8.4.0-alpha.23",
61
- "@angular-devkit/schematics-cli": "~15.2.0",
62
- "@angular-eslint/eslint-plugin": "~15.2.0",
63
- "@angular/cli": "~15.2.0",
64
- "@nrwl/jest": "~15.9.0",
65
- "@o3r/build-helpers": "^8.4.0-alpha.23",
66
- "@o3r/eslint-plugin": "^8.4.0-alpha.23",
60
+ "@ama-sdk/core": "^8.4.0-alpha.24",
61
+ "@angular-devkit/schematics-cli": "~16.0.5",
62
+ "@angular-eslint/eslint-plugin": "~16.0.3",
63
+ "@angular/cli": "~16.0.5",
64
+ "@nx/jest": "~16.3.2",
65
+ "@o3r/build-helpers": "^8.4.0-alpha.24",
66
+ "@o3r/eslint-plugin": "^8.4.0-alpha.24",
67
67
  "@openapitools/openapi-generator-cli": "~2.6.0",
68
- "@schematics/angular": "~15.2.0",
69
- "@types/jest": "~28.1.2",
68
+ "@schematics/angular": "~16.0.5",
69
+ "@types/jest": "~29.5.2",
70
70
  "@types/minimatch": "^5.1.2",
71
- "@types/node": "^17.0.45",
71
+ "@types/node": "^18.0.0",
72
72
  "@types/pid-from-port": "^1.1.0",
73
73
  "@types/semver": "^7.3.13",
74
- "@typescript-eslint/eslint-plugin": "^5.19.0",
75
- "@typescript-eslint/parser": "^5.19.0",
74
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
75
+ "@typescript-eslint/parser": "^5.59.9",
76
76
  "copyfiles": "^2.4.1",
77
77
  "cpy-cli": "^4.2.0",
78
- "eslint": "^8.22.0",
78
+ "eslint": "^8.42.0",
79
79
  "eslint-import-resolver-node": "^0.3.4",
80
- "eslint-plugin-jest": "^26.1.4",
80
+ "eslint-plugin-jest": "^27.2.1",
81
81
  "eslint-plugin-jsdoc": "^39.3.6",
82
82
  "eslint-plugin-prefer-arrow": "^1.2.3",
83
- "eslint-plugin-unicorn": "^45.0.2",
84
- "isomorphic-fetch": "~2.2.1",
85
- "jest": "~28.1.1",
83
+ "eslint-plugin-unicorn": "^47.0.0",
84
+ "isomorphic-fetch": "~3.0.0",
85
+ "jest": "~29.5.0",
86
86
  "mem-fs": "^2.2.1",
87
87
  "npm-run-all": "^4.1.5",
88
- "nx": "~15.9.0",
88
+ "nx": "~16.3.2",
89
89
  "onchange": "^7.0.2",
90
90
  "pid-from-port": "^1.1.3",
91
91
  "semver": "^7.5.2",
92
- "ts-jest": "^28.0.5",
92
+ "ts-jest": "^29.1.0",
93
93
  "type-fest": "^3.6.1",
94
- "typescript": "~4.9.4"
94
+ "typescript": "~5.0.2"
95
95
  },
96
96
  "openApiSupportedVersion": "~6.6.0",
97
97
  "engines": {
@@ -73,9 +73,9 @@
73
73
  "@angular-eslint/eslint-plugin-template": "<%= angularEslintVersion %>",
74
74
  "@angular-eslint/utils": "<%= angularEslintVersion %>",
75
75
  "@angular/compiler": "<%= angularVersion %>",
76
- "@commitlint/cli": "^11.0.0",
76
+ "@commitlint/cli": "^17.0.0",
77
77
  "@schematics/angular": "<%= angularVersion %>",
78
- "@commitlint/config-conventional": "^11.0.0",
78
+ "@commitlint/config-conventional": "^17.0.0",
79
79
  "@ama-sdk/schematics": "~<%= sdkCoreVersion %>",
80
80
  "@ama-sdk/core": "~<%= sdkCoreVersion %>",
81
81
  "@o3r/eslint-config-otter": "^<%= sdkCoreVersion %>",
@@ -94,13 +94,13 @@
94
94
  "eslint-plugin-prefer-arrow": "<%= versions['eslint-plugin-prefer-arrow'] %>",
95
95
  "eslint-plugin-unicorn": "<%= versions['eslint-plugin-unicorn'] %>",
96
96
  "glob": "^8.0.0",
97
- "husky": "^6.0.0",
97
+ "husky": "^8.0.0",
98
98
  "isomorphic-fetch": "<%= versions['isomorphic-fetch'] %>",
99
99
  "jest": "<%= versions['jest'] %>",
100
- "jest-junit": "^14.0.0",
101
- "lint-staged": "^10.4.0",
100
+ "jest-junit": "^16.0.0",
101
+ "lint-staged": "^13.0.0",
102
102
  "minimist": "^1.2.6",
103
- "rimraf": "^3.0.2",
103
+ "rimraf": "^5.0.0",
104
104
  "standard-version": "^9.0.0",
105
105
  "ts-jest": "<%= versions['ts-jest'] %>",
106
106
  "typedoc": "~0.24.0",