javascript-library-template
javascript-library-template copied to clipboard
chore(deps): update jest monorepo to v27 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| babel-jest | 26.5.2 -> 27.3.1 |
||||
| jest (source) | 26.5.3 -> 27.3.1 |
Release Notes
facebook/jest
v27.3.1
Fixes
-
[expect]Makeexpectextension propertiesconfigurable(#β11978) -
[expect]Fix.any()checks on primitive wrapper classes (#β11976)
Chore & Maintenance
-
[expect]BigIntglobal is always defined, don't check for its existence at runtime (#β11979) -
[jest-config, jest-util]Useci-infoinstead ofis-cito detect CI environment (#β11973)
v27.3.0
Features
-
[jest-config]AddtestEnvironmentOptions.htmlto apply to jsdom input (#β11950) -
[jest-resolver]Support default export (.) inexportsfield ifmainis missing (#β11919)
Fixes
-
[expect]Tweak and improve types (#β11949) -
[jest-runtime]Ensure absolute paths can be resolved within test modules (#β11943) -
[jest-runtime]FixinstanceofforModernFakeTimersandLegacyFakeTimersmethods (#β11946)
v27.2.5
Features
-
[jest-config]Warn when multiple Jest configs are located (#β11922)
Fixes
-
[expect]Pass matcher context to asymmetric matchers (#β11926 & #β11930) -
[expect]Improve TypeScript types (#β11931) -
[expect]Improve typings oftoThrow()andtoThrowError()matchers (#β11929) -
[jest-cli]Improve--helpprintout by removing defunct--browseroption (#β11914) -
[jest-haste-map]Use distinct cache paths for different values ofcomputeDependencies(#β11916) -
[@jest/reporters]Do not bufferconsole.logs when using verbose reporter (#β11054)
Chore & Maintenance
-
[expect]Export default matchers (#β11932) -
[@jest/types]Mark deprecated configuration options as@deprecated(#β11913)
v27.2.4
Features
-
[expect]Add equality checks for Array Buffers inexpect.ToStrictEqual()(#β11805)
Fixes
-
[jest-snapshot]Correctly indent inline snapshots (#β11560)
v27.2.3
Features
-
[@jest/fake-timers]Update@sinonjs/fake-timersto v8 (#β11879)
Fixes
-
[jest-config]ParsetestEnvironmentOptionsif received from CLI (#β11902) -
[jest-reporters]Calldestroyonv8-to-istanbulconverters to free memory (#β11896)
v27.2.2
Fixes
-
[jest-runtime]CorrectwrapperLengthvalue for ESM modules. (#β11893)
v27.2.1
Features
-
[jest-transform]Improve the unexpected token error message. (#β11807)
Fixes
-
[jest-runtime]Fix regression when usingjest.isolateModulesand mocks (#β11882) -
[jest-runtime]Include test name when importing modules after test has completed (#β11885) -
[jest-runtime]Error when ESM import is used after test is torn down (#β11885)
v27.2.0
Features
-
[jest-resolver, jest-runtime]Passconditionsto custom resolvers to enable them to implement support for package.jsonexportsfield (#β11859) -
[jest-runtime]Allow custom envs to specifyexportConditionswhich is passed together with Jest's own conditions to custom resolvers (#β11863)
Fixes
-
[@jest/reporters]Use async transform if available to transform files with no coverage (#β11852) -
[jest-util]Return correct value fromprocess.sendstub (#β11799)
v27.1.1
Features
-
[jest-runtime]Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#β11818)
Fixes
-
[jest-resolver]Supportnode:prefix when importing Node core modules with ESM (#β11817) -
[jest-types]Export thePrettyFormatOptionsinterface (#β11801)
v27.1.0
Features
-
[jest-haste-map]Use watchman suffix-set option for faster file indexing. (#β11784) -
[jest-cli]Adds a new config optionssnapshotFormatwhich offers a way to override any of the formatting settings which come with pretty-format. (#β11654) -
[jest-reporters]Expose thegetSummaryutil (#β11695). -
[jest-resolver]Supportnode:prefix when importing Node core modules (#β11331)
Fixes
-
[jest-each]Relaxed the validation to allow multibyte characters in headings (#β11575) -
[jest-environment-jsdom]Add support foruserAgentoption (#β11773) -
[jest-environment-node]AddEventandEventTargetto node global environment. (#β11727) -
[jest-mock]FixspyOnto useObject.prototype.hasOwnProperty(#β11721) -
[jest-resolver]Add dependency onjest-haste-map(#β11759) -
[jest-types]Compat with@types/nodev16 (#β11645)
Chore & Maintenance
-
[docs]Correctexpects.assertionsdocumentation by adding async/await for asynchronous function.
v27.0.6
Fixes
-
[*]Publish all modules to include the build change in (#β11569)
v27.0.5
Features
-
[@jest/fake-timers]Flush callbacks scheduled withrequestAnimationFrameevery 16ms when using legacy timers. (#β11523) -
[pretty-format]UseglobalThis(with polyfill if required) to bring support for esbuild's browser bundling mode (#β11569)
Fixes
-
[jest-core]Support special characters like@,+and()on Windows with--findRelatedTests(#β11548) -
[@jest/fake-timers]Do not addsetImmediateandclearImmediateif they do not exist in the global environment (#β11599) -
[@jest/reporters]Allownode-notifier@10as peer dependency (#β11523) -
[@jest/reporters]Updatev8-to-istanbul(#β11523)
v27.0.2
Features
-
[jest-circus]Add some APIs to make it easier to build your own test runner -
[jest-reporters]Expose thegetResultHeaderutil (#β11460) -
[jest-resolver]Exportresolve*utils for different Jest modules (#β11466) -
[@jest/test-result]ExportTest,TestEventsandTestFileEvent(#β11466)
Fixes
-
[jest-circus]Add missingslashdependency (#β11465) -
[jest-circus, @​jest/test-sequencer]Remove dependency onjest-runner(#β11466) -
[jest-config]Resolveconfig.runnerto absolute path (#β11465) -
[jest-config]Make sure to support functions as config (#β11475) -
[jest-core]Do not warn aboutDNSCHANNELhandles when using the--detectOpenHandlesoption (#β11470) -
[jest-runner]Remove dependency onjest-config(#β11466) -
[jest-worker]Loosen engine requirement to>= 10.13.0(#β11451)
v27.0.1
Fixes
-
[jest-environment-jsdom]Bump version of JSDOM to avoid deprecatedrequestpackage (#β11442)
v27.0.0
Features
-
[babel-jest]Add async transformation (#β11192) -
[jest-changed-files]Use '--' to separate paths from revisions (#β11160) -
[jest-circus][BREAKING] Fail tests when multipledone()calls are made (#β10624) -
[jest-circus, jest-jasmine2][BREAKING] Fail the test instead of just warning when describe returns a value (#β10947) -
[jest-config][BREAKING] Default to Node testing environment instead of browser (JSDOM) (#β9874) -
[jest-config][BREAKING] Usejest-circusas default test runner (#β10686) -
[jest-config]Add support forpresetwritten in ESM (#β11200) -
[jest-config, jest-runtime]Support ESM for files other than.jsand.mjs(#β10823) -
[jest-config, jest-runtime][BREAKING] Use "modern" implementation as default for fake timers (#β10874 & #β11197) -
[jest-configAllow passingforceNodeFilesystemAPIthrough tojest-haste-map(#β11264) -
[jest-config, jest-haste-map, jest-resolve, jest-runner, jest-runtime, jest-test-sequencer, jest-transform, jest-types][BREAKING] Add custom HasteMap class implementation config option (#β11107) -
[jest-core]makeTestWatcherextendemittery(#β10324) -
[jest-core]Run failed tests interactively the same way we do with snapshots (#β10858) -
[jest-core]moreTestSequencermethods can be async (#β10980) -
[jest-core]Add support fortestSequencerwritten in ESM (#β11207) -
[jest-core]Add support forglobalSetupandglobalTeardownwritten in ESM (#β11267) -
[jest-core]Add support forwatchPluginswritten in ESM (#β11315) -
[jest-core]Add support forrunnerwritten in ESM (#β11232) -
[jest-core]Add support forreporterswritten in ESM (#β11427) -
[jest-each]Add support for interpolation with object properties (#β11388) -
[jest-environment-node]Add AbortController to globals (#β11182) -
[@jest/fake-timers]Update to@sinonjs/fake-timersto v7 (#β11198) -
[jest-haste-map]Handle injected scm clocks (#β10966) -
[jest-haste-map]AddenableSymlinksconfiguration option to follow symlinks for test files (#β9351) -
[jest-repl, jest-runner][BREAKING] Run transforms over environment (#β8751) -
[jest-repl]Add support fortestEnvironmentwritten in ESM (#β11232) -
[jest-reporters]Add static filepath property to all reporters (#β11015) -
[jest-runner][BREAKING] set exit code to 1 if test logs after teardown (#β10728) -
[jest-runner][BREAKING] Run transforms overrunner(#β8823) -
[jest-runner][BREAKING] Run transforms overtestRunner(#β8823) -
[jest-runner]Possibility to use ESM for test environment (11033) -
[jest-runner]Add support fortestRunnerwritten in ESM (#β11232) -
[jest-runtime]Detect reexports from CJS as named exports in ESM (#β10988) -
[jest-runtime]Support for async code transformations (#β11191 & #β11220) -
[jest-snapshot][BREAKING] Make prettier optional for inline snapshots - fall back to string replacement (#β7792 & #β11192) -
[jest-snapshot][BREAKING] Run transforms oversnapshotResolver(#β8751) -
[jest-transform]Pass config options defined in Jest's config to transformer'sprocessandgetCacheKeyfunctions (#β10926) -
[jest-transform]Add support for transformers written in ESM (#β11163) -
[jest-transform][BREAKING] Do not exportScriptTransformerclass, instead export the async functioncreateScriptTransformer(#β11163) -
[jest-transform]Async code transformations (#β9889) -
[jest-transform]Support transpiled transformers (#β11193) -
[jest-transform][BREAKING]requireAndTranspileModulealways return aPromise, and the third parameter type is changed toRequireAndTranspileModuleOptionswhich acceptapplyInteropRequireDefaultoption (#β11232) -
[jest-transform][BREAKING]createTranspilingRequirereturn function which return aPromisenow (#β11232) -
[jest-util]add requireOrImportModule for importing CJS or ESM (#β11199) -
[jest-util]addapplyInteropRequireDefaultoption onrequireOrImportModule(#β11232) -
[jest-watcher]Added support for clearing the line when<C-u>is pressed in a watch mode pattern prompt (#β11358) -
[jest-worker]Add support for custom task queues and adds aPriorityQueueimplementation. (#β10921) -
[jest-worker]Add in-order scheduling policy to jest worker (10902) -
[pretty-format]Better print for sparse arrays (11326) -
[pretty-print]Add optionprintBasicPrototypewhich determines whether or not the prototype should be printed for raw objects or arrays (#β11441)
Fixes
-
[babel-plugin-jest-hoist]Add__dirnameand__filenameto whitelisted globals (#β10903) -
[expect][BREAKING] Reviseexpect.not.objectContaining()to be the inverse ofexpect.objectContaining(), as documented. (#β10708) -
[expect][BREAKING] MaketoContainmore strict with the received type (#β10119 & #β10929) -
[expect][BREAKING]matcherResultonJestAssertionErrorare now strings rather than functions (#β10989) -
[jest-circus]Fixed the issue of beforeAll & afterAll hooks getting executed even if it is inside a skippeddescribeblock (#β10806) -
[jest-circus]FixtestLocationon Windows when usingtest.each(#β10871) -
[jest-cli]Use testFailureExitCode when bailing from a failed test (#β10958) -
[jest-cli]Print custom error if error thrown from global hooks is not an error already (#β11003) -
[jest-cli]Allow running multiple "projects" from programmatic API (#β11307) -
[jest-cli]Fix missing collectCoverage after init (#β11353) -
[jest-cli, jest-config, jest-types]Move all default values intojest-config(#β9924) -
[jest-config][BREAKING] Change default file extension order by moving json behind ts and tsx (10572) -
[jest-console]console.dirnow respects the second argument correctly (#β10638) -
[jest-core]Don't report PerformanceObserver as open handle (#β11123) -
[jest-core]UseWeakRefto hold timers when detecting open handles (#β11277) -
[jest-core]Correctly detect open handles that were created in test functions usingdonecallbacks (#β11382) -
[jest-core]Do not collectRANDOMBYTESREQUESTas open handles (#β11278) -
[jest-core]Wait briefly for open handles to close before flagging them when using--detectOpenHandles(#β11429) -
[jest-diff][BREAKING] Use only named exports (#β11371) -
[jest-each][BREAKING] Ignore excess words in headings (#β8766) -
[jest-each]Support array index with template strings (#β10763) -
[jest-each]Interpolate%%correctly (#β11364) -
[jest-each]Fix wrong interpolation when the value of array contains multiple%(#β11364) -
[jest-environment][BREAKING] Drop support forrunScriptfor test environments (#β11155) -
[jest-environment-jsdom]Use inner realmβsArrayBufferconstructor (#β10885) -
[jest-environment-jsdom][BREAKING] Remove Node globalssetImmediateandclearImmediate(#β11222) -
[jest-get-type][BREAKING] Convert to ES Module (#β11359) -
[jest-globals][BREAKING] Disallow return values other than aPromisefrom hooks and tests (#β10512) -
[jest-globals][BREAKING] Disallow mixing a done callback and returning aPromisefrom hooks and tests (#β10512) -
[jest-haste-map]VendorNodeWatcherfromsane(#β10919) -
[jest-jasmine2]Fixed the issue ofbeforeAll&afterAllhooks getting executed even if it is inside a skippeddescribeblock when it has childtestsmarked as eitheronlyortodo(#β10806) -
[jest-jasmine2]Fixed the issues of childtestsmarked withonlyortodogetting executed even if it is inside a skipped parentdescribeblock (#β10806) -
[jest-jasmine2]Wrap all test functions so they open handles that were created in test functions usingdonecallbacks can be detected (#β11382) -
[jest-reporter]Handle empty files when reporting code coverage with V8 (#β10819) -
[jest-resolve]Replace read-pkg-up with escalade package (#β10781) -
[jest-resolve]Disablejest-pnp-resolverfor Yarn 2 (#β10847) -
[jest-runtime][BREAKING] Do not injectglobalvariable into module wrapper (#β10644) -
[jest-runtime][BREAKING] remove long-deprecatedjest.addMatchers,jest.resetModuleRegistry, andjest.runTimersToTime(#β9853) -
[jest-runtime]Fix stack overflow and promise deadlock when importing mutual dependant ES module (#β10892) -
[jest-runtime]Prevent global module registry from leaking intoisolateModulesregistry (#β10963) -
[jest-runtime]Refactor to prevent race condition when linking and evaluating ES Modules (#β11150) -
[jest-runtime]Throw correct error when attempting to load ESM viarequire(#β11260) -
[jest-runtime]Do not cache modules that throw during evaluation (#β11263) -
[jest-transform]Show enhancedSyntaxErrormessage for allSyntaxErrors (#β10749) -
[jest-transform][BREAKING] Refactor API to pass an options bag around rather than multiple boolean options (#β10753) -
[jest-transform][BREAKING] Refactor API of transformers to pass an options bag rather than separateconfigand other options (#β10834) -
[jest-types]FixConfig.tsprojectstypes (#β11285) -
[jest-util]Replace micromatch with picomatch to fix issues with negated globs (#β11287) -
[jest-validate]Useen-USlocale to avoid case conversion problems while validating CLI options on machines with some certain locales(e.g. Turkish) set as default locale. (#β11412) -
[jest-worker][BREAKING] Use named exports (#β10623) -
[jest-worker]Do not swallow errors during serialization (#β10984) -
[jest-worker]HandleERR_IPC_CHANNEL_CLOSEDerrors properly (#β11143) -
[pretty-format][BREAKING] Convert to ES Modules (#β10515) -
[pretty-format]Only callhasAttributeif it's a function (#β11000) -
[pretty-format]Handle jsdom attributes properly (#β11189) -
[pretty-format]Import pretty-format using named imports (#β11360)
Chore & Maintenance
-
[*][BREAKING] Only support Node LTS releases and Node 15 (#β10685) -
[*][BREAKING] Addexportsfield to allpackage.jsons (#β9921) -
[*]Make it easier for Jest's packages to use the VM escape hatch (#β10824) -
[*][BREAKING] Remove deprecatedmapCoverage(#β9968) -
[babel-jest][BREAKING] Migrate to ESM (#β11193) -
[docs]Correct example usingbrowser-resolve(#β11140) -
[docs]Clarifytimersconfiguration property (#β11376) -
[jest, jest-core][BREAKING] ReplaceTestSchedulerexport withcreateTestScheduler(#β11427) -
[jest-config][BREAKING] RemoveenabledTestsMapconfig, usefilterinstead (#β10787) -
[jest-console][BREAKING] Moverootintoconfigand takeGlobalConfigas mandatory parameter forgetConsoleOutput(#β10126) -
[jest-console]Export LogEntry (#β11017) -
[jest-fake-timers]Clarify global behavior ofjest.useFakeTimersandjest.useRealTimers(#β10867) -
[jest-haste-map][BREAKING] Migrate to ESM (#β10875) -
[jest-haste-map][BREAKING] Remove support for deprecated optionignorePatternas function (#β10348) -
[jest-jasmine2][BREAKING] Migrate to ESM (#β10906) -
[jest-jasmine2][BREAKING] Remove unused options argument fromEnvconstructor (#β10240) -
[jest-repl, jest-runtime][BREAKING] Move thejest-runtimeCLI intojest-repl(#β10016 & #β10925) -
[jest-resolve][BREAKING] Migrate to ESM (#β10688) -
[jest-resolve-dependencies][BREAKING] Migrate to ESM (#β10876) -
[jest-mock][BREAKING] Migrate to ESM (#β10887) -
[jest-reporters][BREAKING] Makenode-notifiera peer dependency (#β10977) -
[jest-resolve, jest-runtime][BREAKING] UseMaps instead of objects for all cached resources (#β10968) -
[jest-runner][BREAKING] Migrate to ESM (#β10900) -
[jest-runtime][BREAKING] Remove deprecated and unusedgetSourceMapInfofrom Runtime (#β9969) -
[jest-transformer][BREAKING] Remove unusedisCoreModuleoption (#β11166) -
[jest-util]No longer checkingenumerablewhen addingprocess.domain(#β10862) -
[jest-validate][BREAKING] RemoverecursiveBlacklistoption in favor of previously introducedrecursiveDenylist(#β10650) -
[website]Replace 'Github' with 'GitHub' (#β11279) -
[website]Remove a language code from the link to the Node.js website (#β11282) -
[website]Remove a duplicated word (#β11281) -
[website]Add french to website (#β11361)
Performance
-
[jest-resolve]Cache reading and parsing ofpackage.jsons (#β11076) -
[jest-runtime, jest-transform]sharecacheFSbetween runtime and transformer (#β10901) -
[jest-runtime]Loadchalkonly once per worker (#β10864) -
[jest-worker]Fix memory leak of previous task arguments while no new task is scheduled (#β11187)
v26.6.3
Fixes
-
[jest-resolve-dependencies]Continue dependency resolution if mock dependency can't be found (#β10779)
v26.6.2
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) -
[jest-config]Switch ts-nodeRegistertype toServicedue to deprecation (#β11210)
v26.6.1
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
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
Configuration
π Schedule: 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.
π Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.