Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@testing-library/jest-dom ^5.17.0^6.0.0 age confidence dependencies major
@testing-library/react ^13.4.0^16.0.0 age confidence dependencies major
@testing-library/user-event ^13.5.0^14.0.0 age confidence dependencies major
@types/jest (source) ^27.5.2^30.0.0 age confidence dependencies major
@types/node (source) ^16.18.69^24.0.0 age confidence dependencies major
@types/react (source) ^18.2.46^19.0.0 age confidence devDependencies major
@types/react (source) ^18.2.46^19.0.0 age confidence dependencies major
@types/react-dom (source) ^18.2.18^19.0.0 age confidence devDependencies major
actions/checkout v3v6 age confidence action major
actions/checkout v2v6 age confidence action major
actions/setup-node v3v6 age confidence action major
actions/upload-pages-artifact v3v4 age confidence action major
cross-env ^7.0.3^10.0.0 age confidence devDependencies major
cypress (source) ^14.4.1^15.0.0 age confidence devDependencies major
github/codeql-action v1v4 age confidence action major
react (source) ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 age confidence peerDependencies major
react (source) ^18.2.0^19.0.0 age confidence dependencies major
react-dom (source) ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 age confidence peerDependencies major
react-dom (source) ^18.2.0^19.0.0 age confidence dependencies major
typescript (source) ^4.9.5^5.0.0 age confidence dependencies major
web-vitals ^2.1.4^5.0.0 age confidence dependencies major

Release Notes

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

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

For example:

import '@​testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@​testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14
testing-library/react-testing-library (@​testing-library/react)

v16.3.2

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

Bug Fixes
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
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)

v14.4.3

Compare Source

