Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the production-dependencies group with 2 updates: @coinbase/onchainkit and viem.

Updates @coinbase/onchainkit from 0.38.19 to 1.0.0

Release notes

Sourced from @​coinbase/onchainkit's releases.

@​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

0.38.11

Patch Changes

0.38.10

Patch Changes

0.38.9

Patch Changes

  • fix: Cached default wagmi config to prevent accounts disconnecting when OnchainKit rerenders. By @​brendan-defi #2319

... (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

Updates viem from 2.37.5 to 2.37.6

Release notes

Sourced from viem's releases.

viem@2.37.6

Patch Changes

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 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 <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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
fardrops Ready Ready Preview Comment Sep 17, 2025 6:16pm

Bumps the production-dependencies group with 2 updates: [@coinbase/onchainkit](https://github.com/coinbase/onchainkit) and [viem](https://github.com/wevm/viem).


Updates `@coinbase/onchainkit` from 0.38.19 to 1.0.0
- [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/@coinbase/onchainkit@0.38.19...@coinbase/onchainkit@1.0.0)

Updates `viem` from 2.37.5 to 2.37.6
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.37.5...viem@2.37.6)

---
updated-dependencies:
- dependency-name: "@coinbase/onchainkit"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: viem
  dependency-version: 2.37.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@JSONbored JSONbored force-pushed the dependabot/npm_and_yarn/production-dependencies-6bf8da7110 branch from 108988b to 773cde6 Compare September 17, 2025 18:15
@JSONbored JSONbored merged commit 7d36e36 into main Sep 22, 2025
11 checks passed
@JSONbored JSONbored deleted the dependabot/npm_and_yarn/production-dependencies-6bf8da7110 branch September 22, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants