Skip to content

Update test dependencies#2164

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/test-dependencies
Open

Update test dependencies#2164
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/test-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@testing-library/dom 9.3.39.3.4 age confidence
@testing-library/jest-dom 6.1.56.9.1 age confidence
@testing-library/user-event 14.5.114.6.1 age confidence
jest-when 3.6.03.7.0 age confidence
ts-jest (source) 29.1.129.4.6 age confidence

Release Notes

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

v9.3.4

Compare Source

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

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features

v6.6.4

Compare Source

Performance Improvements

v6.6.3

Compare Source

Bug Fixes
  • add vitest import when extending vitest matchers (#​646) (5ba0156)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Features

v6.5.0

Compare Source

Features

v6.4.8

Compare Source

Bug Fixes

v6.4.7

Compare Source

Bug Fixes

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

Bug Fixes

v6.4.3

Compare Source

Bug Fixes
  • Updates role support for aria-required attribute in toBeRequired (#​590) (20aca33)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes
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)
timkindberg/jest-when (jest-when)

v3.7.0

Compare Source

  • Support resetting of specific calledWith mocks ce60dd5 (closes #​108)
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

v29.4.1

Compare Source

v29.4.0

Compare Source

Features

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

v29.3.2

Compare Source

Bug Fixes
  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #​4637

v29.3.1

Compare Source

Bug Fixes
  • fix: allow isolatedModules mode to have ts.Program under Node16/Next (25157eb)
  • fix: improve message for isolatedModules of ts-jest config (547eb6f)

v29.3.0

Compare Source

Features
  • feat: support hybrid module values for isolatedModules: true (f372121)
Bug Fixes
  • fix: set customConditions to undefined in TsCompiler (b091d70), closes #​4620
Code Refactoring
  • refactor: remove manual version checker (89458fc)
  • refactor: remove patching deps based on version checker (bac4c43)
  • refactor: deprecate RawCompilerOptions interface (2b1b6cd)
  • refactor: deprecate transform option isolatedModules (7dfef71)

v29.2.6

Compare Source

Bug Fixes
  • fix: escape dot for JS_TRANSFORM_PATTERN regex (8c91c60)
  • fix: escape dot for TS_JS_TRANSFORM_PATTERN regex (3eea850)
  • fix: escape dot for TS_TRANSFORM_PATTERN regex (80d3e4d), closes #​4579

v29.2.5

Compare Source

Bug Fixes
  • build: build package with NodeNext module (9b3ade5)
  • fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset (d9ff362)
  • fix(compiler): fallback to NodeJS module resolution for ts 4.8 (b7d3409), closes #​4499

v29.2.4

Compare Source

Bug Fixes

v29.2.3

Compare Source

Security Fixes
  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
  • refactor(presets): maintain preset codes inside src (8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
  • fix(compiler): update memory cache after changing module value (94db43f), closes #​4439

v29.2.2

Compare Source

Security Fixes
  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
  • refactor(presets): maintain preset codes inside src (8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
  • fix(compiler): update memory cache after changing module value (94db43f), closes #​4439

v29.2.1

Compare Source

Security Fixes
  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)
Code Refactoring
  • refactor(presets): maintain preset codes inside src (8474fc2)
29.2.2 (2024-07-10)
Bug Fixes
  • fix(compiler): update memory cache after changing module value (94db43f), closes #​4439

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), close #​4200
  • feat(presets): add util functions to create CJS presets (f9cc3c0), close #​4200
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
  • fix(transformer): allow transforming of .cts/.mts extensions. (b8f6eaa), closes #​3996
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 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.

@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 5e422c0 to 67fbec9 Compare April 2, 2025 13:15
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 67fbec9 to dd6317c Compare April 3, 2025 12:10
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from dd6317c to 2683183 Compare April 3, 2025 12:10
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 2683183 to 1d6d2ab Compare April 13, 2025 10:08
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 1d6d2ab to ce61eaa Compare April 13, 2025 10:08
@renovate renovate bot force-pushed the renovate/test-dependencies branch from ce61eaa to bab4e30 Compare April 15, 2025 12:23
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from bab4e30 to 5d3e9f6 Compare April 15, 2025 12:23
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 5d3e9f6 to cf5657f Compare April 15, 2025 15:37
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from cf5657f to ee8b81a Compare April 15, 2025 15:37
@renovate renovate bot force-pushed the renovate/test-dependencies branch from ee8b81a to 5061f38 Compare April 16, 2025 10:09
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 5061f38 to 861339e Compare April 16, 2025 10:09
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 861339e to feab6d7 Compare May 6, 2025 02:17
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from feab6d7 to 754100c Compare May 6, 2025 02:17
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 754100c to 70d71b6 Compare May 6, 2025 02:20
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 70d71b6 to 2463f57 Compare May 6, 2025 02:21
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 2463f57 to c31317a Compare May 6, 2025 02:42
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from c31317a to 399270f Compare May 6, 2025 02:42
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 399270f to 41b9e1b Compare May 14, 2025 15:22
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 41b9e1b to 22b35e6 Compare May 14, 2025 15:22
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 22b35e6 to 2f664f1 Compare May 16, 2025 18:58
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 2f664f1 to 8d58ee1 Compare May 16, 2025 18:58
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 8d58ee1 to f1390df Compare May 19, 2025 18:03
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from f1390df to 91e7d2e Compare May 19, 2025 18:03
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 91e7d2e to a14f8b2 Compare May 19, 2025 19:10
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from a14f8b2 to 3aa4a52 Compare May 19, 2025 19:11
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 3aa4a52 to 26c3d8b Compare May 19, 2025 19:47
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 26c3d8b to 92b6857 Compare May 19, 2025 19:47
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 92b6857 to 2ac26b8 Compare May 21, 2025 21:50
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 2ac26b8 to f55b382 Compare May 21, 2025 21:50
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 57190fe to 1a2f244 Compare January 6, 2026 04:26
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 1a2f244 to b10a475 Compare January 8, 2026 18:41
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from b10a475 to 421f952 Compare January 8, 2026 18:42
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 421f952 to 7248c6d Compare January 12, 2026 09:03
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 7248c6d to 51467b4 Compare January 12, 2026 09:04
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 51467b4 to 87d1db3 Compare January 15, 2026 16:30
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 87d1db3 to a834899 Compare January 15, 2026 16:30
@renovate renovate bot force-pushed the renovate/test-dependencies branch from a834899 to 1757c0d Compare January 16, 2026 19:58
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 1757c0d to 0e3edb4 Compare January 16, 2026 19:58
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 0e3edb4 to 6a590a6 Compare January 17, 2026 04:18
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 6a590a6 to 05e0051 Compare January 17, 2026 04:18
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 05e0051 to b5ab3ca Compare January 19, 2026 11:35
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from b5ab3ca to 4c06bc2 Compare January 19, 2026 11:36
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 4c06bc2 to 1189107 Compare January 19, 2026 14:29
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 1189107 to e20342c Compare January 19, 2026 14:30
@renovate renovate bot force-pushed the renovate/test-dependencies branch from e20342c to 100b8f4 Compare January 19, 2026 14:34
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 100b8f4 to 1aa3ac7 Compare January 19, 2026 14:34
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 1aa3ac7 to 649b6e3 Compare January 19, 2026 22:48
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 649b6e3 to 8560f32 Compare January 19, 2026 22:48
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 8560f32 to e7a7eab Compare January 20, 2026 15:37
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from e7a7eab to 520eded Compare January 20, 2026 15:37
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 520eded to eae9cc9 Compare January 23, 2026 20:03
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from eae9cc9 to 3fd823e Compare January 23, 2026 20:03
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 3fd823e to 64cb022 Compare January 25, 2026 06:21
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 64cb022 to 173824c Compare January 25, 2026 06:21
@renovate renovate bot force-pushed the renovate/test-dependencies branch from 173824c to 961796c Compare February 2, 2026 17:57
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 961796c to c69e1c2 Compare February 2, 2026 17:58
@renovate renovate bot force-pushed the renovate/test-dependencies branch from c69e1c2 to 9b1627d Compare February 12, 2026 11:58
@github-actions github-actions bot force-pushed the renovate/test-dependencies branch from 9b1627d to 05437fa Compare February 12, 2026 11: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.

0 participants