Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps-dev): bump @angular/language-service from 18.2.13 to 19.2.1 #385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps @angular/language-service from 18.2.13 to 19.2.1.

Release notes

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

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description
fix - 3f0116607d Forward the tags for quick info from the type definition (#59524)

v19.2.0

19.2.0 (2025-02-26)

common

Commit Description
feat - 3e39da593a introduce experimental httpResource (#59876)

compiler

Commit Description
feat - 5b20bab96d Add Skip Hydration diagnostic. (#59576)
feat - fe8a68329b support untagged template literals in expressions (#59230)

compiler-cli

Commit Description
feat - ed705a856a detect missing structural directive imports (#59443)

core

Commit Description
feat - 2588985f43 pass signal node to throwInvalidWriteToSignalErrorFn (#59600)
feat - 168516462a support default value in resource() (#59655)
feat - bc2ad7bfd3 support streaming resources (#59573)
feat - 146ab9a76e support TypeScript 5.8 (#59830)
fix - 6c92d65349 add hasValue narrowing to ResourceRef (#59708)
fix - 96e602ebe9 cancel in-progress request when same value is assigned (#59280)
fix - 6789c7ef94 Defer afterRender until after first CD (#59455) (#59551)
fix - c87e581dd9 Don't run effects in check no changes pass (#59455) (#59551)
fix - 127fc0dc84 fix resource()'s previous.state (#59708)

... (truncated)

Changelog

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

19.2.1 (2025-03-05)

common

Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#60152)

core

Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#60130)

language-service

Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#59524)

20.0.0-next.0 (2025-02-26)

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.

compiler

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

common

Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#59798)

compiler

Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#59894)
0361c2d81f feat support void operator in templates (#59894)

core

Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#60056)

router

... (truncated)

Commits
  • 3f01166 fix(language-service): Forward the tags for quick info from the type definiti...
  • 176475f fix(language-service): provide correct rename info for elements (#60088)
  • fe8a683 feat(compiler): support untagged template literals in expressions (#59230)
  • c5c20e9 fix(compiler-cli): check event side of two-way bindings (#59002)
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • 67a4a7b refactor(language-service): reuse code fixes map for has fix check (#58759)
  • dcd27d7 fix(language-service): add fix for individual unused imports (#58719)
  • f5b2b58 fix(language-service): allow fixes to run without template info (#58719)
  • 9b309c1 refactor(language-service): suppress inline TCB required diagnostic for syncs...
  • 086cb2c fix(compiler-cli): report individual diagnostics for unused imports (#58589)
  • 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 18.2.13 to 19.2.1.
- [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/19.2.1/packages/language-service)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

sonarqubecloud bot commented Mar 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants