Skip to content

chore(deps-dev): bump test-renderer from 0.16.0 to 1.2.0#1900

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test-renderer-1.2.0
Closed

chore(deps-dev): bump test-renderer from 0.16.0 to 1.2.0#1900
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/test-renderer-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps test-renderer from 0.16.0 to 1.2.0.

Release notes

Sourced from test-renderer's releases.

v1.2.0

1.2.0 (2026-04-16)

✨ Features

  • React 19.2 support (#52) (17874e2)
  • 1.2.x is now the preferred compatibility line for React 19.2
  • Updated bundled react-reconciler to ~0.33.0
  • Added support coverage for React 19.2 features relevant to test-renderer, including <Activity> and useEffectEvent

v1.1.0

1.1.0 (2026-04-16)

✨ Features

  • React 19.1 support (#51) (14a1726)
  • 1.1.x is now the preferred compatibility line for React 19.1
  • Updated bundled react-reconciler to ~0.32.0
  • Covers React 19.1 additions relevant to test-renderer, including Owner Stack support and the CSS-selector-safe useId() format

v1.0.0

1.0.0 (2026-04-16)

test-renderer is now in its stable 1.x line.

This release establishes the 1.x versioning model for React 19, with each test-renderer minor tracking a preferred React / react-reconciler line while keeping a broad React 19 peer dependency range to avoid blocking installs between React minor releases.

Highlights

  • Stable 1.x release line for test-renderer
  • New React 19 compatibility-line documentation in the README
  • New versioning policy in docs/versioning.md
  • Clearer root render contract

Breaking changes

  • Removed the deprecated HostElement alias
    Migration: replace HostElement with TestInstance

API contract updates

  • Root.render remains ReactElement-only
  • Fragments are supported because they are React elements
  • Non-element root values like null or bare strings are not supported
  • Unsupported root values now fail with a deliberate error instead of an incidental crash path

React 19 versioning model

Starting with 1.x, test-renderer uses preferred compatibility lines:

... (truncated)

Changelog

Sourced from test-renderer's changelog.

1.2.0 (2026-04-16)

Features

  • React 19.2 support (#52) (17874e2)
  • 1.2.x is now the preferred compatibility line for React 19.2
  • Updated bundled react-reconciler to ~0.33.0
  • Added support coverage for React 19.2 features relevant to test-renderer, including <Activity> and useEffectEvent

1.1.0 (2026-04-16)

Features

  • React 19.1 support (#51) (14a1726)
  • 1.1.x is now the preferred compatibility line for React 19.1
  • Updated bundled react-reconciler to ~0.32.0
  • Covers React 19.1 additions relevant to test-renderer, including Owner Stack support and the CSS-selector-safe useId() format

1.0.0 (2026-04-16)

Features

  • Stable 1.x release line for test-renderer
  • Established the React 19 compatibility-line versioning model for 1.x
  • Added versioning documentation in docs/versioning.md

Breaking Changes

  • Removed the deprecated HostElement alias Migration: replace HostElement with TestInstance

API Contract Updates

  • Root.render remains ReactElement-only
  • Fragments are supported because they are React elements
  • Non-element root values like null or bare strings are not supported
  • Unsupported root values now fail with a deliberate error instead of an incidental crash path

Earlier Releases

For 0.x release history, see the repository tags:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [test-renderer](https://github.com/mdjastrzebski/test-renderer) from 0.16.0 to 1.2.0.
- [Release notes](https://github.com/mdjastrzebski/test-renderer/releases)
- [Changelog](https://github.com/mdjastrzebski/test-renderer/blob/main/CHANGELOG.md)
- [Commits](mdjastrzebski/test-renderer@v0.16.0...v1.2.0)

---
updated-dependencies:
- dependency-name: test-renderer
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Looks like test-renderer is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 23, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/test-renderer-1.2.0 branch April 23, 2026 10:05
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants