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

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/angular/language-service-10.1.6 into master 2020-10-19 14:47:04 +08:00
dependabot[bot] commented 2020-10-16 19:20:04 +08:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


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

Changelog

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

10.1.6 (2020-10-14)

Bug Fixes

build

  • upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#39182) (7628c36)

Performance Improvements

  • ngcc: do not rescan program source files when referenced from multiple root files (#39254) (5221df8), closes #39240

11.0.0-next.5 (2020-10-07)

Bug Fixes

  • common: add boolean to valid json for testing (#37893) (3c474ec), closes #20690
  • core: use single quotes for relative link resolution migration to align with style guide (#39070) (8894706)
  • forms: improve types of directive constructor arguments (#38944) (246de9a)
  • forms: include null in .parent of abstract control (#32671) (f4f1bcc), closes #16999
  • language-service: [Ivy] hybrid visitor should not locate let keyword (#39061) (70e13dc)
  • router: properly assign ExtraOptions to Router in RouterTestingModule (#39096) (d8c0534), closes #23347

Features

  • compiler-cli: support getting resource dependencies for a source file (#38048) (5dbf357)
  • forms: add migration for AbstractControl.parent accesses (#39009) (aeec223), closes #32671
  • language-service: Add getDefinitionAndBoundSpan (go to definition) (#39101) (3975dd9)
  • language-service: add quick info for inline templates in ivy (#39060) (904adb7)

BREAKING CHANGES

  • forms: Directives in the @angular/forms package used to have any[] as a type of validators and asyncValidators arguments in constructors. Now these arguments are properly typed, so if your

... (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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.1 to 10.1.6. <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> <h2>10.1.6 (2020-10-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler:</strong> incorrectly encapsulating <a href="https://github.com/import">@import</a> containing colons and semicolons (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38716">#38716</a>) (<a href="https://github.com/angular/angular/commit/52a0c6b">52a0c6b</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38587">#38587</a></li> <li><strong>compiler-cli:</strong> support namespaced query types in directives (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38959">#38959</a>) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39272">#39272</a>) (<a href="https://github.com/angular/angular/commit/f752ab9">f752ab9</a>)</li> <li><strong>elements:</strong> detect matchesSelector prototype without IIFE (<a href="https://github-redirect.dependabot.com/angular/angular/issues/37799">#37799</a>) (<a href="https://github.com/angular/angular/commit/952fd86">952fd86</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/24551">#24551</a></li> <li><strong>ngcc:</strong> ensure that &quot;inline exports&quot; can be interpreted correctly (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39272">#39272</a>) (<a href="https://github.com/angular/angular/commit/e08d021">e08d021</a>)</li> <li><strong>ngcc:</strong> handle aliases in UMD export declarations (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38959">#38959</a>) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39272">#39272</a>) (<a href="https://github.com/angular/angular/commit/9963c5d">9963c5d</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38947">#38947</a></li> <li><strong>ngcc:</strong> map <code>exports</code> to the current module in UMD files (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38959">#38959</a>) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39272">#39272</a>) (<a href="https://github.com/angular/angular/commit/13c4a7b">13c4a7b</a>)</li> <li><strong>ngcc:</strong> support inline export declarations in UMD files (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38959">#38959</a>) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39272">#39272</a>) (<a href="https://github.com/angular/angular/commit/9c875b3">9c875b3</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38947">#38947</a></li> </ul> <h3>build</h3> <ul> <li>upgrade angular build, integration/bazel and <a href="https://github.com/angular">@angular</a>/bazel package to rule_nodejs 2.2.0 (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39182">#39182</a>) (<a href="https://github.com/angular/angular/commit/7628c36">7628c36</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>ngcc:</strong> do not rescan program source files when referenced from multiple root files (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39254">#39254</a>) (<a href="https://github.com/angular/angular/commit/5221df8">5221df8</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/39240">#39240</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>11.0.0-next.5 (2020-10-07)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>common:</strong> add boolean to valid json for testing (<a href="https://github-redirect.dependabot.com/angular/angular/issues/37893">#37893</a>) (<a href="https://github.com/angular/angular/commit/3c474ec">3c474ec</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/20690">#20690</a></li> <li><strong>core:</strong> use single quotes for relative link resolution migration to align with style guide (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39070">#39070</a>) (<a href="https://github.com/angular/angular/commit/8894706">8894706</a>)</li> <li><strong>forms:</strong> improve types of directive constructor arguments (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38944">#38944</a>) (<a href="https://github.com/angular/angular/commit/246de9a">246de9a</a>)</li> <li><strong>forms:</strong> include null in .parent of abstract control (<a href="https://github-redirect.dependabot.com/angular/angular/issues/32671">#32671</a>) (<a href="https://github.com/angular/angular/commit/f4f1bcc">f4f1bcc</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/16999">#16999</a></li> <li><strong>language-service:</strong> [Ivy] hybrid visitor should not locate let keyword (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39061">#39061</a>) (<a href="https://github.com/angular/angular/commit/70e13dc">70e13dc</a>)</li> <li><strong>router:</strong> properly assign ExtraOptions to Router in RouterTestingModule (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39096">#39096</a>) (<a href="https://github.com/angular/angular/commit/d8c0534">d8c0534</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/23347">#23347</a></li> </ul> <h3>Features</h3> <ul> <li><strong>compiler-cli:</strong> support getting resource dependencies for a source file (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38048">#38048</a>) (<a href="https://github.com/angular/angular/commit/5dbf357">5dbf357</a>)</li> <li><strong>forms:</strong> add migration for AbstractControl.parent accesses (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39009">#39009</a>) (<a href="https://github.com/angular/angular/commit/aeec223">aeec223</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/32671">#32671</a></li> <li><strong>language-service:</strong> Add getDefinitionAndBoundSpan (go to definition) (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39101">#39101</a>) (<a href="https://github.com/angular/angular/commit/3975dd9">3975dd9</a>)</li> <li><strong>language-service:</strong> add quick info for inline templates in ivy (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39060">#39060</a>) (<a href="https://github.com/angular/angular/commit/904adb7">904adb7</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>forms:</strong> Directives in the <code>@angular/forms</code> package used to have <code>any[]</code> as a type of <code>validators</code> and <code>asyncValidators</code> arguments in constructors. Now these arguments are properly typed, so if your</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/26988f0d626b069264cde9de2e54652dd7b3a564"><code>26988f0</code></a> refactor(compiler-cli): implement <code>DeclarationNode</code> node type (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/38959">#38959</a>) (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/39272">#39272</a>)</li> <li><a href="https://github.com/angular/angular/commit/5567bdc48e5b3c005566f01c550ffb0b3ab39b50"><code>5567bdc</code></a> test(language-service): [ivy] remove all markers from test (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/38777">#38777</a>)</li> <li>See full diff in <a href="https://github.com/angular/angular/commits/10.1.6/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.1&new-version=10.1.6)](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>
Sign in to join this conversation.
No description provided.