chore(deps-dev): bump @angular/language-service from 14.2.12 to 15.1.2 #295

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/angular/language-service-15.1.2 into master
dependabot[bot] commented 2023-02-01 14:08:23 +08:00 (Migrated from github.com)

Bumps @angular/language-service from 14.2.12 to 15.1.2.

Release notes

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

v15.1.2

15.1.2 (2023-01-25)

compiler

Commit Description
fix - 98ccb57117 handle css selectors with space after an escaped character. (#48558)

compiler-cli

Commit Description
fix - 145f848a10 resolve deprecation warning (#48812)

router

Commit Description
fix - a6b10f6e59 'createUrlTreeFromSnapshot' with empty paths and named outlets (#48734)

Special Thanks

Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz

v15.1.1

15.1.1 (2023-01-18)

common

Commit Description
fix - 68ce4f6ab4 Update Location to get a normalized URL valid in case a represented URL starts with the substring equals APP_BASE_HREF (#48489)
perf - 032b2bd689 avoid excessive DOM mutation in NgClass (#48433)

core

Commit Description
fix - dd54f6bd96 makeEnvironmentProviders should accept EnvironmentProviders (#48720)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, Jens, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Vladyslav Slipchenko, ced, dario-piotrowicz, mgechev and ノウラ

v15.1.0

15.1.0 (2023-01-10)

Deprecations

router

  • CanLoad guards in the Router are deprecated. Use CanMatch instead.

  • router writable properties

    The following strategies are meant to be configured by registering the application strategy in DI via the providers in the root NgModule or bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options

... (truncated)

Changelog

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

15.1.2 (2023-01-25)

compiler

Commit Type Description
98ccb57117 fix handle css selectors with space after an escaped character. (#48558)

compiler-cli

Commit Type Description
145f848a10 fix resolve deprecation warning (#48812)

router

Commit Type Description
a6b10f6e59 fix 'createUrlTreeFromSnapshot' with empty paths and named outlets (#48734)

Special Thanks

Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz

15.2.0-next.1 (2023-01-18)

Deprecations

  • Class and InjectionToken guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with inject from @angular/core.

Commit Type Description
926c35f4ac docs Deprecate class and InjectionToken and resolvers (#47924)

common

Commit Type Description
8802b4aab9 fix Update Location to get a normalized URL valid in case a represented URL starts with the substring equals APP_BASE_HREF (#48489)
5f21c6d627 perf avoid excessive DOM mutation in NgClass (#48433)

core

Commit Type Description
f00bf71411 fix makeEnvironmentProviders should accept EnvironmentProviders (#48720)

language-service

Commit Type Description
4ae384fd61 feat Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#48354)
141333411e feat Introduce a new NgModuleIndex, and use it to suggest re-exports. (#48354)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Dylan Hunn, Jens, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Vladyslav Slipchenko, ced, dario-piotrowicz, mgechev and ノウラ

15.1.1 (2023-01-18)

... (truncated)

Commits
  • 6a8ea29 fix(language-service): expose package.json for vscode extension resolution ...
  • e615b59 fix(language-service): ship /api entry-point (#48670)
  • 6ce7d76 fix(language-service): update packages/language-service/build.sh script to wo...
  • acf9826 refactor: update language-service package and tests to work with ESM (#48521)
  • 0138d75 refactor(language-service): make selector nullable (#48193)
  • f37dd0f build(bazel): create AIO example playgrounds for manual testing
  • bc1e93d build(bazel): refactor aio example e2es to fix windows performance
  • 22a317d build(bazel): stamp targets to build, test, and serve aio against
  • 7a134cf build(bazel): incrementally run aio example e2e tests
  • fd2eea5 fix(language-service): correctly handle host directive inputs/outputs (#48147)
  • 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)
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 14.2.12 to 15.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/releases"><code>@​angular/language-service</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.2 (2023-01-25)</h1> <h3>compiler</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/98ccb571176632cf4d434e9e54b086bb63601148"><img src="https://img.shields.io/badge/98ccb57117-fix-green" alt="fix - 98ccb57117" /></a></td> <td>handle css selectors with space after an escaped character. (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48558">#48558</a>)</td> </tr> </tbody> </table> <h3>compiler-cli</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/145f848a10b4dc791cbf42b803983357735d5f86"><img src="https://img.shields.io/badge/145f848a10-fix-green" alt="fix - 145f848a10" /></a></td> <td>resolve deprecation warning (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48812">#48812</a>)</td> </tr> </tbody> </table> <h3>router</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/a6b10f6e597e666a55ef1cd2aecdf3a309cebad8"><img src="https://img.shields.io/badge/a6b10f6e59-fix-green" alt="fix - a6b10f6e59" /></a></td> <td>'createUrlTreeFromSnapshot' with empty paths and named outlets (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48734">#48734</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz</p> <h2>v15.1.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.1 (2023-01-18)</h1> <h3>common</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/68ce4f6ab495f78858281b902e6433fe90ed6dbf"><img src="https://img.shields.io/badge/68ce4f6ab4-fix-green" alt="fix - 68ce4f6ab4" /></a></td> <td>Update <code>Location</code> to get a normalized URL valid in case a represented URL starts with the substring equals <code>APP_BASE_HREF</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48489">#48489</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/032b2bd689e24ece61e23bfe9a39a11676958b8d"><img src="https://img.shields.io/badge/032b2bd689-perf-orange" alt="perf - 032b2bd689" /></a></td> <td>avoid excessive DOM mutation in NgClass (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48433">#48433</a>)</td> </tr> </tbody> </table> <h3>core</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/dd54f6bd963f859d18af90d5b3834c443ec073f9"><img src="https://img.shields.io/badge/dd54f6bd96-fix-green" alt="fix - dd54f6bd96" /></a></td> <td>makeEnvironmentProviders should accept EnvironmentProviders (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48720">#48720</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, Jens, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Vladyslav Slipchenko, ced, dario-piotrowicz, mgechev and ノウラ</p> <h2>v15.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.0 (2023-01-10)</h1> <h2>Deprecations</h2> <h3>router</h3> <ul> <li> <p>CanLoad guards in the Router are deprecated. Use CanMatch instead.</p> </li> <li> <p>router writable properties</p> <p>The following strategies are meant to be configured by registering the application strategy in DI via the <code>providers</code> in the root <code>NgModule</code> or <code>bootstrapApplication</code>:</p> <ul> <li><code>routeReuseStrategy</code></li> <li><code>titleStrategy</code></li> <li><code>urlHandlingStrategy</code></li> </ul> <p>The following options are meant to be configured using the options</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/blob/main/CHANGELOG.md"><code>@​angular/language-service</code>'s changelog</a>.</em></p> <blockquote> <h1>15.1.2 (2023-01-25)</h1> <h3>compiler</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/98ccb571176632cf4d434e9e54b086bb63601148">98ccb57117</a></td> <td>fix</td> <td>handle css selectors with space after an escaped character. (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48558">#48558</a>)</td> </tr> </tbody> </table> <h3>compiler-cli</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/145f848a10b4dc791cbf42b803983357735d5f86">145f848a10</a></td> <td>fix</td> <td>resolve deprecation warning (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48812">#48812</a>)</td> </tr> </tbody> </table> <h3>router</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/a6b10f6e597e666a55ef1cd2aecdf3a309cebad8">a6b10f6e59</a></td> <td>fix</td> <td>'createUrlTreeFromSnapshot' with empty paths and named outlets (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48734">#48734</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, AleksanderBodurri, Andrew Kushnir, Andrew Scott, Charles Lyding, Dylan Hunn, JoostK, Matthieu Riegler, Paul Gschwendtner, Payam Valadkhan, Virginia Dooley, Yann Thomas LE MOIGNE and dario-piotrowicz</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.2.0-next.1 (2023-01-18)</h1> <h2>Deprecations</h2> <h3></h3> <ul> <li>Class and <code>InjectionToken</code> guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with <code>inject</code> from <code>@angular/core</code>.</li> </ul> <h3></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/926c35f4ac70f5e4d142e545d6d056dd67aac97b">926c35f4ac</a></td> <td>docs</td> <td>Deprecate class and InjectionToken and resolvers (<a href="https://github-redirect.dependabot.com/angular/angular/pull/47924">#47924</a>)</td> </tr> </tbody> </table> <h3>common</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/8802b4aab9600870f3e09f198c993845587e9622">8802b4aab9</a></td> <td>fix</td> <td>Update <code>Location</code> to get a normalized URL valid in case a represented URL starts with the substring equals <code>APP_BASE_HREF</code> (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48489">#48489</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/5f21c6d627892dfad942b55f13861c213f9c0afb">5f21c6d627</a></td> <td>perf</td> <td>avoid excessive DOM mutation in NgClass (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48433">#48433</a>)</td> </tr> </tbody> </table> <h3>core</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/f00bf714110100549111bd27345943ab8830128c">f00bf71411</a></td> <td>fix</td> <td>makeEnvironmentProviders should accept EnvironmentProviders (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48720">#48720</a>)</td> </tr> </tbody> </table> <h3>language-service</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/4ae384fd619a13eaadf737d08a97f07e1f6b273c">4ae384fd61</a></td> <td>feat</td> <td>Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48354">#48354</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/141333411e67769d752c7162e4cb03376022f5e1">141333411e</a></td> <td>feat</td> <td>Introduce a new NgModuleIndex, and use it to suggest re-exports. (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48354">#48354</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Dylan Hunn, Jens, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Vladyslav Slipchenko, ced, dario-piotrowicz, mgechev and ノウラ</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.1 (2023-01-18)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/6a8ea29a04c35071d807bd2809e7fcbadd49f048"><code>6a8ea29</code></a> fix(language-service): expose <code>package.json</code> for vscode extension resolution ...</li> <li><a href="https://github.com/angular/angular/commit/e615b598bab9c67bc34a44e39ef1d7066f9bf052"><code>e615b59</code></a> fix(language-service): ship <code>/api</code> entry-point (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48670">#48670</a>)</li> <li><a href="https://github.com/angular/angular/commit/6ce7d76a0ea9cfc1591bee408719fa6da069344f"><code>6ce7d76</code></a> fix(language-service): update packages/language-service/build.sh script to wo...</li> <li><a href="https://github.com/angular/angular/commit/acf98268f80848fc146df0068af08ead37fe7979"><code>acf9826</code></a> refactor: update <code>language-service</code> package and tests to work with ESM (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48521">#48521</a>)</li> <li><a href="https://github.com/angular/angular/commit/0138d75335f0435582eb834eeaed144b2a4b20e9"><code>0138d75</code></a> refactor(language-service): make selector nullable (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48193">#48193</a>)</li> <li><a href="https://github.com/angular/angular/commit/f37dd0fc96a21be5dd12904662c281de70477ff1"><code>f37dd0f</code></a> build(bazel): create AIO example playgrounds for manual testing</li> <li><a href="https://github.com/angular/angular/commit/bc1e93d63939cacce0f4d0f08d48a16770ce3162"><code>bc1e93d</code></a> build(bazel): refactor aio example e2es to fix windows performance</li> <li><a href="https://github.com/angular/angular/commit/22a317de3d4080fb70d9dd3733c650baf0b4c14a"><code>22a317d</code></a> build(bazel): stamp targets to build, test, and serve aio against</li> <li><a href="https://github.com/angular/angular/commit/7a134cf41ac9442de4f45e1375a7fe0b3bf67441"><code>7a134cf</code></a> build(bazel): incrementally run aio example e2e tests</li> <li><a href="https://github.com/angular/angular/commit/fd2eea59613ab3cdde871046b6086216d77a386e"><code>fd2eea5</code></a> fix(language-service): correctly handle host directive inputs/outputs (<a href="https://github.com/angular/angular/tree/HEAD/packages/language-service/issues/48147">#48147</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/15.1.2/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=14.2.12&new-version=15.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
dependabot[bot] commented 2023-03-01 14:56:57 +08:00 (Migrated from github.com)

Superseded by #302.

Superseded by #302.

Pull request closed

Sign in to join this conversation.
No description provided.