ng-universal
ng-universal copied to clipboard
chore(deps): update jest monorepo to v29 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/jest (source) | 27.5.2 -> 29.0.3 |
||||
| jest (source) | 27.5.1 -> 29.0.3 |
||||
| ts-jest (source) | 27.1.5 -> 29.0.2 |
Release Notes
facebook/jest
v29.0.3
Features
-
[@jest/environment, jest-runtime]Allow passing a generic type argument tojest.createMockFromModule<T>()method (#β13202) -
[expect]ExposeExpectationResulttype (#β13240) -
[jest-snapshot]ExposeContexttype (#β13240) -
[@jest/globals]Addjest.Mocktype helper (#β13235)
Fixes
-
[jest-core]CaptureexecErrorduringTestScheduler.scheduleTestsand dispatch to reporters (#β13203) -
[jest-resolve]Make sure to resolve module paths after looking atexports(#β13242) -
[jest-resolve]Improve error on module not found deep in therequirestack (#β8704) -
[jest-snapshot]Fix typings of snapshot matchers (#β13240)
Chore & Maintenance
-
[*]Fix inconsistent workspace prefixes (#β13217) -
[jest-haste-map]Expose a minimal public API to TypeScript (#β13023)
v29.0.2
Features
-
[jest-transform]ExposeTransformFactorytype (#β13184)
Fixes
-
[babel-plugin-jest-hoist]Support importedjestin mock factory (#β13188) -
[jest-mock]Align the behavior and return type ofgenerateFromMetadatamethod (#β13207) -
[jest-runtime]Supportjest.resetModules()with ESM (#β13211)
v29.0.1
Fixes
-
[jest-snapshot]PasssnapshotFormatthrough when diffing snapshots (#β13181)
v29.0.0
Features
-
[expect][BREAKING] Differentiate betweenMatcherContextMatcherUtilsandMatcherStatetypes (#β13141) -
[jest-circus]Add support fortest.failing.each(#β13142) -
[jest-config][BREAKING] MakesnapshotFormatdefault toescapeString: falseandprintBasicPrototype: false(#β13036) -
[jest-config][BREAKING] Remove undocumentedcollectCoverageOnlyFromoption (#β13156) -
[jest-environment-jsdom][BREAKING] Upgrade tojsdom@20(#β13037, #β13058) -
[@jest/globals]Addjest.Mocked,jest.MockedClass,jest.MockedFunctionandjest.MockedObjectutility types (#β12727) -
[jest-mock][BREAKING] RefactorMocked*utility types.MaybeMockedDeepandMaybeMockedbecameMockedandMockedShallowrespectively; only deep mocked variants ofMockedClass,MockedFunctionandMockedObjectare exported (#β13123, #β13124) -
[jest-mock][BREAKING] Change the defaultjest.mockedhelperβs behavior to deep mocked (#β13125) -
[jest-snapshot][BREAKING] Letbabelfind config when updating inline snapshots (#β13150) -
[@jest/test-result, @​jest/types][BREAKING] ReplaceBytesandMillisecondstypes withnumber(#β13155) -
[jest-worker]AddsworkerIdleMemoryLimitoption which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#β13056, #β13105, #β13106, #β13107) -
[pretty-format][BREAKING] RemoveConvertAnsiplugin in favour ofjest-serializer-ansi-escapes(#β13040) -
[pretty-format]Allow to opt out from sorting object keys withcompareKeys: null(#β12443)
Fixes
-
[jest-config]Fix testing multiple projects with TypeScript config files (#β13099) -
[@jest/expect-utils]Fix deep equality of ImmutableJS Record (#β13055) -
[jest-haste-map]Increase the maximum possible file size that jest-haste-map can handle (#β13094) -
[jest-runtime]Properly support CJS re-exports from dual packages (#β13170) -
[jest-snapshot]MakeprettierPathoptional inSnapshotState(#β13149) -
[jest-snapshot]Fix parsing error from inline snapshot files withJSX(#β12760) -
[jest-worker]When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#β13054)
Chore & Maintenance
-
[*][BREAKING] Drop support for Node v12 and v17 (#β13033) -
[docs]Fix webpack name (#β13049) -
[docs]Explicit how to setnfor--bail(#β13128) -
[docs]Update Enzyme URL (#β13166) -
[jest-leak-detector]Remove support forweak-napi(#β13035) -
[jest-snapshot][BREAKING] RequirerootDiras argument toSnapshotState(#β13150)
v28.1.3
Features
-
[jest-leak-detector]Use nativeFinalizationRegistrywhen it exists to get rid of external C dependency (#β12973)
Fixes
-
[jest-changed-files]Fix a lock-up after repeated invocations (#β12757) -
[@jest/expect-utils]Fix deep equality of ImmutableJS OrderedSets (#β12977) -
[jest-mock]Add index signature support forspyOntypes (#β13013, #β13020) -
[jest-snapshot]Fix indentation of awaited inline snapshots (#β12986)
Chore & Maintenance
-
[*]Replace internal usage ofpretty-format/ConvertAnsiwithjest-serializer-ansi-escapes(#β12935, #β13004) -
[docs]Update spyOn docs (#β13000)
v28.1.2
Fixes
-
[jest-runtime]Avoid star type import from@jest/globals(#β12949)
Chore & Maintenance
-
[docs]Mention that jest-codemods now supports Sinon (#β12898)
v28.1.1
Features
-
[jest]ExposeConfigtype (#β12848) -
[@jest/reporters]ImproveGitHubActionsReporters annotation format (#β12826) -
[@jest/types]Infer argument types passed totestanddescribecallback functions fromeachtables (#β12885, #β12905)
Fixes
-
[@jest/expect-utils]Fix deep equality of ImmutableJS OrderedMaps (#β12763) -
[jest-docblock]Handle multiline comments in parseWithComments (#β12845) -
[jest-mock]ImprovespyOnerror messages (#β12901) -
[jest-runtime]Correctly report V8 coverage withresetModules: true(#β12912) -
[jest-worker]MakeJestWorkerFarmhelper type to include methods of worker module that take more than one argument (#β12839)
Chore & Maintenance
-
[docs]Updated docs to indicate thatjest-environment-jsdomis a separate package #β12828 -
[docs]Document the comments used by coverage providers #β12835 -
[docs]Usedocusaurus-remark-plugin-tab-blocksto format tabs with code examples (#β12859) -
[jest-haste-map]Bumpwalkerversion (#β12324)
v28.1.0
Features
-
[jest-circus]Addfailingtest modifier that inverts the behavior of tests (#β12610) -
[jest-environment-node, jest-environment-jsdom]Allow specifyingcustomExportConditions(#β12774)
Fixes
-
[expect]Adjust typings oflastCalledWith,nthCalledWith,toBeCalledWithmatchers to allow a case there a mock was called with no arguments (#β12807) -
[@jest/expect-utils]Fix deep equality of ImmutableJS Lists (#β12763) -
[jest-core]Do not collectSIGNREQUESTas open handles (#β12789)
Chore & Maintenance
-
[docs]Specified documentation about--filterCLI docs (#β12799) -
[@jest-reporters]Move helper functions fromutils.tsinto separate files (#β12782) -
[jest-resolve]Replaceprocess.versions.pnptype declaration with@types/pnpapidevDependency (#β12783)
v28.0.3
Fixes
-
[jest-config]Normalizereportersoption defined in presets (#β12769) -
[@jest/reporters]Fix trailing slash in matchingcoverageThresholdkey (#β12714) -
[jest-resolve]Fix (experimental) ESM module mocking for re-exports (#β12766) -
[@jest/transform]Throw better error if an invalid return value if encountered (#β12764)
Chore & Maintenance
-
[docs]Fix typo in--shardCLI docs (#β12761)
v28.0.2
Features
-
[jest-worker]AddJestWorkerFarmhelper type (#β12753)
Fixes
-
[*]Lower Node 16 requirement to 16.10 from 16.13 due to a Node bug that causes memory and performance issues (#β12754)
v28.0.1
Features
-
[jest-resolve]ExposeResolverOptionstype (#β12736)
Fixes
-
[expect]Add missing dependencyjest-util(#β12744) -
[jest-circus]Improvetest.concurrent(#β12748) -
[jest-resolve]Correctly throw an error ifjsdomtest environment is used, but not installed (#β12749)
Chore & Maintenance
-
[jest-serializer]Remove deprecated module from source tree (#β12735)
v28.0.0
Features
-
[babel-jest]ExportcreateTransformerfunction (#β12399) -
[expect]ExposeAsymmetricMatchers,MatcherFunctionandMatcherFunctionWithStateinterfaces (#β12363, #β12376) -
[jest-circus]Support error logging before retry (#β12201) -
[jest-circus, jest-jasmine2]Allowed classes and functions asdescribeandit/testnames (#β12484) -
[jest-cli, jest-config][BREAKING] RemovetestURLconfig, usetestEnvironmentOptions.urlinstead (#β10797) -
[jest-cli, jest-core]Add--shardparameter for distributed parallel test execution (#β12546) -
[jest-cli][BREAKING] Remove undocumented--timersoption (#β12572) -
[jest-config][BREAKING] Stop shippingjest-environment-jsdomby default (#β12354) -
[jest-config][BREAKING] Stop shippingjest-jasmine2by default (#β12355) -
[jest-config, @​jest/types]AddcitoGlobalConfig(#β12378) -
[jest-config][BREAKING] RenamemoduleLoadertoruntime(#β10817) -
[jest-config][BREAKING] RenameextraGlobalstosandboxInjectedGlobals(#β10817) -
[jest-config][BREAKING] Throw an error instead of showing a warning if multiple configs are used (#β12510) -
[jest-config][BREAKING] Do not normalize long deprecated configuration optionspreprocessorIgnorePatterns,scriptPreprocessor,setupTestFrameworkScriptFileandtestPathDirs(#β12701) -
[jest-cli, jest-core]Add--ignoreProjectsCLI argument to ignore test suites by project name (#β12620) -
[jest-core]Pass project config toglobalSetup/globalTeardownfunction as second argument (#β12440) -
[jest-core]Stabilize test runners with event emitters (#β12641) -
[jest-core, jest-watcher][BREAKING] MoveTestWatcherclass tojest-watcherpackage (#β12652) -
[jest-core]Allow using Summary Reporter as stand-alone reporter (#β12687) -
[jest-environment-jsdom][BREAKING] Upgrade jsdom to 19.0.0 (#β12290) -
[jest-environment-jsdom][BREAKING] Add defaultbrowsercondition toexportConditionsforjsdomenvironment (#β11924) -
[jest-environment-jsdom][BREAKING] Pass global config to Jest environment constructor forjsdomenvironment (#β12461) -
[jest-environment-jsdom][BREAKING] Second argumentcontextto constructor is mandatory (#β12469) -
[jest-environment-node][BREAKING] Add defaultnodeandnode-addonconditions toexportConditionsfornodeenvironment (#β11924) -
[jest-environment-node][BREAKING] Pass global config to Jest environment constructor fornodeenvironment (#β12461) -
[jest-environment-node][BREAKING] Second argumentcontextto constructor is mandatory (#β12469) -
[jest-environment-node]Add all available globals to test globals, not just explicit ones (#β12642, #β12696) -
[@jest/expect]New module which extendsexpectwithjest-snapshotmatchers (#β12404, #β12410, #β12418) -
[@jest/expect-utils]New module exporting utils forexpect(#β12323) -
[@jest/fake-timers][BREAKING] Renametimersconfiguration option tofakeTimers(#β12572) -
[@jest/fake-timers][BREAKING] Allowjest.useFakeTimers()andprojectConfig.fakeTimersto take an options bag (#β12572) -
[jest-haste-map][BREAKING]HasteMap.createnow returns a promise (#β12008) -
[jest-haste-map]Add support fordependencyExtractorwritten in ESM (#β12008) -
[jest-mock][BREAKING] Rename exported utility typesClassLike,FunctionLike,ConstructorLikeKeys,MethodLikeKeys,PropertyLikeKeys; remove exports of utility typesArgumentsOf,ArgsType,ConstructorArgumentsOf- TS builtin utility typesConstructorParametersandParametersshould be used instead (#β12435, #β12489) -
[jest-mock]ImproveisMockFunctionto infer types of passed function (#β12442) -
[jest-mock][BREAKING] Improve the usage ofjest.fngeneric type argument (#β12489) -
[jest-mock]Add support for auto-mocking async generator functions (#β11080) -
[jest-mock]Addcontextsmember to mock functions (#β12601) -
[@jest/reporters]Add GitHub Actions reporter (#β11320, #β12658) -
[@jest/reporters]PassreporterContextto custom reporter constructors as third argument (#β12657) -
[jest-resolve][BREAKING] Add support forpackage.jsonexports(#β11961, #β12373) -
[jest-resolve]Support package self-reference (#β12682) -
[jest-resolve, jest-runtime]Add support fordata:URI import and mock (#β12392) -
[jest-resolve, jest-runtime]Add support for async resolver (#β11540) -
[jest-resolve][BREAKING] Removebrowser?: booleanfrom resolver options,conditions: ['browser']should be used instead (#β12707) -
[jest-resolve]ExposeJestResolver,AsyncResolver,SyncResolver,PackageFilter,PathFilterandPackageJSONtypes (#β12707, (#β12712) -
[jest-runner]AllowsetupFilesmodule to export an async function (#β12042) -
[jest-runner]Allow passingtestEnvironmentOptionsvia docblocks (#β12470) -
[jest-runner]ExposeCallbackTestRunner,EmittingTestRunnerabstract classes andCallbackTestRunnerInterface,EmittingTestRunnerInterfaceto help typing third party runners (#β12646, #β12715) -
[jest-runner]Lock version ofsource-map-supportto 0.5.13 (#β12720) -
[jest-runtime][BREAKING]Runtime.createHasteMapnow returns a promise (#β12008) -
[jest-runtime]Callingjest.resetModulesfunction will clear FS and transform cache (#β12531) -
[jest-runtime][BREAKING] RemoveContexttype export, it must be imported from@jest/test-result(#β12685) -
[jest-runtime]Addimport.meta.jest(#β12698) -
[@jest/schemas]New module for JSON schemas for Jest's config (#β12384) -
[@jest/source-map]Migrate fromsource-mapto@jridgewell/trace-mapping(#β12692) -
[jest-transform][BREAKING] Make it required forprocess()andprocessAsync()methods to always return structured data (#β12638) -
[jest-test-result]Add duration property to JSON test output (#β12518) -
[jest-watcher][BREAKING] MakePatternPromptclass to takeentityNameas third constructor parameter instead ofthis._entityName(#β12591) -
[jest-worker][BREAKING] Allow only absoluteworkerPath(#β12343) -
[jest-worker][BREAKING] Default to advanced serialization when using child process workers (#β10983) -
[pretty-format]NewmaxWidthparameter (#β12402)
Fixes
-
[*]Usesha256instead ofmd5as hashing algortihm for compatibility with FIPS systems (#β12722) -
[babel-jest][BREAKING] PassrootDirasrootin Babel's options (#β12689) -
[expect]Move typings of.not,.rejectsand.resolvesmodifiers outside ofMatchersinterface (#β12346) -
[expect]Throw useful error ifexpect.extendis called with invalid matchers (#β12488) -
[expect]FixiterableEqualityignores other properties (#β8359) -
[expect]Fix print for thecloseTomatcher (#β12626) -
[jest-changed-files]ImprovechangedFilesWithAncestorpattern for Mercurial SCM (#β12322) -
[jest-circus, @​jest/types]Disallow undefined value inTestContexttype (#β12507) -
[jest-config]Correctly detect CI environment and update snapshots accordingly (#β12378) -
[jest-config]PassmoduleTypestots-nodeto enforce CJS when transpiling (#β12397) -
[jest-config][BREAKING] Addmjsandcjsto defaultmoduleFileExtensionsconfig (#β12578) -
[jest-config, jest-haste-map]Allow searching for tests innode_modulesby exposingretainAllFiles(#β11084) -
[jest-core][BREAKING] Exit with status1if no tests are found with--findRelatedTestsflag (#β12487) -
[jest-core]Do not report unref-ed subprocesses as open handles (#β12705) -
[jest-each]%#is not replaced with index of the test case (#β12517) -
[jest-each]Fixes error message with incorrect count of missing arguments (#β12464) -
[jest-environment-jsdom]Makejsdomaccessible to extending environments again (#β12232) -
[jest-environment-jsdom]Log JSDOM errors more cleanly (#β12386) -
[jest-environment-node]AddMessageChannel,MessageEventto globals (#β12553) -
[jest-environment-node]AddstructuredCloneto globals (#β12631) -
[@jest/expect-utils][BREAKING] Fix false positives when looking forundefinedprop (#β8923) -
[jest-haste-map]Don't use partial results if file crawl errors (#β12420) -
[jest-haste-map]Make watchman existence check lazy+async (#β12675) -
[jest-jasmine2, jest-types][BREAKING] Move alljasminespecific types from@jest/typesto its own package (#β12125) -
[jest-jasmine2]Do not setdurationto0for skipped tests (#β12518) -
[jest-matcher-utils]Pass maxWidth topretty-formatto avoid printing every element in arrays by default (#β12402) -
[jest-mock]Fix function overloads forspyOnto allow more correct type inference in complex object (#β12442) -
[jest-mock]Handle overriddenFunction.nameproperty (#β12674) -
[@jest/reporters]Notifications generated by the--notifyflag are no longer persistent in GNOME Shell. (#β11733) -
[@jest/reporters]Move missing icon file which is needed forNotifyReporterclass. (#β12593) -
[@jest/reporters]Updatev8-to-istanbul(#β12697) -
[jest-resolver]Call custom resolver with core node.js modules (#β12654) -
[jest-runner]Correctly resolvesource-map-support(#β12706) -
[jest-worker]FixFarmexecution results memory leak (#β12497)
Chore & Maintenance
-
[*][BREAKING] Drop support for Node v10 and v15 and target first LTS16.13.0(#β12220) -
[*][BREAKING] Drop support for[email protected], minimum version is now4.3(#β11142, #β12648) -
[*]Bundle all.d.tsfiles into a singleindex.d.tsper module (#β12345) -
[*]UseglobalThisinstead ofglobal(#β12447) -
[babel-jest][BREAKING] Only exportcreateTransformer(#β12407) -
[docs]Add note about not mixingdone()with Promises (#β11077) -
[docs, examples]Update React examples to match with the new React guidelines for code examples (#β12217) -
[docs]Add clarity for module factory hoisting limitations (#β12453) -
[docs]Add more information about how code transformers work (#β12407) -
[docs]Add upgrading guide (#β12633) -
[expect][BREAKING] Remove support for importingbuild/utils(#β12323) -
[expect][BREAKING] Migrate to ESM (#β12344) -
[expect][BREAKING] Snapshot matcher types are moved to@jest/expect(#β12404) -
[jest-cli]Updateyargsto v17 (#β12357) -
[jest-config][BREAKING] RemovegetTestEnvironmentexport (#β12353) -
[jest-config][BREAKING] Rename config optionnametoid(#β11981) -
[jest-create-cache-key-function]Added README.md file with basic usage instructions (#β12492) -
[@jest/core]Useindex.tsinstead ofjest.tsas main export (#β12329) -
[jest-environment-jsdom][BREAKING] Migrate to ESM (#β12340) -
[jest-environment-node][BREAKING] Migrate to ESM (#β12340) -
[jest-haste-map]Remove legacyisRegExpSupported(#β12676) -
[@jest/fake-timers]Update@sinonjs/fake_timersto v9 (#β12357) -
[jest-jasmine2, jest-runtime][BREAKING] UseSymbolto passjest.setTimeoutvalue instead ofjasminespecific logic (#β12124) -
[jest-phabricator][BREAKING] Migrate to ESM (#β12341) -
[jest-resolve][BREAKING] MakerequireResolveFunctionargument mandatory (#β12353) -
[jest-runner][BREAKING] Remove some type exports from@jest/test-result(#β12353) -
[jest-runner][BREAKING] Second argument to constructor (Context) is not optional (#β12640) -
[jest-serializer][BREAKING] Deprecate package in favour of usingv8APIs directly (#β12391) -
[jest-snapshot][BREAKING] Migrate to ESM (#β12342) -
[jest-transform]Updatewrite-file-atomicto v4 (#β12357) -
[jest-types][BREAKING] RemoveConfig.GlobandConfig.Path(#β12406) -
[jest]Useindex.tsinstead ofjest.tsas main export (#β12329)
Performance
-
[jest-haste-map][BREAKING] Default tonodecrawler over shelling out tofindifwatchmanis not enabled (#β12320)
kulshekhar/ts-jest
v29.0.2
Bug Fixes
- mark
ts-jestas optional inConfigGlobals(#β3816) (cbb88bb), closes #β3815 - use correct typings for
config:initcommand (#β3825) (21b94db)
v29.0.1
Bug Fixes
Features
v29.0.0
Features
- drop Node 12 and Node 17 support (#β3787) (0f1de16)
- migrate globals config to transformer config (#β3780) (31e5843)
- support Jest 29 (#β3767) (94b553b)
DEPRECATIONS
- Define
ts-jestconfig underglobalsis now deprecated. Please define the config via transformer config instead.
BREAKING CHANGES
- Only Node 14, 16 and 18 are supported
- Jest 29 is required.
v28.0.8
Bug Fixes
v28.0.7
Bug Fixes
v28.0.6
Bug Fixes
-
config: don't show diagnostics warning with
diagnostics: false(#β3647) (9a9bc02), closes #β3638 -
legacy: add
useCaseSensitiveFileNameswherever needed (#β3683) (c40bc34), closes #β3665 - set
@jest/typesas peer dependency (#β3633) (24567e1)
v28.0.5
Bug Fixes
v28.0.4
Bug Fixes
v28.0.3
Bug Fixes
v28.0.2
Bug Fixes
v28.0.1
Bug Fixes
v28.0.0
Bug Fixes
Features
- presets: add presets for legacy mode (#β3465) (543b4ad)
- mark
ConfigSetas legacy (#β3456) (a986729) - mark
TsCompilerandTsJestCompileras legacy (#β3457) (0f2fe30) - remove
path-mappingAST transformer (#β3455) (f566869) - set Jest peer dependencies to v28 (#β3454) (1e880ff)
- core: drop support for Node.js 10 (#β3332) (7a9aa61)
-
core: remove
mockedtesting util (#β3333) (2d9017d) -
core: remove
ts-jest/utilssub path export (#β3334) (9f253d3) - mark
TsJestTransformeras legacy (#β3451) (b090179)
BREAKING CHANGES
-
path-mappingAST transformer is no longer shipped ints-jestv28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead. - Any imports
ts-jest/dist/compiler/ts-compilershould change tots-jest/dist/legacy/compiler/ts-compiler - Any imports
ts-jest/dist/compiler/ts-jest-compilershould change tots-jest/dist/legacy/compiler/ts-jest-compiler - Any imports
ts-jest/dist/config/config-setshould change tots-jest/dist/legacy/config/config-set - Minimum support
TypeScriptversion is now 4.3 since Jest 28 requires it. - Jest 28 is required.
-
core: Any imports
ts-jest/utilsshould be replaced withts-jest. -
core: Starting from Jest 27.4,
mockedhas been integrated into Jest repo. - core: Support for Node.js v10 has been removed as Jest drops support for it.
27.1.5 (2022-05-17)
Bug Fixes
27.1.4 (2022-03-24)
Bug Fixes
- compiler: revert #β3194 (#β3362) (2b7dffe), closes #β3272
- remove
esbuildfrom peer dependency (#β3360) (8c8c1ca), closes #β3346 - support Babel config file with
.cjsextension (#β3361) (5e5ac4a), closes #β3335
27.1.3 (2022-01-14)
Bug Fixes
27.1.2 (2021-12-15)
Bug Fixes
27.1.1 (2021-12-07)
Bug Fixes
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled due to failing status checks.
β» 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 Mend Renovate. View repository job log here.