You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/web_embedding/ng-flutter/package.json

43 lines
1.2 KiB

{
"name": "ng-flutter",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "pushd flutter && flutter clean && flutter build web && popd",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.1",
"@angular/cdk": "^18.0.1",
"@angular/common": "^18.0.1",
Bump @angular/compiler from 17.3.10 to 18.0.1 in /web_embedding/ng-flutter (#2313) Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.3.10 to 18.0.1. <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>v18.0.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e"><img src="https://img.shields.io/badge/419ffa2026-fix-green" alt="fix - 419ffa2026" /></a></td> <td>optimize track function that only passes $index (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b"><img src="https://img.shields.io/badge/4c7efc005a-fix-green" alt="fix - 4c7efc005a" /></a></td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da"><img src="https://img.shields.io/badge/4e6ea0e19c-fix-green" alt="fix - 4e6ea0e19c" /></a></td> <td>handle elements with local refs in event replay serialization logic (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff"><img src="https://img.shields.io/badge/d73a0175cb-fix-green" alt="fix - d73a0175cb" /></a></td> <td>link errors to ADEV (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e"><img src="https://img.shields.io/badge/985a215b10-fix-green" alt="fix - 985a215b10" /></a></td> <td>typo in zoneless warning (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/ba85d081583277a5b7a04bc349a3a8d528467c52"><img src="https://img.shields.io/badge/ba85d08158-fix-green" alt="fix - ba85d08158" /></a></td> <td>handle empty ngSwitchCase (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/56105">#56105</a>)</td> </tr> </tbody> </table> <h2>v18.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.0 (2024-05-22)</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/bcce85af72a82634f60b31d66a5ef42ecd844ce8"><img src="https://img.shields.io/badge/bcce85af72-refactor-yellow" alt="refactor - bcce85af72" /></a></td> <td>remove deprecated <code>matchesElement</code> from <code>AnimationDriver</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55479">#55479</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/d34c033902b4e7543796de6c57d0cfd09093eb43"><img src="https://img.shields.io/badge/d34c033902-refactor-yellow" alt="refactor - d34c033902" /></a></td> <td>Deprecate Local Data API functions (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/54483">#54483</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/3b0de30b37f558d4815ca9a61db1010aaf3df068"><img src="https://img.shields.io/badge/3b0de30b37-refactor-yellow" alt="refactor - 3b0de30b37" /></a></td> <td>remove deprecated <code>isPlatformWorkerApp</code> and <code>isPlatformWorkerUi</code> API (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55302">#55302</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/91b007e58ffb91f7c396cbc0333a91d18f02bd27"><img src="https://img.shields.io/badge/91b007e58f-fix-green" alt="fix - 91b007e58f" /></a></td> <td>add math elements to schema (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55631">#55631</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/33d0102304e2213ee0af0bc86028a4f564c81ed4"><img src="https://img.shields.io/badge/33d0102304-fix-green" alt="fix - 33d0102304" /></a></td> <td>allow comments between connected blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55966">#55966</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7fc7f3f05f0139dd773032fd5ad308f8d2a9fcf5"><img src="https://img.shields.io/badge/7fc7f3f05f-fix-green" alt="fix - 7fc7f3f05f" /></a></td> <td>capture all control flow branches for content projection in if blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a369f43fbdf45456bbae1caf71ef7becd15d1e90"><img src="https://img.shields.io/badge/a369f43fbd-fix-green" alt="fix - a369f43fbd" /></a></td> <td>capture switch block cases for content projection (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eb625d37839c3b9f20a2ffb3af06426f9910c8ac"><img src="https://img.shields.io/badge/eb625d3783-fix-green" alt="fix - eb625d3783" /></a></td> <td>declare for loop aliases in addition to new name (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/54942">#54942</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/f8249115102204dbb957a0d292ed5342ea5108e9"><img src="https://img.shields.io/badge/f824911510-fix-green" alt="fix - f824911510" /></a></td> <td>For <code>FatalDiagnosticError</code>, hide the <code>message</code> field without affecting the emit (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55160">#55160</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a040fb720af7db08b328a9f78511c9881f50482d"><img src="https://img.shields.io/badge/a040fb720a-fix-green" alt="fix - a040fb720a" /></a></td> <td>maintain multiline CSS selectors during CSS scoping (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55509">#55509</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc"><img src="https://img.shields.io/badge/39624c6b12-fix-green" alt="fix - 39624c6b12" /></a></td> <td>output input flags as a literal (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55215">#55215</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eba92cfa55500f3558c02edd0aa348ae118794e0"><img src="https://img.shields.io/badge/eba92cfa55-fix-green" alt="fix - eba92cfa55" /></a></td> <td>prevent usage of reserved control flow symbol in custom interpolation context. (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55809">#55809</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7d5bc1c62870d9c68e06eddec229a9b8988e92ee"><img src="https://img.shields.io/badge/7d5bc1c628-fix-green" alt="fix - 7d5bc1c628" /></a></td> <td>remove container index from conditional instruction (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55190">#55190</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/4eb0165750d8c65812502343a70ef4cc35c725b9"><img src="https://img.shields.io/badge/4eb0165750-fix-green" alt="fix - 4eb0165750" /></a></td> <td>remove support for unassignable expressions in two-way bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55342">#55342</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/e1650e3b13556ab09c919cfdf97913fa0291622c"><img src="https://img.shields.io/badge/e1650e3b13-fix-green" alt="fix - e1650e3b13" /></a></td> <td>throw error if item name and context variables conflict (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55045">#55045</a>)</td> </tr> </tbody> </table> <h3>compiler-cli</h3> <!-- 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>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e">419ffa2026</a></td> <td>fix</td> <td>optimize track function that only passes $index (<a href="https://redirect.github.com/angular/angular/pull/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b">4c7efc005a</a></td> <td>fix</td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://redirect.github.com/angular/angular/pull/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da">4e6ea0e19c</a></td> <td>fix</td> <td>handle elements with local refs in event replay serialization logic (<a href="https://redirect.github.com/angular/angular/pull/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff">d73a0175cb</a></td> <td>fix</td> <td>link errors to ADEV (<a href="https://redirect.github.com/angular/angular/pull/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e">985a215b10</a></td> <td>fix</td> <td>typo in zoneless warning (<a href="https://redirect.github.com/angular/angular/pull/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</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/ba85d081583277a5b7a04bc349a3a8d528467c52">ba85d08158</a></td> <td>fix</td> <td>handle empty ngSwitchCase (<a href="https://redirect.github.com/angular/angular/pull/56105">#56105</a>)</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e"><code>419ffa2</code></a> fix(compiler): optimize track function that only passes $index (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55872">#55872</a>)</li> <li><a href="https://github.com/angular/angular/commit/33d0102304e2213ee0af0bc86028a4f564c81ed4"><code>33d0102</code></a> fix(compiler): allow comments between connected blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55966">#55966</a>)</li> <li><a href="https://github.com/angular/angular/commit/eba92cfa55500f3558c02edd0aa348ae118794e0"><code>eba92cf</code></a> fix(compiler): prevent usage of reserved control flow symbol in custom interp...</li> <li><a href="https://github.com/angular/angular/commit/6906ff0131c313dfdbd047103603c15b5eb0a165"><code>6906ff0</code></a> refactor(core): clean up clang comments and workarounds (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55750">#55750</a>)</li> <li><a href="https://github.com/angular/angular/commit/cd9646433559f0b8839a312b869eb7057fbc44ef"><code>cd96464</code></a> refactor(compiler): move variable optimization earlier in pipeline (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55771">#55771</a>)</li> <li><a href="https://github.com/angular/angular/commit/a040fb720af7db08b328a9f78511c9881f50482d"><code>a040fb7</code></a> fix(compiler): maintain multiline CSS selectors during CSS scoping (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55509">#55509</a>)</li> <li><a href="https://github.com/angular/angular/commit/91b007e58ffb91f7c396cbc0333a91d18f02bd27"><code>91b007e</code></a> fix(compiler): add math elements to schema (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55631">#55631</a>)</li> <li><a href="https://github.com/angular/angular/commit/0dcae69aafc558b897954fc688282a385c586114"><code>0dcae69</code></a> refactor(compiler): add <code>handler</code> attribute to XMB output (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/54865">#54865</a>)</li> <li><a href="https://github.com/angular/angular/commit/a5c57c7484f1dc3afab4ece4e969a4a7308cdeca"><code>a5c57c7</code></a> fix(core): resolve error for multiple component instances that use fallback c...</li> <li><a href="https://github.com/angular/angular/commit/8f69c83b848ad0dc3c7ffce2541fc726693dedcf"><code>8f69c83</code></a> refactor: migrate compiler to prettier formatting (<a href="https://github.com/angular/angular/tree/HEAD/packages/compiler/issues/55398">#55398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/18.0.1/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=17.3.10&new-version=18.0.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
"@angular/compiler": "^18.0.1",
Bump @angular/core from 17.3.10 to 18.0.1 in /web_embedding/ng-flutter (#2311) Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 17.3.10 to 18.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/releases"><code>@​angular/core</code>'s releases</a>.</em></p> <blockquote> <h2>v18.0.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e"><img src="https://img.shields.io/badge/419ffa2026-fix-green" alt="fix - 419ffa2026" /></a></td> <td>optimize track function that only passes $index (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b"><img src="https://img.shields.io/badge/4c7efc005a-fix-green" alt="fix - 4c7efc005a" /></a></td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da"><img src="https://img.shields.io/badge/4e6ea0e19c-fix-green" alt="fix - 4e6ea0e19c" /></a></td> <td>handle elements with local refs in event replay serialization logic (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff"><img src="https://img.shields.io/badge/d73a0175cb-fix-green" alt="fix - d73a0175cb" /></a></td> <td>link errors to ADEV (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e"><img src="https://img.shields.io/badge/985a215b10-fix-green" alt="fix - 985a215b10" /></a></td> <td>typo in zoneless warning (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/ba85d081583277a5b7a04bc349a3a8d528467c52"><img src="https://img.shields.io/badge/ba85d08158-fix-green" alt="fix - ba85d08158" /></a></td> <td>handle empty ngSwitchCase (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56105">#56105</a>)</td> </tr> </tbody> </table> <h2>v18.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.0 (2024-05-22)</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/bcce85af72a82634f60b31d66a5ef42ecd844ce8"><img src="https://img.shields.io/badge/bcce85af72-refactor-yellow" alt="refactor - bcce85af72" /></a></td> <td>remove deprecated <code>matchesElement</code> from <code>AnimationDriver</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55479">#55479</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/d34c033902b4e7543796de6c57d0cfd09093eb43"><img src="https://img.shields.io/badge/d34c033902-refactor-yellow" alt="refactor - d34c033902" /></a></td> <td>Deprecate Local Data API functions (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/54483">#54483</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/3b0de30b37f558d4815ca9a61db1010aaf3df068"><img src="https://img.shields.io/badge/3b0de30b37-refactor-yellow" alt="refactor - 3b0de30b37" /></a></td> <td>remove deprecated <code>isPlatformWorkerApp</code> and <code>isPlatformWorkerUi</code> API (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55302">#55302</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/91b007e58ffb91f7c396cbc0333a91d18f02bd27"><img src="https://img.shields.io/badge/91b007e58f-fix-green" alt="fix - 91b007e58f" /></a></td> <td>add math elements to schema (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55631">#55631</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/33d0102304e2213ee0af0bc86028a4f564c81ed4"><img src="https://img.shields.io/badge/33d0102304-fix-green" alt="fix - 33d0102304" /></a></td> <td>allow comments between connected blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55966">#55966</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7fc7f3f05f0139dd773032fd5ad308f8d2a9fcf5"><img src="https://img.shields.io/badge/7fc7f3f05f-fix-green" alt="fix - 7fc7f3f05f" /></a></td> <td>capture all control flow branches for content projection in if blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a369f43fbdf45456bbae1caf71ef7becd15d1e90"><img src="https://img.shields.io/badge/a369f43fbd-fix-green" alt="fix - a369f43fbd" /></a></td> <td>capture switch block cases for content projection (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eb625d37839c3b9f20a2ffb3af06426f9910c8ac"><img src="https://img.shields.io/badge/eb625d3783-fix-green" alt="fix - eb625d3783" /></a></td> <td>declare for loop aliases in addition to new name (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/54942">#54942</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/f8249115102204dbb957a0d292ed5342ea5108e9"><img src="https://img.shields.io/badge/f824911510-fix-green" alt="fix - f824911510" /></a></td> <td>For <code>FatalDiagnosticError</code>, hide the <code>message</code> field without affecting the emit (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55160">#55160</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a040fb720af7db08b328a9f78511c9881f50482d"><img src="https://img.shields.io/badge/a040fb720a-fix-green" alt="fix - a040fb720a" /></a></td> <td>maintain multiline CSS selectors during CSS scoping (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55509">#55509</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc"><img src="https://img.shields.io/badge/39624c6b12-fix-green" alt="fix - 39624c6b12" /></a></td> <td>output input flags as a literal (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55215">#55215</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eba92cfa55500f3558c02edd0aa348ae118794e0"><img src="https://img.shields.io/badge/eba92cfa55-fix-green" alt="fix - eba92cfa55" /></a></td> <td>prevent usage of reserved control flow symbol in custom interpolation context. (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55809">#55809</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7d5bc1c62870d9c68e06eddec229a9b8988e92ee"><img src="https://img.shields.io/badge/7d5bc1c628-fix-green" alt="fix - 7d5bc1c628" /></a></td> <td>remove container index from conditional instruction (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55190">#55190</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/4eb0165750d8c65812502343a70ef4cc35c725b9"><img src="https://img.shields.io/badge/4eb0165750-fix-green" alt="fix - 4eb0165750" /></a></td> <td>remove support for unassignable expressions in two-way bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55342">#55342</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/e1650e3b13556ab09c919cfdf97913fa0291622c"><img src="https://img.shields.io/badge/e1650e3b13-fix-green" alt="fix - e1650e3b13" /></a></td> <td>throw error if item name and context variables conflict (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55045">#55045</a>)</td> </tr> </tbody> </table> <h3>compiler-cli</h3> <!-- 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/core</code>'s changelog</a>.</em></p> <blockquote> <h1>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e">419ffa2026</a></td> <td>fix</td> <td>optimize track function that only passes $index (<a href="https://redirect.github.com/angular/angular/pull/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b">4c7efc005a</a></td> <td>fix</td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://redirect.github.com/angular/angular/pull/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da">4e6ea0e19c</a></td> <td>fix</td> <td>handle elements with local refs in event replay serialization logic (<a href="https://redirect.github.com/angular/angular/pull/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff">d73a0175cb</a></td> <td>fix</td> <td>link errors to ADEV (<a href="https://redirect.github.com/angular/angular/pull/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e">985a215b10</a></td> <td>fix</td> <td>typo in zoneless warning (<a href="https://redirect.github.com/angular/angular/pull/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</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/ba85d081583277a5b7a04bc349a3a8d528467c52">ba85d08158</a></td> <td>fix</td> <td>handle empty ngSwitchCase (<a href="https://redirect.github.com/angular/angular/pull/56105">#56105</a>)</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/ba85d081583277a5b7a04bc349a3a8d528467c52"><code>ba85d08</code></a> fix(migrations): handle empty ngSwitchCase (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56105">#56105</a>)</li> <li><a href="https://github.com/angular/angular/commit/4fdc93bcd5d1672e1cdd5a0392a0419c3f97ad99"><code>4fdc93b</code></a> refactor(core): Use event_dispatcher in event_replay code. (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56036">#56036</a>)</li> <li><a href="https://github.com/angular/angular/commit/fa4bcf36210141a2326c0d28cf80b8b174a3b615"><code>fa4bcf3</code></a> test: add back control_flow_migration tests (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56130">#56130</a>)</li> <li><a href="https://github.com/angular/angular/commit/0b6018b75546eed4cba492332d8177739b4d8406"><code>0b6018b</code></a> build: update to latest dev infra code (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/56128">#56128</a>)</li> <li><a href="https://github.com/angular/angular/commit/4e6ea0e19c52c9aceb635accb379572c78a457da"><code>4e6ea0e</code></a> fix(core): handle elements with local refs in event replay serialization logi...</li> <li><a href="https://github.com/angular/angular/commit/47b7ba0d5e1ca1f2ec62a3aee2d905c079950a1f"><code>47b7ba0</code></a> refactor(core): Remove hybrid mode flag and move scheduler provider location ...</li> <li><a href="https://github.com/angular/angular/commit/89e48aac4edb73ae39b61d0c83042f6d1bf7c2b1"><code>89e48aa</code></a> refactor(core): Create event types that are able to be serialized, captured, ...</li> <li><a href="https://github.com/angular/angular/commit/01a19f33b5f7f8ff33ceb5ca705d00b74deb930a"><code>01a19f3</code></a> refactor(core): Make sure not to do anymore jsaction work once everything is ...</li> <li><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff"><code>d73a017</code></a> fix(core): link errors to ADEV (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55554">#55554</a>)</li> <li><a href="https://github.com/angular/angular/commit/b960aad86365b7c851a0ecb4ae666fbaf498775c"><code>b960aad</code></a> refactor(core): remove unused preventDefault on listener (<a href="https://github.com/angular/angular/tree/HEAD/packages/core/issues/55879">#55879</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/18.0.1/packages/core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/core&package-manager=npm_and_yarn&previous-version=17.3.10&new-version=18.0.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/material": "^18.0.1",
Bump @angular/platform-browser from 17.3.10 to 18.0.1 in /web_embedding/ng-flutter (#2312) Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 17.3.10 to 18.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/releases"><code>@​angular/platform-browser</code>'s releases</a>.</em></p> <blockquote> <h2>v18.0.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e"><img src="https://img.shields.io/badge/419ffa2026-fix-green" alt="fix - 419ffa2026" /></a></td> <td>optimize track function that only passes $index (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b"><img src="https://img.shields.io/badge/4c7efc005a-fix-green" alt="fix - 4c7efc005a" /></a></td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da"><img src="https://img.shields.io/badge/4e6ea0e19c-fix-green" alt="fix - 4e6ea0e19c" /></a></td> <td>handle elements with local refs in event replay serialization logic (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff"><img src="https://img.shields.io/badge/d73a0175cb-fix-green" alt="fix - d73a0175cb" /></a></td> <td>link errors to ADEV (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e"><img src="https://img.shields.io/badge/985a215b10-fix-green" alt="fix - 985a215b10" /></a></td> <td>typo in zoneless warning (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular/commit/ba85d081583277a5b7a04bc349a3a8d528467c52"><img src="https://img.shields.io/badge/ba85d08158-fix-green" alt="fix - ba85d08158" /></a></td> <td>handle empty ngSwitchCase (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/56105">#56105</a>)</td> </tr> </tbody> </table> <h2>v18.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.0 (2024-05-22)</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/bcce85af72a82634f60b31d66a5ef42ecd844ce8"><img src="https://img.shields.io/badge/bcce85af72-refactor-yellow" alt="refactor - bcce85af72" /></a></td> <td>remove deprecated <code>matchesElement</code> from <code>AnimationDriver</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55479">#55479</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/d34c033902b4e7543796de6c57d0cfd09093eb43"><img src="https://img.shields.io/badge/d34c033902-refactor-yellow" alt="refactor - d34c033902" /></a></td> <td>Deprecate Local Data API functions (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/54483">#54483</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/3b0de30b37f558d4815ca9a61db1010aaf3df068"><img src="https://img.shields.io/badge/3b0de30b37-refactor-yellow" alt="refactor - 3b0de30b37" /></a></td> <td>remove deprecated <code>isPlatformWorkerApp</code> and <code>isPlatformWorkerUi</code> API (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55302">#55302</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/91b007e58ffb91f7c396cbc0333a91d18f02bd27"><img src="https://img.shields.io/badge/91b007e58f-fix-green" alt="fix - 91b007e58f" /></a></td> <td>add math elements to schema (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55631">#55631</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/33d0102304e2213ee0af0bc86028a4f564c81ed4"><img src="https://img.shields.io/badge/33d0102304-fix-green" alt="fix - 33d0102304" /></a></td> <td>allow comments between connected blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55966">#55966</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7fc7f3f05f0139dd773032fd5ad308f8d2a9fcf5"><img src="https://img.shields.io/badge/7fc7f3f05f-fix-green" alt="fix - 7fc7f3f05f" /></a></td> <td>capture all control flow branches for content projection in if blocks (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a369f43fbdf45456bbae1caf71ef7becd15d1e90"><img src="https://img.shields.io/badge/a369f43fbd-fix-green" alt="fix - a369f43fbd" /></a></td> <td>capture switch block cases for content projection (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/54921">#54921</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eb625d37839c3b9f20a2ffb3af06426f9910c8ac"><img src="https://img.shields.io/badge/eb625d3783-fix-green" alt="fix - eb625d3783" /></a></td> <td>declare for loop aliases in addition to new name (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/54942">#54942</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/f8249115102204dbb957a0d292ed5342ea5108e9"><img src="https://img.shields.io/badge/f824911510-fix-green" alt="fix - f824911510" /></a></td> <td>For <code>FatalDiagnosticError</code>, hide the <code>message</code> field without affecting the emit (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55160">#55160</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/a040fb720af7db08b328a9f78511c9881f50482d"><img src="https://img.shields.io/badge/a040fb720a-fix-green" alt="fix - a040fb720a" /></a></td> <td>maintain multiline CSS selectors during CSS scoping (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55509">#55509</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc"><img src="https://img.shields.io/badge/39624c6b12-fix-green" alt="fix - 39624c6b12" /></a></td> <td>output input flags as a literal (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55215">#55215</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/eba92cfa55500f3558c02edd0aa348ae118794e0"><img src="https://img.shields.io/badge/eba92cfa55-fix-green" alt="fix - eba92cfa55" /></a></td> <td>prevent usage of reserved control flow symbol in custom interpolation context. (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55809">#55809</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/7d5bc1c62870d9c68e06eddec229a9b8988e92ee"><img src="https://img.shields.io/badge/7d5bc1c628-fix-green" alt="fix - 7d5bc1c628" /></a></td> <td>remove container index from conditional instruction (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55190">#55190</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/4eb0165750d8c65812502343a70ef4cc35c725b9"><img src="https://img.shields.io/badge/4eb0165750-fix-green" alt="fix - 4eb0165750" /></a></td> <td>remove support for unassignable expressions in two-way bindings (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55342">#55342</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/e1650e3b13556ab09c919cfdf97913fa0291622c"><img src="https://img.shields.io/badge/e1650e3b13-fix-green" alt="fix - e1650e3b13" /></a></td> <td>throw error if item name and context variables conflict (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55045">#55045</a>)</td> </tr> </tbody> </table> <h3>compiler-cli</h3> <!-- 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/platform-browser</code>'s changelog</a>.</em></p> <blockquote> <h1>18.0.1 (2024-05-29)</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/419ffa20265e4b9b5b1d92045ec40f59f5c4de2e">419ffa2026</a></td> <td>fix</td> <td>optimize track function that only passes $index (<a href="https://redirect.github.com/angular/angular/pull/55872">#55872</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/4c7efc005a8d0d343f437007740254b1d35c718b">4c7efc005a</a></td> <td>fix</td> <td>interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (<a href="https://redirect.github.com/angular/angular/pull/55969">#55969</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/4e6ea0e19c52c9aceb635accb379572c78a457da">4e6ea0e19c</a></td> <td>fix</td> <td>handle elements with local refs in event replay serialization logic (<a href="https://redirect.github.com/angular/angular/pull/56076">#56076</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/d73a0175cb2d8c74e6bb877dc30eec07fd484fff">d73a0175cb</a></td> <td>fix</td> <td>link errors to ADEV (<a href="https://redirect.github.com/angular/angular/pull/55554">#55554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/angular/commit/985a215b102be2a58dd4d13e1c05399f58f3078e">985a215b10</a></td> <td>fix</td> <td>typo in zoneless warning (<a href="https://redirect.github.com/angular/angular/pull/55974">#55974</a>)</td> </tr> </tbody> </table> <h3>migrations</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/ba85d081583277a5b7a04bc349a3a8d528467c52">ba85d08158</a></td> <td>fix</td> <td>handle empty ngSwitchCase (<a href="https://redirect.github.com/angular/angular/pull/56105">#56105</a>)</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/0b6018b75546eed4cba492332d8177739b4d8406"><code>0b6018b</code></a> build: update to latest dev infra code (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/56128">#56128</a>)</li> <li><a href="https://github.com/angular/angular/commit/47b7ba0d5e1ca1f2ec62a3aee2d905c079950a1f"><code>47b7ba0</code></a> refactor(core): Remove hybrid mode flag and move scheduler provider location ...</li> <li><a href="https://github.com/angular/angular/commit/77eb4ca0610c4129938d0dcef0b468ef40c679a3"><code>77eb4ca</code></a> docs: declare <code>provideAnimationsAsync()</code> function stable (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55871">#55871</a>)</li> <li><a href="https://github.com/angular/angular/commit/f8a6ebd9772baad137ad8c677faf53c37b7c4a0a"><code>f8a6ebd</code></a> docs: Add documentation for event replay (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55802">#55802</a>)</li> <li><a href="https://github.com/angular/angular/commit/9eb7478e5d05d6f68531fd2f0150d2ee4d9e3b9e"><code>9eb7478</code></a> refactor(core): Throw a runtime error if both zone and zoneless are provided ...</li> <li><a href="https://github.com/angular/angular/commit/5c8c2eb60cf6b04c5b66523154aefa14e2f88d25"><code>5c8c2eb</code></a> refactor(animations): make async animations code compatible with Closure comp...</li> <li><a href="https://github.com/angular/angular/commit/23f914f1012545330f6a5aeed4e862bf0e66117b"><code>23f914f</code></a> fix(platform-browser): Use the right namespace for mathML. (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/55622">#55622</a>)</li> <li><a href="https://github.com/angular/angular/commit/122478c202ca01696b1b80897b7c6e4c116f6785"><code>122478c</code></a> refactor(core): Ensure animations are flushed before running render hooks (<a href="https://github.com/angular/angular/tree/HEAD/packages/platform-browser/issues/5">#5</a>...</li> <li><a href="https://github.com/angular/angular/commit/a80fa8d1a5048bc3475d981a170dd350af7c87eb"><code>a80fa8d</code></a> refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...</li> <li><a href="https://github.com/angular/angular/commit/e3d5607caf1c500ea85ea1a922fce6015d04ecd0"><code>e3d5607</code></a> Revert &quot;refactor(core): Ensure DOM removal happens when no app views need ref...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/18.0.1/packages/platform-browser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/platform-browser&package-manager=npm_and_yarn&previous-version=17.3.10&new-version=18.0.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Bump @angular/cli from 18.0.7 to 18.1.0 in /web_embedding/ng-flutter (#2357) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 18.0.7 to 18.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular/cli</code>'s releases</a>.</em></p> <blockquote> <h2>v18.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.1.0 (2024-07-10)</h1> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36"><img src="https://img.shields.io/badge/22e05dcb4-fix-green" alt="fix - 22e05dcb4" /></a></td> <td>generate new projects with ECMAScript standard class field behavior</td> </tr> </tbody> </table> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa"><img src="https://img.shields.io/badge/6d266c146-fix-green" alt="fix - 6d266c146" /></a></td> <td>add fallbacks for migration package resolution</td> </tr> </tbody> </table> <h3><code>@​angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5"><img src="https://img.shields.io/badge/687a6c7ec-feat-blue" alt="feat - 687a6c7ec" /></a></td> <td>add <code>--inspect</code> option to the dev-server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9"><img src="https://img.shields.io/badge/628d87a94-feat-blue" alt="feat - 628d87a94" /></a></td> <td>support WASM/ES Module integration proposal</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad"><img src="https://img.shields.io/badge/3e359da8d-fix-green" alt="fix - 3e359da8d" /></a></td> <td>address rxjs undefined issues during SSR prebundling</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27"><img src="https://img.shields.io/badge/4ff914a16-fix-green" alt="fix - 4ff914a16" /></a></td> <td>allow additional module preloads up to limit</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f"><img src="https://img.shields.io/badge/fb8e3c39a-fix-green" alt="fix - fb8e3c39a" /></a></td> <td>allow top-level await in zoneless applications</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6"><img src="https://img.shields.io/badge/83b75af9f-fix-green" alt="fix - 83b75af9f" /></a></td> <td>check inlineSourceMap option with isolated modules optimization</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927"><img src="https://img.shields.io/badge/cd97134a6-fix-green" alt="fix - cd97134a6" /></a></td> <td>normalize paths during module resolution in Vite</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a"><img src="https://img.shields.io/badge/13d2100dd-fix-green" alt="fix - 13d2100dd" /></a></td> <td>read WASM file from script location on Node.js</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3"><img src="https://img.shields.io/badge/3091956f5-fix-green" alt="fix - 3091956f5" /></a></td> <td>support import attributes in JavaScript transformer</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc"><img src="https://img.shields.io/badge/dd94a831b-perf-orange" alt="perf - dd94a831b" /></a></td> <td>enable dependency prebundling for server dependencies</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189"><img src="https://img.shields.io/badge/3acb77683-perf-orange" alt="perf - 3acb77683" /></a></td> <td>use direct transpilation with isolated modules</td> </tr> </tbody> </table> <h2>v18.1.0-rc.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.1.0-rc.1 (2024-07-03)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6c0f60d1bd7d120834d64f4d412829a7e2f061b0"><img src="https://img.shields.io/badge/6c0f60d1b-fix-green" alt="fix - 6c0f60d1b" /></a></td> <td>make <code>ng update</code> to keep newline at the end of package.json</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1eb36e5938b475cc3a81c324812489cf3e596d05"><img src="https://img.shields.io/badge/1eb36e593-fix-green" alt="fix - 1eb36e593" /></a></td> <td>reduce the number of max workers to available CPUs minus one</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c6fc0203e06680d0bfb13066f809ed636722dec6"><img src="https://img.shields.io/badge/c6fc0203e-fix-green" alt="fix - c6fc0203e" /></a></td> <td>rollback terser to <code>5.29.2</code></td> </tr> </tbody> </table> <h3><code>@​angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9"><img src="https://img.shields.io/badge/628d87a94-feat-blue" alt="feat - 628d87a94" /></a></td> <td>support WASM/ES Module integration proposal</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f"><img src="https://img.shields.io/badge/fb8e3c39a-fix-green" alt="fix - fb8e3c39a" /></a></td> <td>allow top-level await in zoneless applications</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5ec724338539f7191bee5026d7d1db578c1ce5aa"><img src="https://img.shields.io/badge/5ec724338-fix-green" alt="fix - 5ec724338" /></a></td> <td>correctly name entry points to match budgets</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927"><img src="https://img.shields.io/badge/cd97134a6-fix-green" alt="fix - cd97134a6" /></a></td> <td>normalize paths during module resolution in Vite</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/27bd670831e60440ef7a2d2817c5871fbacd9e35"><img src="https://img.shields.io/badge/27bd67083-fix-green" alt="fix - 27bd67083" /></a></td> <td>redirect to path with trailing slash for asset directories</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e8a6d6bc41edcdb0cd58f4c62ddf0199f8c643d2"><img src="https://img.shields.io/badge/e8a6d6bc4-fix-green" alt="fix - e8a6d6bc4" /></a></td> <td>reduce the number of max workers to available CPUs minus one</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3"><img src="https://img.shields.io/badge/3091956f5-fix-green" alt="fix - 3091956f5" /></a></td> <td>support import attributes in JavaScript transformer</td> </tr> </tbody> </table> <h2>v18.1.0-rc.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular/cli</code>'s changelog</a>.</em></p> <blockquote> <h1>18.1.0 (2024-07-10)</h1> <h3><code>@​angular/cli</code></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-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa">6d266c146</a></td> <td>fix</td> <td>add fallbacks for migration package resolution</td> </tr> </tbody> </table> <h3><code>@​schematics/angular</code></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-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36">22e05dcb4</a></td> <td>fix</td> <td>generate new projects with ECMAScript standard class field behavior</td> </tr> </tbody> </table> <h3><code>@​angular/build</code></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-cli/commit/687a6c7eca740a98129196908689a44c181b33a5">687a6c7ec</a></td> <td>feat</td> <td>add <code>--inspect</code> option to the dev-server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9">628d87a94</a></td> <td>feat</td> <td>support WASM/ES Module integration proposal</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad">3e359da8d</a></td> <td>fix</td> <td>address rxjs undefined issues during SSR prebundling</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27">4ff914a16</a></td> <td>fix</td> <td>allow additional module preloads up to limit</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f">fb8e3c39a</a></td> <td>fix</td> <td>allow top-level await in zoneless applications</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6">83b75af9f</a></td> <td>fix</td> <td>check inlineSourceMap option with isolated modules optimization</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927">cd97134a6</a></td> <td>fix</td> <td>normalize paths during module resolution in Vite</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a">13d2100dd</a></td> <td>fix</td> <td>read WASM file from script location on Node.js</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3">3091956f5</a></td> <td>fix</td> <td>support import attributes in JavaScript transformer</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc">dd94a831b</a></td> <td>perf</td> <td>enable dependency prebundling for server dependencies</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189">3acb77683</a></td> <td>perf</td> <td>use direct transpilation with isolated modules</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/482d0bea351b5ad3563ef36efb8c6236fa0969b6"><code>482d0be</code></a> release: cut the v18.1.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/0c52d5f8070998591f1b59e5b28222f817272a67"><code>0c52d5f</code></a> build: update Angular dependencies to version 18.1.0</li> <li><a href="https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a"><code>13d2100</code></a> fix(<code>@​angular/build</code>): read WASM file from script location on Node.js</li> <li><a href="https://github.com/angular/angular-cli/commit/1772c871ba97fd3d23960cd0305a944358f487dd"><code>1772c87</code></a> refactor(<code>@​angular/cli</code>): provide a default extract-i18n target for applications</li> <li><a href="https://github.com/angular/angular-cli/commit/4c6c32c439ef06449de8ecd91ece2b39c9dd7e0c"><code>4c6c32c</code></a> refactor: use explicit coercion of exitCode to number.</li> <li><a href="https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6"><code>83b75af</code></a> fix(<code>@​angular/build</code>): check inlineSourceMap option with isolated modules optim...</li> <li><a href="https://github.com/angular/angular-cli/commit/713f456a270d98ec555d50fee8ee29d0d4620562"><code>713f456</code></a> release: cut the v18.1.0-rc.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9"><code>628d87a</code></a> feat(<code>@​angular/build</code>): support WASM/ES Module integration proposal</li> <li><a href="https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3"><code>3091956</code></a> fix(<code>@​angular/build</code>): support import attributes in JavaScript transformer</li> <li><a href="https://github.com/angular/angular-cli/commit/c6fc0203e06680d0bfb13066f809ed636722dec6"><code>c6fc020</code></a> fix(<code>@​angular-devkit/build-angular</code>): rollback terser to <code>5.29.2</code></li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/18.0.7...18.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/cli&package-manager=npm_and_yarn&previous-version=18.0.7&new-version=18.1.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "^18.0.1",
Bump @types/jasmine from 4.3.1 to 5.1.0 in /web_embedding/ng-flutter (#2038) Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.1 to 5.1.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jasmine&package-manager=npm_and_yarn&previous-version=4.3.1&new-version=5.1.0)](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`. --- <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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
1 year ago
"@types/jasmine": "~5.1.0",
Bump jasmine-core from 5.1.2 to 5.2.0 in /web_embedding/ng-flutter (#2364) Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.1.2 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jasmine/jasmine/releases">jasmine-core's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.2.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jasmine/jasmine/commit/cd1b7ce9c74115e1d133e31f3da933d91474eebf"><code>cd1b7ce</code></a> Bump version to 5.2.0</li> <li><a href="https://github.com/jasmine/jasmine/commit/3653d6e0ef1f1cd87e4356691d53071ad4ad7dcd"><code>3653d6e</code></a> Moved eslint and prettier configs out of package.json</li> <li><a href="https://github.com/jasmine/jasmine/commit/c3387f8dbf91f1bdad633cac90f9d7795f13beea"><code>c3387f8</code></a> Merge branch 'stephanreiter-better-toHaveSize'</li> <li><a href="https://github.com/jasmine/jasmine/commit/3d54184c7f8c06f746a6d8d000805aca6e1e3821"><code>3d54184</code></a> Docs: Improved discoverability of asymmetric equality testers</li> <li><a href="https://github.com/jasmine/jasmine/commit/6f23e706d7f1cdded5a16fdb8bb1518104f80184"><code>6f23e70</code></a> Improve the error message of the toHaveSize matcher.</li> <li><a href="https://github.com/jasmine/jasmine/commit/cc69edf92c2d88abb8795dcdb011dfbd3b75a6a3"><code>cc69edf</code></a> Fixed stack trace filtering in FF when the developer tools are open</li> <li><a href="https://github.com/jasmine/jasmine/commit/ba7560f65e61c5afecc28a07ff487d492b7abfc4"><code>ba7560f</code></a> HTML reporter: show debug logs with white-space: pre</li> <li><a href="https://github.com/jasmine/jasmine/commit/c3960c4a96e5a4ee3a7eb40c0151a8b9598839eb"><code>c3960c4</code></a> Test against Node 22</li> <li><a href="https://github.com/jasmine/jasmine/commit/5c21f94bb191d9e6eca302dc2d0de12d47740e77"><code>5c21f94</code></a> 4.6.1 release notes</li> <li><a href="https://github.com/jasmine/jasmine/commit/8cd7c94490e782257c5e77a56b21e7ea462f1778"><code>8cd7c94</code></a> Added a jsdoc example for withContext()</li> <li>Additional commits viewable in <a href="https://github.com/jasmine/jasmine/compare/v5.1.2...v5.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jasmine-core&package-manager=npm_and_yarn&previous-version=5.1.2&new-version=5.2.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
"jasmine-core": "~5.2.0",
Bump karma from 6.4.1 to 6.4.2 in /web_embedding/ng-flutter (#1780) Bumps [karma](https://github.com/karma-runner/karma) from 6.4.1 to 6.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/releases">karma's releases</a>.</em></p> <blockquote> <h2>v6.4.2</h2> <h2><a href="https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2">6.4.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>few typos (<a href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872">c6a4271</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma/blob/master/CHANGELOG.md">karma's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2">6.4.2</a> (2023-04-21)</h2> <h3>Bug Fixes</h3> <ul> <li>few typos (<a href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872">c6a4271</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/karma-runner/karma/commit/9de3c00988884335775de746eb8571697a86410b"><code>9de3c00</code></a> chore(release): 6.4.2 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872"><code>c6a4271</code></a> fix: few typos</li> <li><a href="https://github.com/karma-runner/karma/commit/50f963551fbccf669c8d42499d0406ded2ec6176"><code>50f9635</code></a> docs: update codeclimate badge in readme.md</li> <li>See full diff in <a href="https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=karma&package-manager=npm_and_yarn&previous-version=6.4.1&new-version=6.4.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
Bump typescript from 5.4.5 to 5.5.3 in /web_embedding/ng-flutter (#2356) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.5 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for Typescript 5.5.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.5 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58931">#58931</a> (Defer creation of barebonesLibSourc...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58811">#58811</a> (fix(58801): &quot;Move to file&quot; on globa...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a> Bump version to 5.5.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58895">#58895</a> (Fix global when typescript.js loade...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58872">#58872</a> (Fix declaration emit crash) into release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58810">#58810</a> (Fixed declaration emit issue relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58786">#58786</a> (Fixed declaration emit crash relate...) into release-5.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.4.5&new-version=5.5.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
"typescript": "~5.5.3"
},
"sideEffects": false
}