Bump karma-jasmine from 4.0.1 to 5.0.0 in /frontend #57

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/karma-jasmine-5.0.0 into main 2022-04-18 17:48:17 +00:00
dependabot[bot] commented 2022-04-13 09:39:23 +00:00 (Migrated from github.com)

Bumps karma-jasmine from 4.0.1 to 5.0.0.

Release notes

Sourced from karma-jasmine's releases.

v5.0.0

5.0.0 (2022-04-12)

Bug Fixes

  • limit karma peer dependency to ^6.0.0 (d72c124)

Build System

  • drop Node.js 10 support (ea691e8)

Features

  • deps: update dependencies including jasmine-core (821f094)

BREAKING CHANGES

  • The minimum required version of karma is 6.0.0.
  • The minimum required version of Node is 12.0.0.
  • deps: jasmine-core was updated to the 4.1.0.

Please refer to the release notes for the complete list of changes and migration instructions.

v4.0.2

4.0.2 (2022-03-30)

Bug Fixes

  • sync package-lock.json and package.json (4dacc5d)
Changelog

Sourced from karma-jasmine's changelog.

5.0.0 (2022-04-12)

Bug Fixes

  • limit karma peer dependency to ^6.0.0 (d72c124)

Build System

  • drop Node.js 10 support (ea691e8)

Features

  • deps: update dependencies including jasmine-core (821f094)

BREAKING CHANGES

  • The minimum required version of karma is 6.0.0.
  • The minimum required version of Node is 12.0.0.
  • deps: jasmine-core was updated to the 4.1.0.

Please refer to the release notes for the complete list of changes and migration instructions.

4.0.2 (2022-03-30)

Bug Fixes

  • sync package-lock.json and package.json (4dacc5d)
Commits
  • b7b7e6b chore(release): 5.0.0 [skip ci]
  • d72c124 fix: limit karma peer dependency to ^6.0.0
  • ea691e8 build: drop Node.js 10 support
  • 821f094 feat(deps): update dependencies including jasmine-core
  • dd50806 ci: run linting only in the oldest Node.js we support
  • dceeba7 build: fix: use an eslint version compatible with Node.js 10
  • eb55de2 ci: refactor: execute each test suite in its own step
  • d6e5b2a ci: lint and commitlint in its own workflow
  • f78bbec docs: fix README.md badges
  • 526b593 refactor: replace deprecated String.prototype.substr()
  • 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 [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.1 to 5.0.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.0.0</h2> <h1><a href="https://github.com/karma-runner/karma-jasmine/compare/v4.0.2...v5.0.0">5.0.0</a> (2022-04-12)</h1> <h3>Bug Fixes</h3> <ul> <li>limit karma peer dependency to ^6.0.0 (<a href="https://github.com/karma-runner/karma-jasmine/commit/d72c124d9f30402acb31ecdf77fd517208713320">d72c124</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drop Node.js 10 support (<a href="https://github.com/karma-runner/karma-jasmine/commit/ea691e82cffe14358bfaddfc1f42f0ba58145e32">ea691e8</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>deps:</strong> update dependencies including jasmine-core (<a href="https://github.com/karma-runner/karma-jasmine/commit/821f094801dcd8380c2dee15c0f1686e9df5dca7">821f094</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>The minimum required version of karma is 6.0.0.</li> <li>The minimum required version of Node is 12.0.0.</li> <li><strong>deps:</strong> jasmine-core was updated to the 4.1.0.</li> </ul> <p>Please refer to the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md">release notes</a> for the complete list of changes and migration instructions.</p> <h2>v4.0.2</h2> <h2><a href="https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v4.0.2">4.0.2</a> (2022-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li>sync package-lock.json and package.json (<a href="https://github.com/karma-runner/karma-jasmine/commit/4dacc5d4cae68d73337cefad5a5879a6471fe42c">4dacc5d</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/v4.0.2...v5.0.0">5.0.0</a> (2022-04-12)</h1> <h3>Bug Fixes</h3> <ul> <li>limit karma peer dependency to ^6.0.0 (<a href="https://github.com/karma-runner/karma-jasmine/commit/d72c124d9f30402acb31ecdf77fd517208713320">d72c124</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drop Node.js 10 support (<a href="https://github.com/karma-runner/karma-jasmine/commit/ea691e82cffe14358bfaddfc1f42f0ba58145e32">ea691e8</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>deps:</strong> update dependencies including jasmine-core (<a href="https://github.com/karma-runner/karma-jasmine/commit/821f094801dcd8380c2dee15c0f1686e9df5dca7">821f094</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>The minimum required version of karma is 6.0.0.</li> <li>The minimum required version of Node is 12.0.0.</li> <li><strong>deps:</strong> jasmine-core was updated to the 4.1.0.</li> </ul> <p>Please refer to the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/4.0.0.md">release notes</a> for the complete list of changes and migration instructions.</p> <h2><a href="https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v4.0.2">4.0.2</a> (2022-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li>sync package-lock.json and package.json (<a href="https://github.com/karma-runner/karma-jasmine/commit/4dacc5d4cae68d73337cefad5a5879a6471fe42c">4dacc5d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/b7b7e6b9339f3c776d2033c2903ac4ef6b2b9563"><code>b7b7e6b</code></a> chore(release): 5.0.0 [skip ci]</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/d72c124d9f30402acb31ecdf77fd517208713320"><code>d72c124</code></a> fix: limit karma peer dependency to ^6.0.0</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/ea691e82cffe14358bfaddfc1f42f0ba58145e32"><code>ea691e8</code></a> build: drop Node.js 10 support</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/821f094801dcd8380c2dee15c0f1686e9df5dca7"><code>821f094</code></a> feat(deps): update dependencies including jasmine-core</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/dd508068bc19940ec5751b2628ba3b5b2b0a9056"><code>dd50806</code></a> ci: run linting only in the oldest Node.js we support</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/dceeba76d70cf55b19a4d9b203acf43efdffeebf"><code>dceeba7</code></a> build: fix: use an eslint version compatible with Node.js 10</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/eb55de28b71a378b8a94dd7536716657669b4c20"><code>eb55de2</code></a> ci: refactor: execute each test suite in its own step</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/d6e5b2af30a092c0c60ba5484e29fc43c5abeac8"><code>d6e5b2a</code></a> ci: lint and commitlint in its own workflow</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/f78bbecf8214a239d4331b4c4f7171a7c8808b45"><code>f78bbec</code></a> docs: fix README.md badges</li> <li><a href="https://github.com/karma-runner/karma-jasmine/commit/526b59366218c1fc2b58c0205dcb7993966e6df4"><code>526b593</code></a> refactor: replace deprecated String.prototype.substr()</li> <li>Additional commits viewable in <a href="https://github.com/karma-runner/karma-jasmine/compare/v4.0.1...v5.0.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=4.0.1&new-version=5.0.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>
Sign in to join this conversation.
No description provided.