Skip to content

Align Angular package versions in demo after dependency update#419

Draft
Copilot wants to merge 6 commits intorenovate/angular-packagesfrom
copilot/sub-pr-413
Draft

Align Angular package versions in demo after dependency update#419
Copilot wants to merge 6 commits intorenovate/angular-packagesfrom
copilot/sub-pr-413

Conversation

Copy link

Copilot AI commented Feb 12, 2026

The demo directory had mismatched Angular package versions after the automated dependency update - some packages at ^21.0.0-rc.1, others at ^21.2.0-next - causing peer dependency conflicts and preventing npm ci from working.

Changes

  • Aligned Angular packages: Updated @angular/common, @angular/compiler, and @angular/core from ^21.0.0-rc.1 to ^21.2.0-next in demo/package.json to match other Angular packages
  • Regenerated lockfile: Rebuilt package-lock.json with npm install (without --legacy-peer-deps) to ensure compatibility with npm ci

All Angular framework packages now resolve to 21.2.0-next.3, build tools to 21.2.0-next.2. Verified with ng update showing no further updates needed.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits February 12, 2026 13:32
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 12, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.deno.land
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline sh e/node_modules/.bin/node node install.js (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline Release/obj.target/unix_dgram/src/unix_dgram.o odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/git --porcelain ackage.json -packages bash k/an�� --noprofile npm bin/sh submodules | heanode git etlify-cli/node_modules/node_mod--abbrev-ref semver (dns block)
  • edge.netlify.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline sh e/node_modules/.bin/node node install.js (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline Release/obj.target/unix_dgram/src/unix_dgram.o odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/git --porcelain ackage.json -packages bash k/an�� --noprofile npm bin/sh submodules | heanode git etlify-cli/node_modules/node_mod--abbrev-ref semver (dns block)
  • list-v2--netlify-plugins.netlify.app
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline sh e/node_modules/.bin/node node install.js (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/angular-runtime/angular-runtime/node_modules/.bin/netlify build --cwd . --offline Release/obj.target/unix_dgram/src/unix_dgram.o odules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/git --porcelain ackage.json -packages bash k/an�� --noprofile npm bin/sh submodules | heanode git etlify-cli/node_modules/node_mod--abbrev-ref semver (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update Angular packages to latest versions Align Angular package versions in demo after dependency update Feb 12, 2026
Copilot AI requested a review from serhalp February 12, 2026 13:41
@renovate renovate bot force-pushed the renovate/angular-packages branch from ae24cd9 to ee20795 Compare February 13, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants