Skip to content

Commit d78f4e0

Browse files
Bump jasmine-core from 5.2.0 to 5.3.0 in /web_embedding/ng-flutter (#2432)
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.2.0 to 5.3.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.3.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.3.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jasmine/jasmine/commit/5cd7d47f7254163e80ae9b6da10f45a4ba553657"><code>5cd7d47</code></a> Bump version to 5.3.0</li> <li><a href="https://github.com/jasmine/jasmine/commit/d0fe5c4712c73d63119bcbf09f5cc327926de81a"><code>d0fe5c4</code></a> Require curly braces around loop and conditonal bodies</li> <li><a href="https://github.com/jasmine/jasmine/commit/f602c4911caad55e524b395bd722bb60ec6f0d66"><code>f602c49</code></a> Merge branch 'dave-unclamp-safari' of <a href="https://github.com/dcsaszar/jasmine">https://github.com/dcsaszar/jasmine</a></li> <li><a href="https://github.com/jasmine/jasmine/commit/7aaf7eaf30a42cbcfa8c0a6959d6efb89d7895c2"><code>7aaf7ea</code></a> API reference for reporter capabilities</li> <li><a href="https://github.com/jasmine/jasmine/commit/35f16e812509826a2b94b282a6b1532073662bb6"><code>35f16e8</code></a> Add test for unclamping setTimeout in Safari</li> <li><a href="https://github.com/jasmine/jasmine/commit/acc777c2678746681de37c06df617bd9f5f29f96"><code>acc777c</code></a> Unclamp setTimeout in Safari</li> <li><a href="https://github.com/jasmine/jasmine/commit/1c743566913f9b2451153de488775fccbf73b821"><code>1c74356</code></a> Add unclampedSetTimeout helper</li> <li><a href="https://github.com/jasmine/jasmine/commit/bbebea0fa57217a59d958715f315c890ed2b0c03"><code>bbebea0</code></a> Refactor: extract postMessage</li> <li><a href="https://github.com/jasmine/jasmine/commit/66eb27b0af08bdc0a8e548b0b2cb3fc778bd0efd"><code>66eb27b</code></a> Throw if spying has no effect</li> <li><a href="https://github.com/jasmine/jasmine/commit/7a63c06a65bf96fc3d6af72702e93b1de3c3643b"><code>7a63c06</code></a> Merge branch 'webkit-performance' of <a href="https://github.com/m-akinc/jasmine">https://github.com/m-akinc/jasmine</a></li> <li>Additional commits viewable in <a href="https://github.com/jasmine/jasmine/compare/v5.2.0...v5.3.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.2.0&new-version=5.3.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 parent 4d67572 commit d78f4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_embedding/ng-flutter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular/cli": "~18.2.0",
3131
"@angular/compiler-cli": "^18.0.1",
3232
"@types/jasmine": "~5.1.0",
33-
"jasmine-core": "~5.2.0",
33+
"jasmine-core": "~5.3.0",
3434
"karma": "~6.4.2",
3535
"karma-chrome-launcher": "~3.2.0",
3636
"karma-coverage": "~2.2.0",

0 commit comments

Comments
 (0)