Bug Fixes

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features
Bug Fixes
  • event: be robust against incomplete event implementations (#​1009) (289828b)
  • upload: be robust against missing FileList implementation (#​1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#​1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#​1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#​1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#​1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#​1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#​1003) (2852509)
  • pointer: omit click event on release if another button is released first (#​1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#​1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#​1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#​1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#​1003) (2852509)

v14.3.0

Compare Source

Features

v14.2.6

Compare Source

Bug Fixes
  • document: reduce impact of React@​17 workaround (#​992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#​991) (6e4058b)

v14.2.5

Compare Source

Bug Fixes
  • document: do not track value on HTMLSelectElement (#​989) (77a7fa8)

v14.2.4

Compare Source

Bug Fixes
  • use window.FileList instead of implicit global (c88865d)

v14.2.3

Compare Source

Bug Fixes
  • document: use setters/methods on element as default (#​987) (c40e614)

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Performance Improvements
  • tab: avert visibility check on irrelevant elements (#​967) (d2d8a39)

v14.2.0

Compare Source

Features
  • report element with declaration in pointerEventsCheck (#​950) (31b7091)
Bug Fixes

v14.1.1

Compare Source

14.1.1 (2022-04-17)
Bug Fixes

v14.1.0

Compare Source

Features
Bug Fixes

v14.0.4

Compare Source

14.0.4 (2022-04-01)
Bug Fixes

[v14.0.3](https://redirect.github.com/testing-library/user-event/releases/t


Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) (UTC), 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.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: example/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: react-scripts@5.0.1
npm error Found: typescript@5.9.3
npm error node_modules/typescript
npm error   typescript@"^5.0.0" from the root project
npm error   peer typescript@">= 2.7" from fork-ts-checker-webpack-plugin@6.5.3
npm error   node_modules/fork-ts-checker-webpack-plugin
npm error     fork-ts-checker-webpack-plugin@"^6.5.0" from react-dev-utils@12.0.1
npm error     node_modules/react-dev-utils
npm error       react-dev-utils@"^12.0.1" from react-scripts@5.0.1
npm error       node_modules/react-scripts
npm error         react-scripts@"5.0.1" from the root project
npm error   1 more (tsutils)
npm error
npm error Could not resolve dependency:
npm error peerOptional typescript@"^3.2.1 || ^4" from react-scripts@5.0.1
npm error node_modules/react-scripts
npm error   react-scripts@"5.0.1" from the root project
npm error
npm error Conflicting peer dependency: typescript@4.9.5
npm error node_modules/typescript
npm error   peerOptional typescript@"^3.2.1 || ^4" from react-scripts@5.0.1
npm error   node_modules/react-scripts
npm error     react-scripts@"5.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-30T14_26_21_344Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-30T14_26_21_344Z-debug-0.log

@cypress
Copy link

cypress bot commented Jun 1, 2024

react-scrollable-feed    Run #204

Run Properties:  status check failed Failed #204  •  git commit fadf0e746a ℹ️: Merge 8e6ae5e3f8d1f2679c447a5bdbf3e315ac8eef81 into 24227b37e942956d3944324ece01...
Project react-scrollable-feed
Branch Review renovate/major-all-major
Run status status check failed Failed #204
Run duration 00m 21s
Commit git commit fadf0e746a ℹ️: Merge 8e6ae5e3f8d1f2679c447a5bdbf3e315ac8eef81 into 24227b37e942956d3944324ece01...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 3
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/e2e/spec.cy.ts • 3 failed tests

View Output

Test Artifacts
Demo page > adds new elements Screenshots
Demo page > scrolls automatically Screenshots
Demo page > force scrolls Screenshots

@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 22c7c3e to 03857a5 Compare June 8, 2024 15:01
@renovate renovate bot force-pushed the renovate/major-all-major branch from 03857a5 to 5c092d0 Compare July 17, 2024 06:40
@renovate renovate bot force-pushed the renovate/major-all-major branch from 5c092d0 to 3bbca18 Compare August 27, 2024 13:49
@renovate renovate bot force-pushed the renovate/major-all-major branch from 3bbca18 to 2f88281 Compare October 7, 2024 19:00
@renovate renovate bot force-pushed the renovate/major-all-major branch from 2f88281 to 8e6ae5e Compare October 29, 2024 00:33
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 3ebc4e8 to a0b2817 Compare December 5, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-all-major branch from a0b2817 to cce7410 Compare January 17, 2025 00:51
@renovate renovate bot force-pushed the renovate/major-all-major branch from cce7410 to fffffb6 Compare February 2, 2025 16:16
@renovate renovate bot force-pushed the renovate/major-all-major branch from fffffb6 to efdb2ad Compare March 1, 2025 13:29
@renovate renovate bot force-pushed the renovate/major-all-major branch from efdb2ad to a50cf59 Compare April 2, 2025 17:01
@renovate renovate bot force-pushed the renovate/major-all-major branch from a50cf59 to 9dceaee Compare May 7, 2025 23:39
@renovate renovate bot force-pushed the renovate/major-all-major branch 5 times, most recently from 5350533 to a9966c7 Compare June 16, 2025 19:25
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 1145529 to 597bf42 Compare July 8, 2025 15:36
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from e8012d3 to 4cf734d Compare July 29, 2025 16:09
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 9231549 to 9cd2ef8 Compare August 11, 2025 20:55
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 8030399 to f7c2e9c Compare August 23, 2025 13:37
@renovate renovate bot force-pushed the renovate/major-all-major branch 6 times, most recently from b2a4de3 to ec13bff Compare October 8, 2025 00:02
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from e4af640 to 7e411e4 Compare October 18, 2025 03:39
@renovate renovate bot force-pushed the renovate/major-all-major branch from 7e411e4 to 655f780 Compare October 28, 2025 01:42
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 297b47a to f68734c Compare November 11, 2025 22:35
@renovate renovate bot force-pushed the renovate/major-all-major branch 3 times, most recently from 6379734 to ab1ce07 Compare November 18, 2025 03:00
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 5959928 to fd413c6 Compare November 20, 2025 17:44
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 0cd209c to 56cff57 Compare December 3, 2025 17:35
@renovate renovate bot force-pushed the renovate/major-all-major branch 4 times, most recently from ec1a0b9 to 14137fd Compare December 18, 2025 18:37
@renovate renovate bot force-pushed the renovate/major-all-major branch from 14137fd to 595480d Compare December 31, 2025 14:32
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 84bab49 to 040648a Compare January 13, 2026 02:07
@renovate renovate bot force-pushed the renovate/major-all-major branch 2 times, most recently from 9906cef to 1c06412 Compare January 22, 2026 12:45
@renovate renovate bot force-pushed the renovate/major-all-major branch from 1c06412 to 2858f01 Compare January 29, 2026 18:40
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