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

Update test dependencies #113

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/jest (source) 11.11.0 -> 11.13.0 age adoption passing confidence
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence
@testing-library/user-event 14.4.3 -> 14.6.1 age adoption passing confidence
@​types/testing-library__jest-dom 5.14.8 -> 5.14.9 age adoption passing confidence
jest (source) 29.6.1 -> 29.7.0 age adoption passing confidence
jest-environment-jsdom (source) 29.6.1 -> 29.7.0 age adoption passing confidence
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/jest)

v11.13.0

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)
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)
kulshekhar/ts-jest (ts-jest)

v29.2.5

Compare Source

v29.2.4

Compare Source

v29.2.3

Compare Source

v29.2.2

Compare Source

v29.2.1

Compare Source

v29.2.0

Compare Source

Bug Fixes
  • fix: don't show warning message with Node16/NodeNext (99c4f49), closes #​4266
Features
  • feat(cli): allow migrating cjs presets to transform config (22fb027)
  • feat(presets): add util functions to create ESM presets (06f78ed)
  • feat(presets): add util functions to create CJS presets (f9cc3c0)
Code refactoring
  • refactor: replace lodash deps with native js implementation (40f1708)
  • refactor: use TsJestTransformerOptions type everywhere possibly (7d001be)
  • refactor(cli): use new preset util functions to initialize test config (c2b56ca)
  • refactor(presets): use create preset util functions for cjs presets (922d6d0)
  • test: switch react-app to use Vite (827c8ad)

v29.1.5

Compare Source

Bug Fixes

v29.1.4

Compare Source

Bug Fixes
Features

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)

v29.1.2

Compare Source

Bug Fixes

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.

@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from e94ec7a to 3be5612 Compare July 18, 2023 14:50
@renovate renovate bot changed the title Update dependency @testing-library/jest-dom to v5.17.0 Update test dependencies Jul 24, 2023
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 3be5612 to 5eb7a87 Compare July 24, 2023 21:33
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 5eb7a87 to fa055e7 Compare July 24, 2023 21:33
@renovate renovate bot force-pushed the renovate/test-dependencies branch from fa055e7 to 3f6a27c Compare July 27, 2023 09:26
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 3f6a27c to 775f4f4 Compare July 27, 2023 09:26
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 775f4f4 to d31ee2f Compare July 27, 2023 09:34
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from d31ee2f to 6ec6c09 Compare July 27, 2023 09:34
@renovate renovate bot force-pushed the renovate/test-dependencies branch 2 times, most recently from feef77b to b6c59a1 Compare August 24, 2023 15:32
@renovate renovate bot force-pushed the renovate/test-dependencies branch 3 times, most recently from fa378bd to 5b7dcd5 Compare September 15, 2023 22:32
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 5b7dcd5 to 8588012 Compare December 29, 2023 16:44
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 8588012 to 547cfa6 Compare January 22, 2024 10:49
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 547cfa6 to dc81ed9 Compare May 21, 2024 04:46
@renovate renovate bot force-pushed the renovate/test-dependencies branch from dc81ed9 to 1ae479e Compare May 28, 2024 06:49
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 1ae479e to c282a8d Compare June 16, 2024 19:07
@renovate renovate bot force-pushed the renovate/test-dependencies branch 3 times, most recently from f84da76 to 2ecdff8 Compare July 10, 2024 18:27
@renovate renovate bot force-pushed the renovate/test-dependencies branch 2 times, most recently from 818b953 to b32169e Compare July 20, 2024 09:22
@renovate renovate bot force-pushed the renovate/test-dependencies branch from b32169e to b63f0cf Compare August 1, 2024 10:33
@renovate renovate bot force-pushed the renovate/test-dependencies branch from b63f0cf to ddfd8cf Compare August 23, 2024 16:48
@renovate renovate bot force-pushed the renovate/test-dependencies branch from ddfd8cf to a82e3b3 Compare January 15, 2025 21:32
@renovate renovate bot force-pushed the renovate/test-dependencies branch from a82e3b3 to f30667b Compare January 21, 2025 21:35
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.

0 participants