chore(deps): update jest monorepo - #39
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Pull Request Test Coverage Report for Build 2520797970
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
December 10, 2021 09:14
06f68fb to
ef313d5
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
December 13, 2021 22:23
76728c9 to
58981d2
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
December 30, 2021 21:41
58981d2 to
f628e7b
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
January 5, 2022 13:13
f0f0266 to
ac3fd5f
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
February 8, 2022 12:27
9678ae5 to
f8478a7
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
March 7, 2022 08:26
f8478a7 to
0cb1dad
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 15, 2022 21:45
0cb1dad to
a8b0494
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
June 18, 2022 14:49
a8b0494 to
f6517df
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 10, 2025 12:35
f6517df to
e85ef11
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 19, 2025 16:56
e85ef11 to
a5b7dee
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
September 25, 2025 15:04
a5b7dee to
92604b4
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
October 21, 2025 22:49
92604b4 to
1b1413a
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
November 10, 2025 14:56
1b1413a to
39b5242
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
December 31, 2025 20:10
c114fc6 to
d58f05d
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
January 23, 2026 19:36
70407d0 to
5a79dcc
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
February 2, 2026 18:25
5a79dcc to
83596ea
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
February 12, 2026 10:37
83596ea to
5bc6e0b
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
March 27, 2026 12:41
5bc6e0b to
165aa7a
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 8, 2026 15:03
165aa7a to
f5acd32
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 29, 2026 19:16
f5acd32 to
d03dcdd
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 12, 2026 16:42
d03dcdd to
362ed0f
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 28, 2026 21:51
362ed0f to
3d6881a
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
June 11, 2026 20:08
3d6881a to
72a2460
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
July 16, 2026 17:23
45732ba to
050eb40
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 21, 2026 02:17
050eb40 to
6ee3946
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
27.0.3→27.5.227.4.2→27.5.1Release Notes
jestjs/jest (jest)
v27.5.1Compare Source
Features
[jest-config]Support comments in JSON config file (#12316)[pretty-format]ExposeConvertAnsiplugin (#12308)Fixes
[expect]Add type definitions for asymmetriccloseTomatcher (#12304)[jest-cli]Load binary via exported API (#12315)[jest-config]Replacejsonlintwithparse-json(#12316)[jest-repl]Make module importable (#12311 & #12315)Chore & Maintenance
[*]Avoid anonymous default exports (#12313)New Contributors
Full Changelog: jestjs/jest@v27.5.0...v27.5.1
v27.5.0Compare Source
Features
[expect]Add asymmetric matcherexpect.closeTo(#12243)[jest-mock]AddedmockFn.mock.lastCallto retrieve last argument (#12285)Fixes
[expect]Add a fix for.toHaveProperty('')(#12251)[jest-each, @​jest/globals]Allow passingReadonlyArraytype of a table todescribe.eachandtest.each(#12297)[@jest/globals]Add missingoptionsargument tojest.doMocktyping (#12292)[jest-environment-node]Addatobandbtoa(#12269)[jest-matcher-utils]Correct diff for expected asymmetric matchers (#12264)[jest-message-util]Fix.getTopFrame()(andtoMatchInlineSnapshot()) withmjsfiles (#12277)Chore & Maintenance
[*]Updategraceful-fsto^4.2.9(#11749)Performance
[jest-resolve]perf: skip error creation on not foundstatcalls (#11749)New Contributors
Full Changelog: jestjs/jest@v27.4.7...v27.5.0
v27.4.7Compare Source
Fixes
jest-configAdd missing@babel/coredependency (#12216)Full Changelog: jestjs/jest@v27.4.6...v27.4.7
v27.4.6Compare Source
Fixes
[jest-environment-node]AddAbortSignal(#12157)[jest-environment-node]Add Missing node globalperformance(#12002)[jest-runtime]Handle missingmockedproperty (#12213)[@jest/transform]Update dependency packagepiratesto 4.0.4 (#12002)Performance
jest-configperf: only register ts-node once when loading TS config files (#12160)New Contributors
Full Changelog: jestjs/jest@v27.4.5...v27.4.6
v27.4.5Compare Source
Fixes
[jest-worker]Stop explicitly passingprocess.env(#12141)New Contributors
Full Changelog: jestjs/jest@v27.4.4...v27.4.5
v27.4.4Compare Source
Fixes
[babel-jest]Addprocess.versionchunk to the cache key (#12122)[jest-environment]Addmockedtojestobject (#12133)[jest-worker]Stop explicitly passingexecArgv(#12128)Chore & Maintenance
[website]Fix the card front that looks overlapping part of the card backNew Contributors
Full Changelog: jestjs/jest@v27.4.3...v27.4.4
v27.4.3Compare Source
27.4.3
Fixes
[jest-environment-jsdom]Remove@types/jsdomdependency (and make itsdompropertyprivate) (#12107)Full Changelog: jestjs/jest@v27.4.2...v27.4.3
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.