Skip to content

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

Open
backstage-goalie[bot] wants to merge 1 commit intomainfrom
renovate/major-testing-library-monorepo
Open

chore(deps): update testing-library monorepo (major)#6517
backstage-goalie[bot] wants to merge 1 commit intomainfrom
renovate/major-testing-library-monorepo

Conversation

@backstage-goalie
Copy link
Contributor

@backstage-goalie backstage-goalie bot commented Dec 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@testing-library/dom ^9.0.0^10.0.0 age confidence
@testing-library/dom 9.3.410.4.1 age confidence
@testing-library/jest-dom ^5.10.1^6.0.0 age confidence
@testing-library/react ^15.0.0^16.0.0 age confidence
@testing-library/react ^14.0.0^16.0.0 age confidence
@testing-library/react ^15.0.0^16.0.0 age confidence
@testing-library/react 14.3.116.3.2 age confidence
@testing-library/react ^12.1.3^16.0.0 age confidence
@testing-library/react ^15.0.2^16.0.0 age confidence
@testing-library/react ^15^16.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v10.4.1

Compare Source

Bug Fixes

v10.4.0

Compare Source

Features

v10.3.2

Compare Source

Bug Fixes

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

Features

v10.2.0

Compare Source

Features
  • Support anonymous custom elements when pretty printing DOM (#​1319) (0a8ad65)

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#​1268) (3580f25), closes #​1259
Features
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.
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

Bug Fixes
  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#​1438) (f32bd1b)

v16.3.1

Compare Source

Bug Fixes

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)

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 has been generated by Renovate Bot.

@backstage-goalie
Copy link
Contributor Author

backstage-goalie bot commented Dec 19, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/3scale/packages/app none v0.0.0
app-next workspaces/acr/packages/app-next none v0.0.0
@backstage-community/plugin-acr workspaces/acr/plugins/acr patch v1.23.0
@backstage-community/plugin-acs workspaces/acs/plugins/acs patch v0.1.1
@backstage-community/plugin-adr workspaces/adr/plugins/adr patch v0.22.0
@backstage-community/plugin-agent-forge workspaces/agent-forge/plugins/agent-forge patch v0.4.0
@backstage-community/plugin-airbrake workspaces/airbrake/plugins/airbrake patch v0.18.0
@backstage-community/plugin-allure workspaces/allure/plugins/allure patch v0.16.0
@backstage-community/plugin-analytics-module-ga4 workspaces/analytics/plugins/analytics-module-ga4 patch v0.15.0
@backstage-community/plugin-analytics-module-newrelic-browser workspaces/analytics/plugins/analytics-module-newrelic-browser patch v0.15.0
@backstage-community/plugin-analytics-provider-segment workspaces/analytics/plugins/analytics-provider-segment patch v1.24.0
@backstage-community/plugin-announcements-react workspaces/announcements/plugins/announcements-react patch v0.22.0
@backstage-community/plugin-announcements workspaces/announcements/plugins/announcements patch v2.4.0
@backstage-community/plugin-search-backend-module-announcements workspaces/announcements/plugins/search-backend-module-announcements patch v0.15.0
@backstage-community/plugin-apache-airflow workspaces/apache-airflow/plugins/apache-airflow patch v0.17.0
@backstage-community/plugin-apiiro workspaces/apiiro/plugins/apiiro patch v0.1.0
@backstage-community/plugin-argocd workspaces/argocd/plugins/argocd patch v2.6.0
@backstage-community/plugin-azure-devops workspaces/azure-devops/plugins/azure-devops patch v0.28.2
@backstage-community/plugin-azure-sites workspaces/azure-sites/plugins/azure-sites patch v0.12.0
@backstage-community/plugin-azure-storage-explorer workspaces/azure-storage-explorer/plugins/azure-storage patch v0.9.0
@backstage-community/plugin-badges workspaces/badges/plugins/badges patch v0.18.0
@backstage-community/plugin-bitbucket-pull-requests workspaces/bitbucket-pull-requests/plugins/bitbucket-pull-requests patch v3.0.2
@backstage-community/plugin-bitrise workspaces/bitrise/plugins/bitrise patch v0.11.1
@backstage-community/plugin-blackduck workspaces/blackduck/plugins/blackduck patch v0.13.0
@backstage-community/plugin-cloudbuild workspaces/cloudbuild/plugins/cloudbuild patch v0.20.0
@backstage-community/plugin-code-climate workspaces/code-climate/plugins/code-climate patch v0.16.0
@backstage-community/plugin-code-coverage workspaces/code-coverage/plugins/code-coverage patch v0.13.1
@backstage-community/plugin-codescene workspaces/codescene/plugins/codescene patch v0.15.0
@backstage-community/plugin-confluence workspaces/confluence/plugins/confluence patch v0.14.0
@backstage-community/plugin-copilot workspaces/copilot/plugins/copilot patch v0.19.0
@backstage-community/plugin-cost-insights workspaces/cost-insights/plugins/cost-insights patch v0.27.0
@backstage-community/plugin-dynatrace workspaces/dynatrace/plugins/dynatrace patch v10.16.0
@backstage-community/plugin-entity-feedback workspaces/entity-feedback/plugins/entity-feedback patch v0.16.0
@backstage-community/plugin-entity-validation workspaces/entity-validation/plugins/entity-validation patch v0.17.0
@backstage-community/plugin-explore-react workspaces/explore/plugins/explore-react patch v0.12.0
@backstage-community/plugin-explore workspaces/explore/plugins/explore patch v0.17.0
@backstage-community/plugin-feedback workspaces/feedback/plugins/feedback patch v1.8.6
@backstage-community/plugin-firehydrant workspaces/firehydrant/plugins/firehydrant patch v0.17.0
@backstage-community/plugin-flux workspaces/flux/plugins/flux patch v0.2.1
@backstage-community/plugin-fossa workspaces/fossa/plugins/fossa patch v0.11.0
@backstage-community/plugin-gcalendar workspaces/gcalendar/plugins/gcalendar patch v0.18.0
@backstage-community/plugin-git-release-manager workspaces/git-release-manager/plugins/git-release-manager patch v0.13.1
@backstage-community/plugin-github-actions workspaces/github/plugins/github-actions patch v0.21.1
@backstage-community/plugin-github-deployments workspaces/github/plugins/github-deployments patch v0.17.1
@backstage-community/plugin-github-discussions workspaces/github/plugins/github-discussions patch v0.9.1
@backstage-community/plugin-github-issues workspaces/github/plugins/github-issues patch v0.19.1
@backstage-community/plugin-github-pull-requests-board workspaces/github/plugins/github-pull-requests-board patch v0.15.1
@backstage-community/plugin-gitops-profiles workspaces/gitops-profiles/plugins/gitops-profiles patch v0.18.0
@backstage-community/plugin-gocd workspaces/gocd/plugins/gocd patch v0.16.0
@backstage-community/plugin-grafana workspaces/grafana/plugins/grafana patch v0.16.0
@backstage-community/plugin-graphiql workspaces/graphiql/plugins/graphiql patch v0.13.0
@backstage-community/plugin-graphql-voyager workspaces/graphql-voyager/plugins/graphql-voyager patch v0.16.0
@backstage-community/plugin-jaeger workspaces/jaeger/plugins/jaeger patch v0.14.0
@backstage-community/plugin-jenkins workspaces/jenkins/plugins/jenkins patch v0.29.0
@backstage-community/plugin-kafka workspaces/kafka/plugins/kafka patch v0.11.0
@backstage-community/plugin-lighthouse workspaces/lighthouse/plugins/lighthouse patch v0.19.0
@backstage-community/plugin-linguist workspaces/linguist/plugins/linguist patch v0.18.0
@backstage-community/plugin-linkerd workspaces/linkerd/plugins/linkerd patch v0.17.0
@backstage-community/plugin-mend workspaces/mend/plugins/mend patch v1.0.0
@backstage-community/plugin-microsoft-calendar workspaces/microsoft-calendar/plugins/microsoft-calendar patch v0.16.0
@backstage-community/backstage-plugin-mta-frontend workspaces/mta/plugins/mta-frontend patch v0.4.1
@backstage-community/plugin-multi-source-security-viewer workspaces/multi-source-security-viewer/plugins/multi-source-security-viewer patch v0.13.1
@backstage-community/plugin-newrelic-dashboard workspaces/newrelic/plugins/newrelic-dashboard patch v0.21.0
@backstage-community/plugin-newrelic workspaces/newrelic/plugins/newrelic patch v0.19.0
@backstage-community/plugin-nomad workspaces/nomad/plugins/nomad patch v0.16.0
@backstage-community/plugin-ocm workspaces/ocm/plugins/ocm patch v5.14.0
@backstage-community/plugin-octopus-deploy workspaces/octopus-deploy/plugins/octopus-deploy patch v0.9.0
@backstage-community/plugin-opencost workspaces/opencost/plugins/opencost patch v0.17.0
@backstage-community/plugin-periskop workspaces/periskop/plugins/periskop patch v0.15.0
@backstage-community/plugin-playlist workspaces/playlist/plugins/playlist patch v0.16.0
@backstage-community/plugin-puppetdb workspaces/puppetdb/plugins/puppetdb patch v0.16.0
@backstage-community/plugin-quay workspaces/quay/plugins/quay patch v1.31.0
app-legacy workspaces/rbac/packages/app-legacy none v0.0.0
@backstage-community/plugin-rbac workspaces/rbac/plugins/rbac patch v1.49.0
@backstage-community/plugin-report-portal workspaces/report-portal/plugins/report-portal patch v1.5.1
@backstage-community/plugin-rollbar workspaces/rollbar/plugins/rollbar patch v0.11.0
@backstage-community/plugin-sentry workspaces/sentry/plugins/sentry patch v1.15.0
@backstage-community/plugin-servicenow workspaces/servicenow/plugins/servicenow patch v1.9.0
@backstage-community/plugin-shortcuts workspaces/shortcuts/plugins/shortcuts patch v0.18.0
@backstage-community/plugin-sonarqube workspaces/sonarqube/plugins/sonarqube patch v0.23.0
@backstage-community/plugin-splunk-on-call workspaces/splunk/plugins/splunk-on-call patch v0.20.0
@backstage-community/plugin-stack-overflow workspaces/stack-overflow/plugins/stack-overflow patch v0.15.0
@backstage-community/plugin-stackstorm workspaces/stackstorm/plugins/stackstorm patch v0.16.0
@backstage-community/plugin-tech-insights-maturity workspaces/tech-insights/plugins/tech-insights-maturity patch v0.6.5
@backstage-community/plugin-tech-insights-react workspaces/tech-insights/plugins/tech-insights-react patch v1.4.0
@backstage-community/plugin-tech-insights workspaces/tech-insights/plugins/tech-insights patch v1.2.0
@backstage-community/plugin-tech-radar workspaces/tech-radar/plugins/tech-radar patch v1.16.0
@backstage-community/plugin-tekton workspaces/tekton/plugins/tekton patch v3.36.0
@backstage-community/plugin-todo workspaces/todo/plugins/todo patch v0.17.1
@backstage-community/plugin-vault workspaces/vault/plugins/vault patch v0.18.0
@backstage-community/plugin-wheel-of-names workspaces/wheel-of-names/plugins/wheel-of-names patch v0.7.0
@backstage-community/plugin-xcmetrics workspaces/xcmetrics/plugins/xcmetrics patch v0.17.0

