mirror of
https://github.com/zitadel/zitadel.git
synced 2026-07-25 18:28:00 +00:00
# Which Problems Are Solved - npm dependencies across the monorepo are behind current patch/minor releases. - Transitive dependencies are pinned to older versions by parent packages (karma, nx, @changesets/cli, etc.). - Console build fails after the Angular toolchain update because `angular.json` references assets outside the workspace root. # How the Problems Are Solved - Bumps `@angular/*` to `^21.2.17` in console. - Bumps `js-yaml` to `^4.2.0` in docs. - Bumps `concurrently` to `^10.0.3` in login. - Adds pnpm overrides for transitive deps that cannot be bumped directly (ws, undici, minimatch, esbuild, dompurify, qs, and others). # Additional Changes - Removes 10 overrides that are no longer needed after parent packages resolve to newer versions. - Updates 4 existing overrides (`tar`, `js-yaml`, `dompurify`, `brace-expansion`) to match current upstream ranges. - 2 low-severity findings remain via the abandoned `raw-loader` package in docs (peer dep resolution; no upstream fix without replacing `raw-loader`). - Fixes console build: replaced the `angular.json` asset glob `../apps/docs/public/img/tech` with a `prebuild` script that copies tech images into `src/assets/docs/img/tech`. **Verify at runtime that tech images on project grant / integration pages still load.** # Additional Context - Overrides remain where parent packages still pin older transitive versions. - The `angular.json` asset path issue predates this PR (not introduced by the Angular bump). --------- Co-authored-by: Livio Spring <9405495+livio-a@users.noreply.github.com>
104 lines
4.0 KiB
JSON
104 lines
4.0 KiB
JSON
{
|
|
"name": "@zitadel/console",
|
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"dev": "wait-on --verbose --interval 2000 --simultaneous 1 --timeout 30m ${ENVIRONMENT_JSON_URL} && node prebuild.development.js && ng serve --host=${DEVCONTAINER_LISTEN_HOST:-127.0.0.1}",
|
|
"copy-docs-assets": "rm -rf src/assets/docs && mkdir -p src/assets/docs/img && cp -r ../apps/docs/public/img/tech src/assets/docs/img/",
|
|
"build": "pnpm run copy-docs-assets && ng build --configuration production --base-href=/ui/console/",
|
|
"lint-check-ng": "eslint .",
|
|
"lint-check-prettier": "prettier --check src",
|
|
"lint-fix": "prettier --write src",
|
|
"generate": "pnpm exec buf generate ../proto --include-imports --include-wkt",
|
|
"clean": "rm -rf dist .angular node_modules src/app/proto/generated src/assets/docs"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^21.2.17",
|
|
"@angular/cdk": "^21.2.14",
|
|
"@angular/common": "^21.2.17",
|
|
"@angular/compiler": "^21.2.17",
|
|
"@angular/core": "^21.2.17",
|
|
"@angular/forms": "^21.2.17",
|
|
"@angular/material": "^21.2.14",
|
|
"@angular/material-moment-adapter": "^21.2.14",
|
|
"@angular/platform-browser": "^21.2.17",
|
|
"@angular/platform-browser-dynamic": "^21.2.17",
|
|
"@angular/router": "^21.2.17",
|
|
"@angular/service-worker": "^21.2.17",
|
|
"@bufbuild/protobuf": "^2.12.0",
|
|
"@connectrpc/connect": "^2.1.1",
|
|
"@connectrpc/connect-web": "^2.1.1",
|
|
"@ctrl/ngx-codemirror": "^7.0.0",
|
|
"@fortawesome/angular-fontawesome": "^4.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
"@netlify/build-info": "^10.5.1",
|
|
"@ng-icons/core": "^33.2.2",
|
|
"@ng-icons/heroicons": "^33.2.2",
|
|
"@ngx-translate/core": "^17.0.0",
|
|
"@tanstack/angular-query-experimental": "^5.100.11",
|
|
"angular-oauth2-oidc": "^20.0.2",
|
|
"angularx-qrcode": "^21.0.5",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.65.21",
|
|
"file-saver": "^2.0.5",
|
|
"flag-icons": "^7.5.0",
|
|
"google-protobuf": "^4.0.2",
|
|
"grpc-web": "^2.0.2",
|
|
"i18n-iso-countries": "^7.14.0",
|
|
"libphonenumber-js": "^1.13.2",
|
|
"material-design-icons-iconfont": "^6.7.0",
|
|
"moment": "^2.30.1",
|
|
"ngx-color": "^10.1.0",
|
|
"opentype.js": "^1.3.4",
|
|
"posthog-js": "^1.380.1",
|
|
"rxjs": "^7.8.2",
|
|
"tinycolor2": "^1.6.0",
|
|
"tslib": "^2.8.1",
|
|
"uuid": "^14.0.0",
|
|
"zone.js": "~0.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/eslint-plugin": "21.4.0",
|
|
"@angular-eslint/eslint-plugin-template": "21.4.0",
|
|
"@angular-eslint/template-parser": "21.4.0",
|
|
"@angular/build": "^21.2.17",
|
|
"@angular/cli": "^21.2.17",
|
|
"@angular/compiler-cli": "^21.2.17",
|
|
"@angular/language-service": "^21.2.17",
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/google-protobuf": "^3.15.12",
|
|
"@types/jasmine": "~5.1.15",
|
|
"@types/jasminewd2": "~2.0.13",
|
|
"@types/node": "^25.9.1",
|
|
"@types/opentype.js": "^1.3.9",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/uuid": "^11.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
"@typescript-eslint/parser": "^8.59.4",
|
|
"@zitadel/client": "workspace:*",
|
|
"@zitadel/proto": "workspace:*",
|
|
"eslint": "^10.4.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"globals": "^17.6.0",
|
|
"jasmine-core": "~5.12.1",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "^6.4.4",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-coverage": "^2.2.1",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"karma-jasmine": "^5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.2.0",
|
|
"postcss": "^8.5.15",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|