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

bump(deps-dev): bump jest from 27.4.5 to 27.4.7 #951

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2022

Bumps jest from 27.4.5 to 27.4.7.

Release notes

Sourced from jest's releases.

v27.4.7

Fixes

  • jest-config Add missing @babel/core dependency (#12216)

Full Changelog: jestjs/jest@v27.4.6...v27.4.7

v27.4.6

Fixes

  • [jest-environment-node] Add AbortSignal (#12157)
  • [jest-environment-node] Add Missing node global performance (#12002)
  • [jest-runtime] Handle missing mocked property (#12213)
  • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

Performance

  • jest-config perf: only register ts-node once when loading TS config files (#12160)

New Contributors

Full Changelog: jestjs/jest@v27.4.5...v27.4.6

Changelog

Sourced from jest's changelog.

27.4.7

Fixes

  • jest-config Add missing @babel/core dependency (#12216)

27.4.6

Fixes

  • [jest-environment-node] Add AbortSignal (#12157)
  • [jest-environment-node] Add Missing node global performance (#12002)
  • [jest-runtime] Handle missing mocked property (#12213)
  • [@jest/transform] Update dependency package pirates to 4.0.4 (#12002)

Performance

  • jest-config perf: only register ts-node once when loading TS config files (#12160)
Commits

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 [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](jestjs/jest@v27.4.5...v27.4.7)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from fuxingloh as a code owner January 5, 2022 19:12
@dependabot dependabot bot added the kind/dependencies Pull requests that update a dependency file label Jan 5, 2022
@codeclimate
Copy link

codeclimate bot commented Jan 5, 2022

Code Climate has analyzed commit f0a70f3 and detected 0 issues on this pull request.

View more on Code Climate.

@netlify
Copy link

netlify bot commented Jan 5, 2022

✔️ Deploy Preview for jellyfish-defi ready!

🔨 Explore the source changes: f0a70f3

🔍 Inspect the deploy log: https://app.netlify.com/sites/jellyfish-defi/deploys/61d5ed9c9366e50008c183d6

😎 Browse the preview: https://deploy-preview-951--jellyfish-defi.netlify.app

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #951 (f0a70f3) into main (a0a93ca) will increase coverage by 0.82%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #951      +/-   ##
==========================================
+ Coverage   94.69%   95.51%   +0.82%     
==========================================
  Files         158      158              
  Lines        4806     4820      +14     
  Branches      620      634      +14     
==========================================
+ Hits         4551     4604      +53     
+ Misses        255      206      -49     
- Partials        0       10      +10     
Impacted Files Coverage Δ
...transaction-builder/src/txn/txn_builder_account.ts 54.28% <0.00%> (-45.72%) ⬇️
...h-transaction-builder/src/txn/txn_builder_loans.ts 87.87% <0.00%> (-12.13%) ⬇️
.../src/containers/RegTestContainer/ContainerGroup.ts 85.10% <0.00%> (-10.64%) ⬇️
packages/jellyfish-api-core/src/category/loan.ts 90.90% <0.00%> (-9.10%) ⬇️
...ages/jellyfish-api-core/src/category/masternode.ts 95.23% <0.00%> (-4.77%) ⬇️
...ners/src/containers/RegTestContainer/Persistent.ts 92.59% <0.00%> (-3.57%) ⬇️
packages/testcontainers/src/utils.ts 100.00% <0.00%> (ø)
packages/jellyfish-testing/src/fixture.ts 100.00% <0.00%> (ø)
packages/ocean-api-client/src/OceanApiClient.ts 58.18% <0.00%> (ø)
...es/testcontainers/src/containers/DeFiDContainer.ts 91.11% <0.00%> (ø)
... and 15 more

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 a0a93ca...f0a70f3. Read the comment docs.

@fuxingloh fuxingloh merged commit 36712ed into main Jan 6, 2022
@fuxingloh fuxingloh deleted the dependabot/npm_and_yarn/jest-27.4.7 branch January 6, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant