chore(deps): bump @angular/compiler from 14.2.12 to 15.0.4 #288

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

Bumps @angular/compiler from 14.2.12 to 15.0.4.

Release notes

Sourced from @​angular/compiler's releases.

v15.0.4

15.0.4 (2022-12-14)

animations

Commit Description
fix - 6c1064c72f fix incorrect handling of camel-case css properties (#48436)

common

Commit Description
fix - f30d18a942 Fix TestBed.overrideProvider type to include multi (#48424)
fix - 59c6bfb632 Update Location to get a normalized URL valid in case a represented URL starts with the substring equals APP_BASE_HREF (#48394)

compiler-cli

Commit Description
fix - b55d2dab5d evaluate const tuple types statically (#48091)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy

v15.0.3

15.0.3 (2022-12-07)

common

Commit Description
fix - 50b1c2bf52 Don't generate srcsets with very large sources (#47997)
fix - bf44dc234a Update Location to support base href containing origin (#48327)

compiler

Commit Description
fix - 9a5d84249a make sure selectors inside container queries are correctly scoped (#48353)

compiler-cli

Commit Description
fix - 167bc0d163 Produce diagnostic rather than crash when using invalid hostDirective (#48314)

core

Commit Description
fix - e4dcaa513e unable to inject ChangeDetectorRef inside host directives (#48355)

Special Thanks

Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Derek Cormier, Joey Perrott, Konstantin Kharitonov, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, dario-piotrowicz and piyush132000

v15.0.2

15.0.2 (2022-11-30)

compiler-cli

Commit Description
fix - 86a21f5569 accept inheriting the constructor from a class in a library (#48156)

Special Thanks

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

15.0.4 (2022-12-14)

animations

Commit Type Description
6c1064c72f fix fix incorrect handling of camel-case css properties (#48436)

common

Commit Type Description
f30d18a942 fix Fix TestBed.overrideProvider type to include multi (#48424)

compiler-cli

Commit Type Description
b55d2dab5d fix evaluate const tuple types statically (#48091)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy

15.1.0-next.2 (2022-12-07)

common

Commit Type Description
8e52ca2714 fix Don't generate srcsets with very large sources (#47997)
f8ecc194e9 fix Update Location to support base href containing origin (#48327)

compiler

Commit Type Description
4c023956d8 fix make sure selectors inside container queries are correctly scoped (#48353)

compiler-cli

Commit Type Description
27eaded62d fix Produce diagnostic rather than crash when using invalid hostDirective (#48314)

core

Commit Type Description
38421578a2 feat Make the isStandalone() function available in public API (#48114)
dd42974b07 feat support TypeScript 4.9 (#48005)
5f9c7ceb90 fix unable to inject ChangeDetectorRef inside host directives (#48355)

Special Thanks

Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Joey Perrott, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, dario-piotrowicz, piyush132000 and sr5434

15.0.3 (2022-12-07)

common

Commit Type Description
50b1c2bf52 fix Don't generate srcsets with very large sources (#47997)

... (truncated)

Commits
  • cb7365a refactor(compiler): replace flatten and map with flatMap. (#48378)
  • 9a5d842 fix(compiler): make sure selectors inside container queries are correctly sco...
  • a4c82ba refactor(compiler): remove unused projection const (#48357)
  • 4199a8d build(bazel): fix missing dgeni dependencies
  • 500acfc build(bazel): create AIO example playgrounds for manual testing
  • 8d24a91 build(bazel): refactor aio example e2es to fix windows performance
  • a36034a build(bazel): stamp targets to build, test, and serve aio against
  • 12855f3 build(bazel): incrementally run aio example e2e tests
  • 28f289b fix(core): hardening attribute and property binding rules for <iframe> elemen...
  • 173dde7 Revert "fix(core): hardening rules related to the attribute order on iframe e...
  • 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.0.4. <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.0.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.4 (2022-12-14)</h1> <h3>animations</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/6c1064c72f7d5b9a455813046939ab0161c143bf"><img src="https://img.shields.io/badge/6c1064c72f-fix-green" alt="fix - 6c1064c72f" /></a></td> <td>fix incorrect handling of camel-case css properties (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48436">#48436</a>)</td> </tr> </tbody> </table> <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/f30d18a9424afacbd47d70f91e233e286bb94b0d"><img src="https://img.shields.io/badge/f30d18a942-fix-green" alt="fix - f30d18a942" /></a></td> <td>Fix TestBed.overrideProvider type to include multi (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48424">#48424</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/59c6bfb6324c5baf53b907afee9170e1ce81ddbc"><img src="https://img.shields.io/badge/59c6bfb632-fix-green" alt="fix - 59c6bfb632" /></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/48394">#48394</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/b55d2dab5d76ffa809ac1feb78392a75c3081dec"><img src="https://img.shields.io/badge/b55d2dab5d-fix-green" alt="fix - b55d2dab5d" /></a></td> <td>evaluate const tuple types statically (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48091">#48091</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy</p> <h2>v15.0.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.3 (2022-12-07)</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/50b1c2bf520e88828eadefcb2d0acaf151f8118e"><img src="https://img.shields.io/badge/50b1c2bf52-fix-green" alt="fix - 50b1c2bf52" /></a></td> <td>Don't generate srcsets with very large sources (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/47997">#47997</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/bf44dc234a32069cb297ef7d3a87c2004cad8b00"><img src="https://img.shields.io/badge/bf44dc234a-fix-green" alt="fix - bf44dc234a" /></a></td> <td>Update <code>Location</code> to support base href containing <code>origin</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48327">#48327</a>)</td> </tr> </tbody> </table> <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/9a5d84249a0fd6b5c2a77c7ab6cbf72d90c45ee3"><img src="https://img.shields.io/badge/9a5d84249a-fix-green" alt="fix - 9a5d84249a" /></a></td> <td>make sure selectors inside container queries are correctly scoped (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48353">#48353</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/167bc0d1638ffd6fe91bcb40f96c2ab90f3e01cb"><img src="https://img.shields.io/badge/167bc0d163-fix-green" alt="fix - 167bc0d163" /></a></td> <td>Produce diagnostic rather than crash when using invalid hostDirective (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48314">#48314</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/e4dcaa513e7d5ccd3a63edf6132792873f01f7c1"><img src="https://img.shields.io/badge/e4dcaa513e-fix-green" alt="fix - e4dcaa513e" /></a></td> <td>unable to inject ChangeDetectorRef inside host directives (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48355">#48355</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Derek Cormier, Joey Perrott, Konstantin Kharitonov, Kristiyan Kostadinov, Paul Gschwendtner, Pawel Kozlowski, dario-piotrowicz and piyush132000</p> <h2>v15.0.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.2 (2022-11-30)</h1> <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/86a21f5569bc4b8060a882bd3d542a6c002438c7"><img src="https://img.shields.io/badge/86a21f5569-fix-green" alt="fix - 86a21f5569" /></a></td> <td>accept inheriting the constructor from a class in a library (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48156">#48156</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <!-- 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.0.4 (2022-12-14)</h1> <h3>animations</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/6c1064c72f7d5b9a455813046939ab0161c143bf">6c1064c72f</a></td> <td>fix</td> <td>fix incorrect handling of camel-case css properties (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48436">#48436</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/f30d18a9424afacbd47d70f91e233e286bb94b0d">f30d18a942</a></td> <td>fix</td> <td>Fix TestBed.overrideProvider type to include multi (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48424">#48424</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/b55d2dab5d76ffa809ac1feb78392a75c3081dec">b55d2dab5d</a></td> <td>fix</td> <td>evaluate const tuple types statically (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48091">#48091</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, BrowserPerson, Jens, Jessica Janiuk, Joey Perrott, JoostK, Konstantin Kharitonov, Lukas Matta, Piotr Kowalski, Virginia Dooley, Yannick Baron, dario-piotrowicz, lsst25, piyush132000 and why520crazy</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.0-next.2 (2022-12-07)</h1> <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/8e52ca271496b0feebf66b2dc7c8f396b73d61a0">8e52ca2714</a></td> <td>fix</td> <td>Don't generate srcsets with very large sources (<a href="https://github-redirect.dependabot.com/angular/angular/pull/47997">#47997</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/f8ecc194e93bf9f80af0cb0e77032341bf2f9886">f8ecc194e9</a></td> <td>fix</td> <td>Update <code>Location</code> to support base href containing <code>origin</code> (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48327">#48327</a>)</td> </tr> </tbody> </table> <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/4c023956d8dd05d8455612dff185a7e7918c9fed">4c023956d8</a></td> <td>fix</td> <td>make sure selectors inside container queries are correctly scoped (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48353">#48353</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/27eaded62dbe059fc9ac02cfa7f53ccf8aebccbf">27eaded62d</a></td> <td>fix</td> <td>Produce diagnostic rather than crash when using invalid hostDirective (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48314">#48314</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/38421578a2573bcbc86c927ed4015e20fc39f04a">38421578a2</a></td> <td>feat</td> <td>Make the <code>isStandalone()</code> function available in public API (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48114">#48114</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/dd42974b070b068135c1bc34072486ae440e45e0">dd42974b07</a></td> <td>feat</td> <td>support TypeScript 4.9 (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48005">#48005</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/5f9c7ceb907be47dff3e203dd837fd6ee9133fcb">5f9c7ceb90</a></td> <td>fix</td> <td>unable to inject ChangeDetectorRef inside host directives (<a href="https://github-redirect.dependabot.com/angular/angular/pull/48355">#48355</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Joey Perrott, Konstantin Kharitonov, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, dario-piotrowicz, piyush132000 and sr5434</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.3 (2022-12-07)</h1> <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/50b1c2bf520e88828eadefcb2d0acaf151f8118e">50b1c2bf52</a></td> <td>fix</td> <td>Don't generate srcsets with very large sources (<a href="https://github-redirect.dependabot.com/angular/angular/pull/47997">#47997</a>)</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/cb7365a7bd83200892edac20a5b686f1f049635d"><code>cb7365a</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/9a5d84249a0fd6b5c2a77c7ab6cbf72d90c45ee3"><code>9a5d842</code></a> fix(compiler): make sure selectors inside container queries are correctly sco...</li> <li><a href="https://github.com/angular/angular/commit/a4c82ba25ba9fba0f0d4505d89051267ef110780"><code>a4c82ba</code></a> refactor(compiler): remove unused <code>projection</code> const (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/48357">#48357</a>)</li> <li><a href="https://github.com/angular/angular/commit/4199a8db082a576a55c5f858649d8fc78cda846d"><code>4199a8d</code></a> build(bazel): fix missing dgeni dependencies</li> <li><a href="https://github.com/angular/angular/commit/500acfcf98071db671f2f052e01f93ded2cf7720"><code>500acfc</code></a> build(bazel): create AIO example playgrounds for manual testing</li> <li><a href="https://github.com/angular/angular/commit/8d24a91c6acf913c11a08a7e4e68f85bd502aa63"><code>8d24a91</code></a> build(bazel): refactor aio example e2es to fix windows performance</li> <li><a href="https://github.com/angular/angular/commit/a36034a135c74ab4e77b1b6fc04c28fdd3c6173a"><code>a36034a</code></a> build(bazel): stamp targets to build, test, and serve aio against</li> <li><a href="https://github.com/angular/angular/commit/12855f38058d39d689d9c7101fec9c6c96fbc580"><code>12855f3</code></a> build(bazel): incrementally run aio example e2e tests</li> <li><a href="https://github.com/angular/angular/commit/28f289b825be7f4bf6dc5db69197741867b8ea23"><code>28f289b</code></a> fix(core): hardening attribute and property binding rules for &lt;iframe&gt; elemen...</li> <li><a href="https://github.com/angular/angular/commit/173dde76816beb995e689bd51c89e816fb163f51"><code>173dde7</code></a> Revert &quot;fix(core): hardening rules related to the attribute order on iframe e...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/15.0.4/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.0.4)](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-02-01 14:09:08 +08:00 (Migrated from github.com)

Superseded by #296.

Superseded by #296.

Pull request closed

Sign in to join this conversation.
No description provided.