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

⬆️ deps: Upgrade dependency @testing-library/react to v16. #882

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 14.3.1 -> 16.0.0 age adoption passing confidence

Release Notes

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

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.

Co-authored-by: Matan Borenkraout matanbobi@gmail.com

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

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

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the deps This issue has to do with dependencies label Apr 16, 2024
@make-github-pseudonymous-again make-github-pseudonymous-again added the requires-manual-intervention This automatically created PR requires manual intervention before merging. label Apr 18, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes the test workflow fail.

@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 728f3b5 to b692ef3 Compare April 23, 2024 14:07
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from b692ef3 to 2978ad1 Compare April 23, 2024 16:27
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 2978ad1 to 680a7e1 Compare April 26, 2024 16:26
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 680a7e1 to 1da9ed8 Compare April 30, 2024 23:59
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 1da9ed8 to 22be94c Compare May 1, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 22be94c to 72da083 Compare May 7, 2024 13:08
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 72da083 to 6034bc4 Compare May 20, 2024 07:02
@make-github-pseudonymous-again
Copy link
Contributor

This requires recompilation or Meteor v3:

W20240520-09:07:04.629(2)? (STDERR) /home/runner/work/patients/patients/node_modules/@testing-library/dom/dist/queries/role.js:153
W20240520-09:07:04.629(2)? (STDERR)         valueMatches &&= valueNow === (0, _roleHelpers.computeAriaValueNow)(element);
W20240520-09:07:04.629(2)? (STDERR)                      ^^^
W20240520-09:07:04.629(2)? (STDERR) 
W20240520-09:07:04.630(2)? (STDERR) SyntaxError: Unexpected token '&&='
W20240520-09:07:04.630(2)? (STDERR)     at wrapSafe (internal/modules/cjs/loader.js:1031:16)
W20240520-09:07:04.630(2)? (STDERR)     at Module._compile (internal/modules/cjs/loader.js:1080:27)
W20240520-09:07:04.630(2)? (STDERR)     at Module.Mp._compile (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:77:23)
W20240520-09:07:04.630(2)? (STDERR)     at Object.Module._extensions..js (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:105:23)
W20240520-09:07:04.630(2)? (STDERR)     at Module.load (internal/modules/cjs/loader.js:981:32)
W20240520-09:07:04.631(2)? (STDERR)     at Module.Mp.load (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:37:33)
W20240520-09:07:04.631(2)? (STDERR)     at Function.Module._load (internal/modules/cjs/loader.js:821:12)
W20240520-09:07:04.631(2)? (STDERR)     at Module.require (internal/modules/cjs/loader.js:1005:19)
W20240520-09:07:04.631(2)? (STDERR)     at require (internal/modules/cjs/helpers.js:107:18)
W20240520-09:07:04.631(2)? (STDERR)     at Object.<anonymous> (/home/runner/work/patients/patients/node_modules/@testing-library/dom/dist/queries/index.js:72:13)
W20240520-09:07:04.631(2)? (STDERR)     at Module._compile (internal/modules/cjs/loader.js:1116:14)
W20240520-09:07:04.632(2)? (STDERR)     at Module.Mp._compile (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:77:23)
W20240520-09:07:04.632(2)? (STDERR)     at Object.Module._extensions..js (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:105:23)
W20240520-09:07:04.632(2)? (STDERR)     at Module.load (internal/modules/cjs/loader.js:981:32)
W20240520-09:07:04.632(2)? (STDERR)     at Module.Mp.load (/tmp/meteor-test-runby9bze.dr53/.meteor/local/build/programs/server/runtime.js:37:33)
W20240520-09:07:04.632(2)? (STDERR)     at Function.Module._load (internal/modules/cjs/loader.js:821:12)

@make-github-pseudonymous-again make-github-pseudonymous-again added the needs-dependency-upgrade Solving this issue requires upgrading at least one dependency label May 22, 2024
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 6034bc4 to 78f2db9 Compare June 3, 2024 16:19
@renovate renovate bot changed the title ⬆️ deps: Upgrade dependency @testing-library/react to v15. ⬆️ deps: Upgrade dependency @testing-library/react to v16. Jun 3, 2024
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 78f2db9 to 9c1878d Compare June 4, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps This issue has to do with dependencies needs-dependency-upgrade Solving this issue requires upgrading at least one dependency requires-manual-intervention This automatically created PR requires manual intervention before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant