chore: remove unused zone.js devDependency

zone.js was listed as a devDependency but is never imported or used
in the source code or build scripts. The Angular partial compilation
does not require it. Consumers decide whether to use zone.js in their
own apps. Also removes the zone.js version constraint from renovate.
This commit is contained in:
Daniel Sogl
2026-03-21 15:14:44 -07:00
parent aaae9fc277
commit 15e7ac0c9a
3 changed files with 2 additions and 16 deletions
+1 -2
View File
@@ -50,8 +50,7 @@
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.57.1",
"zone.js": "~0.15.0"
"typescript-eslint": "^8.57.1"
},
"repository": {
"type": "git",