Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

Package Change Age Confidence
@types/jest (source) 26.0.23 -> 26.0.24 age confidence
expect (source) 25.1.0 -> 25.5.0 age confidence

Release Notes

jestjs/jest (expect)

v25.5.0: 25.5.0

Compare Source

Features
  • [@jest/globals] New package so Jest's globals can be explicitly imported (#​9801)
  • [jest-core] Show coverage of sources related to tests in changed files (#​9769)
  • [jest-runtime] Populate require.cache (#​9841)
Fixes
  • [*] Use graceful-fs directly in every package instead of relying on fs being monkey patched (#​9443)
  • [expect] Prints the Symbol name into the error message with a custom asymmetric matcher (#​9888)
  • [jest-circus, jest-jasmine2] Support older version of jest-runtime (#​9903 & #​9842)
  • [@jest/environment] Make sure not to reference Jest types (#​9875)
  • [jest-message-util] Code frame printing should respect --noStackTrace flag (#​9866)
  • [jest-runtime] Support importing CJS from ESM using import statements (#​9850)
  • [jest-runtime] Support importing parallel dynamic imports (#​9858)
  • [jest-transform] Improve source map handling when instrumenting transformed code (#​9811)
Chore & Maintenance
  • [docs] Add an example for mocking non-default export class
Performance
  • [jest-resolve] Update resolve to a version using native realpath, which is faster than the default JS implementation (#​9872)
  • [jest-resolve] Pass custom cached realpath function to resolve (#​9873)
  • [jest-runtime] Add teardown method to clear any caches when tests complete (#​9906)
  • [jest-runtime] Do not pass files required internally through transformation when loading them (#​9900)
  • [jest-runtime] Use Maps instead of object literals as cache holders (#​9901)

v25.4.0: 25.4.0

Compare Source

  • [expect] Support async functions in toThrow (#​9817)
  • [jest-console] Add code frame to console.error and console.warn (#​9741)
  • [jest-runtime, jest-jasmine2, jest-circus] Experimental, limited ECMAScript Modules support (#​9772 & #​9842)
Fixes
  • [expect] Restore support for passing functions to toHaveLength matcher (#​9796)
  • [jest-changed-files] --only-changed should include staged files (#​9799)
  • [jest-circus] Throw on nested test definitions (#​9828)
  • [jest-each] each will throw an error when called with too many arguments (#​9818)
  • [jest-runner] Don't print warning to stdout when using --json (#​9843)
Chore & Maintenance
  • [*] Do not generate TypeScript declaration source maps (#​9822)
  • [*] Transpile code for Node 8.3, not 8.0 (#​9827)

v25.3.0: 25.3.0

Compare Source

Features
  • [babel-jest] Support passing supportsDynamicImport and supportsStaticESM (#​9766)
  • [babel-preset-jest] Enable all syntax plugins not enabled by default that works on current version of Node (#​9774)
  • [jest-circus] Enable writing async test event handlers (#​9397)
  • [jest-runtime, @​jest/transformer] Support passing supportsDynamicImport and supportsStaticESM (#​9597)
Chore & Maintenance
  • [*] Replace anys with unknowns (#​9626)
  • [@jest/transform] Expose type CacheKeyOptions for getCacheKey (#​9762)
  • [@jest/types] Correct type testRegex for ProjectConfig (#​9780)

v25.2.7: 25.2.7

Compare Source

Fixes
  • [jest-matcher-utils] Replace accessors with values to avoid calling setters in object descriptors when computing diffs for error reporting (#​9757)
  • [@jest/watcher] Correct return type of shouldRunTestSuite for JestHookEmitter (#​9753)

v25.2.6: 25.2.6

Compare Source

Chore & Maintenance
  • [*] 25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version.

v25.2.4: 25.2.4

Compare Source

Features
  • [jest-message-util] Check for common errors when using the wrong test environment (#​8245)
Fixes
  • [jest-circus] Fix type elision of jest-runtime imports (#​9717)
  • [@jest/transform] Fix coverage reporter for uncovered files without transformers, reverting #​9460 (#​9724)

v25.2.3: 25.2.3

Compare Source

Fixes
  • [*] Verify all packages are properly downleveled for older versions of TypeScript (#​9715)

v25.2.1: 25.2.1

Compare Source

Fixes
  • [*] Downlevel TypeScript definitions files for compatibility with TS<3.8 (#​9705)

v25.2.0: 25.2.0

Compare Source

Features
  • [jest-config] Support ESM config files with .js extension (#​9573).
  • [jest-runtime] Override module.createRequire to return a Jest-compatible require function (#​9469)
  • [jest-haste-map] [BREAKING] Remove mapper option (#​9581)
  • [*] Support array of paths for moduleNameMapper aliases (#​9465)
  • [jest-reporters] Adds ability to pass options to the istanbul-reporter through coverageReporters (#​9572)
  • [jest-runtime] Require stack when a module cannot be resolved (#​9681)
  • [jest-transform] writeCacheFile no longer calls fsync (#​9695)
Fixes
  • [expect] Handle readonly properties correctly (#​9575)
  • [jest-cli] Set coverageProvider correctly when provided in config (#​9562)
  • [jest-cli] Allow specifying .cjs and .mjs config files by --config CLI option (#​9578)
  • [jest-cli] Update yargs to fix CLI flag overriding (#​9519)
  • [jest-config] Treat setupFilesAfterEnv like setupFiles when normalizing configs against presets (#​9495)
  • [jest-config] Support .mjs config files on Windows as well (#​9558)
  • [jest-config] Verify rootDir and all roots are directories (#​9569)
  • [jest-config] Ensure pattern of replacePosixSep is a string (#​9546)
  • [jest-haste-map] Fix crash on unix based systems without find (#​9579)
  • [jest-jasmine2] Fix --testNamePattern matching with concurrent tests (#​9090)
  • [jest-matcher-utils] Fix diff highlight of symbol-keyed object. (#​9499)
  • [@jest/reporters] Notifications should be fire&forget rather than having a timeout (#​9567)
  • [jest-resolve] Fix module identity preservation with symlinks and browser field resolution (#​9511)
  • [jest-resolve] Do not confuse directories with files (#​8912)
  • [jest-resolve] moduleNameMapper should take precedence over Node core modules (#​9563)
  • [jest-runtime] Reset isolateModules if it fails (#​9541)
  • [jest-runtime] Yarn PnP errors displayed to the user (#​9681)
  • [jest-snapshot] Downgrade semver to v6 to support node 8 (#​9451)
  • [jest-snapshot] Properly indent new snapshots in the presences of existing ones (#​9523)
  • [jest-transform] Correct sourcemap behavior for transformed and instrumented code (#​9460)
  • [jest-transform] Allow instrumentation of transformed files with weird file extensions (#​9589)
  • [@jest/types] Make ConfigGlobals an interface to allow for declaration merging. (#​9570)
  • [pretty-format] Export OldPlugin type (#​9491)
Chore & Maintenance
  • [docs] Warn about unexpected behavior / bug of node-notifier when using the notify options.
  • [docs] Grammatical corrections to Async docs page. (#​9679)
  • [jest-resolver] Use resolve package to implement custom module resolution (#​9520)
  • [jest-runtime] Move execution of setupFiles to jest-runner (#​9596)
  • [jest-runtime] Update anchor link in helpers (#​9616)
  • [@jest/reporters] Remove unused dependencies and type exports (#​9462)
  • [website] Update pictures of reports when matchers fail (#​9214)
Performance
  • [jest-haste-map] Reduce number of lstat calls in node crawler (#​9514)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned hmsk Mar 7, 2022
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 3383e05 to 8c61072 Compare March 16, 2023 07:58
@renovate renovate bot changed the title Update dependency @types/jest to v26.0.24 Update jest monorepo Mar 16, 2023
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 8c61072 to 196fc54 Compare March 25, 2023 00:09
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 196fc54 to 64b7b85 Compare April 3, 2023 10:32
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 64b7b85 to edfe147 Compare April 17, 2023 12:53
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from edfe147 to b181836 Compare May 28, 2023 10:48
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from b181836 to f444938 Compare June 4, 2023 11:07
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 3 times, most recently from 5136d83 to c221695 Compare June 19, 2023 06:56
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from c221695 to 626d7a3 Compare June 29, 2023 11:42
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from e08e772 to 8393642 Compare July 9, 2023 09:13
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 9036acd to b16516f Compare July 19, 2023 11:08
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from cea40f3 to eff1e62 Compare August 1, 2023 20:48
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from eff1e62 to 1def8d7 Compare August 9, 2023 14:01
@renovate renovate bot changed the title Update jest monorepo Update dependency @types/jest to v26.0.24 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 1def8d7 to 876ac54 Compare August 21, 2023 14:35
@renovate renovate bot changed the title Update dependency @types/jest to v26.0.24 Update jest monorepo Aug 27, 2023
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 876ac54 to 4c8288d Compare August 27, 2023 11:56
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 4c8288d to 51d7794 Compare September 19, 2023 12:06
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from b456dbb to 7901111 Compare September 28, 2023 13:54
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 6c51949 to 67085f8 Compare October 15, 2023 17:04
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 67085f8 to bbe01fd Compare October 23, 2023 14:13
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from bbe01fd to 5f386e0 Compare November 6, 2023 09:01
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 2774dfa to 5347e0a Compare September 10, 2024 17:23
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 10e7704 to fddf9b7 Compare October 9, 2024 08:08
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from fddf9b7 to f33f993 Compare November 3, 2024 09:46
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from f33f993 to e2d6daa Compare December 2, 2024 11:22
@renovate renovate bot changed the title Update jest monorepo Update jest monorepo - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/jest-monorepo branch December 8, 2024 18:29
@renovate renovate bot changed the title Update jest monorepo - autoclosed Update jest monorepo Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from e2d6daa to 02b93d5 Compare December 9, 2024 00:11
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from ac8be17 to 067d5de Compare January 30, 2025 17:59
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 067d5de to 8dd1332 Compare February 9, 2025 12:45
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 8dd1332 to fd7a3ae Compare March 3, 2025 18:10
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 3 times, most recently from ce597d7 to 19e3885 Compare March 17, 2025 17:45
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 19e3885 to 47d3b76 Compare April 1, 2025 13:49
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 47d3b76 to f32f40c Compare April 8, 2025 14:06
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from f32f40c to 423393b Compare April 24, 2025 10:15
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 423393b to e247fd2 Compare May 19, 2025 20:24
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 30acb15 to b09681a Compare June 4, 2025 06:48
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from b09681a to 3c6d473 Compare June 22, 2025 12:31
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 3c6d473 to 4dabd07 Compare July 2, 2025 19:09
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 4dabd07 to 3a9ab2f Compare November 10, 2025 16:05
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 3a9ab2f to 64953f6 Compare November 18, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants