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 from 27.0.0 to 27.5.1 #611

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

MelvinBot
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade babel-jest from 27.0.0 to 27.5.1.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ 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.


  • The recommended version is 22 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2022-02-08.
Release notes
Package name: babel-jest
  • 27.5.1 - 2022-02-08

    Features

    • [jest-config] Support comments in JSON config file (#12316)
    • [pretty-format] Expose ConvertAnsi plugin (#12308)

    Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    Chore & Maintenance

    • [*] Avoid anonymous default exports (#12313)

    New Contributors

    Full Changelog: v27.5.0...v27.5.1

  • 27.5.0 - 2022-02-05

    Features

    • [expect] Add asymmetric matcher expect.closeTo (#12243)
    • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#12285)

    Fixes

    • [expect] Add a fix for .toHaveProperty('') (#12251)
    • [jest-each, @ jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#12297)
    • [@ jest/globals] Add missing options argument to jest.doMock typing (#12292)
    • [jest-environment-node] Add atob and btoa (#12269)
    • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#12264)
    • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#12277)

    Chore & Maintenance

    • [*] Update graceful-fs to ^4.2.9 (#11749)

    Performance

    • [jest-resolve] perf: skip error creation on not found stat calls (#11749)

    New Contributors

    Full Changelog: v27.4.7...v27.5.0

  • 27.4.6 - 2022-01-04

    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: v27.4.5...v27.4.6

  • 27.4.5 - 2021-12-13

    Fixes

    • [jest-worker] Stop explicitly passing process.env (#12141)

    New Contributors

    Full Changelog: v27.4.4...v27.4.5

  • 27.4.4 - 2021-12-10

    Fixes

    • [babel-jest] Add process.version chunk to the cache key (#12122)
    • [jest-environment] Add mocked to jest object (#12133)
    • [jest-worker] Stop explicitly passing execArgv (#12128)

    Chore & Maintenance

    • [website] Fix the card front that looks overlapping part of the card back

    New Contributors

    Full Changelog: v27.4.3...v27.4.4

  • 27.4.2 - 2021-11-30

    27.4.2

    Fixes

    • [jest-worker] Add additional execArgv to filter (#12103)

    New Contributors

    Full Changelog: v27.4.1...v27.4.2

  • 27.4.1 - 2021-11-30

    Fixes

    • [jest-worker] Filter execArgv correctly (#12097)

    New Contributors

    Full Changelog: v27.4.0...v27.4.1

  • 27.4.0 - 2021-11-29
    Read more
  • 27.3.1 - 2021-10-19
  • 27.3.0 - 2021-10-17
  • 27.2.5 - 2021-10-08
  • 27.2.4 - 2021-09-29
  • 27.2.3 - 2021-09-28
  • 27.2.2 - 2021-09-25
  • 27.2.1 - 2021-09-20
  • 27.2.0 - 2021-09-13
  • 27.1.1 - 2021-09-08
  • 27.1.0 - 2021-08-27
  • 27.0.6 - 2021-06-28
  • 27.0.5 - 2021-06-22
  • 27.0.2 - 2021-05-29
  • 27.0.1 - 2021-05-25
  • 27.0.0 - 2021-05-25
from babel-jest GitHub release notes
Commit messages
Package name: babel-jest
  • 67c1aa2 v27.5.1
  • a838175 chore: update changelog for release
  • 0e3013a ci(jest-changed-files): enable `mercurial` related test on CI (#12327)
  • 55caeb7 chore: remove unnecessary checks
  • 506a062 chore: avoid backticks without template in strings (#12328)
  • dfbe71d chore: remove `@ babel/plugin-proposal-class-properties`
  • 1596aab chore(jest-config): remove unused dev dep (#12319)
  • 201901f Revert "chore: remove unused import from test" (#12321)
  • 762b9b7 chore: run prettier
  • 7400207 docs: added info about modern and legacy timers (#12317)
  • 92f3279 docs: update `toHaveBeenCalledWith` to include type of equality check (#12222)
  • 7aadc37 docs(GettingStarted): separate TypeScript sections (#12306)
  • bc1c884 docs: adds details to test results processor config option (#12206)
  • 932f78e fix(jest-config): replace `jsonlint` with `parse-json` (#12316)
  • 3a7e1c9 fix: binary scripts should use package exports (#12315)
  • a9b7e8a chore: also clean out dist/ directory
  • eace5f3 chore: prepare ignorefiles for dist/ directory (#12314)
  • 47c7a5b fix: point to correctly exported files in `jest-repl` (#12311)
  • e0f3d16 chore: avoid using anonymous default exports (#12313)
  • dd29978 chore: read package.json less during build (#12310)
  • 5a95898 feat(pretty-format): expose `ConvertAnsi` plugin (#12308)
  • 94a6752 fix(expect): add type definitions for asymmetric `closeTo` matcher (#12304)
  • f2f578f chore: do not escape strings in snapshots (#12303)
  • 5f63582 chore: use Node 16 more on CI (#12007)

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

@MelvinBot MelvinBot requested a review from a team as a code owner December 8, 2023 15:11
@melvin-bot melvin-bot bot requested review from robertjchen and removed request for a team December 8, 2023 15:11
@robertjchen robertjchen merged commit 3258b01 into main Dec 8, 2023
5 checks passed
@robertjchen robertjchen deleted the snyk-upgrade-2880ba7b5e2aa50ec087eac7072af5c0 branch December 8, 2023 18:02
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