Skip to content

chore(deps): update jest monorepo#58

Open
renovate[bot] wants to merge 1 commit into
betafrom
renovate/jest-monorepo
Open

chore(deps): update jest monorepo#58
renovate[bot] wants to merge 1 commit into
betafrom
renovate/jest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2020

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@types/jest (source) 26.0.2026.0.24 age confidence
jest (source) 26.4.026.6.3 age confidence

Release Notes

jestjs/jest (jest)

v26.6.3

Compare Source

v26.6.2

Compare Source

v26.6.1: 26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​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: 26.6.0

Compare Source

Features
  • [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#​10564)
Fixes
  • [jest-config] Simplify transform RegExp (#​10207)
  • [jest-fake-timers] Lazily instantiate mock timers (#​10551)
  • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#​10626)
  • [@jest/types] Add missing values for timers (#​10632)
Chore & Maintenance
  • [docs] Add step for fetching backers.json file in website setup docs (#​10631)
  • [docs] Add page detailing environment variables set by Jest (#​10630)
  • [jest-circus] Refactor callAsyncCircusFn parameters (#​10629)

v26.5.3: 26.5.3

Compare Source

Features
  • [jest-runtime] add support for dynamic import() from CommonJS (#​10620)
Fixes
  • [jest-runner, jest-runtime] require.main should not be undefined with createRequire() (#​10610)
  • [jest-runtime] add missing module.path property (#​10615)
  • [jest-runtime] Add mainModule instance variable to runtime (#​10621)
  • [jest-runtime] Evaluate Node core modules on dynamic import() (#​10622)
  • [jest-validate] Show suggestion only when unrecognized cli param is longer than 1 character (#​10604)
  • [jest-validate] Validate testURL as CLI option (#​10595)

v26.5.2: 26.5.2

Compare Source

Fixes
  • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#​10599)
  • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#​10598)
  • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#​10600)

v26.5.0: 26.5.0

Compare Source

Features
  • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#​10484)
  • [jest-each] Fixes .each type to always be callable (#​10447)
  • [jest-runner] Add support for moduleLoaders with default exports (#​10541)
  • [@jest/create-cache-key-function] Added a new package for creating cache keys (#​10587)
Fixes
  • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#​10413)
  • [jest-console] Add Console constructor to console object (#​10502)
  • [jest-globals] Fix lifecycle hook function types (#​10480)
  • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#​10586)
Chore & Maintenance
  • [jest-resolve] Replace read-pkg-up with escalade package (10558)
  • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)

v26.4.2: 26.4.2

Compare Source

Fixes
  • [expect] Fix toMatchObject to work with inherited class getters (#​10381)
  • [pretty-format] Lower minimum node version to >= 10 (#​10435)

v26.4.1: 26.4.1

Compare Source

Fixes
  • [jest-core] Don't report ELDHistogram as open handle (#​10417)
  • [jest-matcher-utils] Fix diffing object contain readonly symbol key object (#​10414)
  • [jest-reporters] Fixes notify reporter on Linux (using notify-send) (#​10393)
  • [jest-snapshot] Correctly handles arrays and property matchers in snapshots (#​10404)

Configuration

📅 Schedule: (in timezone America/Sao_Paulo)

  • Branch creation
    • "every month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/jest-monorepo branch from 99ba223 to af7e365 Compare August 22, 2020 12:41
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.4.1 chore(deps): update dependency jest to v26.4.2 Aug 22, 2020
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #58 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          112       112           
  Branches        23        23           
=========================================
  Hits           112       112           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18a519b...af7e365. Read the comment docs.

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from af7e365 to e1eaadb Compare October 5, 2020 10:36
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.4.2 chore(deps): update dependency jest to v26.5.0 Oct 5, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from e1eaadb to a92e919 Compare October 6, 2020 12:52
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.5.0 chore(deps): update dependency jest to v26.5.2 Oct 6, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 871be76 to e72fc14 Compare October 10, 2020 03:28
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.5.2 Update dependency jest to v26.5.2 Oct 10, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from e72fc14 to 694c0af Compare October 11, 2020 19:11
@renovate renovate Bot changed the title Update dependency jest to v26.5.2 Update dependency jest to v26.5.3 Oct 11, 2020
@renovate renovate Bot changed the title Update dependency jest to v26.5.3 chore(deps): update dependency jest to v26.5.3 Oct 17, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 9dc2238 to cb0c28a Compare October 19, 2020 14:56
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.5.3 chore(deps): update dependency jest to v26.6.0 Oct 19, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from cb0c28a to ab6ba0e Compare October 23, 2020 09:27
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.6.0 chore(deps): update dependency jest to v26.6.1 Oct 23, 2020
@codecov-io

codecov-io commented Oct 23, 2020

Copy link
Copy Markdown

Codecov Report

Merging #58 (c146366) into master (7084e60) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          112       112           
  Branches        23        23           
=========================================
  Hits           112       112           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7084e60...c146366. Read the comment docs.

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from ab6ba0e to 513592c Compare November 2, 2020 14:47
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.6.1 chore(deps): update dependency jest to v26.6.2 Nov 2, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 513592c to d007cf5 Compare November 4, 2020 06:50
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.6.2 chore(deps): update dependency jest to v26.6.3 Nov 4, 2020
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from d007cf5 to c146366 Compare December 15, 2020 04:29
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from c146366 to 8c15720 Compare February 18, 2021 01:38
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 8c15720 to 096e024 Compare October 27, 2021 01:52
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 096e024 to 04faa67 Compare January 16, 2022 03:09
@renovate renovate Bot changed the title chore(deps): update dependency jest to v26.6.3 chore(deps): update jest monorepo Jan 16, 2022
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 04faa67 to 41b6c8d Compare November 20, 2022 07:19
@renovate

renovate Bot commented Mar 24, 2023

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 3 times, most recently from b4e14af to af84dbc Compare June 2, 2023 01:31
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from b5556f5 to 640105e Compare June 8, 2023 18:52
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 640105e to ea49f8c Compare June 16, 2023 08:29
@renovate renovate Bot changed the base branch from master to beta June 18, 2023 06:55
@renovate renovate Bot changed the title chore(deps): update jest monorepo chore(deps): update dependency @types/jest to v26.0.24 Aug 21, 2023
@renovate renovate Bot changed the title chore(deps): update dependency @types/jest to v26.0.24 chore(deps): update jest monorepo Aug 27, 2023
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from ea49f8c to 555f442 Compare August 10, 2025 12:41
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 555f442 to 6e73a77 Compare September 25, 2025 21:24
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 6e73a77 to 2c8a5c2 Compare October 21, 2025 13:59
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 2c8a5c2 to 75afd10 Compare November 10, 2025 20:39
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 42eb7d6 to 01fd84c Compare January 23, 2026 20:09
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 01fd84c to a2743c8 Compare February 2, 2026 21:46
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from a2743c8 to 4a775ac Compare March 5, 2026 18:06
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 4a775ac to 61cc651 Compare April 8, 2026 21:13
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 61cc651 to e839275 Compare April 29, 2026 10:06
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from e839275 to 1e814ca Compare May 12, 2026 11:32
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 1e814ca to 1e462c1 Compare May 28, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants