Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps @coinbase/onchainkit from 0.36.11 to 1.1.1.

Release notes

Sourced from @​coinbase/onchainkit's releases.

@​coinbase/onchainkit@​1.1.1

Patch Changes

  • fix: Allow additional properties in withValidManifest - Thanks @​dgca! #2515

@​coinbase/onchainkit@​1.1.0

Minor Changes

  • feat: Add option to useOpenUrl to handle non-mini-app behavior in a custom way - Thanks @​dgca! #2500

Patch Changes

  • fix: Deprecate isFrameReady and setFrameReady for isMiniAppReady and setMiniAppReady - Thanks @​dgca! #2510

  • fix: Update GetOnrampUrl types to account for new API interface - Thanks @​dgca! #2511

@​coinbase/onchainkit@​1.0.3

No release notes provided.

@​coinbase/onchainkit@​1.0.2

Patch Changes

  • chore: Package version bump

@​coinbase/onchainkit@​1.0.0

Changelog

0.38.15

Patch Changes

  • chore: Rename alpha version to canary. By @​dgca #2404
  • chore: Add client FID and OnchainKit/MiniKit differentiation to analytics. By @​dgca #2391

0.38.14

Patch Changes

0.38.13

Patch Changes

  • fix: Update wagmi config if connectors change. By @​dgca #2350

0.38.12

Patch Changes

... (truncated)

Changelog

Sourced from @​coinbase/onchainkit's changelog.

OnchainKit v1.0.0 API Changes

This document outlines all API changes, additions, and removals between OnchainKit v0.38.19 and v1.0.0.

Breaking Changes

Provider API

Removed

  • MiniKitProvider - Standalone MiniKit provider

Changed

  • OnchainKitProvider - Now includes MiniKit configuration

v0.x:

<MiniKitProvider apiKey="..." chain={base} config={{...}}>

v1.0:

<OnchainKitProvider 
  apiKey="..." 
  chain={base} 
  config={{...}}
  miniKit={{ enabled: true, autoConnect: true }}
>

Dependencies

Updated

  • React: ^18 || ^19^19 (React 18 support removed)
  • @​farcaster/frame-sdk@​farcaster/miniapp-sdk (breaking dependency change)

Added Peer Dependencies

  • viem: ^2.27 (now required as peer dependency)
  • wagmi: ^2.16 (now required as peer dependency)

Build System

Changed Scripts

  • v0.x: "build": "pnpm clean && pnpm bundle:prod"
  • v1.0: "build": "pnpm clean && vite build"

Removed Scripts

  • bundle:dev
  • bundle:prod

