Update jest monorepo - #259
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 10, 2025 13:28
d9a4b5c to
2d416d1
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
September 25, 2025 21:24
2d416d1 to
21fc4c8
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
October 22, 2025 01:42
21fc4c8 to
05bd691
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
November 10, 2025 16:45
05bd691 to
cc2ece7
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
January 23, 2026 17:08
88a7efe to
64d90ec
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
February 2, 2026 20:28
64d90ec to
869ed08
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
March 5, 2026 18:39
869ed08 to
a461e27
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 8, 2026 16:53
a461e27 to
86b7316
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
April 29, 2026 11:38
86b7316 to
78690a4
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 12, 2026 17:05
78690a4 to
ea7e97f
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
May 28, 2026 18:42
ea7e97f to
ff8de89
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
2 times, most recently
from
July 17, 2026 00:59
44c3127 to
d729f1d
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 21, 2026 01:45
d729f1d to
f6adf82
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 30, 2026 21:29
f6adf82 to
02bb952
Compare
renovate
Bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 12, 2026 00:12
02bb952 to
6aa964b
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:
26.0.9→26.0.2426.4.0→26.6.3Release Notes
jestjs/jest (jest)
v26.6.3: 26.6.3Compare Source
Fixes
[jest-resolve-dependencies]Continue dependency resolution if mock dependency can't be found (#10779)v26.6.2: 26.6.2Compare Source
Features
[jest-core]AddfindRelatedTestsandnonFlagArgsin allowed config options forupdateConfigAndRunin watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]Updatebabel-preset-current-node-syntaxto support top level await (#10747)[expect]Revert "FixobjectContainingto work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]fix: don't assumestackis always a string (#10697)[jest-config]Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]Resolve mocks as dependencies (#10713)[jest-runtime]Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]Pass more ESM options to@jest/transform(#10752)[jest-runtime]Properly injectextraGlobalsinto the runtime (#10758)[jest-transform]Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]Move package from this repo tofbjsrepo (#10739)[examples]Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]chore: standardize files and folder names (#10698)v26.6.1: 26.6.1Compare Source
Features
[jest-runtime]Support named exports from CommonJS as named ES Module imports (#10673)[jest-validate]Add support forrecursiveDenylistoption as an alternative torecursiveBlacklist(#10236)Fixes
[expect]FixobjectContainingto work recursively into sub-objects (#10508)[jest-cli, jest-core, jest-config, jest-types]Fix--onlyFailuresflag to work in non-watch mode (#10678)[jest-config]Fix for thejest.config.tscompiler to not interfere withtsconfig.jsonfiles (#10675)[jest-message-util]Update to work properly with Node 15 (#10660)[jest-mock]Allow to mock methods in getters (TypeScript 3.9 export) (#10156)v26.6.0: 26.6.0Compare Source
Features
[jest-cli, jest-config]Add support for thejest.config.tsconfiguration file (#10564)Fixes
[jest-config]Simplify transform RegExp (#10207)[jest-fake-timers]Lazily instantiate mock timers (#10551)[jest-runtime]require.mainis no longerundefinedwhen usingjest.resetModules(#10626)[@jest/types]Add missing values fortimers(#10632)Chore & Maintenance
[docs]Add step for fetchingbackers.jsonfile in website setup docs (#10631)[docs]Add page detailing environment variables set by Jest (#10630)[jest-circus]RefactorcallAsyncCircusFnparameters (#10629)v26.5.3: 26.5.3Compare Source
Features
[jest-runtime]add support for dynamicimport()from CommonJS (#10620)Fixes
[jest-runner, jest-runtime]require.mainshould not beundefinedwithcreateRequire()(#10610)[jest-runtime]add missingmodule.pathproperty (#10615)[jest-runtime]AddmainModuleinstance variable to runtime (#10621)[jest-runtime]Evaluate Node core modules on dynamicimport()(#10622)[jest-validate]Show suggestion only when unrecognized cli param is longer than 1 character (#10604)[jest-validate]ValidatetestURLas CLI option (#10595)v26.5.2: 26.5.2Compare Source
Fixes
[*]Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)[jest-circus]Setup globals before emittingsetup, and include Jest globals in thesetuppayload (#10598)[jest-mock]Fix typings formockResolvedValue,mockResolvedValueOnce,mockRejectedValueandmockRejectedValueOnce(#10600)v26.5.0: 26.5.0Compare Source
Features
[jest-circus, jest-config, jest-runtime]Add newinjectGlobalsconfig and CLI option to disable injecting global variables into the runtime (#10484)[jest-each]Fixes.eachtype to always be callable (#10447)[jest-runner]Add support formoduleLoaders withdefaultexports (#10541)[@jest/create-cache-key-function]Added a new package for creating cache keys (#10587)Fixes
[jest-circus, jest-jasmine2]Find correct location fortest.eachtests (#10413)[jest-console]AddConsoleconstructor toconsoleobject (#10502)[jest-globals]Fix lifecycle hook function types (#10480)[jest-runtime]Remove usage ofvm.compileFunctiondue to a performance issue (#10586)Chore & Maintenance
[jest-resolve]Replace read-pkg-up with escalade package (10558)[jest-environment-jsdom]Update jsdom to 16.4.0 (10578)v26.4.2: 26.4.2Compare Source
Fixes
[expect]FixtoMatchObjectto work with inherited class getters (#10381)[pretty-format]Lower minimum node version to >= 10 (#10435)v26.4.1: 26.4.1Compare Source
Fixes
[jest-core]Don't report ELDHistogram as open handle (#10417)[jest-matcher-utils]Fix diffing object contain readonly symbol key object (#10414)[jest-reporters]Fixes notify reporter on Linux (using notify-send) (#10393)[jest-snapshot]Correctly handles arrays and property matchers in snapshots (#10404)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.