joejordanbrown / popover

Angular CDK Popover, no default style, examples using @angular/material
MIT License
212 stars 75 forks source link

chore(deps-dev): bump @angular/language-service from 9.1.10 to 13.3.4 #725

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/language-service from 9.1.10 to 13.3.4.

Release notes

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

v13.3.4

13.3.4 (2022-04-20)

core

Commit Description
fix - 9317f513d5 better error message when directive extends a component (#45658)
fix - 4766817f02 improve multiple components match error (#45645)

language-service

Commit Description
fix - d68333e508 two-way binding completion should not remove the trailing quote (#45582)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Ilya Marchik, Jeremy Elbourn, Kristiyan Kostadinov, Louis Gombert, Mangalraj, Marko Kaznovac, Paul Gschwendtner, Saurabh Kamble, dario-piotrowicz and ivanwonder

v13.3.3

13.3.3 (2022-04-13)

compiler

Commit Description
fix - e50fd9ee87 avoid errors with extremely long instruction chains (#45574)

Special Thanks

4javier, Andrew Kushnir, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Hossein Mousavi, Jason Hendee, Joe Martin (Crowdstaffing), Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley

v13.3.2

13.3.2 (2022-04-06)

animations

Commit Description
fix - b46b25c562 handle structured AnimateTimings (#31107)

Special Thanks

Alan Agius, Andrew Kushnir, Christoph Guttandin, Cédric Exbrayat, mgechev and piyush132000

v13.3.1

13.3.1 (2022-03-30)

bazel

Commit Description
fix - 960e42b2ac ng module compilation workers are subject to linker race-conditions (#45393)

compiler

Commit Description
fix - 3714305f84 scope css rules within @layer blocks (#45396)

compiler-cli

Commit Description
fix - 7f53c0f4ac handle inline type-check blocks in nullish coalescing extended check (#45478)

... (truncated)

Changelog

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

13.3.4 (2022-04-20)

core

Commit Type Description
9317f513d5 fix better error message when directive extends a component (#45658)
4766817f02 fix improve multiple components match error (#45645)

language-service

Commit Type Description
d68333e508 fix two-way binding completion should not remove the trailing quote (#45582)

Special Thanks

Andrew Kushnir, Andrew Scott, George Kalpakas, Ilya Marchik, Jeremy Elbourn, Kristiyan Kostadinov, Louis Gombert, Mangalraj, Marko Kaznovac, Paul Gschwendtner, Saurabh Kamble, dario-piotrowicz and ivanwonder

14.0.0-next.13 (2022-04-13)

Breaking Changes

core

  • Since Ivy, TestBed doesn't use AOT summaries. The aotSummaries fields in TestBed APIs were present, but unused. The fields were deprecated in previous major version and in v14 those fields are removed. The aotSummaries fields were completely unused, so you can just drop them from the TestBed APIs usage.

compiler

Commit Type Description
598b759d33 fix avoid errors with extremely long instruction chains (#45574)

core

Commit Type Description
9add714b13 refactor remove deprecated aotSummaries fields in TestBed config (#45487)

Special Thanks

4javier, Andrew Kushnir, Andrew Scott, Dylan Hunn, Jason Hendee, Jessica Janiuk, Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley

13.3.3 (2022-04-13)

compiler

Commit Type Description
e50fd9ee87 fix avoid errors with extremely long instruction chains (#45574)

Special Thanks

4javier, Andrew Kushnir, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Hossein Mousavi, Jason Hendee, Joe Martin (Crowdstaffing), Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley

14.0.0-next.12 (2022-04-12)

Breaking Changes

forms

  • Forms classes accept a generic.

... (truncated)

Commits
  • d68333e fix(language-service): two-way binding completion should not remove the trail...
  • 3f55567 refactor(compiler-cli): track whether a TcbPosition corresponds with a shim...
  • fa90c74 refactor(compiler-cli): rename ShimLocation to TcbLocation (#45478)
  • 9bce9ce fix(language-service): Prioritize Angular-specific completions over DOM compl...
  • 3659629 refactor(compiler-cli): remove leftover _extendedTemplateDiagnostics flag (...
  • fe3e4d6 fix(compiler-cli): Handle ng-template with structural directive in indexer ...
  • 100091e fix(compiler-cli): remove leftover _extendedTemplateDiagnostics requirement...
  • a4ab6d6 feat(compiler): add support for safe calls in templates (#44580)
  • af2a131 feat(language-service): support completions for animation (#44630)
  • c8cd5d5 build: switch all instances from ng_rollup_bundle to app_bundle (#44490)
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #730.