Skip to content

Bump @angular/language-service from 18.1.1 to 19.2.6 #23

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

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 Apr 14, 2025

Bumps @angular/language-service from 18.1.1 to 19.2.6.

Release notes

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

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)

19.2.5

Commit Description
fix - e61d06afb5 step 6 tutorial docs (#60630)

animations

Commit Description
fix - fa48f98d9f add missing peer dependency on @angular/common (#60660)

compiler

Commit Description
fix - ca5aa4d55b throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Description
fix - f4c4b10ea8 Produce fatal diagnostic on duplicate decorated properties (#60376)
fix - 22a0e54ac4 support relative imports to symbols outside rootDir (#60555)

core

Commit Description
fix - 64da69f7b6 check ngDevMode for undefined (#60565)
fix - 8f68d1bec3 fix ng generate @​angular/core:output-migration (#60626)
fix - bc79985c65 fix regexp for event types (#60592)
fix - 006ac7f22f fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
fix - da6e93f434 preserve comments in internal inject migration (#60588)
fix - dbbddd1617 prevent omission of deferred pipes in full compilation (#60571)

language-service

| Commit | Description |

... (truncated)

Changelog

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

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits
  • fcdef10 fix(language-service): Ensure dollar signs are escaped in completions (#60597)
  • 0e82d42 fix(language-service): Do not provide element completions in end tag (#60616)
  • 0e9e034 fix(language-service): Update adapter to log instead of throw errors (#60651)
  • f4c4b10 fix(compiler-cli): Produce fatal diagnostic on duplicate decorated properties...
  • ee46567 refactor(language-service): convert scripts within `packages/language-service...
  • bf899ef build: prepare testing infrastructure for code splitting of core package (#...
  • 044dac9 feat(bazel): support bundling .d.ts with code splitting (#60321) (#60332)
  • 48dc0d6 refactor(language-service): rename internal symbols to accommodate type check...
  • 9d8e943 refactor(compiler-cli): rework resource handling to allow directives (#60191)
  • 1a71167 refactor(compiler-cli): rework source manager to accommodate directives (#60191)
  • 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.1.1 to 19.2.6.
- [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.6/packages/language-service)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants