Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps @angular/language-service from 14.2.2 to 20.3.9.

Release notes

Sourced from @​angular/language-service's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

... (truncated)

Changelog

Sourced from @​angular/language-service's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • 591c7e2 fix(language-service): Support to resolve the re-export component. (#62585)
  • a6a2e38 build: update to bazel 7.6.0 (#63096)
  • c81e345 feat(language-service): support auto-import for attribute completions (#62797)
  • a92dea5 build: update to the latest version of devinfra and rename npm2 workspace (#6...
  • a409534 feat(core): support as aliases on else if blocks (#63047)
  • 812463c fix(compiler-cli): Ignore diagnostics on ngTemplateContextGuard lines in TCB ...
  • b78de31 refactor(language-service): handle the undefined value of a symbol for a ty...
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 14.2.2 to 20.3.9.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.9/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/language-service"
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Oct 30, 2025
@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Oct 30, 2025
@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • b1fbdaa Bump @angular/language-service from 14.2.2 to 20.3.9

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.

You can edit the title by writing /retitle in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for kubernetes-sigs-release-notes ready!

Name Link
🔨 Latest commit b1fbdaa
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-release-notes/deploys/690345b2ac97d700076b1267
😎 Deploy Preview https://deploy-preview-935--kubernetes-sigs-release-notes.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 30, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot requested a review from jimangel October 30, 2025 11:02
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign saschagrunert for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the sig/release Categorizes an issue or PR as relevant to SIG Release. label Oct 30, 2025
@k8s-ci-robot k8s-ci-robot requested a review from jrsapi October 30, 2025 11:02
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. sig/release Categorizes an issue or PR as relevant to SIG Release. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants