Skip to content

chore(deps)(deps): bump the react group across 1 directory with 3 updates - #153

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/react-25ad053142
Closed

chore(deps)(deps): bump the react group across 1 directory with 3 updates#153
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/apps/ui/react-25ad053142

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the react group with 3 updates in the /apps/ui directory: react, @types/react and react-dom.

Updates react from 19.2.6 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates @types/react from 19.2.15 to 19.2.16

Commits

Updates react-dom from 19.2.6 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the react group with 3 updates in the /apps/ui directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

Updates `@types/react` from 19.2.15 to 19.2.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@types/react"
  dependency-version: 19.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2026
@dependabot
dependabot Bot requested a review from agjs as a code owner June 9, 2026 12:47
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2026
agjs added a commit that referenced this pull request Jun 9, 2026
…+ react parity) (#156)

* chore(deps): bump apps/api openai + typescript-eslint

- openai 6.39.1 -> 6.41.0 (#154)
- typescript-eslint 8.60.0 -> 8.60.1 (#155) + @typescript-eslint/utils
  override to match

typescript-eslint must move in lockstep with apps/ui (shared-tool-version-parity
lint-meta rule), so this lands together with the UI bump.

* chore(deps): bump apps/ui react + typescript-eslint + pin react runtime

- react / react-dom 19.2.6 -> 19.2.7, @types/react 19.2.15 -> 19.2.16 (#153)
- typescript-eslint 8.60.0 -> 8.60.1 (#152) + @typescript-eslint/utils override

Adds react / react-dom 19.2.7 to overrides. zustand declares react as an
exact-pinned optional peer (5.0.13 -> react 19.2.6), so bumping the top-level
react to 19.2.7 leaves zustand on its own nested 19.2.6 copy -> two React
instances -> 'Cannot read properties of null (reading useCallback)' /
'mismatching versions of React and the renderer' in the consent-store tests.
The override collapses react to a single copy. Rationale documented in
//overrides. This is why #153 failed validate + Playwright on its own.

* chore(deps): bump apps/docs react + @types/react for cross-app parity

- react / react-dom 19.2.6 -> 19.2.7, @types/react override 19.2.15 -> 19.2.16

Mirrors the apps/ui bumps so package-override-parity stays green: ui now
overrides react@19.2.7 and @types/react@19.2.16, and docs must resolve the
same versions (sibling-mirror check).
@agjs

agjs commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Superseded by #156, which consolidated all four new Dependabot bumps (typescript-eslint, openai, react group) and landed in main (commit 91ea2cf). The bumped versions are now in main. Closing.

@dependabot close

@agjs agjs closed this Jun 9, 2026
@agjs
agjs deleted the dependabot/bun/apps/ui/react-25ad053142 branch June 9, 2026 17:12
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant