chore(deps): update dependencies to latest - #541
Merged
Conversation
Bump Angular to 22.1 (core + cdk/material 22.1.0), @angular/build/cli 22.1.2, ng-packagr 22.1.0, eslint 10.8.0, typescript-eslint 8.65.0, prettier 3.9.6, cypress 15.19.0, eslint-plugin-cypress 6.4.3, lint-staged 17.3.0, @types/node 26.1.2, jsdom 30.0.1 (major), and pnpm 11.18.0. TypeScript stays on ~6.0.3: @angular/compiler-cli 22.1 and ng-packagr 22.1 both declare `typescript >=6.0 <6.1`, so TS 7 is not compatible. Lockfile regenerated from scratch (node_modules + pnpm-lock.yaml removed). Verified: format:check, lint, library build, 16 library tests, 5 demo tests, demo docs build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine dependency refresh with a from-scratch lockfile, on top of #531.
Updated
@angular/*(common, compiler, compiler-cli, core, forms, platform-browser, router, language-service)@angular/cdk,@angular/material@angular/build,@angular/cling-packagrjsdomcypresseslint-plugin-cypresslint-stagedeslinttypescript-eslintprettier@types/nodepackageManager(pnpm)jsdom 30
Major bump. It raises the Node floor to
^22.22.2 || ^24.15.0 || >=26.0.0; CI runs Node 24, which satisfies it. All tests pass on the new version.Held back
typescriptstays at~6.0.3. Both@angular/compiler-cli@22.1.0andng-packagr@22.1.0declaretypescript: ">=6.0 <6.1", so TypeScript 7 is not compatible with this Angular version.Clean install
node_modules/andpnpm-lock.yamlwere deleted and regenerated from scratch rather than incrementally updated.Verification
All CI steps run locally against the fresh install, on Node 24:
pnpm run format:check— all files match Prettier stylepnpm run lint— all files pass (library + demo)pnpm run build-lib:prod—@ngui/auto-completepackage builtng test auto-complete --watch=false— 16/16 passedng test demo --watch=false— 5/5 passedpnpm run build-docs— demo docs builtCypress e2e was not run locally (it is not part of the CI workflow and needs a served app).
Note
pnpm auditreports one remaining moderate advisory (@hono/node-server<2.0.5, GHSA-frvp-7c67-39w9), a dev-only transitive under@angular/cli>@modelcontextprotocol/sdkwith no upstream fix yet — left alone rather than pinned via an override.🤖 Generated with Claude Code