release-notes
release-notes copied to clipboard
Bump @angular/language-service from 14.2.2 to 19.2.11
Bumps @angular/language-service from 14.2.2 to 19.2.11.
Release notes
Sourced from @angular/language-service's releases.
19.2.11
No release notes provided.
19.2.10
common
Commit Description cleanup updateLatestValueif view is destroyed before promise resolves (#61064)core
Commit Description missing useExisting providers throwing for optional calls (#61152) properly handle app stabilization with defer blocks (#61056) platform-server
Commit Description less aggressive ngServerMode cleanup (#61106) 19.2.9
core
Commit Description async EventEmitter error should not prevent stability (#61028) call DestroyRef on destroy callback if view is destroyed [patch] (#61061) prevent stash listener conflicts [patch] (#61063) 19.2.8
forms
Commit Description make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) 19.2.7
common
Commit Description issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60883)core
Commit Description inject migration: replace param with this. (#60713) http
Commit Description Include HTTP status code and headers when HTTP requests errored in httpResource(#60802)19.2.6
compiler
Commit Description
... (truncated)
Changelog
Sourced from @angular/language-service's changelog.
19.2.11 (2025-05-15)
20.0.0-rc.0 (2025-05-07)
common
Commit Type Description 255c79e048 fix cleanup updateLatestValueif view is destroyed before promise resolves (#58041)core
Commit Type Description 017cc0a37c fix properly handle app stabilization with defer blocks (#61040) platform-server
Commit Type Description bc31ad91a0 fix less aggressive ngServerMode cleanup (#61106) 19.2.10 (2025-05-07)
common
Commit Type Description 89056a0356 fix cleanup updateLatestValueif view is destroyed before promise resolves (#61064)core
Commit Type Description 4623b61448 fix missing useExisting providers throwing for optional calls (#61152) 400dbc5b89 fix properly handle app stabilization with defer blocks (#61056) platform-server
Commit Type Description a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106) 20.0.0-next.9 (2025-04-30)
Breaking Changes
core
- the
TestBed.flushEffects()was removed - use theTestBed.tick()instead.provideExperimentalCheckNoChangesForDebughas several breaking changes:
- It is renamed to
provideCheckNoChangesConfig- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStableoption is removed. This wasn't found to be generally
... (truncated)
Commits
f3f0769refactor: updatepackages/core:{core,src}tots_project(#61336)899cb4arefactor: add explicit types for exports relying on inferred call return type...0e3d454build: migratecompiler-cli/src/ngtsctots_project(#61237)fcdef10fix(language-service): Ensure dollar signs are escaped in completions (#60597)0e82d42fix(language-service): Do not provide element completions in end tag (#60616)0e9e034fix(language-service): Update adapter to log instead of throw errors (#60651)f4c4b10fix(compiler-cli): Produce fatal diagnostic on duplicate decorated properties...ee46567refactor(language-service): convert scripts within `packages/language-service...bf899efbuild: prepare testing infrastructure for code splitting ofcorepackage (#...044dac9feat(bazel): support bundling.d.tswith code splitting (#60321) (#60332)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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:
- 9f6b412 Bump @angular/language-service from 14.2.2 to 19.2.11
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.
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
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.
Deploy Preview for kubernetes-sigs-release-notes ready!
| Name | Link |
|---|---|
| Latest commit | 9f6b41254f7abf54caa0fca5eb8b6bd3e071c7ce |
| Latest deploy log | https://app.netlify.com/projects/kubernetes-sigs-release-notes/deploys/682db90b375cdb00085b5098 |
| Deploy Preview | https://deploy-preview-800--kubernetes-sigs-release-notes.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs 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.
[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 verolop for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Superseded by #804.