Bump karma-jasmine from 5.0.0 to 5.1.0 in /frontend #251

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/karma-jasmine-5.1.0 into main
dependabot[bot] commented 2022-06-16 09:46:18 +00:00 (Migrated from github.com)

Bumps karma-jasmine from 5.0.0 to 5.1.0.

Release notes

Sourced from karma-jasmine's releases.

v5.1.0

5.1.0 (2022-06-16)

Features

  • spec-filter: allow custom specFilter (b73dbd6)

v5.0.1

5.0.1 (2022-05-13)

Bug Fixes

  • fixes matches performance issue, github#302 (e964fa6)
Changelog

Sourced from karma-jasmine's changelog.

5.1.0 (2022-06-16)

Features

  • spec-filter: allow custom specFilter (b73dbd6)

5.0.1 (2022-05-13)

Bug Fixes

  • fixes matches performance issue, github#302 (e964fa6)
Commits
  • c3f702a chore(release): 5.1.0 [skip ci]
  • b73dbd6 feat(spec-filter): allow custom specFilter
  • 58d5d25 chore(release): 5.0.1 [skip ci]
  • e964fa6 fix: fixes matches performance issue, github#302
  • 819d42d docs: make grep behaviour clearer
  • 963269d build: add missing husky package, sort out the eslint packages
  • 4437021 docs: minor README.md tweaks
  • See full diff 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 [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 5.0.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma-jasmine/releases">karma-jasmine's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h1><a href="https://github.com/karma-runner/karma-jasmine/compare/v5.0.1...v5.1.0">5.1.0</a> (2022-06-16)</h1> <h3>Features</h3> <ul> <li><strong>spec-filter:</strong> allow custom specFilter (<a href="https://github.com/karma-runner/karma-jasmine/commit/b73dbd69050bc7e192b1ad0ac9bb880f0ec00a0e">b73dbd6</a>)</li> </ul> <h2>v5.0.1</h2> <h2><a href="https://github.com/karma-runner/karma-jasmine/compare/v5.0.0...v5.0.1">5.0.1</a> (2022-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li>fixes matches performance issue, github<a href="https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/302">#302</a> (<a href="https://github.com/karma-runner/karma-jasmine/commit/e964fa60ad63826e2e85f712eb119c524f4ef428">e964fa6</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md">karma-jasmine's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/karma-runner/karma-jasmine/compare/v5.0.1...v5.1.0">5.1.0</a> (2022-06-16)</h1> <h3>Features</h3> <ul> <li><strong>spec-filter:</strong> allow custom specFilter (<a href="https://github.com/karma-runner/karma-jasmine/commit/b73dbd69050bc7e192b1ad0ac9bb880f0ec00a0e">b73dbd6</a>)</li> </ul> <h2><a href="https://github.com/karma-runner/karma-jasmine/compare/v5.0.0...v5.0.1">5.0.1</a> (2022-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li>fixes matches performance issue, github<a href="https://github-redirect.dependabot.com/karma-runner/karma-jasmine/issues/302">#302</a> (<a href="https://github.com/karma-runner/karma-jasmine/commit/e964fa60ad63826e2e85f712eb119c524f4ef428">e964fa6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/c3f702a2a567086e6069dd57b0308c2da1a90e37"><code>c3f702a</code></a> chore(release): 5.1.0 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/b73dbd69050bc7e192b1ad0ac9bb880f0ec00a0e"><code>b73dbd6</code></a> feat(spec-filter): allow custom specFilter</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/58d5d252c97e542706d9a19a1c0d643e788a3f70"><code>58d5d25</code></a> chore(release): 5.0.1 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/e964fa60ad63826e2e85f712eb119c524f4ef428"><code>e964fa6</code></a> fix: fixes matches performance issue, github#302</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/819d42dde80e4f0ddc204fa32ad2f0736dc8d144"><code>819d42d</code></a> docs: make grep behaviour clearer</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/963269d654614704e74d217c0be0995e18ac7f4d"><code>963269d</code></a> build: add missing husky package, sort out the eslint packages</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/4437021fa118d9253150a24b913aa5086c47098e"><code>4437021</code></a> docs: minor README.md tweaks</li> <li>See full diff in <a href="https://github.com/karma-runner/karma-jasmine/compare/v5.0.0...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=karma-jasmine&package-manager=npm_and_yarn&previous-version=5.0.0&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`. [//]: # (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>
administrator closed this pull request 2022-09-17 22:45:04 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.