Skip to content

Commit d2da336

Browse files
chore(deps): bump react from 19.2.7 to 19.2.8 (#5073)
* chore(deps): bump react from 19.2.7 to 19.2.8 Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.7 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump react-dom to 19.2.8 to match react React 19 hard-fails the build if react and react-dom versions don't match exactly (ensureCorrectIsomorphicReactVersion). This PR bumped react to 19.2.8 but left react-dom at 19.2.7, breaking the build: Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got: - react: 19.2.8 - react-dom: 19.2.7 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Duncan Mackenzie <duncanma@duncanmackenzie.net> Co-authored-by: Duncan Mackenzie <duncan.mackenzie@temporal.io>
1 parent ac7b334 commit d2da336

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"docusaurus-pushfeedback": "^1.0.3",
8383
"gray-matter": "^4.0.3",
8484
"js-yaml": "^5.2.2",
85-
"react": "^19.2.7",
86-
"react-dom": "^19.2.7",
85+
"react": "^19.2.8",
86+
"react-dom": "^19.2.8",
8787
"react-icons": "^5.6.0",
8888
"react-instantsearch": "^7.38.0",
8989
"react-markdown": "^10.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11996,10 +11996,10 @@ rc@1.2.8:
1199611996
minimist "^1.2.0"
1199711997
strip-json-comments "~2.0.1"
1199811998

11999-
react-dom@^19.2.7:
12000-
version "19.2.7"
12001-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
12002-
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
11999+
react-dom@^19.2.8:
12000+
version "19.2.8"
12001+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.8.tgz#3b46b9eeda877cdff2cf13d2770fff4ae36c2ec2"
12002+
integrity sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==
1200312003
dependencies:
1200412004
scheduler "^0.27.0"
1200512005

@@ -12120,10 +12120,10 @@ react-router@5.3.4, react-router@^5.3.4:
1212012120
tiny-invariant "^1.0.2"
1212112121
tiny-warning "^1.0.0"
1212212122

12123-
"react@>= 0.14.0", react@^19.2.7:
12124-
version "19.2.7"
12125-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
12126-
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
12123+
"react@>= 0.14.0", react@^19.2.8:
12124+
version "19.2.8"
12125+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.8.tgz#a80663dbb58d69c6fe3fd291d3cb324e8a7dff2d"
12126+
integrity sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==
1212712127

1212812128
read-file-stdin@^0.2.1:
1212912129
version "0.2.1"

0 commit comments

Comments
 (0)