@josunect josunect mentioned this pull request Dec 29, 2025
5 tasks
@josunect
Copy link
Contributor

josunect commented Jan 8, 2026

Updated in Kiali: #6695

@Parsifal-M
Copy link
Contributor

@awanlin can you run with this one? 👍

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file force-merge owner/area-maintainers workspace/acr workspace/acs workspace/adr workspace/agent-forge workspace/airbrake workspace/allure workspace/analytics workspace/announcements Used to tag announcements workspace isses and pull requests workspace/apache-airflow workspace/apiiro workspace/apollo-explorer workspace/argocd workspace/azure-devops workspace/azure-sites workspace/azure-storage-explorer workspace/badges workspace/bazaar workspace/bitbucket-pull-requests workspace/bitrise workspace/blackduck workspace/cicd-statistics workspace/cloudbuild workspace/code-climate workspace/code-coverage workspace/codescene workspace/confluence workspace/copilot workspace/cost-insights workspace/dynatrace workspace/entity-feedback workspace/entity-validation workspace/explore workspace/feedback workspace/firehydrant workspace/flux workspace/fossa workspace/gcalendar workspace/git-release-manager workspace/github workspace/github-actions workspace/github-deployments workspace/github-discussions workspace/github-issues workspace/github-pull-requests-board workspace/gitops-profiles workspace/gocd workspace/grafana workspace/graphiql workspace/graphql-voyager workspace/ilert workspace/jaeger workspace/jenkins workspace/jfrog-artifactory workspace/kafka workspace/kiali workspace/lighthouse workspace/linguist workspace/linkerd workspace/manage workspace/mcp-chat workspace/mend workspace/microsoft-calendar workspace/mta workspace/multi-source-security-viewer workspace/newrelic workspace/nexus-repository-manager workspace/nomad workspace/npm workspace/ocm workspace/octopus-deploy workspace/opencost workspace/periskop workspace/pingidentity workspace/playlist workspace/puppetdb workspace/quay workspace/rbac workspace/redhat-argocd workspace/report-portal workspace/rollbar workspace/sentry workspace/servicenow workspace/shortcuts workspace/sonarqube workspace/splunk workspace/stack-overflow workspace/stackstorm workspace/tech-insights Used to tag tech-insights workspace issues and pull requests workspace/tech-radar workspace/tekton workspace/todo workspace/topology workspace/vault workspace/wheel-of-names workspace/xcmetrics workspace/3scale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants