chore(deps): bump @instantdb/react from 0.22.185 to 1.0.22#156
chore(deps): bump @instantdb/react from 0.22.185 to 1.0.22#156dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@instantdb/react](https://github.com/instantdb/instant/tree/HEAD/client/packages/react) from 0.22.185 to 1.0.22. - [Commits](https://github.com/instantdb/instant/commits/HEAD/client/packages/react) --- updated-dependencies: - dependency-name: "@instantdb/react" dependency-version: 1.0.22 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Ralphie skipped this for: skip-manual-upgrade What I saw: @instantdb/react jumps from 0.22.185 to 1.0.22 — a pre-1.0 → 1.0 release on a runtime data layer. instantdb is called out explicitly in the deps rules as security-sensitive (auth + realtime sync), and the Dependabot body links to the compare view rather than a v1 migration guide, so the breaking surface isn't summarized here. What would unblock it: A maintainer reads the v1.0 release notes / migration guide, applies any required code or schema changes, coordinates with the paired @instantdb/core bump (#157), and verifies auth + sync behavior locally before merging. |
|
Ralphie skipped this for: skip-needs-review What I saw: Verification fails with 24 TypeScript errors across 6 files ( What I investigated:
What's still unclear: Whether v1.0's incremental fixes (especially "Clear mutations and unloaded querysubs on user change", "wait for cookie sync on auth state changes", and the SSR/hydration changes) shift any behavior our app depends on. Type checks won't catch this; only running auth + sync against a real InstantDB app will. What would unblock it: Maintainer bumps |
) Two changes that flow from observed loop behavior on #131 (stripe) and #156 (@instantdb/react). 1. open-pull-requests-limit: 5 → 15 (both ecosystems). The deps loop processes each PR autonomously and produces evidence-cited verdicts, so the original "don't overwhelm the maintainer" cap is less binding. The constraint now is loop session cost + queue management. 15 gives a weekly Dependabot tick room to breathe; we can revisit if it gets tight. 2. Group @instantdb/* packages. PR #156's elevated-scrutiny session diagnosed exactly the coordination concern that comes from bumping one InstantDB package without the others — type inference regresses to unknown/{} because peer-related packages end up at mismatched versions. The fix is preventive: bundle @instantdb/core, @instantdb/react, @instantdb/admin into a single group so they always arrive coordinated. Generalizing the principle: packages that release together get a group; packages whose behavior tests can't catch get their own PR (excluded from groups; LLM clients are the canonical case for the latter — agent SDK exclusion already encodes this). Future SDK families that should follow the InstantDB pattern as we encounter them: @trpc/*, @radix-ui/*, @aws-sdk/*, etc. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @instantdb/react from 0.22.185 to 1.0.22.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)