Skip to content

Commit

Permalink
chore: wagmi 2.12.16 upgrade (#2203)
Browse files Browse the repository at this point in the history
* chore: upgrade wagmi ^2.12.16

chore: upgrade wagmi ^2.12.16

chore: pnpm upgrade, fix wagmi mismatch

fix: lockfile

fix: site wagmi version

fix: remove config type change

* fix: external depens

* chore: changeset

* chore: sitemap updates

chore: sitemap
  • Loading branch information
DanielSinclair authored Oct 3, 2024
1 parent 5b82b4b commit dc31926
Show file tree
Hide file tree
Showing 32 changed files with 198 additions and 155 deletions.
21 changes: 21 additions & 0 deletions .changeset/large-pans-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"generated-test-app": patch
"rainbowkit-next-app": patch
"with-next-siwe-iron-session": patch
"with-next-rainbow-button": patch
"with-next-siwe-next-auth": patch
"with-next-custom-button": patch
"with-next-wallet-button": patch
"with-create-react-app": patch
"with-next-app-i18n": patch
"with-next-mint-nft": patch
"with-next-app": patch
"with-remix": patch
"with-next": patch
"with-vite": patch
"example": patch
"site": patch
"@rainbow-me/create-rainbowkit": patch
---

Upgraded `wagmi` to `^2.12.16`
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [pull_request, push]

env:
pnpm: 9.10.0
pnpm: 9.12.0
RAINBOW_PROVIDER_API_KEY: ${{ secrets.RAINBOW_PROVIDER_API_KEY }}
WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
pnpm: 9.10.0
pnpm: 9.12.0
RAINBOW_PROVIDER_API_KEY: RAINBOW_PROVIDER_API_KEY

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "5.5.2",
"util": "0.12.5",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-custom-button/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-mint-nft/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-mint-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-rainbow-button/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-rainbow-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-siwe-iron-session/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-siwe-iron-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-siwe-next-auth/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-siwe-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next-wallet-button/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion examples/with-next-wallet-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions examples/with-next/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
i18n: {
locales: ['en-US', 'zh-CN'],
defaultLocale: 'en-US',
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9",
"wagmi": "^2.12.16",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"typescript": "5.5.2",
"viem": "2.17.0",
"vitest": "2.0.5",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.0",
"pnpm": {
"onlyBuiltDependencies": ["esbuild"]
}
Expand Down
4 changes: 4 additions & 0 deletions packages/create-rainbowkit/generated-test-app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-rainbowkit/templates/next-app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack: config => {
config.externals.push('pino-pretty', 'lokijs', 'encoding')
return config
},
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down
6 changes: 5 additions & 1 deletion packages/example/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
webpack: (config) => {
config.externals.push('pino-pretty', 'lokijs', 'encoding');
return config;
},
i18n: {
defaultLocale: 'en-US',
locales: [
Expand All @@ -22,5 +27,4 @@ module.exports = {
'zh-TW',
],
},
reactStrictMode: true,
};
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.9"
"wagmi": "^2.12.16"
},
"scripts": {
"dev": "next dev",
Expand Down
Loading

0 comments on commit dc31926

Please sign in to comment.