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

[Snyk] Upgrade: babel-jest, jest #2659

Merged
merged 2 commits into from
Mar 17, 2023

Conversation

admin-token-bot
Copy link
Contributor

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on
babel-jest
from 29.4.0 to 29.4.3
3 versions ahead of your current version a month ago
on 2023-02-15
jest
from 29.4.0 to 29.4.3
3 versions ahead of your current version a month ago
on 2023-02-15
Release notes
Package name: babel-jest
  • 29.4.3 - 2023-02-15

    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: v29.4.2...v29.4.3

  • 29.4.2 - 2023-02-07

    Features

    Fixes

    • [expect, @ jest/expect] Provide type of actual as a generic argument to Matchers to allow better-typed extensions (#13848)
    • [jest-circus] Added explicit mention of test failing because done() is not being called in error message (#13847)
    • [jest-runtime] Handle CJS re-exports of node core modules from ESM (#13856)
    • [jest-transform] Downgrade write-file-atomic to v4 (#13853)
    • [jest-worker] Ignore IPC messages not intended for Jest (#13543)

    Chore & Maintenance

    • [*] make sure to exclude .eslintcache from published module (#13832)
    • [docs] Cleanup incorrect links in CHANGELOG.md (#13857)

    New Contributors

    Full Changelog: v29.4.1...v29.4.2

  • 29.4.1 - 2023-01-26

    Features

    • [expect, jest-circus, @ jest/types] Implement numPassingAsserts of testResults to track the number of passing asserts in a test (#13795)
    • [jest-core] Add newlines to JSON output (#13817)
    • [@ jest/reporters] Automatic log folding in GitHub Actions Reporter (#13626)

    Fixes

    • [@ jest/expect-utils] toMatchObject diffs should include Symbol properties (#13810)
    • [jest-runtime] Handle missing replaceProperty (#13823)
    • [@ jest/types] Add partial support for done callbacks in typings of each (#13756)

    New Contributors

    Full Changelog: v29.4.0...v29.4.1

  • 29.4.0 - 2023-01-24
    Read more
from babel-jest GitHub release notes
Package name: jest
  • 29.4.3 - 2023-02-15

    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: v29.4.2...v29.4.3

  • 29.4.2 - 2023-02-07

    Features

    Fixes

    • [expect, @ jest/expect] Provide type of actual as a generic argument to Matchers to allow better-typed extensions (#13848)
    • [jest-circus] Added explicit mention of test failing because done() is not being called in error message (#13847)
    • [jest-runtime] Handle CJS re-exports of node core modules from ESM (#13856)
    • [jest-transform] Downgrade write-file-atomic to v4 (#13853)
    • [jest-worker] Ignore IPC messages not intended for Jest (#13543)

    Chore & Maintenance

    • [*] make sure to exclude .eslintcache from published module (#13832)
    • [docs] Cleanup incorrect links in CHANGELOG.md (#13857)

    New Contributors

    Full Changelog: v29.4.1...v29.4.2

  • 29.4.1 - 2023-01-26
    Read more
  • 29.4.0 - 2023-01-24
    Read more
from jest GitHub release notes
Commit messages
Package name: babel-jest
  • a49c886 v29.4.3
  • b08ecb4 chore: update changelog for release
  • 0621b2b Update toThrow() to be able to use Error.cause (#13606)
  • af5d5a1 fix: added inherited string keys check on `subsetEquality` method (#13824)
  • 76ec2a4 Revert import assertions (#13911)
  • 5940bf4 feat: allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846)
  • c72962c docs: add missing admonitions in configuration page v29 (#13908)
  • 267fdbe feat(jest-message-util): improve detection of error causes (#13912)
  • 9432fc3 fix(jest-mock): do not restore mocks when `jest.resetAllMocks()` is called (#13866)
  • 21a9271 chore: do not use built version of circus in unit test (#13907)
  • 4af916f chore: do not use deep imports in unit tests (#13905)
  • dd4ea74 docs: clean up Getting Started page (#13896)
  • bed4891 chore: retry cleanup in e2e tests (#13900)
  • 59cf4e3 docs: Fix typos in documentation for custom equality testers (#13878)
  • f9f7d79 docs: add few missing admonitions to the CLI Options page (#13894)
  • 2818bf1 [jest-config] simplify filter-reduce (#13899)
  • c81dfaf jest-each: simplify interpolation (#13898)
  • ee1895f docs: add few missing admonitions to the Expect API page (#13892)
  • fa1930d docs: use `npm2yarn` in all versions of Getting Started page (#13893)
  • 4fbec41 docs: add a note on difference between `toEqual` and `toStrictEqual` (#13891)
  • dc0ac75 chore: retry yarn install in e2e tests (#13890)
  • 0d69a73 fix(jest-mock): prevent `mockImplementationOnce` bleeding into `withImplementation` (#13888)
  • d97b760 refactor(jest-mock): remove unused `specificReturnValues` property (#13889)
  • 94b73a2 chore(e2e): attempt to log better errors when running commands (#13881)

Compare

Package name: jest
  • a49c886 v29.4.3
  • b08ecb4 chore: update changelog for release
  • 0621b2b Update toThrow() to be able to use Error.cause (#13606)
  • af5d5a1 fix: added inherited string keys check on `subsetEquality` method (#13824)
  • 76ec2a4 Revert import assertions (#13911)
  • 5940bf4 feat: allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#13846)
  • c72962c docs: add missing admonitions in configuration page v29 (#13908)
  • 267fdbe feat(jest-message-util): improve detection of error causes (#13912)
  • 9432fc3 fix(jest-mock): do not restore mocks when `jest.resetAllMocks()` is called (#13866)
  • 21a9271 chore: do not use built version of circus in unit test (#13907)
  • 4af916f chore: do not use deep imports in unit tests (#13905)
  • dd4ea74 docs: clean up Getting Started page (#13896)
  • bed4891 chore: retry cleanup in e2e tests (#13900)
  • 59cf4e3 docs: Fix typos in documentation for custom equality testers (#13878)
  • f9f7d79 docs: add few missing admonitions to the CLI Options page (#13894)
  • 2818bf1 [jest-config] simplify filter-reduce (#13899)
  • c81dfaf jest-each: simplify interpolation (#13898)
  • ee1895f docs: add few missing admonitions to the Expect API page (#13892)
  • fa1930d docs: use `npm2yarn` in all versions of Getting Started page (#13893)
  • 4fbec41 docs: add a note on difference between `toEqual` and `toStrictEqual` (#13891)
  • dc0ac75 chore: retry yarn install in e2e tests (#13890)
  • 0d69a73 fix(jest-mock): prevent `mockImplementationOnce` bleeding into `withImplementation` (#13888)
  • d97b760 refactor(jest-mock): remove unused `specificReturnValues` property (#13889)
  • 94b73a2 chore(e2e): attempt to log better errors when running commands (#13881)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Snyk has created this PR to upgrade:
  - babel-jest from 29.4.0 to 29.4.3.
    See this package in npm: https://www.npmjs.com/package/babel-jest
  - jest from 29.4.0 to 29.4.3.
    See this package in npm: https://www.npmjs.com/package/jest

See this project in Snyk:
https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade:
  - babel-jest from 29.4.0 to 29.4.3.
    See this package in npm: https://www.npmjs.com/package/babel-jest
  - jest from 29.4.0 to 29.4.3.
    See this package in npm: https://www.npmjs.com/package/jest

See this project in Snyk:
https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr
@cbush cbush merged commit 480ed6c into master Mar 17, 2023
@cbush cbush deleted the snyk-upgrade-f0a69a53f7aa4a76db953be9d45dafc8 branch March 17, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants