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

Bump @angular/language-service from 16.1.3 to 18.2.2 #591

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Bumps @angular/language-service from 16.1.3 to 18.2.2.

Release notes

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

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)

... (truncated)

Changelog

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

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

Commits
  • 4bb9d0f fix(language-service): avoid generating TS suggestion diagnostics for templat...
  • d4ff6bc fix(compiler-cli): add warning for unused let declarations (#57033)
  • 4ac39ae Revert "fix(compiler-cli): add warning for unused let declarations (#57033)" ...
  • c76b440 fix(compiler-cli): add warning for unused let declarations (#57033)
  • 7663deb perf(language-service): quick exit if no code fixes can exist (#57000)
  • 4bb558a feat(language-service): support writing code refactorings (#56895)
  • 0a48d58 feat(core): add support for let syntax (#56715)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 67b2c33 fix(language-service): import the default exported component correctly (#56432)
  • c698668 docs: language-service - Fix quick info URLs (#56416)
  • 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 16.1.3 to 18.2.2.
- [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/18.2.2/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]>
@dependabot dependabot bot requested a review from a team as a code owner August 29, 2024 15:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2024
@dependabot dependabot bot requested a review from evan-aveva August 29, 2024 15:56
@github-actions github-actions bot enabled auto-merge (squash) August 29, 2024 15:56
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2024

Superseded by #595.

@dependabot dependabot bot closed this Sep 4, 2024
auto-merge was automatically disabled September 4, 2024 16:04

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/language-service-18.2.2 branch September 4, 2024 16:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants