@ama-mcp/angular 14.0.0-next.12 → 14.0.0-next.14

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 +27 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-mcp/angular",
3
- "version": "14.0.0-next.12",
3
+ "version": "14.0.0-next.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "compile": "tsc -b ./tsconfig.build.json && yarn cpy package.json dist && patch-package-json-main"
31
31
  },
32
32
  "peerDependencies": {
33
- "@ama-mcp/core": "^14.0.0-next.12",
33
+ "@ama-mcp/core": "^14.0.0-next.14",
34
34
  "@modelcontextprotocol/sdk": "^1.20.0",
35
35
  "zod": "^3.25.76 || ^4.0.0"
36
36
  },
@@ -38,53 +38,55 @@
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@ama-mcp/core": "^14.0.0-next.12",
42
- "@angular-devkit/schematics": "~20.3.13",
43
- "@angular/common": "~20.3.15",
44
- "@angular/compiler": "~20.3.15",
45
- "@angular/compiler-cli": "~20.3.15",
46
- "@angular/core": "~20.3.15",
47
- "@angular/platform-browser": "~20.3.15",
48
- "@angular/platform-browser-dynamic": "~20.3.15",
41
+ "@ama-mcp/core": "^14.0.0-next.14",
42
+ "@angular-devkit/schematics": "~21.0.2",
43
+ "@angular/common": "~21.0.3",
44
+ "@angular/compiler": "~21.0.3",
45
+ "@angular/compiler-cli": "~21.0.3",
46
+ "@angular/core": "~21.0.3",
47
+ "@angular/platform-browser": "~21.0.3",
48
+ "@angular/platform-browser-dynamic": "~21.0.3",
49
49
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
50
50
  "@modelcontextprotocol/sdk": "~1.25.0",
51
- "@nx/eslint": "~21.6.0",
52
- "@nx/eslint-plugin": "~21.6.0",
53
- "@nx/jest": "~21.6.0",
54
- "@nx/js": "~21.6.0",
55
- "@o3r/build-helpers": "^14.0.0-next.12",
56
- "@o3r/eslint-config": "^14.0.0-next.12",
57
- "@o3r/eslint-plugin": "^14.0.0-next.12",
58
- "@o3r/test-helpers": "^14.0.0-next.12",
51
+ "@nx/eslint": "~22.3.3",
52
+ "@nx/eslint-plugin": "~22.3.3",
53
+ "@nx/jest": "~22.3.3",
54
+ "@nx/js": "~22.3.3",
55
+ "@o3r/build-helpers": "^14.0.0-next.14",
56
+ "@o3r/eslint-config": "^14.0.0-next.14",
57
+ "@o3r/eslint-plugin": "^14.0.0-next.14",
58
+ "@o3r/test-helpers": "^14.0.0-next.14",
59
59
  "@stylistic/eslint-plugin": "~5.6.0",
60
60
  "@types/jest": "~30.0.0",
61
61
  "@types/node": "~24.10.0",
62
- "@typescript-eslint/parser": "~8.51.0",
63
- "angular-eslint": "~20.6.0",
62
+ "@typescript-eslint/parser": "~8.52.0",
63
+ "angular-eslint": "~21.0.1",
64
64
  "cpy-cli": "^6.0.0",
65
65
  "eslint": "~9.39.0",
66
66
  "eslint-import-resolver-node": "~0.3.9",
67
67
  "eslint-import-resolver-typescript": "~4.4.0",
68
68
  "eslint-plugin-import": "~2.32.0",
69
69
  "eslint-plugin-import-newlines": "~1.4.0",
70
- "eslint-plugin-jest": "~29.11.0",
70
+ "eslint-plugin-jest": "~29.12.0",
71
71
  "eslint-plugin-jsdoc": "~61.5.0",
72
72
  "eslint-plugin-prefer-arrow": "~1.2.3",
73
73
  "eslint-plugin-unicorn": "~62.0.0",
74
74
  "eslint-plugin-unused-imports": "~4.3.0",
75
75
  "globals": "^16.0.0",
76
76
  "jest": "~30.2.0",
77
+ "jest-environment-jsdom": "~30.2.0",
77
78
  "jest-junit": "~16.0.0",
79
+ "jest-preset-angular": "~16.0.0",
78
80
  "jest-util": "~30.2.0",
81
+ "jsdom": "~27.3.0",
79
82
  "jsonc-eslint-parser": "~2.4.0",
80
- "nx": "~21.6.0",
83
+ "nx": "~22.3.3",
81
84
  "rxjs": "^7.8.1",
82
85
  "ts-jest": "~29.4.0",
83
86
  "type-fest": "^5.3.1",
84
87
  "typescript": "~5.9.2",
85
- "typescript-eslint": "~8.51.0",
86
- "zod": "~4.1.0",
87
- "zone.js": "~0.15.0"
88
+ "typescript-eslint": "~8.52.0",
89
+ "zod": "~4.1.0"
88
90
  },
89
91
  "engines": {
90
92
  "node": "^20.19.0 || ^22.17.0 || ^24.0.0"