Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @stryker-mutator/jest-runner from 5.4.1 to 5.6.1 #432

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2022

Bumps @stryker-mutator/jest-runner from 5.4.1 to 5.6.1.

Release notes

Sourced from @​stryker-mutator/jest-runner's releases.

v5.6.1

5.6.1 (2022-01-23)

Bug Fixes

v5.6.0

5.6.0 (2022-01-09)

Bug Fixes

  • jasmine: correct peer dependency for jasmine (#3341) (07b50a9)
  • report: dramatically improve rendering performance of HTML report (ad38c82)
  • tsconfig: force declarationDir false for non-build projects (#3313) (461f39c)

Features

  • clear-text reporter: show n/a instead of NaN (68c5c51)

v5.5.1

5.5.1 (2021-12-02)

Bug Fixes

v5.5.0

5.5.0 (2021-11-23)

Bug Fixes

  • instrumenter: don't mutate TS generics (#3268) (88d6eaf)
  • logging: don't log log4js category to file as well (31609a5)
  • util: clear require.cache behavior on case-insensitive file systems (#3194) (39e3d86)

Features

  • checkers: allow custom checker node args (#3179) (82c4435)
  • cli: display suggestions on error (#3216) (9ed98e8)
  • config: Add link to docs when generating a custom config (#3235) (7c999b8)

... (truncated)

Changelog

Sourced from @​stryker-mutator/jest-runner's changelog.

5.6.1 (2022-01-23)

Note: Version bump only for package @​stryker-mutator/jest-runner

5.6.0 (2022-01-09)

Note: Version bump only for package @​stryker-mutator/jest-runner

5.5.1 (2021-12-02)

Note: Version bump only for package @​stryker-mutator/jest-runner

5.5.0 (2021-11-23)

Features

  • jest-runner: support --findRelatedTests in dry run (#3234) (b2e4584)
Commits
  • 4eb804d v5.6.1
  • 27ab93d build(deps-dev): bump eslint from 7.32.0 to 8.6.0 (#3351)
  • 06d0dce v5.6.0
  • 1f4ba53 chore(peerDependency): bump core peer dependency
  • cd7bfc3 build(deps-dev): bump @​types/node from 16.11.13 to 17.0.0 (#3318)
  • b18df41 v5.5.1
  • dc89215 build(deps-dev): bump @​jest/types from 27.2.5 to 27.4.2 (#3292)
  • 3cc45aa build(deps-dev): bump jest-circus from 27.3.1 to 27.4.1 (#3290)
  • 57fe190 build(deps-dev): bump jest from 27.3.1 to 27.4.0 (#3286)
  • f7edb1d chore(package-lock): don't check in package-lock files of packages (#3279)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2022
@BilelJegham
Copy link
Member

@dependabot rebase

Bumps [@stryker-mutator/jest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/jest-runner) from 5.4.1 to 5.6.1.
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/jest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v5.6.1/packages/jest-runner)

---
updated-dependencies:
- dependency-name: "@stryker-mutator/jest-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stryker-mutator/jest-runner-5.6.1 branch from 33a82e8 to 91d055f Compare April 9, 2022 19:34
@sonarcloud
Copy link

sonarcloud bot commented Apr 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #432 (91d055f) into master (bd985fe) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #432   +/-   ##
=======================================
  Coverage   43.59%   43.59%           
=======================================
  Files          47       47           
  Lines        1498     1498           
  Branches      290      290           
=======================================
  Hits          653      653           
  Misses        819      819           
  Partials       26       26           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd985fe...91d055f. Read the comment docs.

@BilelJegham BilelJegham merged commit 29041b3 into master Apr 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stryker-mutator/jest-runner-5.6.1 branch April 9, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant