chore(deps-dev): bump @angular/language-service from 10.1.6 to 10.2.0 #45

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/angular/language-service-10.2.0 into master 2020-10-26 22:42:27 +08:00
dependabot[bot] commented 2020-10-26 14:41:13 +08:00 (Migrated from github.com)

Bumps @angular/language-service from 10.1.6 to 10.2.0.

Changelog

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

10.2.0 (2020-10-21)

Bug Fixes

  • core: guard reading of global ngDevMode for undefined. (#36055) (02405f1)
  • platform-server: Resolve absolute URL from baseUrl (#39334) (71fb99f)

BREAKING CHANGES

  • platform-server: If you use useAbsoluteUrl to setup platform-server, you now need to also specify baseUrl. We are intentionally making this a breaking change in a minor release, because if useAbsoluteUrl is set to true then the behavior of the application could be unpredictable, resulting in issues that are hard to discover but could be affecting production environments.

11.0.0-next.6 (2020-10-14)

Bug Fixes

  • compiler-cli: type checking of expressions within ICUs (#39072) (0a16e60), closes #39064
  • core: migrate relative link resolution with single quotes (#39102) (049b453), closes #39082
  • core: use Trusted Types policy in inert DOM builder (#39208) (7d49299)
  • core: use Trusted Types policy in named_array_type (#39209) (f6d5cdf)
  • router: Allow undefined inputs on routerLink (#39151) (b0b4953)
  • router: create schematic for preserveQueryParams (#38762) (93ee05d)
  • router: remove preserveQueryParams symbol (#38762) (783a5bd)

Features

  • core: add automated migration to replace async with waitForAsync (#39212) (5ce71e0)
  • core: add automated migration to replace ViewEncapsulation.Native (#38882) (0e733f3)
  • core: add initialNavigation schematic (#36926) (0ec7043)
  • core: add Trusted Types workaround for Function constructor (#39209) (5913e5c)
  • core: create internal Trusted Types module (#39207) (0875fd2)
  • core: depend on type definitions for Trusted Types (#39207) (c4266fb)
  • core: remove ViewEncapsulation.Native (#38882) (4a1c12c)
  • language-service: [Ivy] getSemanticDiagnostics for external templates (#39065) (63624a2)
  • language-service: Add getTypeDefinitionAtPosition (go to type definition) (#39145) (a84976f)
  • language-service: Add module name to directive quick info (#39121) (4604fe9)
  • router: add new initialNavigation options to replace legacy (#37480) (c4becca)

... (truncated)

Commits

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)
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.6 to 10.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/blob/master/CHANGELOG.md">@angular/language-service's changelog</a>.</em></p> <blockquote> <h1>10.2.0 (2020-10-21)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> guard reading of global <code>ngDevMode</code> for undefined. (<a href="https://github-redirect.dependabot.com/angular/angular/issues/36055">#36055</a>) (<a href="https://github.com/angular/angular/commit/02405f1">02405f1</a>)</li> <li><strong>platform-server:</strong> Resolve absolute URL from baseUrl (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39334">#39334</a>) (<a href="https://github.com/angular/angular/commit/71fb99f">71fb99f</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>platform-server:</strong> If you use <code>useAbsoluteUrl</code> to setup <code>platform-server</code>, you now need to also specify <code>baseUrl</code>. We are intentionally making this a breaking change in a minor release, because if <code>useAbsoluteUrl</code> is set to <code>true</code> then the behavior of the application could be unpredictable, resulting in issues that are hard to discover but could be affecting production environments.</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>11.0.0-next.6 (2020-10-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-cli:</strong> type checking of expressions within ICUs (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39072">#39072</a>) (<a href="https://github.com/angular/angular/commit/0a16e60">0a16e60</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/39064">#39064</a></li> <li><strong>core:</strong> migrate relative link resolution with single quotes (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39102">#39102</a>) (<a href="https://github.com/angular/angular/commit/049b453">049b453</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/39082">#39082</a></li> <li><strong>core:</strong> use Trusted Types policy in inert DOM builder (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39208">#39208</a>) (<a href="https://github.com/angular/angular/commit/7d49299">7d49299</a>)</li> <li><strong>core:</strong> use Trusted Types policy in named_array_type (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39209">#39209</a>) (<a href="https://github.com/angular/angular/commit/f6d5cdf">f6d5cdf</a>)</li> <li><strong>router:</strong> Allow undefined inputs on routerLink (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39151">#39151</a>) (<a href="https://github.com/angular/angular/commit/b0b4953">b0b4953</a>)</li> <li><strong>router:</strong> create schematic for preserveQueryParams (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38762">#38762</a>) (<a href="https://github.com/angular/angular/commit/93ee05d">93ee05d</a>)</li> <li><strong>router:</strong> remove preserveQueryParams symbol (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38762">#38762</a>) (<a href="https://github.com/angular/angular/commit/783a5bd">783a5bd</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>core:</strong> add automated migration to replace async with waitForAsync (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39212">#39212</a>) (<a href="https://github.com/angular/angular/commit/5ce71e0">5ce71e0</a>)</li> <li><strong>core:</strong> add automated migration to replace ViewEncapsulation.Native (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38882">#38882</a>) (<a href="https://github.com/angular/angular/commit/0e733f3">0e733f3</a>)</li> <li><strong>core:</strong> add initialNavigation schematic (<a href="https://github-redirect.dependabot.com/angular/angular/issues/36926">#36926</a>) (<a href="https://github.com/angular/angular/commit/0ec7043">0ec7043</a>)</li> <li><strong>core:</strong> add Trusted Types workaround for Function constructor (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39209">#39209</a>) (<a href="https://github.com/angular/angular/commit/5913e5c">5913e5c</a>)</li> <li><strong>core:</strong> create internal Trusted Types module (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39207">#39207</a>) (<a href="https://github.com/angular/angular/commit/0875fd2">0875fd2</a>)</li> <li><strong>core:</strong> depend on type definitions for Trusted Types (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39207">#39207</a>) (<a href="https://github.com/angular/angular/commit/c4266fb">c4266fb</a>)</li> <li><strong>core:</strong> remove ViewEncapsulation.Native (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38882">#38882</a>) (<a href="https://github.com/angular/angular/commit/4a1c12c">4a1c12c</a>)</li> <li><strong>language-service:</strong> [Ivy] getSemanticDiagnostics for external templates (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39065">#39065</a>) (<a href="https://github.com/angular/angular/commit/63624a2">63624a2</a>)</li> <li><strong>language-service:</strong> Add getTypeDefinitionAtPosition (go to type definition) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39145">#39145</a>) (<a href="https://github.com/angular/angular/commit/a84976f">a84976f</a>)</li> <li><strong>language-service:</strong> Add module name to directive quick info (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39121">#39121</a>) (<a href="https://github.com/angular/angular/commit/4604fe9">4604fe9</a>)</li> <li><strong>router:</strong> add new initialNavigation options to replace legacy (<a href="https://github-redirect.dependabot.com/angular/angular/issues/37480">#37480</a>) (<a href="https://github.com/angular/angular/commit/c4becca">c4becca</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/angular/angular/commits/10.2.0/packages/language-service">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/language-service&package-manager=npm_and_yarn&previous-version=10.1.6&new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-10-26 19:19:29 +08:00
xiaohai2271 commented 2020-10-26 19:19:51 +08:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.
No description provided.