Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update testing packages #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 29.5.2 -> 29.5.12 age adoption passing confidence
eslint-plugin-jest 27.2.2 -> 27.9.0 age adoption passing confidence
jest (source) 29.6.1 -> 29.7.0 age adoption passing confidence
jest-extended 4.0.0 -> 4.0.2 age adoption passing confidence
nodemon (source) 3.0.1 -> 3.1.4 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.0

Compare Source

Features

v27.5.0

Compare Source

Features
  • valid-title: allow ignoring tests with non-string titles (#​1460) (ea89da9)

27.4.3 (2023-10-20)

Bug Fixes

27.4.2 (2023-09-29)

Bug Fixes

27.4.1 (2023-09-29)

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.3

Compare Source

Bug Fixes

v27.4.2

Compare Source

Bug Fixes

v27.4.1

Compare Source

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.0

Compare Source

Features
  • valid-title: support ignoring leading and trailing whitespace (#​1433) (bc96473)

v27.3.0

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes

v27.2.3

Compare Source

Bug Fixes
jestjs/jest (jest)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

v29.6.3

Compare Source

Fixes
  • [expect, @​jest/expect-utils] ObjectContaining support sumbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)
Chore & Maintenance
  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)

v29.6.2

Compare Source

Fixes
  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#​14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#​14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#​14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#​14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#​14309)
Chore & Maintenance
  • [@jest/core] Use pluralize from jest-util rather than own internal (#​14322)
jest-community/jest-extended (jest-extended)

v4.0.2

Compare Source

Patch Changes
  • 1f88101: Mark 2nd param of toHaveBeenCalledBefore and toHaveBeenCalledAfter optional

v4.0.1

Compare Source

Patch Changes
  • bad7056: Fix toHaveBeenCalledExactlyOnceWith typings
  • 1609897: Remove problematic Vitest types
remy/nodemon (nodemon)

v3.1.4

Compare Source

v3.1.3

Compare Source

Bug Fixes

v3.1.2

Compare Source

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.0.3

Compare Source

Bug Fixes

v3.0.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency @types/jest to v29.5.3 chore(deps): update testing packages Jul 13, 2023
@renovate renovate bot force-pushed the renovate/testing-packages branch from 8aa043f to 0d101b7 Compare July 13, 2023 15:45
@renovate renovate bot force-pushed the renovate/testing-packages branch from 0d101b7 to 0d8f327 Compare July 27, 2023 11:26
@renovate renovate bot force-pushed the renovate/testing-packages branch from 0d8f327 to 5a070bc Compare August 3, 2023 15:49
@renovate renovate bot force-pushed the renovate/testing-packages branch 4 times, most recently from a9efb62 to 7c61630 Compare August 28, 2023 09:03
@renovate renovate bot force-pushed the renovate/testing-packages branch from 7c61630 to 4f3caf0 Compare September 2, 2023 03:40
@renovate renovate bot force-pushed the renovate/testing-packages branch 5 times, most recently from 2008a1c to 18886ec Compare September 18, 2023 03:00
@renovate renovate bot force-pushed the renovate/testing-packages branch from dc37a9d to b6c7abe Compare October 10, 2023 01:39
@renovate renovate bot force-pushed the renovate/testing-packages branch 2 times, most recently from e87cdb4 to f6e8d54 Compare October 20, 2023 22:43
@renovate renovate bot force-pushed the renovate/testing-packages branch 4 times, most recently from 93b554d to 7ae337d Compare October 30, 2023 23:12
@renovate renovate bot force-pushed the renovate/testing-packages branch from 7ae337d to cc4e5de Compare November 7, 2023 23:30
@renovate renovate bot force-pushed the renovate/testing-packages branch 7 times, most recently from 460c7bc to 20e5e42 Compare November 16, 2023 11:33
@renovate renovate bot force-pushed the renovate/testing-packages branch 2 times, most recently from 96b97bc to 3333bfb Compare November 22, 2023 02:12
@renovate renovate bot force-pushed the renovate/testing-packages branch 2 times, most recently from c223f30 to a84159b Compare December 6, 2023 03:01
@renovate renovate bot force-pushed the renovate/testing-packages branch from a84159b to 15b363d Compare January 1, 2024 18:55
@renovate renovate bot force-pushed the renovate/testing-packages branch 3 times, most recently from 3e74073 to e35585c Compare January 16, 2024 23:22
@renovate renovate bot force-pushed the renovate/testing-packages branch from e35585c to 8ae181a Compare February 1, 2024 19:26
@renovate renovate bot force-pushed the renovate/testing-packages branch 2 times, most recently from e042f82 to 953121c Compare February 16, 2024 18:18
@renovate renovate bot force-pushed the renovate/testing-packages branch from 953121c to cf7a6ea Compare February 22, 2024 23:20
@renovate renovate bot force-pushed the renovate/testing-packages branch 2 times, most recently from e75800e to b11dbe5 Compare May 29, 2024 10:51
@renovate renovate bot force-pushed the renovate/testing-packages branch from b11dbe5 to 552dc01 Compare June 4, 2024 04:02
@renovate renovate bot force-pushed the renovate/testing-packages branch from 552dc01 to 9e83f35 Compare June 20, 2024 11:16
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.

None yet

0 participants