build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) #537
build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) #537
Conversation
…535) * [MNY-243] Update /pay page to render BuyWidget (#8297) * Update airdrop tokens reference link (#8197) Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: prithvish <prithvish@thirdweb.com> * [Docs] Add guide for using ConnectButton with wagmi application (#8294) * [SDK] Add EIP-5792 support for EIP1193.toProvider() (#8298) * [SDK] Fix: update React Native Send Funds screen to allow decimal amounts (#8299) * Version Packages (#8300) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update factory (#8301) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a patch for the `thirdweb` package, adding a new factory address for the `create2` deployment on the Neura testnet. ### Detailed summary - Added a new factory address for `267`: `0x4e59b44847b379578588920cA78FbF26c0B4956C` to the `FACTORIES` record in `create-2-factory.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for Neura testnet in Create2 factory deployments. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [MNY-237] SDK: Update theme colors, minor UI tweaks (#8305) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating theme colors and making minor UI tweaks across various React components in the `thirdweb` package. ### Detailed summary - Updated `weight` from `600` to `500` in multiple components' `Text`. - Adjusted `border` styles in `Container` components. - Modified padding and margin in several layout elements. - Enhanced UI elements with consistent `letterSpacing` and `fontSize`. - Added new theme stories for `darkThemeObj` and `lightThemeObj`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added Storybook theme showcase displaying color tokens and design system palette - **Bug Fixes** - Improved loading skeleton UI with better scrollable layout and visual consistency - **Style** - Refactored theme system with explicit color objects - Updated button styling with adjusted border radius and padding - Refined typography (font weights) across UI components - Adjusted layout spacing and padding throughout Bridge and wallet components - Increased QR code size for improved visibility - **Chores** - Added changeset documentation for patch release <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Dashboard: Fix horizontal overflow in /bridge page (#8302) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the styling of the `bridge-page` component by adding an `overflow-hidden` class to a `div`, which likely improves the layout and prevents overflow issues. ### Detailed summary - Added `overflow-hidden` class to the `div` in the `bridge-page` component to manage overflow behavior. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated the bridge page container to refine content display behavior and ensure consistent visual presentation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [MNY-289] SDK: Fix token selection UI loading state when wallet is connected to a chain that is not supported by tw bridge (#8304) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR addresses an issue with the `Select Token` UI being stuck in a loading state when the wallet is connected to an unsupported chain by the `thirdweb Bridge`. It modifies the logic for selecting the default chain in various widgets. ### Detailed summary - Updated the function from `getDefaultSelectedChain` to `findChain` for clarity. - Improved logic to handle cases where `activeChainId` is undefined. - Adjusted the selection of `selectedChain` to use the new `findChain` function, ensuring proper fallback options. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Bug Fixes * Fixed Select Token components from remaining in loading state when the connected wallet chain is not supported by thirdweb Bridge. This affects BuyWidget, SwapWidget, and BridgeWidget. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [Playground] Use production API URL (#8307) * Filter out null-ish values from ERC721 and ERC1155 getNFTs() arrays (#8311) * Handle null metadata in ERC721 and ERC1155 getNFT functions (#8312) * [X402] Fix network comparison in decodePaymentRequest (#8313) * Version Packages (#8303) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [SDK] Enhance compatibility with third party x402 libs (#8314) * Version Packages (#8315) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Dashboard: /pay/<id> page UI improvements, SDK: CheckoutWidget minor UI tweaks (#8310) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on UI enhancements and minor adjustments in the `CheckoutWidget` and related components of the payment dashboard, improving styling, layout, and functionality. ### Detailed summary - Minor UI adjustments in `CheckoutWidget`. - Updated `formatTokenBalance.ts` to allow more flexible currency formatting. - Added `trackingTight` prop to `Text` in `FiatValue.tsx`. - Enhanced `PayPageWidget` with new class names for styling. - Adjusted color values in SDK theme definitions. - Improved layout and spacing in `WithHeader.tsx`. - Modified text properties in `DirectPayment.tsx` for better readability. - Created a new `PayIdPageHeader` component for improved header structure. - Replaced complex JSX in `PayPage` with cleaner component structure, including `DotsBackgroundPattern`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Theme toggle added to Pay page headers; streamlined Pay page header and layout with decorative background. * **Style** * Refined secondary/tertiary button and background colors, typography weights/letter spacing, spacing and divider styles. * Adjusted price and label styling, currency formatting precision, and visual spacing around branding. * Pay widget now uses a fallback image when no project image is provided. * **Chores** * Added changelog entry documenting a patch release. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Update x402 default payment validity window (#8317) * [SDK] Update x402 dependency and export additional types (#8319) * Version Packages (#8318) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * SDK: Fix Safe wallet connection issues with WalletConnect (#8327) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR addresses issues with the Safe wallet connection when using `WalletConnect`, ensuring better handling of account retrieval. ### Detailed summary - Updated the comment for `account` retrieval to clarify that it grabs the address from mainnet if available. - Modified the `firstAccountOn` function to return the first account from the session if no matching account is found. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed Safe wallet connection issues with WalletConnect <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Dashboard: Update faucet amount for arc testnet (#8326) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a new entry for the `Arc testnet` in the `faucet.ts` file, enhancing the functionality to support an additional test network alongside the existing `Sophon testnet`. ### Detailed summary - Added a comment for `Arc testnet`. - Introduced a new entry `5042002: 1` for the `Arc testnet`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced faucet support for the Arc testnet, allowing users connected to this network to claim test funds. - The claim amount on Arc is set to 1, ensuring consistent and predictable claims on that network. - Existing networks and the default claim behavior remain unchanged, preserving current user flows while expanding testnet coverage. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Dashboard: Use monotone curve type for AreaChart to avoid clipping (#8329) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `type` property for charts from `natural` to `monotone` in various components to improve the visual representation of the data. ### Detailed summary - In `empty-chart-state.tsx`, changed `type` from `natural` to `monotone`. - In `area-chart.tsx`, changed `type` from `natural` to `monotone`. - In `ErrorRate.tsx`, changed `type` from `natural` to `monotone`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated chart line rendering across multiple dashboard components for improved visual consistency. Area and bar charts now use refined curve interpolation for smoother data visualization. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * add arc testnet to chains package (#8325) * [Paywall] Support string price format when tokenAddress is not provided (#8330) * [X402] Simplify FacilitatorNetworkSchema to accept any string (#8331) * Version Packages (#8328) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update implementations (#8334) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `MarketplaceV3` contract addresses and the `ZKSYNC_WETH` token addresses in the `implementations.ts` file. ### Detailed summary - Updated `MarketplaceV3` address for network `232` from `0x9742f5ac11958cFAd151eBF0Fc31302fA409036E` to `0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D`. - Updated `MarketplaceV3` address for network `37111` from `0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE` to `0xF8fd1016420c2B7832714241d36Efe55D41df126`. - Updated `ZKSYNC_WETH` address for network `232` from `0xE5ecd226b3032910CEaa43ba92EE8232f8237553` to `0x6bDc36E20D267Ff0dd6097799f82e78907105e2F`. - Updated `ZKSYNC_WETH` address for network `37111` from `0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16` to `0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated contract addresses for zkSync networks: MarketplaceV3 and WETH addresses replaced for chain 232 and chain 37111. * Added a changeset marking a patch release (release metadata). * No public API or exported signatures changed. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * setup @thirdweb-dev/nexus package (#8332) * [SDK] Fix: move `@storybook/react` package to be a dev dependency (#8306) Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com> * Version Packages (#8336) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add Solana wallet balance endpoint and UI integration (#8338) * Version Packages (#8339) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [MNY-298] SDK: Remove Bridge.routes, Update Docs (#8335) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on removing the `Bridge.routes` functionality and the `useBridgeRoutes` hook from the codebase, along with related references and documentation updates in various files. ### Detailed summary - Deleted `Routes.ts`, `Routes.test.ts`, and `useBridgeRoutes.ts` files. - Removed references to `Bridge.routes` in multiple `.mdx` files and sidebar components. - Updated `index.ts` to stop exporting `routes`. - Adjusted `useSendTransactionCore` to use `Bridge.tokens` instead of `Bridge.routes`. - Removed the `PriceComparator` class and associated methods for route comparison. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Breaking Changes** * Removed the Bridge.routes API, which previously supported route discovery with filtering by chains and tokens, pagination, and sorting * Removed the useBridgeRoutes React hook * **Documentation** * Removed documentation pages covering bridge route discovery and filtering functionality * Removed related sidebar and guide navigation links * **Tests** * Removed test suites for removed APIs <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Add successUrl support to payment page (#8341) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces various configuration files, updates the `PayPage` component with URL validation, and enhances the fetch functionality with OAuth support. It also includes the addition of testing HTML and size limits for the package. ### Detailed summary - Added `wrap` export in `nexus-fetch.ts`. - Introduced `biome.json`, `.size-limit.json`, `tsconfig.json`, `tsconfig.build.json`, and `knip.json` for configuration. - Enhanced `PayPage` with `onlyUrl` validation and success URL handling. - Added testing HTML file for `nexus-fetch`. - Updated `package.json` with author and dependencies. - Improved fetch functionality with OAuth and error handling. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Payment page now supports redirecting to a provided success URL after payment completes. - New nexus-fetch library adds automatic OAuth token management, PKCE-backed sign-in flow, automatic token refresh, and integrated handling of proxy payment flows for web requests. - **Chores** - Added build/configuration and size-limit files for the new nexus-fetch package. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Move success URL handling from PayPage to StyledBuyWidget component (#8342) * [SDK] Refactor payment processing to use facilitator.accepts (#8344) * [SDK] Update x402 flows to use remote /accepts endpoint (#8345) * Version Packages (#8340) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0 (#396) Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0. See this package in npm: @aws-sdk/credential-providers See this project in Snyk: https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * [Dashboard] Fix active users aggregation in project highlights card (#8346) * [SDK] Fix hiddenWallets prop not applying to all wallets screen (#8354) * Version Packages (#8355) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update implementations, fix deployment (#8356) * [SDK] Add support for extra metadata in x402 payment requests (#8358) * Version Packages (#8357) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Move x402 route from /payments/x402 to /x402 (#8360) * [SDK] Enhance isMobile() detection with additional mobile signals (#8361) * Version Packages (#8362) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [MNY-295] Fix BuyWidget autoconnect not working when receiverAddress prop is set (#8363) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on fixing the `BuyWidget` component's autoconnect functionality when the `receiverAddress` prop is set, and it introduces a new story variant to demonstrate this behavior. ### Detailed summary - Updated `BuyWidget` to conditionally render the `AutoConnect` component based on `connectOptions.autoConnect`. - Introduced a new story `NoAutoConnect` in `BuyWidget.stories.tsx` to showcase the widget with `autoConnect` set to false. - Modified `FundWallet.tsx` to ensure proper handling of the `autoConnect` prop. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Bug Fixes** * Fixed auto-connect functionality that was not working correctly when the receiver address property is set on the buy widget. * **New Features** * Added configurable auto-connect option to the buy widget, enabling users to control whether auto-connection is enabled or disabled based on their needs. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Allow custom chain for SIWE authentication (#8365) * Version Packages (#8364) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Dashboard: Update faucet amount for injective testnet (#8368) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a new entry for the `Injective testnet` in the `faucet.ts` file, indicating a change in the configuration for test networks. ### Detailed summary - Added a new entry for `Injective testnet` with a value of `1` in the configuration. - The existing entry for `Arc testnet` remains unchanged. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## New Features * Added support for Injective testnet, enabling faucet claims on this network with customized claim amount configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Update vault documentation text and faq (#8367) ``` [Portal] Fix: Update Vault open-source status and add FAQ ## Notes for the reviewer This PR updates the Vault portal documentation to accurately reflect its open-source status. * Removed "open-source" from the main description and metadata on the Vault overview page. * Added a new FAQ entry under `/vault/faqs` clarifying that Vault is not yet open source. ## How to test 1. Navigate to <https://portal.thirdweb.com/vault> * Verify the main description no longer includes "open-source". * (Optional) Inspect page metadata to confirm "open-source" is removed from the description. 2. Navigate to <https://portal.thirdweb.com/vault/faqs> * Verify the new FAQ "Is Vault open source?" is present with the answer "Vault is not yet open source, but we plan to release it soon." ``` --- [Slack Thread](https://thirdwebdev.slack.com/archives/C09DS2CKGP2/p1762411784588169?thread_ts=1762411784.588169&cid=C09DS2CKGP2) <a href="https://cursor.com/background-agent?bcId=bc-ab8c2b24-6a74-4e0c-b302-d84d69ac5953"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a> <a href="https://cursor.com/agents?id=bc-ab8c2b24-6a74-4e0c-b302-d84d69ac5953"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the description of the `Vault` service to remove references to it being open source and refining the language for clarity. ### Detailed summary - Added a new `Details` section in `apps/portal/src/app/vault/faqs/page.mdx` about Vault's open-source status. - Updated the `description` in `apps/portal/src/app/vault/layout.tsx` to remove "open-source." - Revised the `description` in `apps/portal/src/app/vault/page.mdx` to remove "open-source." - Modified the main description of `Vault` in `apps/portal/src/app/vault/page.mdx` for clarity. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Documentation * Added new FAQ entry addressing open-source availability with information on future release plans * Updated Vault service descriptions emphasizing non-custodial key management design and TEE security architecture * Refined documentation metadata to provide clearer communication of Vault's core features, security model, and service capabilities <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Make maxAmount optional in wrapFetchWithPayment (#8369) * Version Packages (#8370) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Refactor Solana sign transaction API for flexible inputs (#8371) * Version Packages (#8372) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [SDK] Expose useInvalidateBalances() (#8373) * Version Packages (#8374) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Change TransactionWidget fiat decimals to two (#8366) <!-- ## [SDK] Fix: Format TransactionWidget fiat amounts to 2 decimals ## Notes for the reviewer This PR updates the `formatMoney` function to display fiat amounts with a maximum of 2 decimal places instead of 5. This standardizes currency formatting for improved readability within the TransactionWidget. ## How to test - Verify fiat amounts in the TransactionWidget (e.g., payment screens, token selection) are displayed with a maximum of 2 decimal places. - Unit tests passed. --> --- [Slack Thread](https://thirdwebdev.slack.com/archives/C09DS2CKGP2/p1762414792059159?thread_ts=1762414792.059159&cid=C09DS2CKGP2) <a href="https://cursor.com/background-agent?bcId=bc-65f07aee-1cee-4915-9656-8e4d9904ae3c"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a> <a href="https://cursor.com/agents?id=bc-65f07aee-1cee-4915-9656-8e4d9904ae3c"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on modifying the formatting of token balances in the `formatTokenBalance.ts` file to limit the maximum number of fraction digits displayed. ### Detailed summary - Changed `maximumFractionDigits` from `5` to `2` in the currency formatting options. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Updated currency formatting to display a maximum of 2 decimal places instead of 5, improving readability and consistency of financial amounts throughout the app while maintaining appropriate minimum precision. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Add Epic Games as new auth provider (#8343) * Version Packages (#8375) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [Playground] Remove hardcoded limit from wrapFetchWithPayment (#8376) * [MNY-304] Move engine tx summary request to client side to fix page crash (#8379) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the transaction analytics feature by updating data fetching methods, improving UI components, and enhancing error handling for transaction summaries and charts. ### Detailed summary - Removed outdated files: `utils.ts` and `filter.tsx`. - Updated import paths for `TransactionSummaryData`. - Changed UI text in `tx-chart-ui.tsx` for clarity. - Enhanced error handling in data fetching functions. - Introduced `getTransactionsChartData` and `getTransactionAnalyticsSummary` for improved data management. - Refactored `TransactionsAnalyticsPageContent` to streamline data flow and UI rendering. - Added new components for date and interval selection in transaction charts. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Analytics now load client-side with a spinner and a streamlined layout; analytics sections only show when transactions exist. * **New Features** * Direct date-range and interval controls in the analytics view. * Unified analytics summary and charts presented above the transactions table. * Chart header updated to "Transactions" with revised description. * **Chores** * Removed URL-synced filter behavior; filters are local. * Empty-chart messaging changed to "No transactions found." <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [MNY-305] Dashboard: Checksum addresses in tx page (#8380) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing address handling in the `GeneericTxDetails` and `TokenInfo` components by introducing the `getAddress` function from `thirdweb`, ensuring that addresses are consistently formatted. ### Detailed summary - Added `getAddress` import in `page.tsx` and `bridge-status.tsx`. - Replaced direct usage of `transaction.from` and `transaction.to` with `fromAddress` and `toAddress` in `GeneericTxDetails`. - Updated `textToCopy` and `textToShow` in `CopyTextButton` components to use `fromAddress` and `toAddress`. - Updated `TokenInfo` to use `getAddress` for `props.token.address` and `props.walletAddress`. - Changed `textToCopy` and `textToShow` in `TokenInfo` to use `tokenAddress`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved address normalization in transaction and bridge status displays to ensure consistent formatting across the dashboard, preventing potential issues with address validation and comparison. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [PRO-73] Portal: Update hero images (#8381) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on making stylistic updates to the `Hero` component in the `page.tsx` file, including adjustments to padding and text size in the layout. ### Detailed summary - Changed padding in the `section` from `py-14` to `pt-14 pb-6`. - Modified paragraph class from `text-lg` to `text-base` for smaller text size on smaller screens while keeping `lg:text-lg`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Adjusted Hero section vertical spacing for improved layout balance. * Enhanced introductory text with responsive font sizing and refined spacing across different screen sizes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Replace Celo Alfajores with Celo Sepolia Testnet (#8384) * Version Packages (#8385) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [Portal] Move x402 from payments to top-level section (#8386) * [MNY-303] Various UI/UX Improvements in Bridge components (#8388) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on various UI/UX improvements across multiple components in the `thirdweb` package, particularly enhancing visual consistency and user interaction within the Bridge and Token Selection components. ### Detailed summary - Adjusted font weights in several components from `600` to `500`. - Updated `Spacer` component usage for consistent spacing. - Enhanced `TokenSelection` UI with tabbed navigation for "All Tokens" and "Your Tokens". - Added fallback images for icons in `TokenAndChain` and `ChainButton`. - Refactored `CopyIcon` to use a `Button` instead of a `div` for better accessibility. - Improved loading states and skeletons in `TokenSelectionScreen`. - Simplified conditional rendering for transaction details in `PaymentReceipt`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Token selection: separate "All Tokens" and "Your Tokens" tabs with per-tab paging and "Load More" * Payment receipts: per-transaction explorer links and copy-to-clipboard controls * Enhanced success/details views showing expanded per-transaction status entries * **UI/UX Improvements** * Refined typography weights across Bridge screens for clearer hierarchy * Adjusted icon sizing and added visual fallbacks for missing chain/token icons * Improved spacing, alignment, scrolling and containment in Bridge layouts <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Stylus modules (#8383) * [SDK] Loosen peer dependency requirements for React Native (#8390) * Version Packages (#8389) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [Dashboard] New Project > Wallets product grouping and subsections (#8359) Reorganized wallet-related routes under a new sidebar structure, replacing legacy pages with redirects to new user, server, and sponsored gas wallet sections. Added new layout and overview/configuration pages for server wallets and sponsored gas, updated sidebar navigation to reflect new wallet grouping, and removed legacy Account Abstraction and Vault pages in favor of the new structure. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on renaming "in-app wallets" to "user wallets" throughout the application, along with restructuring related components, routes, and API calls. It also introduces new configurations and adjusts UI elements to reflect these changes. ### Detailed summary - Renamed `in-app wallets` to `user wallets` in various components and texts. - Deleted unused files related to `in-app wallets`. - Updated API error messages to reflect the new terminology. - Adjusted routing paths for user wallet configurations. - Updated UI elements and titles to align with the new terminology. - Refactored sidebar links to include new wallet types. - Added new components for user wallet management. - Implemented new pagination and analytics features for user wallets. > The following files were skipped due to too many changes: `apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/page.tsx`, `apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/user-wallets/configuration/components/sms-country-select/utils.ts`, `apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/user-wallets/configuration/components/index.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Pages and layouts for Server Wallets, Sponsored Gas, and User Wallets (overview + configuration); key management and analytics pages added. * In-app/User wallet settings UI: branding, JWT/custom auth endpoint, image uploads, SMS country selector, and SMS country data/utilities. * **Navigation Updates** * Sidebar reorganized to group wallet features; submenu discovery and mobile behavior improved. * **Behavioral Changes** * Legacy analytics/settings pages replaced with redirects to new wallet routes. * **UX** * Wallet tables: URL-driven pagination, page-size-aware ranges, clearer “Showing X–Y of Z” messaging; wording updated from “In-App” to “User” wallets; announcement banner added. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [Dashboard] Add x402 payments section (#8394) * SDK: Add verify parameter in Bridge.Webhook.parse function (#8395) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR adds a `verify` parameter to the `Bridge.Webhook.parse` function in the `thirdweb` library, allowing for validation of webhook payloads against specified criteria such as receiver address, destination token address, chain ID, and minimum destination amount. ### Detailed summary - Introduced `verify` parameter in `Bridge.Webhook.parse` function. - Added validation checks for: - `receiverAddress` - `destinationTokenAddress` - `destinationChainId` - `minDestinationAmount` - Enhanced error handling for mismatched values. - Updated tests to cover verification scenarios for both onchain and onramp transactions. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Webhook parsing now supports optional payload verification: enforce receiver address (case-insensitive), destination token, destination chain ID, and minimum destination amount. Verification works for both on-chain and on-ramp payloads and returns descriptive errors on mismatch to help ensure incoming webhooks meet your requirements. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Add callout for verifying webhook in dashboard and portal (#8396) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `BridgeWebhookModalContent` component by adding a warning alert for payload verification and modifies the documentation for webhook creation and payload parsing to reflect changes in terminology and content structure. ### Detailed summary - Added `UnderlineLink` and `Alert` components to `webhooks.client.tsx`. - Introduced a warning alert regarding payload verification in the webhook modal. - Updated the version selection to only display for specific conditions. - Changed documentation headings and improved clarity on webhook creation and payload parsing. - Revised example payloads and verification instructions in the documentation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> * [Dashboard] Add x402 chain analytics chart and empty state (#8398) * [Dashboard] Change default x402 metric from volume to payments (#8399) * [Dashboard] Add date range filtering to transaction analytics (#8400) * [PRO-96] Playground: Update product grouping (#8401) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on restructuring the `payments` and `contracts` sections of the codebase, consolidating them under a new `bridge` section, and updating various links and components to reflect the new structure. ### Detailed summary - Deleted multiple files related to `payments` and `contracts`. - Introduced new `bridge` components and pages. - Updated links in various `.mdx` and `.tsx` files to point to the new `bridge` paths. - Renamed components such as `BuyPlayground` to `BuyWidget`. - Updated sidebar links for improved navigation. - Adjusted feature cards to reflect the new structure and titles. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Reorganized navigation menu with new Bridge section consolidating payment widgets * Added x402 as prominent top-level navigation item * Expanded Account Abstraction section with new submenu items * **Changes** * Updated widget names and playground URLs across documentation and dashboard links * Restructured Transactions and Account Abstraction into dedicated submenus under Wallets * Renamed and relocated playground widget pages to Bridge section * **Removals** * Removed Contracts section from navigation and playground * Removed standalone Payments overview page <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Update useAuthToken to find auth token for any connected wallet (#8402) * [SDK] Add all connected wallets in onConnect callbacks (#8403) * Version Packages (#8397) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Dashboard: Update announcement banner (#8404) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `label` prop of the `AnnouncementBannerUI` component to provide more detailed information about recent changes related to Wallets in the Project Dashboard. ### Detailed summary - Updated the `label` prop of the `AnnouncementBannerUI` component from: - "Project View Update - Wallets" - To: "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes" > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated dashboard announcement banner with information about recent Wallets feature changes, including details on Transactions, Vault, and Account Abstraction integration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * default sort desc for tokens (#8405) <!-- start pr-codex --> ## PR-Codex overview This PR introduces a new sorting option for retrieving tokens, allowing results to be ordered in descending order based on their balance. ### Detailed summary - Added a new property `sort_order` with the value `"desc"` to the object passed to `getV1Tokens`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Improvements** * Token balances are now displayed in consistent descending order. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [PRO-90] Dashboard: Project > Bridge page changes (#8406) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the payments and bridge components in the dashboard application. It updates routes, modifies component structures, and enhances the user interface for better functionality and clarity. ### Detailed summary - Deleted `view-tx-status.tsx` and `project-settings-breadcrumb.tsx`. - Updated payment-related paths to bridge configuration. - Refactored `FeatureCard` and `QuickstartSection` components. - Changed `TableRow` to `PurchaseTableRow` in `PaymentsTableRow`. - Modified layout and routing in `bridge/layout.tsx` and `bridge/page.tsx`. - Enhanced UI components for better responsiveness and clarity. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a Bridge configuration page with Overview and Configuration tabs. * Transaction hashes now show as copyable links in the payments table. * **Improvements** * Updated Quickstart cards and labels to streamline onboarding and emphasize bridge setup. * Navigation paths updated to the Bridge configuration flow. * Added a styling hook for link icons and refined payments table layout and semantics. * **Removals** * Removed a legacy breadcrumb component and an old transaction status widget. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Rename otherWallets to allConnectedWallets in onConnect callback (#8407) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `onConnect` callback in the `AutoConnect` component to improve clarity in variable naming, changing `otherWallets` to `allConnectedWallets`. ### Detailed summary - Changed the parameter name in `onConnect` from `otherWallets` to `allConnectedWallets`. - Updated the console log statement to reflect the new parameter name, changing it from "other wallets that were also connected" to "all connected wallets". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Breaking Changes** * Updated parameter naming in the AutoConnect callback configuration to align with updated documentation. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [SDK] Rename otherWallet to allConnectedWallets in autoConnect callback (#8408) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on renaming the `otherWallet` parameter to `allConnectedWallets` in the `onConnect` callback to improve clarity and consistency in the code. ### Detailed summary - Updated the `onConnect` callback type in `packages/thirdweb/src/wallets/connection/types.ts` to use `OnConnectCallback`. - Renamed `otherWallet` to `allConnectedWallets` in the `onConnect` function signature. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> * consolidate gateway navbar (#8411) # [Dashboard] Feature: Reorganize Gateway section in project sidebar ## Notes for the reviewer This PR reorganizes the project sidebar by: - Creating a new "Gateway" submenu that contains both RPC and Indexer (formerly Insight) - Moving the Insight page to Gateway/Indexer - Simplifying the Indexer FTUX component - Updating all related file paths and imports ## How to test Navigate to the project sidebar and verify: - The Gateway submenu appears with RPC and Indexer options - The former Insight page now appears under Gateway/Indexer - All functionality continues to work as expected <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Indexer page and onboarding card; introduced Gateway submenu grouping RPC and Indexer. * Introduced a Wallets submenu consolidating wallet-related links; added a Bridge link and highlighted a monetization item with a "New" badge. * Sidebar now shows an Engine link when dedicated engines exist. * **Refactor** * Removed standalone Insight product/page and its onboarding card. * Simplified engine onboarding and empty-state flow. * **Chores** * Added redirects routing old insight/rpc paths to gateway equivalents. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on restructuring the `dashboard` application by reorganizing components and updating routes. It removes unused files, modifies imports, and adjusts the sidebar layout to improve navigation and functionality. ### Detailed summary - Deleted several unused components related to `insight`. - Moved `RpcAnalytics` and `MethodsTable` to a new path under `gateway`. - Updated `loginRedirect` paths in several components. - Added a new `InsightFTUX` component. - Adjusted sidebar links and layout to reflect new component structure. - Removed references to `InsightIcon` and related logic in various files. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> * [Dashboard] Move Contracts back to top level sidebar (#8412) * Fix resolve implementation (#8413) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on improving the `resolveImplementation` function in the `thirdweb` package by enhancing the implementation resolution process for proxy contracts. ### Detailed summary - Replaced the existing implementation resolution logic with a more robust approach using `Promise.all` to fetch implementations from both storage and contract calls. - Introduced a loop to handle multiple implementations, ensuring that valid addresses are checked before proceeding. - Updated the return logic to ensure correct addresses and bytecode are returned based on the resolved implementation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved the reliability of contract implementation resolution to handle edge cases more robustly when detecting implementations across proxy contracts and various contract architecture types. Processing is now more efficient through concurrent implementation detection and optimized fallback handling, ensuring more consistent and faster results in complex contract scenarios. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Improve Mobile detection in WC connection (#8415) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `isMobile` function to include viewport detection for mobile devices and refines the QR overlay creation logic for desktop environments by ensuring existing overlays are cleaned up before creating new ones. ### Detailed summary - Added viewport detection in `isMobile` function to return `true` if `window.innerWidth` is less than 640. - Refactored QR overlay creation in `create-wallet.ts` to ensure existing overlays are destroyed before creating a new one. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved mobile device detection based on viewport size. * Enhanced QR code overlay display with better error handling and resource cleanup. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * Version Packages * support form changes (#8414) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring and enhancing various support forms in the application, including the removal of outdated components and the introduction of new fields to improve user input for support tickets. ### Detailed summary - Deleted `payments`, `contracts`, and `AffectedAreaInput` components. - Updated `OtherSupportForm` with a new label. - Modified `TokensMarketplaceSupportForm` to include a new input for "Support ID in logs". - Removed dynamic imports for `ContractSupportForm` and `PaymentsSupportForm`. - Updated `productOptions` labels for clarity. - Replaced `ENGINE_TYPES` and `ENGINE_PROBLEM_AREAS` with `API_SDK_OPTIONS`. - Enhanced `EngineSupportForm` with new inputs and logic based on selected SDK. - Introduced new components for user wallet issues and account abstraction. - Updated `PROBLEM_AREAS` to include new components for social/email login and user wallet custom auth. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added "Agents/x402 and AI" support option and an optional "Support ID in logs" field. * **Improvements** * Reorganized and simplified support forms: Wallets → Working with User Wallets, Transactions → API/SDKs, Tokens/Marketplace → Creating, Bridging and swapping tokens; token input accepts address or symbol. * Streamlined Connect and Engine flows with focused issue categories (social/email login, custom auth, account abstraction, third‑party wallets, API/SDK selection). * **Chores** * Removed legacy Contracts, Payments and affected-area form screens. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [PRO-98] Update Project FTUX UI (#8418) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the UI components by replacing the `NebulaIcon` with `BotIcon`, enhancing styling, and refactoring code for better readability and functionality across various components. ### Detailed summary - Replaced `NebulaIcon` with `BotIcon` in multiple components. - Improved styles for headings and paragraphs in `ClientIDSection` and `SecretKeySection`. - Updated layout properties in `ProjectWalletSection` and other components. - Added a new `CodeShowcase` component to display code examples. - Enhanced `ProjectFTUX` to accept a `projectWalletSection` prop. - Refactored several components for better structure and readability. - Adjusted margins and paddings for improved UI consistency. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Multi-language code showcase with a language selector for integration examples * Configurable wallet layouts and ability to inject a wallet area into onboarding/FTUX * **UI/UX Improvements** * Refined spacing, typography, and responsive layouts across project pages and sidebar * Added popular framework/product brand icons; replaced several AI/sidebar icons with a unified Bot icon * Simplified sidebar footer links and adjusted paddings and avatar sizes * **Chores** * Updated story examples to include new layout args <!-- end of auto-generated comment: release notes by coderabbit.ai --> * [PRO-105] Dashboard: Update service names (#8419) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on renaming and refactoring the usage of `products` to `services` across various components, updating service definitions, and improving the rendering of product cards in the UI. ### Detailed summary - Renamed `products` to `services` in relevant components. - Updated service definitions with new titles and descriptions. - Modified the `ChainListRow` and `ChainServiceFilter` components to use `services`. - Enhanced `SupportedProductsSection` to conditionally render `ProductCard`. - Added new `ProductCard` component for UI rendering. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> * Add /gateway to framer-rewrites.js * [MNY-310] Dashboard: Improve login redirect path validation (#8422) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR modifies the `isValidEncodedRedirectPath` function to enhance its validation logic for decoded paths, ensuring they start with a single slash and belong to the `thirdweb.com` domain. ### Detailed summary - Removed comments about decoding URI components and path validation. - Added a check to ensure `decodedPath` starts with a single slash. - Introduced a `URL` object to validate that the hostname is `thirdweb.com`. - Simplified the return logic for invalid paths. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Enhanced login redirect validation to ensure redirects are properly verified and authenticated for the correct domain. <!-- end of auto-generated comment: release notes by coderabbit.ai --> * started portal docs (#8410) Co-authored-by: 0xFirekeeper <0xFirekeeper@gmail.com> * [SDK] Better eip5792 handling (#8425) * Version Packages (#8426) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [PRO-112] Dashboard: Project FTUX copy changes (#8428) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the titles and text in the `ProjectFTUX` components to reflect changes in the API endpoint and improve the clarity of the secret key information. ### Detailed summary - Changed the `title` in `ProjectFTUX.tsx` from "POST /v1/auth/initiate" to "POST /v1/transactio…
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
...shboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/create/actions/create-ecosystem.ts
Fixed
Show fixed
Hide fixed
...shboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/ai/api/fetchWithAuthToken.ts
Fixed
Show fixed
Hide fixed
...shboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/ai/api/fetchWithAuthToken.ts
Fixed
Show fixed
Hide fixed
...hboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/ai/components/ChatSidebar.tsx
Fixed
Show fixed
Hide fixed
.../(app)/team/[team_slug]/[project_slug]/(sidebar)/tokens/create/token/launch/launch-token.tsx
Fixed
Show fixed
Hide fixed
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Summary of ChangesHello @Dargon789, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request is a significant rollup of numerous smaller changes, focusing on enhancing the thirdweb platform across its SDK, Dashboard, and Portal. It delivers a wide array of UI/UX improvements, critical bug fixes related to wallet connections and payment flows, and substantial refactoring of internal APIs and analytics. Key updates include a major reorganization of Dashboard sections, improved security measures for login redirects, and expanded support for various blockchain networks and services. The changes aim to streamline developer experience, improve application stability, and provide more robust infrastructure management capabilities. Highlights
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…as HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This is a massive pull request that introduces a significant number of changes across the repository, including configuration updates, major refactoring of the dashboard application, and the addition of new features and documentation. The changes seem to be part of a large-scale effort to restructure the project, adopt new UI libraries, and improve development practices.
My review focuses on a couple of areas in the new API files where improvements can be made for robustness and maintainability. Specifically, I've pointed out a hardcoded year in the 'Year in Review' feature which should be made dynamic, and a fragile URL parsing implementation in the analytics fetching logic that could be improved.
Overall, the refactoring appears well-structured, and the new additions like server actions, centralized API helpers, and caching are great improvements.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…gery Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* WIP passkey signer
* cleanup
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* [Experiment] Chart fetching strategies
* Create codeql.yml
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* update dependencies
* feat: upgrade nextjs-toploader from 1.6.12 to 3.8.16 (#135)
Snyk has created this PR to upgrade nextjs-toploader from 1.6.12 to 3.8.16.
See this package in npm:
nextjs-toploader
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade shiki from 1.27.0 to 3.2.1 (#133)
Snyk has created this PR to upgrade shiki from 1.27.0 to 3.2.1.
See this package in npm:
shiki
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade flexsearch from 0.7.43 to 0.8.143 (#134)
Snyk has created this PR to upgrade flexsearch from 0.7.43 to 0.8.143.
See this package in npm:
flexsearch
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2 (#136)
Snyk has created this PR to upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2.
See this package in npm:
@walletconnect/sign-client
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2 (#138)
Snyk has created this PR to upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2.
See this package in npm:
@coinbase/wallet-sdk
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/playground-web/package.json to reduce vulnerabilities (#148)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/portal/package.json to reduce vulnerabilities (#150)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#149)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1 (#153)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/55409c6b-2ed0-4583-b8cd-a5bcabfd7aaa?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade tailwindcss from 3.4.17 to 4.1.3 (#154)
Snyk has created this PR to upgrade tailwindcss from 3.4.17 to 4.1.3.
See this package in npm:
tailwindcss
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/55409c6b-2ed0-4583-b8cd-a5bcabfd7aaa?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* chore(deps): bump @radix-ui/react-hover-card from 1.1.7 to 1.1.11 (#145)
Bumps [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) from 1.1.7 to 1.1.11.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-hover-card"
dependency-version: 1.1.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @chakra-ui/cli from 2.5.6 to 3.16.1 (#146)
Bumps [@chakra-ui/cli](https://github.com/chakra-ui/chakra-ui) from 2.5.6 to 3.16.1.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/system@2.5.6...@chakra-ui/cli@3.16.1)
---
updated-dependencies:
- dependency-name: "@chakra-ui/cli"
dependency-version: 3.16.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite (#155)
Bumps the npm_and_yarn group with 1 update in the /packages/thirdweb directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.7
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create nextjs.yml (#160)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create fluffy-rats-jog.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create static.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create seven-goats-move.md (#164)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create jekyll-gh-pages.yml (#166)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* chore(deps-dev): bump vite from 6.3.2 to 6.3.4 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.3.2 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
* Patch 1 (#165)
* [NEB-69] Nebula: Add UI for Swap and Approve transactions
* Create happy-dodos-reflect.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Manan Tank <manantankm@gmail.com>
* Create old-ants-melt.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.806.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.806.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#220)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: packages/thirdweb/package.json to reduce vulnerabilities (#223)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade tailwindcss from 3.4.17 to 4.1.11 (#239)
Snyk has created this PR to upgrade tailwindcss from 3.4.17 to 4.1.11.
See this package in npm:
tailwindcss
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/0cb37033-dec9-46d7-ae3a-94e1b0ed5ca6?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#307)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-12299318
- https://snyk.io/vuln/SNYK-JS-NEXT-12301496
- https://snyk.io/vuln/SNYK-JS-NEXT-12265451
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Playground: Fix build error
* fix: packages/thirdweb/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13559227
* fix: packages/thirdweb/package.json to reduce vulnerabilities (#367)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13535083
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0 (#396)
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#436)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-14173355
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/portal/package.json to reduce vulnerabilities (#453)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-14400636
- https://snyk.io/vuln/SNYK-JS-NEXT-14400644
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Version Packages
* Bump tailwind-merge from 2.6.0 to 3.4.0 (#475)
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.0 to 3.4.0.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.4.0)
---
updated-dependencies:
- dependency-name: tailwind-merge
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Dargon789 patch 1 (#477)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create nextjs.yml
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Circleci project setup (#121)
* Add .circleci/config.yml
* Add .circleci/config.yml
* Create tender-tigers-smash.md (#157)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update SECURITY.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update .changeset/tender-tigers-smash.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Demo test app (#478)
* Expand FAQ with Dedicated Relayer FAQs
Added information about gas sponsorship and dedicated relayer features.
Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com>
* Update apps/portal/src/app/wallets/faq/page.mdx
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: samina <57885104+saminacodes@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Alert autofix 3 (#479)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 3: Insecure randomness
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 63: Creating biased random numbers from a cryptographically secure source
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Bump the npm_and_yarn group across 1 directory with 3 updates (#468)
Bumps the npm_and_yarn group with 3 updates in the / directory: [happy-dom](https://github.com/capricorn86/happy-dom), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [next](https://github.com/vercel/next.js).
Updates `happy-dom` from 17.4.4 to 20.0.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v17.4.4...v20.0.2)
Updates `vite` from 7.1.7 to 7.1.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
Updates `next` from 15.3.8 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.8...v15.4.10)
---
updated-dependencies:
- dependency-name: happy-dom
dependency-version: 20.0.2
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: upgrade posthog-js from 1.256.1 to 1.301.0
Snyk has created this PR to upgrade posthog-js from 1.256.1 to 1.301.0.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/9e426fda-67e3-407b-97c7-31a7f23d354f?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
* Alert autofix 3 (#495)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 3: Insecure randomness
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 63: Creating biased random numbers from a cryptographically secure source
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update apps/nebula/src/app/(app)/chat/history/ChatHistoryPage.stories.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/client-lambda from 3.592.0 to 3.945.0
Snyk has created this PR to upgrade @aws-sdk/client-lambda from 3.592.0 to 3.945.0.
See this package in npm:
@aws-sdk/client-lambda
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
* 2025 wrapped
* coderabbit fix + lint fix
* feat: upgrade @next/mdx from 15.3.8 to 16.0.9 (#529)
Snyk has created this PR to upgrade @next/mdx from 15.3.8 to 16.0.9.
See this package in npm:
@next/mdx
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @next/eslint-plugin-next from 15.3.8 to 16.0.9 (#528)
Snyk has created this PR to upgrade @next/eslint-plugin-next from 15.3.8 to 16.0.9.
See this package in npm:
@next/eslint-plugin-next
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade typescript from 5.8.3 to 5.9.3 (#501)
Snyk has created this PR to upgrade typescript from 5.8.3 to 5.9.3.
See this package in npm:
typescript
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* [Snyk] Upgrade ox from 0.4.2 to 0.6.9 (#31)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade ox from 0.4.2 to 0.6.9
Snyk has created this PR to upgrade ox from 0.4.2 to 0.6.9.
See this package in npm:
ox
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#533)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @types/node from 22.14.1 to 24.3.0 (#534)
* feat: upgrade @types/node from 22.14.1 to 24.3.0
Snyk has created this PR to upgrade @types/node from 22.14.1 to 24.3.0.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/9a56ac76-05fd-4540-8761-ad10dfd5dfdf?utm_source=github&utm_medium=referral&page=upgrade-pr
* Update package.json
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Potential fix for code scanning alert no. 60: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 46: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 56: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 61: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 54: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 53: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update apps/dashboard/src/@/actions/auth-actions.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 64: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 55: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#536)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @wagmi/core from 2.21.2 to 3.0.0 (#482)
Snyk has created this PR to upgrade @wagmi/core from 2.21.2 to 3.0.0.
See this package in npm:
@wagmi/core
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/876361dc-4d03-4b90-aa57-cef3ee7c9ef8?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* Fix: `useWalletBalance` and the `useActiveAccount` to work with (#541)
`0x{string}` addresses instead of strings.
Co-authored-by: Alex T <aletapia@proton.me>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#547)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Bump the npm_and_yarn group across 4 directories with 2 updates (#532)
Bumps the npm_and_yarn group with 2 updates in the /apps/dashboard directory: [next](https://github.com/vercel/next.js) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /apps/nebula directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /packages/thirdweb directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: upgrade @next/eslint-plugin-next from 15.2.0 to 16.0.10 (#546)
Snyk has created this PR to upgrade @next/eslint-plugin-next from 15.2.0 to 16.0.10.
See this package in npm:
@next/eslint-plugin-next
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.948.0 (#524)
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.948.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* fix: upgrade posthog-js from 1.67.1 to 1.306.1 (#544)
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.306.1.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0 (#543)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0 (#527)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.948.0 (#525)
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.948.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* Bump @storybook/react from 8.5.0 to 10.1.11 (#514)
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.5.0 to 10.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/renderers/react)
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-version: 10.1.11
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: upgrade @types/node from 22.14.1 to 24.0.15 (#550)
Snyk has created this PR to upgrade @types/node from 22.14.1 to 24.0.15.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.1 (#513)
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/16f0022cf3d7970c106d8d1105f75a1165edb516...4d585cc37690897bd9015942ed6e766aa7cdb97f)
---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-pages-artifact from 3 to 4 (#512)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 4 to 6 (#511)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump @hey-api/client-fetch from 0.10.0 to 0.13.1 (#460)
Bumps [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) from 0.10.0 to 0.13.1.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.10.0...@hey-api/client-fetch@0.13.1)
---
updated-dependencies:
- dependency-name: "@hey-api/client-fetch"
dependency-version: 0.13.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump knip from 5.60.2 to 5.76.3 (#473)
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.60.2 to 5.76.3.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/5.76.3/packages/knip)
---
updated-dependencies:
- dependency-name: knip
dependency-version: 5.76.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3 (#474)
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3
Bumps [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) from 1.3.2 to 1.3.3.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-checkbox"
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3
Bumps [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) from 1.3.2 to 1.3.3.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-checkbox"
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* feat: upgrade @next/bundle-analyzer from 15.2.0 to 16.0.10 (#545)
Snyk has created this PR to upgrade @next/bundle-analyzer from 15.2.0 to 16.0.10.
See this package in npm:
@next/bundle-analyzer
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) (#537)
* build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) (#535)
* [MNY-243] Update /pay page to render BuyWidget (#8297)
* Update airdrop tokens reference link (#8197)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: prithvish <prithvish@thirdweb.com>
* [Docs] Add guide for using ConnectButton with wagmi application (#8294)
* [SDK] Add EIP-5792 support for EIP1193.toProvider() (#8298)
* [SDK] Fix: update React Native Send Funds screen to allow decimal amounts (#8299)
* Version Packages (#8300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update factory (#8301)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces a patch for the `thirdweb` package, adding a new factory address for the `create2` deployment on the Neura testnet.
### Detailed summary
- Added a new factory address for `267`: `0x4e59b44847b379578588920cA78FbF26c0B4956C` to the `FACTORIES` record in `create-2-factory.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added support for Neura testnet in Create2 factory deployments.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [MNY-237] SDK: Update theme colors, minor UI tweaks (#8305)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating theme colors and making minor UI tweaks across various React components in the `thirdweb` package.
### Detailed summary
- Updated `weight` from `600` to `500` in multiple components' `Text`.
- Adjusted `border` styles in `Container` components.
- Modified padding and margin in several layout elements.
- Enhanced UI elements with consistent `letterSpacing` and `fontSize`.
- Added new theme stories for `darkThemeObj` and `lightThemeObj`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Added Storybook theme showcase displaying color tokens and design system palette
- **Bug Fixes**
- Improved loading skeleton UI with better scrollable layout and visual consistency
- **Style**
- Refactored theme system with explicit color objects
- Updated button styling with adjusted border radius and padding
- Refined typography (font weights) across UI components
- Adjusted layout spacing and padding throughout Bridge and wallet components
- Increased QR code size for improved visibility
- **Chores**
- Added changeset documentation for patch release
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Fix horizontal overflow in /bridge page (#8302)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the styling of the `bridge-page` component by adding an `overflow-hidden` class to a `div`, which likely improves the layout and prevents overflow issues.
### Detailed summary
- Added `overflow-hidden` class to the `div` in the `bridge-page` component to manage overflow behavior.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Style**
* Updated the bridge page container to refine content display behavior and ensure consistent visual presentation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [MNY-289] SDK: Fix token selection UI loading state when wallet is connected to a chain that is not supported by tw bridge (#8304)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR addresses an issue with the `Select Token` UI being stuck in a loading state when the wallet is connected to an unsupported chain by the `thirdweb Bridge`. It modifies the logic for selecting the default chain in various widgets.
### Detailed summary
- Updated the function from `getDefaultSelectedChain` to `findChain` for clarity.
- Improved logic to handle cases where `activeChainId` is undefined.
- Adjusted the selection of `selectedChain` to use the new `findChain` function, ensuring proper fallback options.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
## Bug Fixes
* Fixed Select Token components from remaining in loading state when the connected wallet chain is not supported by thirdweb Bridge. This affects BuyWidget, SwapWidget, and BridgeWidget.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [Playground] Use production API URL (#8307)
* Filter out null-ish values from ERC721 and ERC1155 getNFTs() arrays (#8311)
* Handle null metadata in ERC721 and ERC1155 getNFT functions (#8312)
* [X402] Fix network comparison in decodePaymentRequest (#8313)
* Version Packages (#8303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [SDK] Enhance compatibility with third party x402 libs (#8314)
* Version Packages (#8315)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Dashboard: /pay/<id> page UI improvements, SDK: CheckoutWidget minor UI tweaks (#8310)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on UI enhancements and minor adjustments in the `CheckoutWidget` and related components of the payment dashboard, improving styling, layout, and functionality.
### Detailed summary
- Minor UI adjustments in `CheckoutWidget`.
- Updated `formatTokenBalance.ts` to allow more flexible currency formatting.
- Added `trackingTight` prop to `Text` in `FiatValue.tsx`.
- Enhanced `PayPageWidget` with new class names for styling.
- Adjusted color values in SDK theme definitions.
- Improved layout and spacing in `WithHeader.tsx`.
- Modified text properties in `DirectPayment.tsx` for better readability.
- Created a new `PayIdPageHeader` component for improved header structure.
- Replaced complex JSX in `PayPage` with cleaner component structure, including `DotsBackgroundPattern`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Theme toggle added to Pay page headers; streamlined Pay page header and layout with decorative background.
* **Style**
* Refined secondary/tertiary button and background colors, typography weights/letter spacing, spacing and divider styles.
* Adjusted price and label styling, currency formatting precision, and visual spacing around branding.
* Pay widget now uses a fallback image when no project image is provided.
* **Chores**
* Added changelog entry documenting a patch release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Update x402 default payment validity window (#8317)
* [SDK] Update x402 dependency and export additional types (#8319)
* Version Packages (#8318)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* SDK: Fix Safe wallet connection issues with WalletConnect (#8327)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR addresses issues with the Safe wallet connection when using `WalletConnect`, ensuring better handling of account retrieval.
### Detailed summary
- Updated the comment for `account` retrieval to clarify that it grabs the address from mainnet if available.
- Modified the `firstAccountOn` function to return the first account from the session if no matching account is found.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Bug Fixes**
* Fixed Safe wallet connection issues with WalletConnect
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Update faucet amount for arc testnet (#8326)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR adds a new entry for the `Arc testnet` in the `faucet.ts` file, enhancing the functionality to support an additional test network alongside the existing `Sophon testnet`.
### Detailed summary
- Added a comment for `Arc testnet`.
- Introduced a new entry `5042002: 1` for the `Arc testnet`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Introduced faucet support for the Arc testnet, allowing users connected to this network to claim test funds.
- The claim amount on Arc is set to 1, ensuring consistent and predictable claims on that network.
- Existing networks and the default claim behavior remain unchanged, preserving current user flows while expanding testnet coverage.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Use monotone curve type for AreaChart to avoid clipping (#8329)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `type` property for charts from `natural` to `monotone` in various components to improve the visual representation of the data.
### Detailed summary
- In `empty-chart-state.tsx`, changed `type` from `natural` to `monotone`.
- In `area-chart.tsx`, changed `type` from `natural` to `monotone`.
- In `ErrorRate.tsx`, changed `type` from `natural` to `monotone`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Style**
* Updated chart line rendering across multiple dashboard components for improved visual consistency. Area and bar charts now use refined curve interpolation for smoother data visualization.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* add arc testnet to chains package (#8325)
* [Paywall] Support string price format when tokenAddress is not provided (#8330)
* [X402] Simplify FacilitatorNetworkSchema to accept any string (#8331)
* Version Packages (#8328)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update implementations (#8334)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `MarketplaceV3` contract addresses and the `ZKSYNC_WETH` token addresses in the `implementations.ts` file.
### Detailed summary
- Updated `MarketplaceV3` address for network `232` from `0x9742f5ac11958cFAd151eBF0Fc31302fA409036E` to `0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D`.
- Updated `MarketplaceV3` address for network `37111` from `0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE` to `0xF8fd1016420c2B7832714241d36Efe55D41df126`.
- Updated `ZKSYNC_WETH` address for network `232` from `0xE5ecd226b3032910CEaa43ba92EE8232f8237553` to `0x6bDc36E20D267Ff0dd6097799f82e78907105e2F`.
- Updated `ZKSYNC_WETH` address for network `37111` from `0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16` to `0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Chores**
* Updated contract addresses for zkSync networks: MarketplaceV3 and WETH addresses replaced for chain 232 and chain 37111.
* Added a changeset marking a patch release (release metadata).
* No public A…
* [Experiment] Chart fetching strategies (#631)
* WIP passkey signer
* cleanup
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* [Experiment] Chart fetching strategies
* Create codeql.yml
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* update dependencies
* feat: upgrade nextjs-toploader from 1.6.12 to 3.8.16 (#135)
Snyk has created this PR to upgrade nextjs-toploader from 1.6.12 to 3.8.16.
See this package in npm:
nextjs-toploader
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade shiki from 1.27.0 to 3.2.1 (#133)
Snyk has created this PR to upgrade shiki from 1.27.0 to 3.2.1.
See this package in npm:
shiki
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade flexsearch from 0.7.43 to 0.8.143 (#134)
Snyk has created this PR to upgrade flexsearch from 0.7.43 to 0.8.143.
See this package in npm:
flexsearch
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2 (#136)
Snyk has created this PR to upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2.
See this package in npm:
@walletconnect/sign-client
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2 (#138)
Snyk has created this PR to upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2.
See this package in npm:
@coinbase/wallet-sdk
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/playground-web/package.json to reduce vulnerabilities (#148)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/portal/package.json to reduce vulnerabilities (#150)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#149)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1 (#153)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/55409c6b-2ed0-4583-b8cd-a5bcabfd7aaa?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade tailwindcss from 3.4.17 to 4.1.3 (#154)
Snyk has created this PR to upgrade tailwindcss from 3.4.17 to 4.1.3.
See this package in npm:
tailwindcss
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/55409c6b-2ed0-4583-b8cd-a5bcabfd7aaa?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* chore(deps): bump @radix-ui/react-hover-card from 1.1.7 to 1.1.11 (#145)
Bumps [@radix-ui/react-hover-card](https://github.com/radix-ui/primitives) from 1.1.7 to 1.1.11.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-hover-card"
dependency-version: 1.1.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @chakra-ui/cli from 2.5.6 to 3.16.1 (#146)
Bumps [@chakra-ui/cli](https://github.com/chakra-ui/chakra-ui) from 2.5.6 to 3.16.1.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/system@2.5.6...@chakra-ui/cli@3.16.1)
---
updated-dependencies:
- dependency-name: "@chakra-ui/cli"
dependency-version: 3.16.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump vite (#155)
Bumps the npm_and_yarn group with 1 update in the /packages/thirdweb directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.2.6 to 6.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.2.7
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create nextjs.yml (#160)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create fluffy-rats-jog.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create static.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create seven-goats-move.md (#164)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create jekyll-gh-pages.yml (#166)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* chore(deps-dev): bump vite from 6.3.2 to 6.3.4 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `vite` from 6.3.2 to 6.3.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.4
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
* Patch 1 (#165)
* [NEB-69] Nebula: Add UI for Swap and Approve transactions
* Create happy-dodos-reflect.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Manan Tank <manantankm@gmail.com>
* Create old-ants-melt.md
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.806.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.806.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#220)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: packages/thirdweb/package.json to reduce vulnerabilities (#223)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade tailwindcss from 3.4.17 to 4.1.11 (#239)
Snyk has created this PR to upgrade tailwindcss from 3.4.17 to 4.1.11.
See this package in npm:
tailwindcss
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/0cb37033-dec9-46d7-ae3a-94e1b0ed5ca6?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#307)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-12299318
- https://snyk.io/vuln/SNYK-JS-NEXT-12301496
- https://snyk.io/vuln/SNYK-JS-NEXT-12265451
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Playground: Fix build error
* fix: packages/thirdweb/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13559227
* fix: packages/thirdweb/package.json to reduce vulnerabilities (#367)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13535083
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0 (#396)
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/wallet-ui/package.json to reduce vulnerabilities (#436)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-14173355
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* fix: apps/portal/package.json to reduce vulnerabilities (#453)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-14400636
- https://snyk.io/vuln/SNYK-JS-NEXT-14400644
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Version Packages
* Bump tailwind-merge from 2.6.0 to 3.4.0 (#475)
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.6.0 to 3.4.0.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.4.0)
---
updated-dependencies:
- dependency-name: tailwind-merge
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Dargon789 patch 1 (#477)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create nextjs.yml
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Circleci project setup (#121)
* Add .circleci/config.yml
* Add .circleci/config.yml
* Create tender-tigers-smash.md (#157)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update SECURITY.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update .changeset/tender-tigers-smash.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Demo test app (#478)
* Expand FAQ with Dedicated Relayer FAQs
Added information about gas sponsorship and dedicated relayer features.
Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com>
* Update apps/portal/src/app/wallets/faq/page.mdx
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: samina <57885104+saminacodes@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Alert autofix 3 (#479)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 3: Insecure randomness
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 63: Creating biased random numbers from a cryptographically secure source
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Bump the npm_and_yarn group across 1 directory with 3 updates (#468)
Bumps the npm_and_yarn group with 3 updates in the / directory: [happy-dom](https://github.com/capricorn86/happy-dom), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [next](https://github.com/vercel/next.js).
Updates `happy-dom` from 17.4.4 to 20.0.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v17.4.4...v20.0.2)
Updates `vite` from 7.1.7 to 7.1.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
Updates `next` from 15.3.8 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.8...v15.4.10)
---
updated-dependencies:
- dependency-name: happy-dom
dependency-version: 20.0.2
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: upgrade posthog-js from 1.256.1 to 1.301.0
Snyk has created this PR to upgrade posthog-js from 1.256.1 to 1.301.0.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/9e426fda-67e3-407b-97c7-31a7f23d354f?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
* Alert autofix 3 (#495)
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Create SECURITY.md
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Fix code scanning alert no. 1: Incomplete URL substring sanitization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 3: Insecure randomness
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 63: Creating biased random numbers from a cryptographically secure source
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update apps/nebula/src/app/(app)/chat/history/ChatHistoryPage.stories.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/client-lambda from 3.592.0 to 3.945.0
Snyk has created this PR to upgrade @aws-sdk/client-lambda from 3.592.0 to 3.945.0.
See this package in npm:
@aws-sdk/client-lambda
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
* 2025 wrapped
* coderabbit fix + lint fix
* feat: upgrade @next/mdx from 15.3.8 to 16.0.9 (#529)
Snyk has created this PR to upgrade @next/mdx from 15.3.8 to 16.0.9.
See this package in npm:
@next/mdx
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @next/eslint-plugin-next from 15.3.8 to 16.0.9 (#528)
Snyk has created this PR to upgrade @next/eslint-plugin-next from 15.3.8 to 16.0.9.
See this package in npm:
@next/eslint-plugin-next
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade typescript from 5.8.3 to 5.9.3 (#501)
Snyk has created this PR to upgrade typescript from 5.8.3 to 5.9.3.
See this package in npm:
typescript
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* [Snyk] Upgrade ox from 0.4.2 to 0.6.9 (#31)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade ox from 0.4.2 to 0.6.9
Snyk has created this PR to upgrade ox from 0.4.2 to 0.6.9.
See this package in npm:
ox
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#533)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @types/node from 22.14.1 to 24.3.0 (#534)
* feat: upgrade @types/node from 22.14.1 to 24.3.0
Snyk has created this PR to upgrade @types/node from 22.14.1 to 24.3.0.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/9a56ac76-05fd-4540-8761-ad10dfd5dfdf?utm_source=github&utm_medium=referral&page=upgrade-pr
* Update package.json
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Potential fix for code scanning alert no. 60: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 46: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 56: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 61: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 54: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 53: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update apps/dashboard/src/@/actions/auth-actions.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 64: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 55: Server-side request forgery
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#536)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: upgrade @wagmi/core from 2.21.2 to 3.0.0 (#482)
Snyk has created this PR to upgrade @wagmi/core from 2.21.2 to 3.0.0.
See this package in npm:
@wagmi/core
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/876361dc-4d03-4b90-aa57-cef3ee7c9ef8?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* Fix: `useWalletBalance` and the `useActiveAccount` to work with (#541)
`0x{string}` addresses instead of strings.
Co-authored-by: Alex T <aletapia@proton.me>
* Snyk upgrade 17006d71110c1034fc178f5d18144bc8 (#547)
* update
* build(deps): bump shiki from 1.27.0 to 2.3.2
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.27.0 to 2.3.2.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v2.3.2/packages/shiki)
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.734.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/e7fa878f-9d48-45bd-a72d-921183752fef?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade posthog-js from 1.67.1 to 1.210.2
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.210.2.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
* fix: upgrade viem from 2.21.55 to 2.22.15
Snyk has created this PR to upgrade viem from 2.21.55 to 2.22.15.
See this package in npm:
viem
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kien Ngo <github@kien.ngo>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Bump the npm_and_yarn group across 4 directories with 2 updates (#532)
Bumps the npm_and_yarn group with 2 updates in the /apps/dashboard directory: [next](https://github.com/vercel/next.js) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /apps/nebula directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /packages/thirdweb directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `next` from 15.2.0 to 15.4.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.4.10)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 8.6.2 to 8.6.15
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
Updates `storybook` from 9.0.15 to 9.1.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.15/code/core)
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: next
dependency-version: 15.4.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 8.6.15
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: storybook
dependency-version: 9.1.17
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: upgrade @next/eslint-plugin-next from 15.2.0 to 16.0.10 (#546)
Snyk has created this PR to upgrade @next/eslint-plugin-next from 15.2.0 to 16.0.10.
See this package in npm:
@next/eslint-plugin-next
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/credential-providers from 3.592.0 to 3.948.0 (#524)
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.592.0 to 3.948.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* fix: upgrade posthog-js from 1.67.1 to 1.306.1 (#544)
Snyk has created this PR to upgrade posthog-js from 1.67.1 to 1.306.1.
See this package in npm:
posthog-js
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0 (#543)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0 (#527)
Snyk has created this PR to upgrade @typescript-eslint/parser from 7.14.1 to 8.49.0.
See this package in npm:
@typescript-eslint/parser
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/8e2d836e-87a2-45e4-84cc-3e8e3d441352?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.948.0 (#525)
Snyk has created this PR to upgrade @aws-sdk/client-kms from 3.592.0 to 3.948.0.
See this package in npm:
@aws-sdk/client-kms
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/43dedf32-8474-4b27-9807-1476b30ddc33?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
* Bump @storybook/react from 8.5.0 to 10.1.11 (#514)
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.5.0 to 10.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/renderers/react)
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-version: 10.1.11
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: upgrade @types/node from 22.14.1 to 24.0.15 (#550)
Snyk has created this PR to upgrade @types/node from 22.14.1 to 24.0.15.
See this package in npm:
@types/node
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/a19f499f-38be-44a8-b151-119edbfc95d2?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.1 (#513)
Bumps [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/toshimaru/auto-author-assign/compare/16f0022cf3d7970c106d8d1105f75a1165edb516...4d585cc37690897bd9015942ed6e766aa7cdb97f)
---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-pages-artifact from 3 to 4 (#512)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 4 to 6 (#511)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump @hey-api/client-fetch from 0.10.0 to 0.13.1 (#460)
Bumps [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) from 0.10.0 to 0.13.1.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.10.0...@hey-api/client-fetch@0.13.1)
---
updated-dependencies:
- dependency-name: "@hey-api/client-fetch"
dependency-version: 0.13.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump knip from 5.60.2 to 5.76.3 (#473)
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.60.2 to 5.76.3.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/5.76.3/packages/knip)
---
updated-dependencies:
- dependency-name: knip
dependency-version: 5.76.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3 (#474)
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3
Bumps [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) from 1.3.2 to 1.3.3.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-checkbox"
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump @radix-ui/react-checkbox from 1.3.2 to 1.3.3
Bumps [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) from 1.3.2 to 1.3.3.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-checkbox"
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* feat: upgrade @next/bundle-analyzer from 15.2.0 to 16.0.10 (#545)
Snyk has created this PR to upgrade @next/bundle-analyzer from 15.2.0 to 16.0.10.
See this package in npm:
@next/bundle-analyzer
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/4d6acffe-6303-4c14-bc35-3a7b6f6e9d17?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) (#537)
* build(deps-dev): bump vite from 6.0.3 to 6.0.10 (thirdweb-dev#6002) (#535)
* [MNY-243] Update /pay page to render BuyWidget (#8297)
* Update airdrop tokens reference link (#8197)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: prithvish <prithvish@thirdweb.com>
* [Docs] Add guide for using ConnectButton with wagmi application (#8294)
* [SDK] Add EIP-5792 support for EIP1193.toProvider() (#8298)
* [SDK] Fix: update React Native Send Funds screen to allow decimal amounts (#8299)
* Version Packages (#8300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update factory (#8301)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces a patch for the `thirdweb` package, adding a new factory address for the `create2` deployment on the Neura testnet.
### Detailed summary
- Added a new factory address for `267`: `0x4e59b44847b379578588920cA78FbF26c0B4956C` to the `FACTORIES` record in `create-2-factory.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Added support for Neura testnet in Create2 factory deployments.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [MNY-237] SDK: Update theme colors, minor UI tweaks (#8305)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating theme colors and making minor UI tweaks across various React components in the `thirdweb` package.
### Detailed summary
- Updated `weight` from `600` to `500` in multiple components' `Text`.
- Adjusted `border` styles in `Container` components.
- Modified padding and margin in several layout elements.
- Enhanced UI elements with consistent `letterSpacing` and `fontSize`.
- Added new theme stories for `darkThemeObj` and `lightThemeObj`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Added Storybook theme showcase displaying color tokens and design system palette
- **Bug Fixes**
- Improved loading skeleton UI with better scrollable layout and visual consistency
- **Style**
- Refactored theme system with explicit color objects
- Updated button styling with adjusted border radius and padding
- Refined typography (font weights) across UI components
- Adjusted layout spacing and padding throughout Bridge and wallet components
- Increased QR code size for improved visibility
- **Chores**
- Added changeset documentation for patch release
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Fix horizontal overflow in /bridge page (#8302)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the styling of the `bridge-page` component by adding an `overflow-hidden` class to a `div`, which likely improves the layout and prevents overflow issues.
### Detailed summary
- Added `overflow-hidden` class to the `div` in the `bridge-page` component to manage overflow behavior.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Style**
* Updated the bridge page container to refine content display behavior and ensure consistent visual presentation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [MNY-289] SDK: Fix token selection UI loading state when wallet is connected to a chain that is not supported by tw bridge (#8304)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR addresses an issue with the `Select Token` UI being stuck in a loading state when the wallet is connected to an unsupported chain by the `thirdweb Bridge`. It modifies the logic for selecting the default chain in various widgets.
### Detailed summary
- Updated the function from `getDefaultSelectedChain` to `findChain` for clarity.
- Improved logic to handle cases where `activeChainId` is undefined.
- Adjusted the selection of `selectedChain` to use the new `findChain` function, ensuring proper fallback options.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
## Bug Fixes
* Fixed Select Token components from remaining in loading state when the connected wallet chain is not supported by thirdweb Bridge. This affects BuyWidget, SwapWidget, and BridgeWidget.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* [Playground] Use production API URL (#8307)
* Filter out null-ish values from ERC721 and ERC1155 getNFTs() arrays (#8311)
* Handle null metadata in ERC721 and ERC1155 getNFT functions (#8312)
* [X402] Fix network comparison in decodePaymentRequest (#8313)
* Version Packages (#8303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [SDK] Enhance compatibility with third party x402 libs (#8314)
* Version Packages (#8315)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Dashboard: /pay/<id> page UI improvements, SDK: CheckoutWidget minor UI tweaks (#8310)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on UI enhancements and minor adjustments in the `CheckoutWidget` and related components of the payment dashboard, improving styling, layout, and functionality.
### Detailed summary
- Minor UI adjustments in `CheckoutWidget`.
- Updated `formatTokenBalance.ts` to allow more flexible currency formatting.
- Added `trackingTight` prop to `Text` in `FiatValue.tsx`.
- Enhanced `PayPageWidget` with new class names for styling.
- Adjusted color values in SDK theme definitions.
- Improved layout and spacing in `WithHeader.tsx`.
- Modified text properties in `DirectPayment.tsx` for better readability.
- Created a new `PayIdPageHeader` component for improved header structure.
- Replaced complex JSX in `PayPage` with cleaner component structure, including `DotsBackgroundPattern`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Theme toggle added to Pay page headers; streamlined Pay page header and layout with decorative background.
* **Style**
* Refined secondary/tertiary button and background colors, typography weights/letter spacing, spacing and divider styles.
* Adjusted price and label styling, currency formatting precision, and visual spacing around branding.
* Pay widget now uses a fallback image when no project image is provided.
* **Chores**
* Added changelog entry documenting a patch release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Update x402 default payment validity window (#8317)
* [SDK] Update x402 dependency and export additional types (#8319)
* Version Packages (#8318)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* SDK: Fix Safe wallet connection issues with WalletConnect (#8327)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR addresses issues with the Safe wallet connection when using `WalletConnect`, ensuring better handling of account retrieval.
### Detailed summary
- Updated the comment for `account` retrieval to clarify that it grabs the address from mainnet if available.
- Modified the `firstAccountOn` function to return the first account from the session if no matching account is found.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Bug Fixes**
* Fixed Safe wallet connection issues with WalletConnect
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Update faucet amount for arc testnet (#8326)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR adds a new entry for the `Arc testnet` in the `faucet.ts` file, enhancing the functionality to support an additional test network alongside the existing `Sophon testnet`.
### Detailed summary
- Added a comment for `Arc testnet`.
- Introduced a new entry `5042002: 1` for the `Arc testnet`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Introduced faucet support for the Arc testnet, allowing users connected to this network to claim test funds.
- The claim amount on Arc is set to 1, ensuring consistent and predictable claims on that network.
- Existing networks and the default claim behavior remain unchanged, preserving current user flows while expanding testnet coverage.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* Dashboard: Use monotone curve type for AreaChart to avoid clipping (#8329)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `type` property for charts from `natural` to `monotone` in various components to improve the visual representation of the data.
### Detailed summary
- In `empty-chart-state.tsx`, changed `type` from `natural` to `monotone`.
- In `area-chart.tsx`, changed `type` from `natural` to `monotone`.
- In `ErrorRate.tsx`, changed `type` from `natural` to `monotone`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Style**
* Updated chart line rendering across multiple dashboard components for improved visual consistency. Area and bar charts now use refined curve interpolation for smoother data visualization.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* add arc testnet to chains package (#8325)
* [Paywall] Support string price format when tokenAddress is not provided (#8330)
* [X402] Simplify FacilitatorNetworkSchema to accept any string (#8331)
* Version Packages (#8328)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update implementations (#8334)
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `MarketplaceV3` contract addresses and the `ZKSYNC_WETH` token addresses in the `implementations.ts` file.
### Detailed summary
- Updated `MarketplaceV3` address for network `232` from `0x9742f5ac11958cFAd151eBF0Fc31302fA409036E` to `0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D`.
- Updated `MarketplaceV3` address for network `37111` from `0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE` to `0xF8fd1016420c2B7832714241d36Efe55D41df126`.
- Updated `ZKSYNC_WETH` address for network `232` from `0xE5ecd226b3032910CEaa43ba92EE8232f8237553` to `0x6bDc36E20D267Ff0dd6097799f82e78907105e2F`.
- Updated `ZKSYNC_WETH` address for network `37111` from `0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16` to `0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Chores**
* Updated contract addresses for zkSync networks: MarketplaceV3 and WETH addresses replaced for chain 232 and chain 37111.
* Added a changeset mar…
…(#535)
[MNY-243] Update /pay page to render BuyWidget ([MNY-243] Update /pay page to render BuyWidget thirdweb-dev/js#8297)
Update airdrop tokens reference link (Update airdrop tokens reference link thirdweb-dev/js#8197)
[Docs] Add guide for using ConnectButton with wagmi application ([Docs] Add guide for using ConnectButton with wagmi application thirdweb-dev/js#8294)
[SDK] Add EIP-5792 support for EIP1193.toProvider() ([SDK] Add EIP-5792 support for EIP1193.toProvider() thirdweb-dev/js#8298)
[SDK] Fix: update React Native Send Funds screen to allow decimal amounts ([SDK] Fix: update React Native Send Funds screen to allow decimal amounts thirdweb-dev/js#8299)
Version Packages (Version Packages thirdweb-dev/js#8300)
Update factory (Update factory thirdweb-dev/js#8301)
PR-Codex overview
This PR introduces a patch for the
thirdwebpackage, adding a new factory address for thecreate2deployment on the Neura testnet.Detailed summary
267:0x4e59b44847b379578588920cA78FbF26c0B4956Cto theFACTORIESrecord increate-2-factory.ts.Summary by CodeRabbit
PR-Codex overview
This PR focuses on updating theme colors and making minor UI tweaks across various React components in the
thirdwebpackage.Detailed summary
weightfrom600to500in multiple components'Text.borderstyles inContainercomponents.letterSpacingandfontSize.darkThemeObjandlightThemeObj.Summary by CodeRabbit
PR-Codex overview
This PR focuses on enhancing the styling of the
bridge-pagecomponent by adding anoverflow-hiddenclass to adiv, which likely improves the layout and prevents overflow issues.Detailed summary
overflow-hiddenclass to thedivin thebridge-pagecomponent to manage overflow behavior.Summary by CodeRabbit
PR-Codex overview
This PR addresses an issue with the
Select TokenUI being stuck in a loading state when the wallet is connected to an unsupported chain by thethirdweb Bridge. It modifies the logic for selecting the default chain in various widgets.Detailed summary
getDefaultSelectedChaintofindChainfor clarity.activeChainIdis undefined.selectedChainto use the newfindChainfunction, ensuring proper fallback options.Summary by CodeRabbit
Bug Fixes
[Playground] Use production API URL ([Playground] Use production API URL thirdweb-dev/js#8307)
Filter out null-ish values from ERC721 and ERC1155 getNFTs() arrays (Filter out null-ish values from ERC721 and ERC1155 getNFTs() arrays thirdweb-dev/js#8311)
Handle null metadata in ERC721 and ERC1155 getNFT functions (Handle null metadata in ERC721 and ERC1155 getNFT functions thirdweb-dev/js#8312)
[X402] Fix network comparison in decodePaymentRequest ([X402] Fix network comparison in decodePaymentRequest thirdweb-dev/js#8313)
Version Packages (Version Packages thirdweb-dev/js#8303)
[SDK] Enhance compatibility with third party x402 libs ([SDK] Enhance compatibility with third party x402 libs thirdweb-dev/js#8314)
Version Packages (Version Packages thirdweb-dev/js#8315)
Dashboard: /pay/ page UI improvements, SDK: CheckoutWidget minor UI tweaks (Dashboard: /pay/<id> page UI improvements, SDK: CheckoutWidget minor UI tweaks thirdweb-dev/js#8310)
PR-Codex overview
This PR focuses on UI enhancements and minor adjustments in the
CheckoutWidgetand related components of the payment dashboard, improving styling, layout, and functionality.Detailed summary
CheckoutWidget.formatTokenBalance.tsto allow more flexible currency formatting.trackingTightprop toTextinFiatValue.tsx.PayPageWidgetwith new class names for styling.WithHeader.tsx.DirectPayment.tsxfor better readability.PayIdPageHeadercomponent for improved header structure.PayPagewith cleaner component structure, includingDotsBackgroundPattern.Summary by CodeRabbit
New Features
Style
Chores
Update x402 default payment validity window (Update x402 default payment validity window thirdweb-dev/js#8317)
[SDK] Update x402 dependency and export additional types ([SDK] Update x402 dependency and export additional types thirdweb-dev/js#8319)
Version Packages (Version Packages thirdweb-dev/js#8318)
SDK: Fix Safe wallet connection issues with WalletConnect (SDK: Fix Safe wallet connection issues with WalletConnect thirdweb-dev/js#8327)
PR-Codex overview
This PR addresses issues with the Safe wallet connection when using
WalletConnect, ensuring better handling of account retrieval.Detailed summary
accountretrieval to clarify that it grabs the address from mainnet if available.firstAccountOnfunction to return the first account from the session if no matching account is found.Summary by CodeRabbit
PR-Codex overview
This PR adds a new entry for the
Arc testnetin thefaucet.tsfile, enhancing the functionality to support an additional test network alongside the existingSophon testnet.Detailed summary
Arc testnet.5042002: 1for theArc testnet.Summary by CodeRabbit
PR-Codex overview
This PR focuses on updating the
typeproperty for charts fromnaturaltomonotonein various components to improve the visual representation of the data.Detailed summary
empty-chart-state.tsx, changedtypefromnaturaltomonotone.area-chart.tsx, changedtypefromnaturaltomonotone.ErrorRate.tsx, changedtypefromnaturaltomonotone.Summary by CodeRabbit
add arc testnet to chains package (add arc testnet to chains package thirdweb-dev/js#8325)
[Paywall] Support string price format when tokenAddress is not provided ([Paywall] Support string price format when tokenAddress is not provided thirdweb-dev/js#8330)
[X402] Simplify FacilitatorNetworkSchema to accept any string ([X402] Simplify FacilitatorNetworkSchema to accept any string thirdweb-dev/js#8331)
Version Packages (Version Packages thirdweb-dev/js#8328)
Update implementations (Update implementations thirdweb-dev/js#8334)
PR-Codex overview
This PR focuses on updating the
MarketplaceV3contract addresses and theZKSYNC_WETHtoken addresses in theimplementations.tsfile.Detailed summary
MarketplaceV3address for network232from0x9742f5ac11958cFAd151eBF0Fc31302fA409036Eto0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D.MarketplaceV3address for network37111from0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEEto0xF8fd1016420c2B7832714241d36Efe55D41df126.ZKSYNC_WETHaddress for network232from0xE5ecd226b3032910CEaa43ba92EE8232f8237553to0x6bDc36E20D267Ff0dd6097799f82e78907105e2F.ZKSYNC_WETHaddress for network37111from0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16to0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8.Summary by CodeRabbit
setup @thirdweb-dev/nexus package (setup @thirdweb-dev/nexus package thirdweb-dev/js#8332)
[SDK] Fix: move
@storybook/reactpackage to be a dev dependency ([SDK] Fix: move@storybook/reactpackage to be a dev dependency thirdweb-dev/js#8306)Version Packages (Version Packages thirdweb-dev/js#8336)
Add Solana wallet balance endpoint and UI integration (Add Solana wallet balance endpoint and UI integration thirdweb-dev/js#8338)
Version Packages (Version Packages thirdweb-dev/js#8339)
[MNY-298] SDK: Remove Bridge.routes, Update Docs ([MNY-298] SDK: Remove Bridge.routes, Update Docs thirdweb-dev/js#8335)
PR-Codex overview
This PR focuses on removing the
Bridge.routesfunctionality and theuseBridgeRouteshook from the codebase, along with related references and documentation updates in various files.Detailed summary
Routes.ts,Routes.test.ts, anduseBridgeRoutes.tsfiles.Bridge.routesin multiple.mdxfiles and sidebar components.index.tsto stop exportingroutes.useSendTransactionCoreto useBridge.tokensinstead ofBridge.routes.PriceComparatorclass and associated methods for route comparison.Summary by CodeRabbit
Breaking Changes
Documentation
Tests
PR-Codex overview
This PR introduces various configuration files, updates the
PayPagecomponent with URL validation, and enhances the fetch functionality with OAuth support. It also includes the addition of testing HTML and size limits for the package.Detailed summary
wrapexport innexus-fetch.ts.biome.json,.size-limit.json,tsconfig.json,tsconfig.build.json, andknip.jsonfor configuration.PayPagewithonlyUrlvalidation and success URL handling.nexus-fetch.package.jsonwith author and dependencies.Summary by CodeRabbit
New Features
Chores
Move success URL handling from PayPage to StyledBuyWidget component (Move success URL handling from PayPage to StyledBuyWidget component thirdweb-dev/js#8342)
[SDK] Refactor payment processing to use facilitator.accepts ([SDK] Refactor payment processing to use facilitator.accepts thirdweb-dev/js#8344)
[SDK] Update x402 flows to use remote /accepts endpoint ([SDK] Update x402 flows to use remote /accepts endpoint thirdweb-dev/js#8345)
Version Packages (Version Packages thirdweb-dev/js#8340)
fix: upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0 ([Snyk] Upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0 #396)
Snyk has created this PR to upgrade @aws-sdk/credential-providers from 3.606.0 to 3.908.0.
See this package in npm:
@aws-sdk/credential-providers
See this project in Snyk:
https://app.snyk.io/org/dargon789/project/b2aa4281-7627-443a-bbf2-b110a878f4b9?utm_source=github&utm_medium=referral&page=upgrade-pr
[Dashboard] Fix active users aggregation in project highlights card ([Dashboard] Fix active users aggregation in project highlights card thirdweb-dev/js#8346)
[SDK] Fix hiddenWallets prop not applying to all wallets screen ([SDK] Fix hiddenWallets prop not applying to all wallets screen thirdweb-dev/js#8354)
Version Packages (Version Packages thirdweb-dev/js#8355)
Update implementations, fix deployment (Update implementations, fix deployment thirdweb-dev/js#8356)
[SDK] Add support for extra metadata in x402 payment requests ([SDK] Add support for extra metadata in x402 payment requests thirdweb-dev/js#8358)
Version Packages (Version Packages thirdweb-dev/js#8357)
Move x402 route from /payments/x402 to /x402 (Move x402 route from /payments/x402 to /x402 thirdweb-dev/js#8360)
[SDK] Enhance isMobile() detection with additional mobile signals ([SDK] Enhance isMobile() detection with additional mobile signals thirdweb-dev/js#8361)
Version Packages (Version Packages thirdweb-dev/js#8362)
[MNY-295] Fix BuyWidget autoconnect not working when receiverAddress prop is set ([MNY-295] Fix BuyWidget autoconnect not working when receiverAddress prop is set thirdweb-dev/js#8363)
PR-Codex overview
This PR focuses on fixing the
BuyWidgetcomponent's autoconnect functionality when thereceiverAddressprop is set, and it introduces a new story variant to demonstrate this behavior.Detailed summary
BuyWidgetto conditionally render theAutoConnectcomponent based onconnectOptions.autoConnect.NoAutoConnectinBuyWidget.stories.tsxto showcase the widget withautoConnectset to false.FundWallet.tsxto ensure proper handling of theautoConnectprop.Summary by CodeRabbit
Release Notes
Bug Fixes
New Features
[SDK] Allow custom chain for SIWE authentication ([SDK] Allow custom chain for SIWE authentication thirdweb-dev/js#8365)
Version Packages (Version Packages thirdweb-dev/js#8364)
Dashboard: Update faucet amount for injective testnet (Dashboard: Update faucet amount for injective testnet thirdweb-dev/js#8368)
PR-Codex overview
This PR adds a new entry for the
Injective testnetin thefaucet.tsfile, indicating a change in the configuration for test networks.Detailed summary
Injective testnetwith a value of1in the configuration.Arc testnetremains unchanged.Summary by CodeRabbit
New Features
Slack Thread
PR-Codex overview
This PR focuses on updating the description of the
Vaultservice to remove references to it being open source and refining the language for clarity.Detailed summary
Detailssection inapps/portal/src/app/vault/faqs/page.mdxabout Vault's open-source status.descriptioninapps/portal/src/app/vault/layout.tsxto remove "open-source."descriptioninapps/portal/src/app/vault/page.mdxto remove "open-source."Vaultinapps/portal/src/app/vault/page.mdxfor clarity.Summary by CodeRabbit
Documentation
[SDK] Make maxAmount optional in wrapFetchWithPayment ([SDK] Make maxAmount optional in wrapFetchWithPayment thirdweb-dev/js#8369)
Version Packages (Version Packages thirdweb-dev/js#8370)
Refactor Solana sign transaction API for flexible inputs (Refactor Solana sign transaction API for flexible inputs thirdweb-dev/js#8371)
Version Packages (Version Packages thirdweb-dev/js#8372)
[SDK] Expose useInvalidateBalances() ([SDK] Expose useInvalidateBalances() thirdweb-dev/js#8373)
Version Packages (Version Packages thirdweb-dev/js#8374)
Change TransactionWidget fiat decimals to two (Change TransactionWidget fiat decimals to two thirdweb-dev/js#8366)
Slack Thread
PR-Codex overview
This PR focuses on modifying the formatting of token balances in the
formatTokenBalance.tsfile to limit the maximum number of fraction digits displayed.Detailed summary
maximumFractionDigitsfrom5to2in the currency formatting options.Summary by CodeRabbit
Add Epic Games as new auth provider (Add Epic Games as new auth provider thirdweb-dev/js#8343)
Version Packages (Version Packages thirdweb-dev/js#8375)
[Playground] Remove hardcoded limit from wrapFetchWithPayment ([Playground] Remove hardcoded limit from wrapFetchWithPayment thirdweb-dev/js#8376)
[MNY-304] Move engine tx summary request to client side to fix page crash ([MNY-304] Move engine tx summary request to client side to fix page crash thirdweb-dev/js#8379)
PR-Codex overview
This PR focuses on refactoring the transaction analytics feature by updating data fetching methods, improving UI components, and enhancing error handling for transaction summaries and charts.
Detailed summary
utils.tsandfilter.tsx.TransactionSummaryData.tx-chart-ui.tsxfor clarity.getTransactionsChartDataandgetTransactionAnalyticsSummaryfor improved data management.TransactionsAnalyticsPageContentto streamline data flow and UI rendering.Summary by CodeRabbit
Refactor
New Features
Chores
PR-Codex overview
This PR focuses on enhancing address handling in the
GeneericTxDetailsandTokenInfocomponents by introducing thegetAddressfunction fromthirdweb, ensuring that addresses are consistently formatted.Detailed summary
getAddressimport inpage.tsxandbridge-status.tsx.transaction.fromandtransaction.towithfromAddressandtoAddressinGeneericTxDetails.textToCopyandtextToShowinCopyTextButtoncomponents to usefromAddressandtoAddress.TokenInfoto usegetAddressforprops.token.addressandprops.walletAddress.textToCopyandtextToShowinTokenInfoto usetokenAddress.Summary by CodeRabbit
PR-Codex overview
This PR focuses on making stylistic updates to the
Herocomponent in thepage.tsxfile, including adjustments to padding and text size in the layout.Detailed summary
sectionfrompy-14topt-14 pb-6.text-lgtotext-basefor smaller text size on smaller screens while keepinglg:text-lg.Summary by CodeRabbit
[SDK] Replace Celo Alfajores with Celo Sepolia Testnet ([SDK] Replace Celo Alfajores with Celo Sepolia Testnet thirdweb-dev/js#8384)
Version Packages (Version Packages thirdweb-dev/js#8385)
[Portal] Move x402 from payments to top-level section ([Portal] Move x402 from payments to top-level section thirdweb-dev/js#8386)
[MNY-303] Various UI/UX Improvements in Bridge components ([MNY-303] Various UI/UX Improvements in Bridge components thirdweb-dev/js#8388)
PR-Codex overview
This PR focuses on various UI/UX improvements across multiple components in the
thirdwebpackage, particularly enhancing visual consistency and user interaction within the Bridge and Token Selection components.Detailed summary
600to500.Spacercomponent usage for consistent spacing.TokenSelectionUI with tabbed navigation for "All Tokens" and "Your Tokens".TokenAndChainandChainButton.CopyIconto use aButtoninstead of adivfor better accessibility.TokenSelectionScreen.PaymentReceipt.Summary by CodeRabbit
New Features
UI/UX Improvements
Stylus modules (Stylus modules thirdweb-dev/js#8383)
[SDK] Loosen peer dependency requirements for React Native ([SDK] Loosen peer dependency requirements for React Native thirdweb-dev/js#8390)
Version Packages (Version Packages thirdweb-dev/js#8389)
[Dashboard] New Project > Wallets product grouping and subsections ([Dashboard] New Project > Wallets product grouping and subsections thirdweb-dev/js#8359)
Reorganized wallet-related routes under a new sidebar structure, replacing legacy pages with redirects to new user, server, and sponsored gas wallet sections. Added new layout and overview/configuration pages for server wallets and sponsored gas, updated sidebar navigation to reflect new wallet grouping, and removed legacy Account Abstraction and Vault pages in favor of the new structure.
PR-Codex overview
This PR focuses on renaming "in-app wallets" to "user wallets" throughout the application, along with restructuring related components, routes, and API calls. It also introduces new configurations and adjusts UI elements to reflect these changes.
Detailed summary
in-app walletstouser walletsin various components and texts.in-app wallets.Summary by CodeRabbit
New Features
Navigation Updates
Behavioral Changes
UX
[Dashboard] Add x402 payments section ([Dashboard] Add x402 payments section thirdweb-dev/js#8394)
SDK: Add verify parameter in Bridge.Webhook.parse function (SDK: Add verify parameter in Bridge.Webhook.parse function thirdweb-dev/js#8395)
PR-Codex overview
This PR adds a
verifyparameter to theBridge.Webhook.parsefunction in thethirdweblibrary, allowing for validation of webhook payloads against specified criteria such as receiver address, destination token address, chain ID, and minimum destination amount.Detailed summary
verifyparameter inBridge.Webhook.parsefunction.receiverAddressdestinationTokenAddressdestinationChainIdminDestinationAmountSummary by CodeRabbit
PR-Codex overview
This PR enhances the
BridgeWebhookModalContentcomponent by adding a warning alert for payload verification and modifies the documentation for webhook creation and payload parsing to reflect changes in terminology and content structure.Detailed summary
UnderlineLinkandAlertcomponents towebhooks.client.tsx.[Dashboard] Add x402 chain analytics chart and empty state ([Dashboard] Add x402 chain analytics chart and empty state thirdweb-dev/js#8398)
[Dashboard] Change default x402 metric from volume to payments ([Dashboard] Change default x402 metric from volume to payments thirdweb-dev/js#8399)
[Dashboard] Add date range filtering to transaction analytics ([Dashboard] Add date range filtering to transaction analytics thirdweb-dev/js#8400)
[PRO-96] Playground: Update product grouping ([PRO-96] Playground: Update product grouping thirdweb-dev/js#8401)
PR-Codex overview
This PR focuses on restructuring the
paymentsandcontractssections of the codebase, consolidating them under a newbridgesection, and updating various links and components to reflect the new structure.Detailed summary
paymentsandcontracts.bridgecomponents and pages..mdxand.tsxfiles to point to the newbridgepaths.BuyPlaygroundtoBuyWidget.Summary by CodeRabbit
New Features
Changes
Removals
[SDK] Update useAuthToken to find auth token for any connected wallet ([SDK] Update useAuthToken to find auth token for any connected wallet thirdweb-dev/js#8402)
[SDK] Add all connected wallets in onConnect callbacks ([SDK] Add all connected wallets in onConnect callbacks thirdweb-dev/js#8403)
Version Packages (Version Packages thirdweb-dev/js#8397)
Dashboard: Update announcement banner (Dashboard: Update announcement banner thirdweb-dev/js#8404)
PR-Codex overview
This PR focuses on updating the
labelprop of theAnnouncementBannerUIcomponent to provide more detailed information about recent changes related to Wallets in the Project Dashboard.Detailed summary
labelprop of theAnnouncementBannerUIcomponent from:Summary by CodeRabbit
PR-Codex overview
This PR introduces a new sorting option for retrieving tokens, allowing results to be ordered in descending order based on their balance.
Detailed summary
sort_orderwith the value"desc"to the object passed togetV1Tokens.Summary by CodeRabbit
PR-Codex overview
This PR focuses on refactoring the payments and bridge components in the dashboard application. It updates routes, modifies component structures, and enhances the user interface for better functionality and clarity.
Detailed summary
view-tx-status.tsxandproject-settings-breadcrumb.tsx.FeatureCardandQuickstartSectioncomponents.TableRowtoPurchaseTableRowinPaymentsTableRow.bridge/layout.tsxandbridge/page.tsx.Summary by CodeRabbit
New Features
Improvements
Removals
PR-Codex overview
This PR focuses on updating the
onConnectcallback in theAutoConnectcomponent to improve clarity in variable naming, changingotherWalletstoallConnectedWallets.Detailed summary
onConnectfromotherWalletstoallConnectedWallets.Summary by CodeRabbit
PR-Codex overview
This PR focuses on renaming the
otherWalletparameter toallConnectedWalletsin theonConnectcallback to improve clarity and consistency in the code.Detailed summary
onConnectcallback type inpackages/thirdweb/src/wallets/connection/types.tsto useOnConnectCallback.otherWallettoallConnectedWalletsin theonConnectfunction signature.[Dashboard] Feature: Reorganize Gateway section in project sidebar
Notes for the reviewer
This PR reorganizes the project sidebar by:
How to test
Navigate to the project sidebar and verify:
Summary by CodeRabbit
New Features
Refactor
Chores
PR-Codex overview
This PR focuses on restructuring the
dashboardapplication by reorganizing components and updating routes. It removes unused files, modifies imports, and adjusts the sidebar layout to improve navigation and functionality.Detailed summary
insight.RpcAnalyticsandMethodsTableto a new path undergateway.loginRedirectpaths in several components.InsightFTUXcomponent.InsightIconand related logic in various files.[Dashboard] Move Contracts back to top level sidebar ([Dashboard] Move Contracts back to top level sidebar thirdweb-dev/js#8412)
Fix resolve implementation (Fix resolve implementation thirdweb-dev/js#8413)
PR-Codex overview
This PR focuses on improving the
resolveImplementationfunction in thethirdwebpackage by enhancing the implementation resolution process for proxy contracts.Detailed summary
Promise.allto fetch implementations from both storage and contract calls.Summary by CodeRabbit
PR-Codex overview
This PR enhances the
isMobilefunction to include viewport detection for mobile devices and refines the QR overlay creation logic for desktop environments by ensuring existing overlays are cleaned up before creating new ones.Detailed summary
isMobilefunction to returntrueifwindow.innerWidthis less than 640.create-wallet.tsto ensure existing overlays are destroyed before creating a new one.Summary by CodeRabbit
Version Packages
support form changes (support form changes thirdweb-dev/js#8414)
PR-Codex overview
This PR focuses on refactoring and enhancing various support forms in the application, including the removal of outdated components and the introduction of new fields to improve user input for support tickets.
Detailed summary
payments,contracts, andAffectedAreaInputcomponents.OtherSupportFormwith a new label.TokensMarketplaceSupportFormto include a new input for "Support ID in logs".ContractSupportFormandPaymentsSupportForm.productOptionslabels for clarity.ENGINE_TYPESandENGINE_PROBLEM_AREASwithAPI_SDK_OPTIONS.EngineSupportFormwith new inputs and logic based on selected SDK.PROBLEM_AREASto include new components for social/email login and user wallet custom auth.Summary by CodeRabbit
New Features
Improvements
Chores
PR-Codex overview
This PR primarily focuses on updating the UI components by replacing the
NebulaIconwithBotIcon, enhancing styling, and refactoring code for better readability and functionality across various components.Detailed summary
NebulaIconwithBotIconin multiple components.ClientIDSectionandSecretKeySection.ProjectWalletSectionand other components.CodeShowcasecomponent to display code examples.ProjectFTUXto accept aprojectWalletSectionprop.Summary by CodeRabbit
New Features
UI/UX Improvements
Chores
PR-Codex overview
This PR focuses on renaming and refactoring the usage of
productstoservicesacross various components, updating service definitions, and improving the rendering of product cards in the UI.Detailed summary
productstoservicesin relevant components.ChainListRowandChainServiceFiltercomponents to useservices.SupportedProductsSectionto conditionally renderProductCard.ProductCardcomponent for UI rendering.Add /gateway to framer-rewrites.js
[MNY-310] Dashboard: Improve login redirect path validation ([MNY-310] Dashboard: Improve login redirect path validation thirdweb-dev/js#8422)
PR-Codex overview
This PR modifies the
isValidEncodedRedirectPathfunction to enhance its validation logic for decoded paths, ensuring they start with a single slash and belong to thethirdweb.comdomain.Detailed summary
decodedPathstarts with a single slash.URLobject to validate that the hostname isthirdweb.com.Summary by CodeRabbit
started portal docs (started portal docs thirdweb-dev/js#8410)
[SDK] Better eip5792 handling ([SDK] Better eip5792 handling thirdweb-dev/js#8425)
Version Packages (Version Packages thirdweb-dev/js#8426)
[PRO-112] Dashboard: Project FTUX copy changes ([PRO-112] Dashboard: Project FTUX copy changes thirdweb-dev/js#8428)
PR-Codex overview
This PR focuses on updating the titles and text in the
ProjectFTUXcomponents to reflect changes in the API endpoint and improve the clarity of the secret key information.Detailed summary
titleinProjectFTUX.tsxfrom "POST /v1/auth/initiate" to "POST /v1/transactio…