auto-assign-action
auto-assign-action copied to clipboard
chore(deps): update unit test packages
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jest (source) | 27.3.1 -> 27.5.1 |
||||
jest-circus | 27.3.1 -> 27.5.1 |
||||
ts-jest (source) | 27.0.7 -> 27.1.5 |
Release Notes
facebook/jest
v27.5.1
Features
-
[jest-config]
Support comments in JSON config file (#12316) -
[pretty-format]
ExposeConvertAnsi
plugin (#12308)
Fixes
-
[expect]
Add type definitions for asymmetriccloseTo
matcher (#12304) -
[jest-cli]
Load binary via exported API (#12315) -
[jest-config]
Replacejsonlint
withparse-json
(#12316) -
[jest-repl]
Make module importable (#12311 & #12315)
Chore & Maintenance
-
[*]
Avoid anonymous default exports (#12313)
v27.5.0
Features
-
[expect]
Add asymmetric matcherexpect.closeTo
(#12243) -
[jest-mock]
AddedmockFn.mock.lastCall
to retrieve last argument (#12285)
Fixes
-
[expect]
Add a fix for.toHaveProperty('')
(#12251) -
[jest-each, @​jest/globals]
Allow passingReadonlyArray
type of a table todescribe.each
andtest.each
(#12297) -
[@jest/globals]
Add missingoptions
argument tojest.doMock
typing (#12292) -
[jest-environment-node]
Addatob
andbtoa
(#12269) -
[jest-matcher-utils]
Correct diff for expected asymmetric matchers (#12264) -
[jest-message-util]
Fix.getTopFrame()
(andtoMatchInlineSnapshot()
) withmjs
files (#12277)
Chore & Maintenance
-
[*]
Updategraceful-fs
to^4.2.9
(#11749)
Performance
-
[jest-resolve]
perf: skip error creation on not foundstat
calls (#11749)
v27.4.7
Fixes
-
jest-config
Add missing@babel/core
dependency (#12216)
v27.4.6
Fixes
-
[jest-environment-node]
AddAbortSignal
(#12157) -
[jest-environment-node]
Add Missing node globalperformance
(#12002) -
[jest-runtime]
Handle missingmocked
property (#12213) -
[@jest/transform]
Update dependency packagepirates
to 4.0.4 (#12002)
Performance
-
jest-config
perf: only register ts-node once when loading TS config files (#12160)
v27.4.5
Fixes
-
[jest-worker]
Stop explicitly passingprocess.env
(#12141)
v27.4.4
Fixes
-
[babel-jest]
Addprocess.version
chunk to the cache key (#12122) -
[jest-environment]
Addmocked
tojest
object (#12133) -
[jest-worker]
Stop explicitly passingexecArgv
(#12128)
Chore & Maintenance
-
[website]
Fix the card front that looks overlapping part of the card back
v27.4.3
Fixes
-
[jest-environment-jsdom]
Remove@types/jsdom
dependency (and make itsdom
propertyprivate
) (#12107)
v27.4.2
Fixes
-
[jest-worker]
Add additionalexecArgv
to filter (#12103)
v27.4.1
Fixes
-
[jest-worker]
FilterexecArgv
correctly (#12097)
v27.4.0
Features
-
[expect]
Enhancing thetoHaveProperty
matcher to support array selection (#12092) -
[jest-core]
Add support fortestResultsProcessor
written in ESM (#12006) -
[jest-diff, pretty-format]
AddcompareKeys
option for custom sorting of object keys (#11992) -
[jest-mock]
Addts-jest
mock util functions (#12089)
Fixes
-
[expect]
Allow againexpect.Matchers
generic with single value (#11986) -
[jest-circus, jest-jasmine2]
Avoid false concurrent test failures due to unhandled promise rejections (#11987) -
[jest-config]
Add missingslash
dependency topackage.json
(#12080) -
[jest-core]
Incorrect detection of open ZLIB handles (#12022) -
[jest-diff]
Break dependency cycle (#10818) -
[jest-environment-jsdom]
Add@types/jsdom
dependency (#11999) -
[jest-environment-jsdom]
Do not reset the global.document too early on teardown (#11871) -
[jest-transform]
Improve error and warning messages (#11998) -
[jest-worker]
PassexecArgv
correctly toworker_threads
worker (#12069)
Chore & Maintenance
kulshekhar/ts-jest
v27.1.5
Bug Fixes
v27.1.4
Bug Fixes
- compiler: revert #3194 (#3362) (2b7dffe), closes #3272
- remove
esbuild
from peer dependency (#3360) (8c8c1ca), closes #3346 - support Babel config file with
.cjs
extension (#3361) (5e5ac4a), closes #3335
v27.1.3
Bug Fixes
v27.1.2
Bug Fixes
v27.1.1
Bug Fixes
- bring back
afterProcess
hook (#3132) (2b6b86e) - make
esbuild
as optional peer dependency (#3129) (20258de)
v27.1.0
Features
- allow subclasses to extend
processAsync
andgetCacheKeyAsync
(#3047) (571a880) - config: support custom AST transformers written in TypeScript (#3063) (340a305), closes #2831
- export
ts-jest
public apis fromindex.js
(#3080) (53175dd), closes #3045
Code Refactoring
-
utils: deprecate
mocked
util function (#3102) (55e69f1) - define clear type for
compiler
option (#3087) (cc42daf) -
transformers: deprecate
path-mapping
AST transformer (#3088) (d8f6b96) -
transformers: use ts
factory
API forhoisting
AST transformer (#3058) (a72f51d)
DEPRECATIONS
-
transformers:
path-mapping
AST transformer is deprecated and will be removed in v28.0.0. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead. -
utils:
mocked
function is deprecated and will be removed in v28.0.0. The function has been integrated intojest-mock
package as a part of Jest 27.4.0, see https://github.com/facebook/jest/pull/12089. One should use the one from Jest instead
27.0.7 (2021-10-16)
Bug Fixes
27.0.6 (2021-10-14)
Bug Fixes
27.0.5 (2021-08-14)
Bug Fixes
-
cli: add migration
tsConfig
option forts-jest
config options (#2794) (781710b), closes #2764 -
cli: fix
config:init
genarate invalid type comment (#2773) (ede8a20), closes #2772 -
config: handle
./
in tsconfigpaths
forpathsToModuleNameMapper
(#2797) (42ff5e4), closes #2709
Code Refactoring
27.0.4 (2021-07-21)
Bug Fixes
- add
@types/jest
as optionalpeerDependencies
to solve yarn 2 (#2756) (5fbf43e) - add
babel-jest
as optionalpeerDependencies
to solve yarn 2 (#2751) (8bede2e) -
config: include AST transformer's
name
andversion
into cache key (#2755) (310fb9a), closes #2753
Features
- link jest config types on
npx ts-jest:init
(#2742) (f51ba05) - set env var
TS_JEST
to allow detecting ofts-jest
(#2717) (56c137a), closes #2716
27.0.3 (2021-06-06)
Bug Fixes
Features
27.0.2 (2021-05-30)
Bug Fixes
- compiler: add empty string file content to compiler cache (#2633) (0feb556), closes #2625
-
config:
exclude
should only exclude files which match glob values (#2637) (c5ce979), closes #2634
27.0.1 (2021-05-26)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 4am and before 7am on saturday" in timezone Asia/Tokyo, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.