-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update jest monorepo #6
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
base: main
Are you sure you want to change the base?
Conversation
|
ffc2034 to
dff657d
Compare
dff657d to
21aac3b
Compare
21aac3b to
0ff91ad
Compare
0ff91ad to
22a14cf
Compare
22a14cf to
b52823a
Compare
b52823a to
38b5420
Compare
b091611 to
dd2dcfa
Compare
dd2dcfa to
d4c0990
Compare
d4c0990 to
9aaa508
Compare
ac45a35 to
5b25662
Compare
d8b90a7 to
72efbcb
Compare
0aec2b2 to
c818ff7
Compare
c818ff7 to
eaa99df
Compare
eaa99df to
7bb08e2
Compare
7bb08e2 to
4eb242c
Compare
68257f1 to
293c0bb
Compare
4800a1a to
14cbc92
Compare
fce5a5e to
d0951fe
Compare
d0951fe to
c0779e6
Compare
c0779e6 to
011a571
Compare
011a571 to
7d6bcbc
Compare
7d6bcbc to
f622795
Compare
f622795 to
6ce8083
Compare
6ce8083 to
a395c3c
Compare
a395c3c to
b0d7521
Compare
0b6c776 to
3c8463d
Compare
3c8463d to
445de1d
Compare
445de1d to
b0b878f
Compare
5cf8103 to
b1965b7
Compare
b1965b7 to
62061e3
Compare
62061e3 to
887ca2c
Compare
887ca2c to
37fa7bc
Compare
0c55b03 to
dcbb7e3
Compare
dcbb7e3 to
a82dbbf
Compare
a82dbbf to
da2d132
Compare
da2d132 to
e7a4a25
Compare
e7a4a25 to
17507ad
Compare
17507ad to
8211b15
Compare
8211b15 to
de2edfe
Compare
de2edfe to
f2226b8
Compare
This PR contains the following updates:
26.0.14->26.0.2426.4.2->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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.