Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: jestjs/jest

30.2.0

28 Sep 07:33

Choose a tag to compare

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Updatejest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export theTransformerConfig interface (#15820)
  • [jest-config] Fixjest.config.ts with TS loader specified in docblock pragma (#15839)
Assets2
Loading
Dmitriy-Frostoff, petrichor-hl, avoylenko, andriyor, gho1b, github-actions[bot], and per1234 reacted with thumbs up emojigithub-actions[bot] reacted with hooray emojiDmitriy-Frostoff and github-actions[bot] reacted with rocket emojiDmitriy-Frostoff and karellcontrerasbexa reacted with eyes emoji
8 people reacted

30.1.3

03 Sep 07:49

Choose a tag to compare

Fixes

  • Fixunstable_mockModule withnode: prefixed core modules.
Loading
Dmitriy-Frostoff, petrichor-hl, Zay-M3, and per1234 reacted with thumbs up emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff and Zay-M3 reacted with eyes emoji
4 people reacted

30.1.2

03 Sep 07:48

Choose a tag to compare

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Loading
Dmitriy-Frostoff reacted with thumbs up emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
1 person reacted

30.1.1

27 Aug 13:44

Choose a tag to compare

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
Loading
Dmitriy-Frostoff, gho1b, petrichor-hl, matowdev, and per1234 reacted with thumbs up emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
5 people reacted

30.1.0

27 Aug 04:53

Choose a tag to compare

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fixit.concurrent not working withdescribe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from@jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock fortoContain() to display info on substring check (#15789)
Loading
petrichor-hl, AmarMuric04, Dmitriy-Frostoff, gho1b, per1234, and darekdesu reacted with thumbs up emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
6 people reacted

30.0.2

19 Jun 11:01

Choose a tag to compare

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Loading
Dmitriy-Frostoff, per1234, HyunJinNo, avoylenko, and andriyor reacted with thumbs up emojiDmitriy-Frostoff and andriyor reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
5 people reacted

Jest 30.0.1

18 Jun 23:36

Choose a tag to compare

What's Changed

Features

  • [jest-resolver] Implement thedefaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecatejest-repl package (#15673)
  • [jest-resolver] Replace customisBuiltinModule with node'sisBuiltin (#15685)

New Contributors

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Contributors

  • @vovkasm
vovkasm
Loading
HyunJinNo, per1234, Dmitriy-Frostoff, MirKml, and andriyor reacted with thumbs up emojiEDM115 and andriyor reacted with hooray emojiDmitriy-Frostoff reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
6 people reacted

Jest 30

10 Jun 02:23

Choose a tag to compare

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, runnpm install jest@^30.0.0 and follow the migration guide:Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] RenamedglobalsCleanupMode toglobalsCleanup and--waitNextEventLoopTurnForUnhandledRejectionEvents to--waitForUnhandledRejections
  • [expect] AddArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add optionexcludeJestPreset to allow opting out ofbabel-preset-jest (#15164)
  • [expect] Revert#15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] AddwaitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in#14315 (#14681)
  • [jest-circus] Add awaitBeforeRetry option tojest.retryTimes (#14738)
  • [jest-circus] Add aretryImmediately option tojest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] AllowsetupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] AddstartedAt timestamp inTestCaseResultObject withinonTestCaseResult (#15145)
  • [jest-cli] ExportbuildArgv (#15310)
  • [jest-config] [BREAKING] Addmts andcts to defaultmoduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] UpdatetestMatch andtestRegex default option for supportingmjs,cjs,mts, andcts (#14584)
  • [jest-config] Loads config file from provided path inpackage.json (#14044)
  • [jest-config] Allow loadingjest.config.cts files (#14070)
  • [jest-config] ShowrootDir in error message when apreset fails to load (#15194)
  • [jest-config] Support loading TS config files usingesbuild-register via docblock loader (#15190)
  • [jest-config] Allow passing TS config loader options via docblock comment (#15234)
  • [jest-config] If Node is running with type stripping enabled, do not require a TS loader (#15480)
  • [@jest/core] Group together open handles with the same stack trace (#13417, &#14789)
  • [@jest/core] AddperfStats to surface test setup overhead (#14622)
  • [@jest/core] [BREAKING] Changed--filter to accept an object with shape{ filtered: Array<string> } to matchdocumentation (#13319)
  • [@jest/core] Support--outputFile option for--listTests (#14980)
  • [@jest/core] Stringify Errors properly with--json flag (#15329)
  • [@jest/core, @jest/test-sequencer] [BREAKING] ExposesglobalConfig &contexts toTestSequencer (#14535, &#14543)
  • [jest-each] Introduce%$ option to add number of the test to its title (#14710)
  • [@jest/environment] [BREAKING] Remove deprecatedjest.genMockFromModule() (#15042)
  • [@jest/environment] [BREAKING] Remove unnecessary defensive code (#15045)
  • [jest-environment-jsdom] [BREAKING] Upgrade JSDOM to v22 (#13825)
  • [@jest/environment-jsdom-abstract] Introduce new package which abstracts over thejsdom environment, allowing usage of custom versions of JSDOM (#14717)
  • [jest-environment-node] Update jest environment with dispose symbolsSymbol (#14888 &#14909)
  • [expect, @jest/expect] [BREAKING] Add type inference for function parameters inCalledWith assertions (#15129)
  • [@jest/expect-utils] Properly compare all types ofTypedArrays (#15178)
  • [@jest/fake-timers] [BREAKING] Upgrade@sinonjs/fake-timers to v13 (#14544 &#15470)
  • [@jest/fake-timers] Exposing new modern timers functionadvanceTimersToFrame() which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame (#14598)
  • [jest-matcher-utils] AddSERIALIZABLE_PROPERTIES to allow custom serialization of objects (#14893)
  • [jest-mock] Add support for the Explicit Resource Management proposal to use theusing keyword withjest.spyOn(object, methodName) (#14895)
  • [jest-reporters] Add support forDEC mode 2026 (#15008)
  • [jest-resolver] Supportfile:// URLs as paths (#15154)
  • [jest-resolve,jest-runtime,jest-resolve-dependencies] Pass the conditions when resolving stub modules (#15489)
  • [jest-runtime] Exposing new modern timers functionjest.advanceTimersToFrame() from@jest/fake-timers (#14598)
  • [jest-runtime] Supportimport.meta.filename andimport.meta.dirname (available fromNode 20.11) (#14854)
  • [jest-runtime] Supportimport.meta.resolve (#14930)
  • [jest-runtime] [BREAKING] Make it mandatory to passglobalConfig to theRuntime constructor (#15044)
  • [jest-runtime] Addunstable_unmockModule (#15080)
  • [jest-runtime] AddonGenerateMock transformer callback for auto generated callbacks (#15433 &#15482)
  • [jest-runtime] [BREAKING] Usevm.compileFunction overvm.Script (#15461)
  • [@jest/schemas] Upgrade@sinclair/typebox to v0.34 (#15450)
  • [@jest/types]test.each(): Accept a readonly (as const) table properly (#14565)
  • [@jest/types] Improve argument type inference passed totest anddescribe callback functions fromeach tables (#14920)
  • [jest-snapshot] [BREAKING] Add support forError causes in snapshots (#13965)
  • [jest-snapshot] Support Prettier 3 (#14566)
  • [@jest/util-snapshot] Extract utils used by tooling fromjest-snapshot into its own package (#15095)
  • [pretty-format] [BREAKING] Do not render empty string children ('') in React plugin (#14470)

Fixes

  • [expect] ShowAggregateError to display (#15346)
  • [*] Replaceexit withexit-x (#15399)
  • [babel-plugin-jest-hoist] Usedenylist instead of the deprecatedblacklist for Babel 8 support (#14109)
  • [babel-plugin-jest-hoist] Do not rely on buggy Babel behaviour (#15415)
  • [expect] Check error instance type fortoThrow/toThrowError (#14576)
  • [expect] Improve diff for failingexpect.objectContaining (#15038)
  • [expect] UseArray.isArray to check if an array is anArray (#15101)
  • [expect] Fix Errorcause assertion errors (#15339)
  • [jest-changed-files] Prin...
Read more

Contributors

  • @Peeja
  • @jayvdb
  • @jzaefferer
  • @bensternthal
  • @hkdobrev
  • @loganrosen
  • @thypon
  • @ZuBB
  • @madcapnmckay
  • @icholy
  • @satanTime
  • @ikonst
  • @nolddor
  • @JimminiKin
  • @Jon-Biz
  • @peterdenham
  • @the-ress
  • @BondarenkoAlex
  • @alexreardon
  • @Dreamsorcerer
  • @anbnyc
  • @dnicolson
  • @manoraj
  • @phryneas
  • @co63oc
  • @danielrentz
  • @Vadimchesh
  • @askoufis
  • @ecraig12345
  • @davidroeca
  • @Germandrummer92
  • @eyalroth
  • @brandonchinn178
  • @faizanu94
  • @JounQin
  • @kemuridama
  • @fa93hws
  • @zakingslayerv22
  • @gagan-bhullar-tech
  • @someone635
  • @Avi-E-Koenig
  • @haze
  • @notaphplover
  • @ShuZhong
  • @tonyd33
  • @WillianAgostini
  • @akwodkiewicz
  • @georgekaran
  • @hyperupcall
  • @rafaelrabelos
  • @brandonnorsworthy
  • @DaniAcu
  • @KonnorRogers
  • @Dunqing
  • @andrew-the-drawer
  • @vkml
  • @MathieuFedrigo
  • @dongwa
  • @RayBrokeSomething
  • @dancer1325
  • @dev-intj
  • @latin-1
  • @verycosy
  • @ofekm97
  • @andreibereczki
  • @RahulARanger
  • @Eric-Tyrrell22
  • @gustav0d
  • @maro1993
  • @fynsta
  • @arescrimson
  • @ginabethrussell
  • @henny1105
  • @cgm-16
  • @mouadhbb
  • @mattkubej
  • @tr1ckydev
  • @sebastiancarlos
  • @tez3998
  • @Mutesa-Cedric
  • @KhaledElmorsy
  • @mukul-turing
  • @casey-lentz
  • @DerTimonius
  • @rmartine-ias
  • @CheadleCheadle
  • @colinacassidy
  • @jeremiah-snee-openx
  • @jonasongg
  • @pengqiseven
  • @mohammednumaan
  • @mknight-atl
  • @shresthasurav
  • @noritaka1166
Peeja, jayvdb, and 92 other contributors
Loading
Julien-Marcou, agazibaric, avoylenko, webschik, Dmitriy-Frostoff, lencioni, KostyaTretyak, MohamedMetwalli5, HyunJinNo, lizardkinger, and 12 more reacted with thumbs up emojisbassin, H1Gdev, lin72h, Laffery, vonovak, SchroederSteffen, samchungy, Julien-Marcou, RobinTail, agazibaric, and 29 more reacted with hooray emojiSchroederSteffen, Dmitriy-Frostoff, lencioni, maruf-pfc, shaman-apprentice, andriyor, glsignal, amrsalama, and jujoco reacted with heart emojiSchroederSteffen, Julien-Marcou, agazibaric, Dmitriy-Frostoff, lencioni, puchp, sefinek, schuerg, andriyor, and amrsalama reacted with rocket emojiyvele, Dmitriy-Frostoff, sefinek, and amrsalama reacted with eyes emoji
54 people reacted

v30.0.0-beta.4

27 May 07:05

Choose a tag to compare

v30.0.0-beta.4Pre-release
Pre-release

What's Changed

  • feat(runtime): usecompileFunction overnew Script by@SimenB in#15461

Full Changelog:v30.0.0-beta.3...v30.0.0-beta.4

Contributors

  • @SimenB
SimenB
Loading
sergei-startsev, kramber1024, RobinTail, Dmitriy-Frostoff, Smrtnyk, HyunJinNo, and lin72h reacted with thumbs up emojiDmitriy-Frostoff and lin72h reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
7 people reacted

v30.0.0-beta.3

27 May 03:34

Choose a tag to compare

v30.0.0-beta.3Pre-release
Pre-release

Jest 30 is shipping soon. Please help us test the beta and open issues and Pull Requests if you run into any issues.

Major changes & improvements

Fixes

New Contributors

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Contributors

  • @lukeapage
  • @loganrosen
  • @thypon
  • @icholy
  • @satanTime
  • @phawxby
  • @BondarenkoAlex
  • @Dreamsorcerer
  • @anbnyc
  • @robhogan
  • @co63oc
  • @danielrentz
  • @ecraig12345
  • @eyalroth
  • @JounQin
  • @zakingslayerv22
  • @andrew-the-drawer
  • @dancer1325
  • @dev-intj
  • @andreibereczki
  • @cgm-16
  • @sebastiancarlos
  • @tez3998
  • @jonasongg
  • @pengqiseven
  • @mohammednumaan
  • @MillerSvt
lukeapage, loganrosen, and 25 other contributors
Loading
RobinTail, noomorph, Dmitriy-Frostoff, vsn4ik, and HyunJinNo reacted with thumbs up emojiXunnamius, Dmitriy-Frostoff, vsn4ik, and andrew-the-drawer reacted with hooray emojiXunnamius, avoylenko, Julien-Marcou, Dmitriy-Frostoff, and vsn4ik reacted with rocket emojiDmitriy-Frostoff reacted with eyes emoji
9 people reacted
Previous13452122
Previous

[8]ページ先頭

©2009-2025 Movatter.jp