Bump jasmine-core from 4.1.1 to 4.2.0 in /frontend #237

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/jasmine-core-4.2.0 into main
dependabot[bot] commented 2022-06-10 09:37:05 +00:00 (Migrated from github.com)

Bumps jasmine-core from 4.1.1 to 4.2.0.

Release notes

Sourced from jasmine-core's releases.

4.2.0

Please see the release notes.

Commits
  • e5e0e64 Bump version to 4.2.0
  • bcf69b8 Removed duplicate Suite and Spec jsdocs
  • a5f79fa Removed remaining jshint config comments
  • 18a0082 Built distribution
  • 4cc8437 Call buildExpectationResult directly from Suite and Spec
  • 8e58305 ExpectationResult.js -> buildExpectationResult.js
  • bd368ac Replaced var with const and let in expectation related code
  • 8f16021 Replaced var with const and let in ExpectationResult
  • bbb1b69 More reliably report errors that occur late in the suite/spec lifecycle
  • 9ea8a20 Additional integration tests for existing async error handling
  • 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 [jasmine-core](https://github.com/jasmine/jasmine) from 4.1.1 to 4.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>4.2.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/4.2.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jasmine/jasmine/commit/e5e0e6481df19173acd7ba804e315f9997450149"><code>e5e0e64</code></a> Bump version to 4.2.0</li> <li><a href="https://github.com/jasmine/jasmine/commit/bcf69b86b41bd3c21c5523f92f512240539f1abe"><code>bcf69b8</code></a> Removed duplicate Suite and Spec jsdocs</li> <li><a href="https://github.com/jasmine/jasmine/commit/a5f79fac81e4f4bdc5202d28270b533f46eb30b3"><code>a5f79fa</code></a> Removed remaining jshint config comments</li> <li><a href="https://github.com/jasmine/jasmine/commit/18a00822c567a7cf4d239656fc7119a7cfb7efd9"><code>18a0082</code></a> Built distribution</li> <li><a href="https://github.com/jasmine/jasmine/commit/4cc8437f79cb04b2f1fecd208a2264b75b8f6e81"><code>4cc8437</code></a> Call buildExpectationResult directly from Suite and Spec</li> <li><a href="https://github.com/jasmine/jasmine/commit/8e58305b0afa3729439a2b1e5580b02620883d11"><code>8e58305</code></a> ExpectationResult.js -&gt; buildExpectationResult.js</li> <li><a href="https://github.com/jasmine/jasmine/commit/bd368aceee002978688f7779a1c91954f99ec3f5"><code>bd368ac</code></a> Replaced var with const and let in expectation related code</li> <li><a href="https://github.com/jasmine/jasmine/commit/8f1602188795b1e8f5778e96bcebd2bdb32615e1"><code>8f16021</code></a> Replaced var with const and let in ExpectationResult</li> <li><a href="https://github.com/jasmine/jasmine/commit/bbb1b69b2e9def375e73c6eb397f8ad148a7c62b"><code>bbb1b69</code></a> More reliably report errors that occur late in the suite/spec lifecycle</li> <li><a href="https://github.com/jasmine/jasmine/commit/9ea8a2096f5b3d911ff93068eed91a0a41d8f741"><code>9ea8a20</code></a> Additional integration tests for existing async error handling</li> <li>Additional commits viewable in <a href="https://github.com/jasmine/jasmine/compare/v4.1.1...v4.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=4.1.1&new-version=4.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 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 2022-07-25 09:48:08 +00:00 (Migrated from github.com)

Superseded by #318.

Superseded by #318.

Pull request closed

Sign in to join this conversation.
No description provided.