Merged
Conversation
If you try to use web3-onboard with yarn v4 (although I think the problem will be there with yarn v2 and v3) it fails with: YN0001: │ Error: @keystonehq/eth-keyring@^0.14.00.3 isn't supported by any available resolver First install is ok, but if you run the install again you’ll get the above. 0.14.00.3 is apparently not a valid range and the only way to get this fixed is to fix the dependency. Yarn v1 resolves 0.14.00.3 to 0.14.4 and that is the version I’ve set here.
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
* chore: bump capsule version and update readme * chore: fix versioning to alpha tag
* fix: provider['ethereum'] undefined * fix: check provider.providers is array --------- Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
…ersion bumps (thirdweb-dev#2326) * Update i18n string usage for connected wallets * Add new def to the zh translation file * Add docs info for chinese translation * Merge in changes and bump version * Bump versions for release * Refine types * Format * Revert demo changes for testing * Bump Wallet connect deps
Release 2.28.2 (develop)
…randing Feature: Thirdweb Branding
fix: powered by thirdweb link
…g-release Release Thirdweb Branding
chore: bump metamask to 0.32.0
…sdks Feature/update sdks
fix: keystone dep breaks yarn 4 installation
Replace the existing multi-package CircleCI build and publish configuration with a minimal hello-world pipeline. CI: Remove the previous package build, staging, and deployment workflows from CircleCI. Add a single CircleCI job and workflow that checks out the repo and runs a simple hello-world command.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create deploy.yml Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update .circleci/deploy.yml 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: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Update the Web SDK GitHub Actions workflow configuration for dependency setup and naming. CI: Rename the Web SDK workflow and job steps for clearer identification in GitHub Actions. Adjust Node setup to support multiple versions and caching for yarn, npm, and pnpm in the Web SDK workflow. Update the dependency installation step to support npm, pnpm, or yarn and relax the pinned ethers version in the Web SDK workflow. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
CI: Introduce a GitHub Actions workflow that builds the Jekyll site and deploys it to GitHub Pages using preinstalled dependencies. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Update the web SDK GitHub Actions workflow to align with the Web3-Onboard naming and branches and ensure required SDK dependencies are installed during CI. Build: Rename the workflow and job steps from Web-SDK to Web3-Onboard and Web3-Onboard & Web SDK. Adjust workflow triggers to run on the develop and master branches instead of main. Extend the CI setup to install Web3-Onboard core, injected wallets, and ethers dependencies alongside existing Web SDK packages. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
This workflow automates the deployment of static content to GitHub Pages on pushes to the main branch or manually via the Actions tab. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Snyk has created this PR to upgrade style-loader from 3.3.4 to 4.0.0. See this package in npm: style-loader See this project in Snyk: https://app.snyk.io/org/dargon789/project/cc3616dc-48f0-4027-9828-25283861e6a4?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>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Remove 'main' branch from pull request and push triggers. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Snyk has created this PR to upgrade webpack-dev-server from 4.15.2 to 5.2.2. See this package in npm: webpack-dev-server See this project in Snyk: https://app.snyk.io/org/dargon789/project/cc3616dc-48f0-4027-9828-25283861e6a4?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 has created this PR to upgrade css-loader from 6.11.0 to 7.1.2. See this package in npm: css-loader See this project in Snyk: https://app.snyk.io/org/dargon789/project/cc3616dc-48f0-4027-9828-25283861e6a4?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>
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>
|
Note The number of changes in this pull request is too large for Gemini Code Assist to generate a summary. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PLEASE NOTE- Checklist must be complete prior to review.
Checklist
package.jsonof the package you have made changes in following semantic versioning and using alpha release taggingyarn check-allto confirm there are not any associated errorsDocs Checklist
docs/package.jsonfile (if applicable)If this PR includes changes to add an injected wallet or SDK wallet module:
Please complete the following using the internal demo package.
To run this demo use the command
yarn && yarn devto get the project running athttp://localhost:8080/Tests with demo app (injected)
Tests with demo app (SDK)