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 #2343

Merged
merged 2 commits into from
Dec 1, 2022

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.1.2 to 29.3.1
5 versions ahead of your current version 22 days ago
on 2022-11-08
jest
from 29.1.2 to 29.3.1
5 versions ahead of your current version 22 days ago
on 2022-11-08
Release notes
Package name: babel-jest
  • 29.3.1 - 2022-11-08

    Fixes

    • [jest-config] Do not warn about preset in ProjectConfig #13583

    Performance

    • [jest-transform] Defer creation of cache directory #13420
  • 29.3.0 - 2022-11-07

    Features

    • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

    Fixes

    • [jest-config] Add config validation for projects option (#13565)
    • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
    • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

    Chore & Maintenance

    • [@ jest/transform] Update convert-source-map (#13509)
    • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

    New Contributors

    Full Changelog: v29.2.2...v29.3.0

  • 29.2.2 - 2022-10-24

    Fixes

    • [@ jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
    • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
    • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
    • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

    Chore & Maintenance

    • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
    • [jest-runner, jest-watcher] Update emittery (#13490)

    New Contributors

    Full Changelog: v29.2.1...v29.2.2

  • 29.2.1 - 2022-10-18

    Features

    • [@ jest/globals, jest-mock] Add jest.Spied* utility types (#13440)

    Fixes

    • [jest-environment-node] make globalThis.performance writable for Node 19 and fake timers (#13467)
    • [jest-mock] Revert #13398 to restore mocking of setters (#13472)

    Performance

    • [*] Use sha1 instead of sha256 for hashing (#13421)

    Full Changelog: v29.2.0...v29.2.1

  • 29.2.0 - 2022-10-14

    Features

    • [@ jest/cli, jest-config] A seed for the test run will be randomly generated, or set by a CLI option (#13400)
    • [@ jest/cli, jest-config] --show-seed will display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)
    • [jest-config] Add readInitialConfig utility function (#13356)
    • [jest-core] Allow testResultsProcessor to be async (#13343)
    • [@ jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime] Add getSeed() to the jest object (#13400)
    • [expect, @ jest/expect-utils] Allow isA utility to take a type argument (#13355)
    • [expect] Expose AsyncExpectationResult and SyncExpectationResult types (#13411)

    Fixes

    • [babel-plugin-jest-hoist] Ignore TSTypeQuery when checking for hoisted references (#13367)
    • [jest-core] Fix detectOpenHandles false positives for some special objects such as TLSWRAP (#13414)
    • [jest-mock] Fix mocking of getters and setters on classes (#13398)
    • [jest-reporters] Revert: Transform file paths into hyperlinks (#13399)
    • [@ jest/types] Infer type of each table correctly when the table is a tuple or array (#13381)
    • [@ jest/types] Rework typings to allow the *ReturnedWith matchers to be called with no argument (#13385)

    Chore & Maintenance

    • [*] Update @ babel/* deps, resulting in slightly different stack traces for each (#13422)

    Performance

    • [jest-runner] Do not instrument v8 coverage data if coverage should not be collected (#13282)

    New Contributors

    Full Changelog: v29.1.2...v29.2.0

  • 29.1.2 - 2022-09-30

    Fixes

    • [expect, @ jest/expect] Revert buggy inference of argument types for *CalledWith and *ReturnedWith matchers introduced in 29.1.0 (#13339)
    • [jest-worker] Add missing dependency on jest-util (#13341)

    New Contributors

    Full Changelog: v29.1.1...v29.1.2

from babel-jest GitHub release notes
Package name: jest from jest GitHub release notes
Commit messages
Package name: babel-jest
  • 05deb83 v29.3.1
  • 5b38cfb chore: update changelog for release
  • 291f201 fix(jest-config): do not warn about presets in project config (#13583)
  • dfc8711 chore: use `@ fast-check/jest` (#13493)
  • b027fb0 ci: remove git credentials after checkout (#13574)
  • 1c3565f Defer creation of cache directory (#13420)
  • ba20c15 refactor(jest-mock): clean up internal typings more (#13575)
  • a570638 website: build on node 16 since 18 is broken
  • a83e8ed refactor(jest-mock): clean up internal typings (#13571)
  • 84b8de9 v29.3.0
  • 2bc2377 chore: roll new version of the docs
  • 6e24f31 chore: update changelog for release
  • c2046d5 chore(docs): fix even more prettier violations
  • 35fd91d chore: fix lint issue introduced in #13556 (#13569)
  • fb4f487 docs: correct grammar in GettingStarted.md (#13533)
  • fb2daf4 docs: add explanation for `supportsStaticESM` transform option (#12028)
  • 73550fd Doc: Update documentation on usage with Webpack (#13556)
  • 491827b docs: usingMatchers mention toStrictEqual (#13560)
  • f75a3aa fix: config silently ignored in projects (#13565)
  • 195cb4b fix(jest-worker): fix hanging when workers are killed or unexpectedly exit (#13566)
  • 6483979 feat: support WebAssembly (Wasm) imports in ESM modules (#13505)
  • 7c48c4c refactor(jest-reporters): remove useless conditional (#13564)
  • bb28e79 refactor(jest-mock): remove useless conditional (#13561)
  • 4670d3b chore(deps-dev): bump which from 2.0.2 to 3.0.0 (#13554)

Compare

Package name: jest
  • 05deb83 v29.3.1
  • 5b38cfb chore: update changelog for release
  • 291f201 fix(jest-config): do not warn about presets in project config (#13583)
  • dfc8711 chore: use `@ fast-check/jest` (#13493)
  • b027fb0 ci: remove git credentials after checkout (#13574)
  • 1c3565f Defer creation of cache directory (#13420)
  • ba20c15 refactor(jest-mock): clean up internal typings more (#13575)
  • a570638 website: build on node 16 since 18 is broken
  • a83e8ed refactor(jest-mock): clean up internal typings (#13571)
  • 84b8de9 v29.3.0
  • 2bc2377 chore: roll new version of the docs
  • 6e24f31 chore: update changelog for release
  • c2046d5 chore(docs): fix even more prettier violations
  • 35fd91d chore: fix lint issue introduced in #13556 (#13569)
  • fb4f487 docs: correct grammar in GettingStarted.md (#13533)
  • fb2daf4 docs: add explanation for `supportsStaticESM` transform option (#12028)
  • 73550fd Doc: Update documentation on usage with Webpack (#13556)
  • 491827b docs: usingMatchers mention toStrictEqual (#13560)
  • f75a3aa fix: config silently ignored in projects (#13565)
  • 195cb4b fix(jest-worker): fix hanging when workers are killed or unexpectedly exit (#13566)
  • 6483979 feat: support WebAssembly (Wasm) imports in ESM modules (#13505)
  • 7c48c4c refactor(jest-reporters): remove useless conditional (#13564)
  • bb28e79 refactor(jest-mock): remove useless conditional (#13561)
  • 4670d3b chore(deps-dev): bump which from 2.0.2 to 3.0.0 (#13554)

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.1.2 to 29.3.1.
    See this package in npm: https://www.npmjs.com/package/babel-jest
  - jest from 29.1.2 to 29.3.1.
    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.1.2 to 29.3.1.
    See this package in npm: https://www.npmjs.com/package/babel-jest
  - jest from 29.1.2 to 29.3.1.
    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 2e589ee into master Dec 1, 2022
@cbush cbush deleted the snyk-upgrade-9e5a8b7514fa75319546f74546516885 branch December 1, 2022 22:24
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