chore(deps): bump react-dom and @types/react-dom - #51
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.3.1 to 19.2.5 - [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.5/packages/react-dom) Updates `@types/react-dom` from 18.3.7 to 19.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-version: 19.2.3 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-2a6546692b
branch
from
April 26, 2026 07:24
e85e3f7 to
5c86598
Compare
determined-001
added a commit
that referenced
this pull request
Apr 26, 2026
Owner
|
Closed: changes consolidated in a2b4a7e on main alongside the noUncheckedIndexedAccess preparation. Thanks Dependabot! |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
determined-001
pushed a commit
that referenced
this pull request
Aug 10, 2026
`abi-registry verify <contractId> --schema <file>` gives 7.5's verifySchema()
a one-command surface, following the yargs pattern `orbital typegen` set in
pulse-core.
- `src/cli/verify.ts` holds the logic and returns { exitCode, stdout, stderr }
instead of touching the process, so it is testable without spawning.
- `--schema` takes either a canonical ContractSpec or the hand-authored
well-known format, so `specs/well-known/*.json` can be passed straight in.
Validated with validateSpec before any network call.
- `--json` prints the verdict verbatim plus the contract ID.
- Exit codes are distinct per outcome so CI can gate on one of them:
0 match, 1 mismatch, 2 unverifiable, 3 usage/IO/RPC error.
`--allow-unverifiable` folds 2 into 0 for contracts that legitimately have
no embedded spec.
Also fixes verifySchema()'s no-WASM classification: a live SAC lookup throws
"Cannot destructure property 'length' of 'value'" from inside the SDK's XDR
deserialization, which the old "not found" string check missed, so verifying
any of the four bundled well-known contracts surfaced as a hard error rather
than an `unverifiable` verdict. Genuine RPC/network failures still propagate.
Co-authored-by: Ebube <iupacnumen2020@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps react-dom and @types/react-dom. These dependencies needed to be updated together.
Updates
react-domfrom 18.3.1 to 19.2.5Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
23f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)e08f53bMatchreact-dom/statictest entrypoints and published entrypoints (#34599)Updates
@types/react-domfrom 18.3.7 to 19.2.3Commits