Updated Scripts

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by coinbase-npm, a new releaser for @​coinbase/onchainkit since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [@coinbase/onchainkit](https://github.com/coinbase/onchainkit) from 0.36.11 to 1.1.1.
- [Release notes](https://github.com/coinbase/onchainkit/releases)
- [Changelog](https://github.com/coinbase/onchainkit/blob/main/alpha-api-changes.md)
- [Commits](https://github.com/coinbase/onchainkit/compare/v0.36.11...@coinbase/[email protected])

---
updated-dependencies:
- dependency-name: "@coinbase/onchainkit"
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 6, 2025
@cb-heimdall
Copy link

cb-heimdall commented Oct 6, 2025

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Copy link

@joe10832 joe10832 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cb-heimdall
Copy link

Review Error for joe10832 @ 2025-10-13 04:14:24 UTC
User must have write permissions to review

@joe10832
Copy link

Bumps @coinbase/onchainkit from 0.36.11 to 1.1.1.

Release notes

Sourced from @​coinbase/onchainkit's releases.

@​coinbase/onchainkit@​1.1.1

Patch Changes

  • fix: Allow additional properties in withValidManifest - Thanks @​dgca! #2515

@​coinbase/onchainkit@​1.1.0

Minor Changes

  • feat: Add option to useOpenUrl to handle non-mini-app behavior in a custom way - Thanks @​dgca! #2500

Patch Changes

  • fix: Deprecate isFrameReady and setFrameReady for isMiniAppReady and setMiniAppReady - Thanks @​dgca! #2510

  • fix: Update GetOnrampUrl types to account for new API interface - Thanks @​dgca! #2511

@​coinbase/onchainkit@​1.0.3

No release notes provided.

@​coinbase/onchainkit@​1.0.2

Patch Changes

  • chore: Package version bump

@​coinbase/onchainkit@​1.0.0

Changelog

0.38.15

Patch Changes

  • chore: Rename alpha version to canary. By @​dgca #2404
  • chore: Add client FID and OnchainKit/MiniKit differentiation to analytics. By @​dgca #2391

0.38.14

Patch Changes

0.38.13

Patch Changes

  • fix: Update wagmi config if connectors change. By @​dgca #2350

0.38.12

Patch Changes

... (truncated)

Changelog

Sourced from @​coinbase/onchainkit's changelog.

OnchainKit v1.0.0 API Changes

This document outlines all API changes, additions, and removals between OnchainKit v0.38.19 and v1.0.0.

Breaking Changes

Provider API

Removed

  • MiniKitProvider - Standalone MiniKit provider

Changed

  • OnchainKitProvider - Now includes MiniKit configuration

v0.x:

<MiniKitProvider apiKey="..." chain={base} config={{...}}>

v1.0:

<OnchainKitProvider 
  apiKey="..." 
  chain={base} 
  config={{...}}
  miniKit={{ enabled: true, autoConnect: true }}
>

Dependencies

Updated

  • React: ^18 || ^19^19 (React 18 support removed)
  • @​farcaster/frame-sdk@​farcaster/miniapp-sdk (breaking dependency change)

Added Peer Dependencies

  • viem: ^2.27 (now required as peer dependency)
  • wagmi: ^2.16 (now required as peer dependency)

Build System

Changed Scripts

  • v0.x: "build": "pnpm clean && pnpm bundle:prod"
  • v1.0: "build": "pnpm clean && vite build"

Removed Scripts

  • bundle:dev
  • bundle:prod

Updated Scripts

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by coinbase-npm, a new releaser for @​coinbase/onchainkit since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Git clone [email protected]:joe10833/onchaintestkit.git
cd onchaintestkit
git checkout -b feature/anchoring-prod
git apply --index ~/downloads/onchaintestkit_integration/anchoring_prod_integration.patch
git status
git add .
git commit -m "chore(anchoring): add production anchoring integration files"
git push -u origin feature/anchoring-prodhttps://github.com/joe10833/onchaintestkit

Copy link

@joe10832 joe10832 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cb-heimdall
Copy link

Review Error for joe10832 @ 2025-10-15 05:40:37 UTC
User must have write permissions to review

@joe10832
Copy link

https://stackblitz.com/~/github.com/MunyayLLC/https-github.com-joe10832-onchaintestkitsupabase functions serve connect-supabase --no-verify-jwt --env-file ./supabase/.env.localexamples/edge-functions/supabase/functions/connect-supabase

@joe10832
Copy link

Bumps @coinbase/onchainkit from 0.36.11 to 1.1.1.

Release notes

Sourced from @​coinbase/onchainkit's releases.

@​coinbase/onchainkit@​1.1.1

Patch Changes

  • fix: Allow additional properties in withValidManifest - Thanks @​dgca! #2515

@​coinbase/onchainkit@​1.1.0

Minor Changes

  • feat: Add option to useOpenUrl to handle non-mini-app behavior in a custom way - Thanks @​dgca! #2500

Patch Changes

  • fix: Deprecate isFrameReady and setFrameReady for isMiniAppReady and setMiniAppReady - Thanks @​dgca! #2510

  • fix: Update GetOnrampUrl types to account for new API interface - Thanks @​dgca! #2511

@​coinbase/onchainkit@​1.0.3

No release notes provided.

@​coinbase/onchainkit@​1.0.2

Patch Changes

  • chore: Package version bump

@​coinbase/onchainkit@​1.0.0

Changelog

0.38.15

Patch Changes

  • chore: Rename alpha version to canary. By @​dgca #2404
  • chore: Add client FID and OnchainKit/MiniKit differentiation to analytics. By @​dgca #2391

0.38.14

Patch Changes

0.38.13

Patch Changes

  • fix: Update wagmi config if connectors change. By @​dgca #2350

0.38.12

Patch Changes

... (truncated)

Changelog

Sourced from @​coinbase/onchainkit's changelog.

OnchainKit v1.0.0 API Changes

This document outlines all API changes, additions, and removals between OnchainKit v0.38.19 and v1.0.0.

Breaking Changes

Provider API

Removed

  • MiniKitProvider - Standalone MiniKit provider

Changed

  • OnchainKitProvider - Now includes MiniKit configuration

v0.x:

<MiniKitProvider apiKey="..." chain={base} config={{...}}>

v1.0:

<OnchainKitProvider 
  apiKey="..." 
  chain={base} 
  config={{...}}
  miniKit={{ enabled: true, autoConnect: true }}
>

Dependencies

Updated

  • React: ^18 || ^19^19 (React 18 support removed)
  • @​farcaster/frame-sdk@​farcaster/miniapp-sdk (breaking dependency change)

Added Peer Dependencies

  • viem: ^2.27 (now required as peer dependency)
  • wagmi: ^2.16 (now required as peer dependency)

Build System

Changed Scripts

  • v0.x: "build": "pnpm clean && pnpm bundle:prod"
  • v1.0: "build": "pnpm clean && vite build"

Removed Scripts

  • bundle:dev
  • bundle:prod

Updated Scripts

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by coinbase-npm, a new releaser for @​coinbase/onchainkit since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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

Development

Successfully merging this pull request may close these issues.

2 participants