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.1.0 #636

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

v13.1.0

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Description
docs - dbc46d68b9 deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Description
fix - 489cf42cd0 incorrect error type for XHR errors in TestRequest (#36082)
perf - 13362972bb code size reduction of ngFor directive (#44315)

compiler

Commit Description
feat - c85bcb0c63 reference ICU message IDs from their placeholders (#43534)

core

Commit Description
feat - 5dff077d50 add migration to remove entryComponents (#44308)
feat - e65a245a0b add migration to remove entryComponents (#44322)
feat - d56e3f43a1 support TypeScript 4.5 (#44164)

http

Commit Description
feat - d452b388bd add has() method to HttpContext class (#43887)

localize

Commit Description
feat - d3cf222a81 support "associated message ids" for placeholders (#43534)

ngcc

Commit Description
fix - 41265919aa correctly resolve UMD dependencies (#44381)

upgrade

Commit Description
feat - 34f990986c support NgModule class as an argument of the downgradeModule function (#43973)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

v13.1.0-next.3

... (truncated)

Changelog

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

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead.

common

  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior.

Commit Type Description
dbc46d68b9 docs deprecate factory-based signature of the downgradeModule function (#44090)

common

Commit Type Description
489cf42cd0 fix incorrect error type for XHR errors in TestRequest (#36082)
13362972bb perf code size reduction of ngFor directive (#44315)

compiler

Commit Type Description
c85bcb0c63 feat reference ICU message IDs from their placeholders (#43534)

core

Commit Type Description
5dff077d50 feat add migration to remove entryComponents (#44308)
e65a245a0b feat add migration to remove entryComponents (#44322)
d56e3f43a1 feat support TypeScript 4.5 (#44164)

http

Commit Type Description
d452b388bd feat add has() method to HttpContext class (#43887)

localize

Commit Type Description
d3cf222a81 feat support "associated message ids" for placeholders (#43534)

ngcc

Commit Type Description
41265919aa fix correctly resolve UMD dependencies (#44381)

upgrade

Commit Type Description
34f990986c feat support NgModule class as an argument of the downgradeModule function (#43973)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

13.0.3 (2021-12-01)

... (truncated)

Commits
  • 98c5063 build: update visibility for npm package targets to work with new integration...
  • 3aafa76 fix(language-service): Correctly parse inputs and selectors with dollar signs...
  • 8c71b9f refactor: delete the View Engine runtime (#43884)
  • bb9ff60 test: remove view-engine-only tests (#43884)
  • 670cd10 refactor(language-service): Move language service code out of ivy/ folder (#4...
  • 4738569 refactor(language-service): Remove View Engine code from language service pac...
  • aef63e7 build: remove "ivy-only" bazel tag (#43862)
  • a365a1f build: rename "no-ivy-aot" tag to "view-engine-only" (#43862)
  • d151a3c refactor(language-service): enable extended template diagnostics when strict ...
  • e0a0d05 feat(core): update node version support range to support v16 (#43740)
  • 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 #642.