Skip to content

Demo/nextjs dynamic import #46

Merged
Dargon789 merged 504 commits intosw-devfrom
demo/nextjs-dynamic-import-
Jan 3, 2026
Merged

Demo/nextjs dynamic import #46
Dargon789 merged 504 commits intosw-devfrom
demo/nextjs-dynamic-import-

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

Description

PLEASE NOTE- Checklist must be complete prior to review.

Checklist

  • Increment the version field in package.json of the package you have made changes in following semantic versioning and using alpha release tagging
  • Check the box that allows repo maintainers to update this PR
  • Test locally to make sure this feature/fix works
  • Run yarn check-all to confirm there are not any associated errors
  • Confirm this PR passes Circle CI checks
  • Add or update relevant information in the documentation

Docs Checklist

  • Include a screenshot of any changes (see docs README on running locally)
  • Add/update the appropriate package README (if applicable)
  • Add/update the related module in the docs demo (if applicable)
  • Add/update the related package in the docs/package.json file (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 dev to get the project running at http://localhost:8080/

Tests with demo app (injected)

  • send transaction
  • switch chains
  • sign message
  • sign typed message
  • disconnect

Tests with demo app (SDK)

  • send transaction
  • switch chains
  • sign message
  • sign typed message
  • disconnect

compojoom and others added 30 commits December 12, 2024 11:38
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
fix: keystone dep breaks yarn 4 installation
saltict and others added 22 commits November 30, 2025 01:46
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>
Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 329

@gemini-code-assist
Copy link
Copy Markdown

Note

The number of changes in this pull request is too large for Gemini Code Assist to generate a summary.

Repository owner deleted a comment from vercel bot Jan 3, 2026
Repository owner deleted a comment from vercel bot Jan 3, 2026
@Dargon789 Dargon789 merged commit 530b3ad into sw-dev Jan 3, 2026
8 of 9 checks passed
@Dargon789 Dargon789 deleted the demo/nextjs-dynamic-import- branch February 19, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.