chore(deps): bump @angular/compiler from 14.2.12 to 15.1.2 #296

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

Bumps @angular/compiler from 14.2.12 to 15.1.2.

Release notes

Sourced from @​angular/compiler'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/compiler'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
  • 98ccb57 fix(compiler): handle css selectors with space after an escaped character. (#...
  • c1f8882 refactor(compiler): refactor the shadow css specs (#48443)
  • fc1c03e refactor(compiler): Remove unnecessary assignment (#48478)
  • a532d71 feat(compiler): allow self-closing tags on custom elements (#48535)
  • a2b9c5c build: refactor packages/compiler/test to work with ESM (#48521)
  • c9415e4 build: ensure bootstrap transitive runfiles are made available (#48521)
  • 2055150 build: replace _es2015 shorthand with more flexible _files suffix (#48521)
  • 146d2ee refactor(compiler): replace flatten and map with flatMap. (#48378)
  • a403286 refactor(compiler): reduce complexity for legacy i18n digest string output (#...
  • 4c02395 fix(compiler): make sure selectors inside container queries are correctly sco...
  • 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/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) 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/compiler</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/compiler/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/compiler/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/compiler/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/compiler/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/compiler/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/compiler/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/compiler</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/98ccb571176632cf4d434e9e54b086bb63601148"><code>98ccb57</code></a> fix(compiler): handle css selectors with space after an escaped character. (#...</li> <li><a href="https://github.com/angular/angular/commit/c1f88824b7d551267d855d294e2f1f54f701b057"><code>c1f8882</code></a> refactor(compiler): refactor the shadow css specs (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48443">#48443</a>)</li> <li><a href="https://github.com/angular/angular/commit/fc1c03e16efcfb31e72f674a95e6189f060a7594"><code>fc1c03e</code></a> refactor(compiler): Remove unnecessary assignment (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48478">#48478</a>)</li> <li><a href="https://github.com/angular/angular/commit/a532d71975bef463223fd5d8322e3140760c9134"><code>a532d71</code></a> feat(compiler): allow self-closing tags on custom elements (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48535">#48535</a>)</li> <li><a href="https://github.com/angular/angular/commit/a2b9c5c778a2ea67bfbf2e91b6bc745018378893"><code>a2b9c5c</code></a> build: refactor <code>packages/compiler/test</code> to work with ESM (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48521">#48521</a>)</li> <li><a href="https://github.com/angular/angular/commit/c9415e4d75a2567fe344e1fbc0b1713c2bd912ff"><code>c9415e4</code></a> build: ensure bootstrap transitive runfiles are made available (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48521">#48521</a>)</li> <li><a href="https://github.com/angular/angular/commit/20551503fa8914a40b6a2fcaebc4dc1858561530"><code>2055150</code></a> build: replace <code>_es2015</code> shorthand with more flexible <code>_files</code> suffix (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48521">#48521</a>)</li> <li><a href="https://github.com/angular/angular/commit/146d2ee246cc136bde6bb2993d2d6d976ca66e9f"><code>146d2ee</code></a> refactor(compiler): replace <code>flatten</code> and <code>map</code> with <code>flatMap</code>. (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48378">#48378</a>)</li> <li><a href="https://github.com/angular/angular/commit/a403286cfae896e016eae5c9b40d4be4b0effd8e"><code>a403286</code></a> refactor(compiler): reduce complexity for legacy i18n digest string output (#...</li> <li><a href="https://github.com/angular/angular/commit/4c023956d8dd05d8455612dff185a7e7918c9fed"><code>4c02395</code></a> fix(compiler): make sure selectors inside container queries are correctly sco...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/15.1.2/packages/compiler">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/compiler&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 15:03:06 +08:00 (Migrated from github.com)

Superseded by #308.

Superseded by #308.

Pull request closed

Sign in to join this conversation.
No description provided.