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 12.2.4 #563

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v12.2.4

12.2.4 (2021-09-01)

compiler-cli

Commit Description
fix - 8233906be2 Emit type annotations for synthesized decorator fields (#43021)

Special Thanks:

Andrew Scott, Daniel Trevino, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, nickreid and segunb

v12.2.3

12.2.3 (2021-08-25)

service-worker

Commit Description
fix - fc7f92159d NPE if onActionClick is undefined (#43210)

Special Thanks:

Daniel Trevino, Erik Slack, George Kalpakas, dario-piotrowicz and shlasouski

v12.2.2

12.2.2 (2021-08-18)

animations

Commit Description
fix - bb6555979d add pure annotations to static property initializers (#43064)

core

Commit Description
fix - 738b23347e add pure annotations to static property initializers (#43064)

platform-browser

Commit Description
perf - 535837e617 avoid intermediate arrays in server transition (#43145)

router

Commit Description
fix - 6449590ec8 eagerly update internal state on browser-triggered navigations (#43102)

Special Thanks:

Andrew Scott, Aristeidis Bampakos, Charles Lyding, Edoardo Dusi, George Kalpakas, Joe Martin (Crowdstaffing), Joey Perrott, Kirk Larkin, Kristiyan Kostadinov, Pete Bacon Darwin, TIffany Davis, Theoklitos Bampouris, ali, dario-piotrowicz and pichuser

v12.2.1

12.2.1 (2021-08-11)

router

Commit Description
dd3abdb9d9 fix(router): ensure check for match options is compatible with property renaming (#43086)

Special Thanks:

... (truncated)

Changelog

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

12.2.4 (2021-09-01)

compiler-cli

Commit Description
8233906be2 fix: Emit type annotations for synthesized decorator fields (#43021)

Special Thanks:

Andrew Scott, Daniel Trevino, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, nickreid and segunb

13.0.0-next.3 (2021-08-25)

Breaking Changes

router

  • Previously null and undefined inputs for routerLink were equivalent to empty string and there was no way to disable the link's navigation. In addition, the href is changed from a property HostBinding() to an attribute binding (HostBinding('attr.href')). The effect of this change is that DebugElement.properties['href'] will now return the href value returned by the native element which will be the full URL rather than the internal value of the RouterLink href property.

compiler-cli

Commit Description
bed121c34f feat: inline resources when generating class metadata calls (#43178)

core

Commit Description
e57691c9c5 feat: Add migration to update empty routerLinks in templates (#43176)

language-service

Commit Description
b10d90bef6 feat: Add method for retrieving the component template at the cursor location (#43208)

router

Commit Description
ccb09b4558 fix: null/undefined routerLink should disable navigation (#43087)

service-worker

Commit Description
6e924313c3 fix: NPE if onActionClick is undefined (#43210)

Special Thanks:

Alex Rickabaugh, Andrew Scott, Daniel Trevino, George Kalpakas, Paul Gschwendtner, dario-piotrowicz and shlasouski

12.2.3 (2021-08-25)

service-worker

Commit Description

... (truncated)

Commits
  • 36bf0ae test(language-service): add test for extended diagnostics (#43134)
  • b6ff762 refactor(compiler-cli): move getDiagnosticsForComponent to compiler (#43134)
  • 3cf8f66 refactor(compiler-cli): use TemplateDiagnostic in extended package (#43134)
  • cb8e51f test(language-service): add extended diagnostics test (#43107)
  • fe6a5ac build: remove dev-infra directory and migrate to relying on @​angular/dev-infr...
  • aace1e7 fix(language-service): global autocomplete doesn't work when the user tries t...
  • 7c35ca0 feat(language-service): support autocomplete string literal union types in te...
  • b5ab7af refactor: add override keyword to members implementing abstract declarations ...
  • 368576b refactor(language-service): ensure compatibility with noImplicitOverride (#42...
  • b1fa1bf fix(dev-infra): ng_rollup_bundle rule should error if import cannot be reso...
  • 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 3 years ago

Superseded by #571.