Skip to content

chore(deps): update monorepo:@testing-library (major)#123

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-monorepo-@testing-library
Open

chore(deps): update monorepo:@testing-library (major)#123
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-monorepo-@testing-library

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@testing-library/jest-dom 5.11.96.9.1 age confidence
@testing-library/react 11.2.516.3.2 age confidence
@testing-library/user-event 12.7.114.6.1 age confidence

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

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)

v5.16.5

Compare Source

Bug Fixes

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)

v5.16.3

Compare Source

Bug Fixes

v5.16.2

Compare Source

Bug Fixes

v5.16.1

Compare Source

Bug Fixes

v5.16.0

Compare Source

Features

v5.15.1

Compare Source

Bug Fixes

v5.15.0

Compare Source

Features

v5.14.1

Compare Source

Bug Fixes

v5.14.0

Compare Source

Features
  • toHaveAccessibleName and toHaveAccessibleDescription (#​377) (87ffd2a)

v5.13.0

Compare Source

Features

v5.12.0

Compare Source

Features

v5.11.10

Compare Source

Bug Fixes
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

v13.4.0

Compare Source

Features
  • renderHook: allow passing of all render options to renderHook (#​1118) (27a9584)

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes

v13.1.0

Compare Source

Features

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES

v12.1.5

Compare Source

Bug Fixes

v12.1.4

Compare Source

Bug Fixes
  • Match runtime type of baseElement in TypeScript types (#​1023) (96ed8da)

v12.1.3

Compare Source

Bug Fixes

v12.1.2

Compare Source

Bug Fixes
  • render: Don't reject wrapper types based on statics (#​973) (7f53b56)

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Bump @testing-library/dom to 8.0.0. Please check out the @testing-library/dom@8.0.0 release page for a detailed list of breaking changes.
  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v11.2.7

Compare Source

Bug Fixes

v11.2.6

Compare Source

Bug Fixes
  • types: exclude tsconfig from types folder in publish flow (#​893) (58150b9)
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 ([#&#

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.

@renovate renovate bot added automerge dependencies Pull requests that update a dependency file labels Mar 16, 2021
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 6 times, most recently from 5812632 to 1dfd7ef Compare March 21, 2021 13:22
@codecov-io
Copy link

codecov-io commented Mar 21, 2021

Codecov Report

Merging #123 (14caf99) into master (ade7907) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           30        30           
  Branches         1         1           
=========================================
  Hits            30        30           

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 ade7907...14caf99. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 10 times, most recently from dcbbcf0 to 41c1139 Compare March 25, 2021 21:36
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 896484b to 6dd9620 Compare March 30, 2021 12:11
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 3 times, most recently from 14caf99 to c1d6b45 Compare April 14, 2021 22:51
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from ac78c22 to 0d72278 Compare April 19, 2021 13:41
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 0d72278 to 9f02a14 Compare April 28, 2021 20:23
@codecov-commenter
Copy link

codecov-commenter commented Apr 28, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dd24bbc) to head (1b37ec1).

Current head 1b37ec1 differs from pull request most recent head f92bd6e

Please upload reports for the commit f92bd6e to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #123   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           30        30           
  Branches         1         1           
=========================================
  Hits            30        30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 36066b9 to a05c406 Compare April 29, 2021 12:03
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 24dd64f to fac1527 Compare June 18, 2022 13:25
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from fac1527 to 6b1d62c Compare September 25, 2022 15:22
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 6b1d62c to a755603 Compare November 20, 2022 18:40
@renovate renovate bot changed the title chore(deps): update monorepo:@testing-library (major) chore(deps): update monorepo:@testing-library to v14 (major) Mar 24, 2023
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from a755603 to 3bf24cb Compare March 24, 2023 03:20
@renovate renovate bot changed the title chore(deps): update monorepo:@testing-library to v14 (major) chore(deps): update monorepo:@testing-library (major) Aug 13, 2023
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 5c60a78 to 325d51e Compare August 18, 2023 07:23
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 3 times, most recently from b582db0 to 8bf7ff1 Compare August 24, 2023 11:47
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 8bf7ff1 to ac4ffc4 Compare September 6, 2023 03:59
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 02b5564 to 02fed35 Compare September 15, 2023 19:34
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 02fed35 to 099ffa8 Compare October 12, 2023 06:19
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 099ffa8 to 2f12cb9 Compare November 8, 2023 09:18
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 2f12cb9 to 0c50f82 Compare November 17, 2023 17:15
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 0c50f82 to 3599027 Compare November 30, 2023 21:55
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 4c90a36 to 596a5f6 Compare December 29, 2023 16:54
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from 596a5f6 to e191b36 Compare January 3, 2024 21:45
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 2 times, most recently from 8a0c518 to 8034fd7 Compare January 24, 2024 14:35
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch 5 times, most recently from 3280533 to bc87076 Compare February 5, 2024 16:30
@renovate renovate bot force-pushed the renovate/major-monorepo-@testing-library branch from bc87076 to 6cd3c5c Compare March 20, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants