Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3966579
feat: upgrade nextjs-toploader from 1.6.12 to 3.8.16 (#135)
Dargon789 Apr 20, 2025
f84f8e3
feat: upgrade shiki from 1.27.0 to 3.2.1 (#133)
Dargon789 Apr 20, 2025
241c2d5
fix: upgrade flexsearch from 0.7.43 to 0.8.143 (#134)
Dargon789 Apr 20, 2025
c8230e9
fix: upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2 (#136)
Dargon789 Apr 29, 2025
dc6163d
fix: upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2 (#138)
Dargon789 Apr 29, 2025
dbe2f78
fix: apps/playground-web/package.json to reduce vulnerabilities (#148)
Dargon789 Apr 29, 2025
48c183a
fix: apps/portal/package.json to reduce vulnerabilities (#150)
Dargon789 Apr 29, 2025
b15a77a
fix: apps/wallet-ui/package.json to reduce vulnerabilities (#149)
Dargon789 Apr 29, 2025
7bf02b5
feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1 (#153)
Dargon789 Apr 30, 2025
37f86c3
feat: upgrade tailwindcss from 3.4.17 to 4.1.3 (#154)
Dargon789 Apr 30, 2025
5a4fa9f
Merge branch 'thirdweb-dev:main' into main
Dargon789 May 1, 2025
ffd6c92
chore(deps): bump @radix-ui/react-hover-card from 1.1.7 to 1.1.11 (#145)
dependabot[bot] May 1, 2025
8acd285
chore(deps-dev): bump @chakra-ui/cli from 2.5.6 to 3.16.1 (#146)
dependabot[bot] May 1, 2025
52b04c5
chore(deps-dev): bump vite (#155)
dependabot[bot] May 1, 2025
94b6829
Create nextjs.yml (#160)
Dargon789 May 1, 2025
6004c73
Create fluffy-rats-jog.md
Dargon789 May 1, 2025
81026a2
Create static.yml
Dargon789 May 1, 2025
1fbed41
Merge pull request #163 from Dargon789/Dargon789-patch-3
Dargon789 May 1, 2025
0904c4c
Create seven-goats-move.md (#164)
Dargon789 May 1, 2025
d0d3189
Create jekyll-gh-pages.yml (#166)
Dargon789 May 1, 2025
0c0e2c9
Merge branch 'thirdweb-dev:main' into main
Dargon789 May 1, 2025
10ed7f4
Patch 1 (#165)
Dargon789 May 1, 2025
4a421a7
fix: upgrade @aws-sdk/client-kms from 3.592.0 to 3.787.0
snyk-bot May 11, 2025
6dad3e8
Merge branch 'main' into snyk-upgrade-291e43177663c8a0bc581c14bbe675b4
Dargon789 Jan 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/fluffy-rats-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"thirdweb": patch
"thirdweb-dashboard": patch
"playground-web": patch
"portal": patch
"wallet-ui": patch
---

compare feat: upgrade fix and bug merge.
5 changes: 5 additions & 0 deletions .changeset/happy-dodos-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb-dashboard": patch
---

[NEB-69] Nebula: Add UI for Swap and Approve transactions
5 changes: 5 additions & 0 deletions .changeset/seven-goats-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
---

compare feat: upgrade fix and bug merge.
51 changes: 51 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Loading
Loading