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 babel-jest from 29.4.2 to 29.4.3 #175

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps babel-jest from 29.4.2 to 29.4.3.

Release notes

Sourced from babel-jest's releases.

v29.4.3

Features

  • [expect] Update toThrow() to be able to use error causes (#13606)
  • [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846)
  • [jest-message-util] Add support for error causes (#13868 & #13912)
  • [jest-runtime] Revert import assertions for JSON modules as it's been relegated to Stage 2 (#13911)

Fixes

  • [@jest/expect-utils] subsetEquality should consider also an object's inherited string keys (#13824)
  • [jest-mock] Clear mock state when jest.restoreAllMocks() is called (#13867)
  • [jest-mock] Prevent mockImplementationOnce and mockReturnValueOnce bleeding into withImplementation (#13888)
  • [jest-mock] Do not restore mocks when jest.resetAllMocks() is called (#13866)

New Contributors

Full Changelog: jestjs/jest@v29.4.2...v29.4.3

Changelog

Sourced from babel-jest's changelog.

29.4.3

Features

  • [expect] Update toThrow() to be able to use error causes (#13606)
  • [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846)
  • [jest-message-util] Add support for error causes (#13868 & #13912)
  • [jest-runtime] Revert import assertions for JSON modules as it's been relegated to Stage 2 (#13911)

Fixes

  • [@jest/expect-utils] subsetEquality should consider also an object's inherited string keys (#13824)
  • [jest-mock] Clear mock state when jest.restoreAllMocks() is called (#13867)
  • [jest-mock] Prevent mockImplementationOnce and mockReturnValueOnce bleeding into withImplementation (#13888)
  • [jest-mock] Do not restore mocks when jest.resetAllMocks() is called (#13866)
Commits
  • a49c886 v29.4.3
  • 6d2632a Update copyrights with Meta Platforms, restore original license in Jasmine fo...
  • 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 [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/babel-jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2023
@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (3643ebf) compared to base (e06783d).
Patch has no changes to coverable lines.

❗ Current head 3643ebf differs from pull request most recent head 761e92b. Consider uploading reports for the commit 761e92b to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #175   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          473       473           
  Branches       190       190           
=========================================
  Hits           473       473           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

☂️ Code Coverage

% Stmts% Branch% Funcs% Lines
100 🟢100 🟢100 🟢100 🟢
Click to expand
File% Stmts% Branch% Funcs% Lines
src
index.ts100 🟢100 🟢100 🟢100 🟢
entity.ts100 🟢100 🟢100 🟢100 🟢
util.ts100 🟢100 🟢100 🟢100 🟢
template.ts100 🟢100 🟢100 🟢100 🟢
hide.ts100 🟢100 🟢100 🟢100 🟢
src/lib
seconds_to_duration.ts100 🟢100 🟢100 🟢100 🟢
format_number.ts100 🟢100 🟢100 🟢100 🟢
constants.ts100 🟢100 🟢100 🟢100 🟢
compute_state_display.ts100 🟢100 🟢100 🟢100 🟢
format_date.ts100 🟢100 🟢100 🟢100 🟢
format_date_time.ts100 🟢100 🟢100 🟢100 🟢
use_am_pm.ts100 🟢100 🟢100 🟢100 🟢
format_time.ts100 🟢100 🟢100 🟢100 🟢
src/types
room-card-types.ts100 🟢100 🟢100 🟢100 🟢

@marcokreeft87 marcokreeft87 merged commit fb75665 into master Feb 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babel-jest-29.4.3 branch February 20, 2023 09:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant