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

chore(deps): update dependency @testing-library/dom to v9 #7736

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/dom 8.20.0 -> 9.0.0 age adoption passing confidence

Release Notes

testing-library/dom-testing-library

v9.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ByRole: Only allow string as a role.
    Drop support for exact, trim, collapseWhitespace, and normalizer options.
  • Minimum supported Node.js version is now 14.x

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.

🔕 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 release:chore This PR is a chore (means nothing for users) label Mar 2, 2023
@renovate renovate bot assigned jtoar Mar 2, 2023
@renovate renovate bot force-pushed the renovate/testing-library-dom-9.x branch 2 times, most recently from 8b2a1fa to 6899cfc Compare March 2, 2023 04:03
@renovate renovate bot force-pushed the renovate/testing-library-dom-9.x branch from 6899cfc to 4064c71 Compare March 2, 2023 04:13
@replay-io
Copy link

replay-io bot commented Mar 2, 2023

16 replays were recorded for b946715.

image 0 Failed
image 16 Passed
    requireAuth graphql checks
          ```
          locator.waitFor: Target closed
          =========================== logs ===========================
          waiting for locator('.rw-form-error-title').locator('text=You don\'t have permission to do that') to be visible
          ============================================================
          ```
        </ol>
      </details>
      <li><a href=https://app.replay.io/recording/1b1053c3-7ba4-4ca1-aafe-f15c8ed1cc89>useAuth hook, auth redirects checks</a></li>
      <li><a href=https://app.replay.io/recording/33877994-ff26-420d-9e11-679dd8fa81a8>Check that <meta> tags are rendering the correct dynamic data</a></li>
      <li><a href=https://app.replay.io/recording/94dd636a-bd3d-4455-8029-9ee19ffaf03e>Check that a specific blog post is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/67dbd043-a25e-4f1d-b76d-73044a3fed47>Check that about is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/7a5e49d5-38e5-4f53-a36e-d4486543e3df>Check that homepage is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/636259d2-f689-406d-b97f-a29b0192d79d>Check that you can navigate from home page to specific blog post</a></li>
      <li><a href=https://app.replay.io/recording/f020c83f-33d8-403e-afca-981fa6003d6c>Waterfall prerendering (nested cells)</a></li>
      <li><a href=https://app.replay.io/recording/fc4dc527-6ee4-4fcc-8200-2b3531bf6e28>RBAC: Admin user should be able to delete contacts</a></li>
      <li><a href=https://app.replay.io/recording/388d2cff-d5e3-4086-9748-c4c26f625d7b>RBAC: Should not be able to delete contact as non-admin user</a></li>
      <li><a href=https://app.replay.io/recording/4e60b9a8-37f6-4bfe-b4d1-98d84ceaab0e>Smoke test with dev server</a></li>
      <li><a href=https://app.replay.io/recording/7af551d4-8c34-408a-97a1-5f44d71316b4>Smoke test with rw serve</a></li>
      <li><a href=https://app.replay.io/recording/9a78b8b7-e998-478f-ac9a-a63c48394561>Loads Cell mocks when Cell is nested in another story</a></li>
      <li><a href=https://app.replay.io/recording/af0b3fed-5a56-432f-a3d9-0860495a48be>Loads Cell Stories</a></li>
      <li><a href=https://app.replay.io/recording/24ea6f67-e036-4376-b295-ea052d0aadf1>Loads MDX Stories</a></li>
      <li><a href=https://app.replay.io/recording/4a4e69a3-96ef-441b-a609-ee7410963455>Mocks current user, and updates UI while dev server is running</a></li>
      

View test run on Replay ↗︎

@thedavidprice
Copy link
Contributor

Upgrade Guide

Breaking Changes

https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0

  • ByRole: Only allow string as a role.
  • Drop support for exact, trim, collapseWhitespace, and normalizer options.
  • Minimum supported Node.js version is now 14.x

@thedavidprice thedavidprice added the release:breaking This PR is a breaking change label Mar 2, 2023
@thedavidprice thedavidprice merged commit eda5cde into main Mar 2, 2023
@thedavidprice thedavidprice deleted the renovate/testing-library-dom-9.x branch March 2, 2023 05:06
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Mar 2, 2023
dac09 added a commit to dac09/redwood that referenced this pull request Mar 7, 2023
* 'main' of github.com:redwoodjs/redwood: (50 commits)
  Use formatCacheKey() when deleting a key (redwoodjs#7362)
  fix(deps): update dependency @types/node to v16.18.14 (redwoodjs#7739)
  chore(deps): update dependency @npmcli/arborist to v6.2.4 (redwoodjs#7741)
  chore(deps): update dependency @replayio/playwright to v0.3.24 (redwoodjs#7738)
  chore(deps): update dependency @testing-library/react to v14 (redwoodjs#7737)
  chore(deps): update dependency @testing-library/dom to v9 (redwoodjs#7736)
  chore(deps): update dependency @types/vscode to v1.76.0 (redwoodjs#7729)
  chore(deps): update dependency zx to v7.2.0 (redwoodjs#7731)
  fix(deps): update dependency webpack-bundle-analyzer to v4.8.0 (redwoodjs#7735)
  fix(deps): update dependency babel-plugin-polyfill-corejs3 to v0.7.1 (redwoodjs#7732)
  fix(deps): update dependency msw to v1.1.0 (redwoodjs#7733)
  chore(deps): update dependency @clerk/clerk-react to v4.12.0 (redwoodjs#7728)
  fix(deps): update dependency @types/node to v16.18.13 (redwoodjs#7727)
  fix: change isDataEmpty, add codemod, fix codemod (redwoodjs#7704)
  fix: avoid naming conflict with `client` prop (redwoodjs#7024)
  fix(deps): update jest monorepo to v29.4.3 (redwoodjs#7651)
  chore(deps): update dependency @auth0/auth0-spa-js to v2 (redwoodjs#7524)
  fix(deps): update dependency @types/aws-lambda to v8.10.111 (redwoodjs#7726)
  fix(deps): update dependency @clerk/clerk-sdk-node to v4.7.7 (redwoodjs#7725)
  chore(deps): update dependency supertokens-node to v13.1.2 (redwoodjs#7714)
  ...
@jtoar jtoar modified the milestones: next-release, v5.0.0 Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:breaking This PR is a breaking change release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants