Skip to content

update dependencies #5667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged

update dependencies #5667

merged 1 commit into from
Dec 10, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Dec 9, 2024

closes: DASH-545


PR-Codex overview

This PR primarily updates various dependencies across multiple package.json files, enhancing compatibility and fixing potential issues by upgrading package versions.

Detailed summary

  • Updated @types/react and @types/react-dom versions to 19.0.1 and 19.0.2 respectively in multiple packages.
  • Upgraded shiki from 1.24.0 to 1.24.1 in several packages.
  • Upgraded sonner from ^1.7.0 to ^1.7.1 in multiple packages.
  • Updated @emotion/react and @emotion/styled from 11.13.5 to 11.14.0 in packages/thirdweb.
  • Upgraded framer-motion from 11.13.1 to 11.13.3 in apps/dashboard.
  • Updated @playwright/test from 1.49.0 to 1.49.1 in various packages.
  • Updated @dirtycajunrice/klee from ^1.0.5 to ^1.0.6 in apps/portal.
  • Minor updates in pnpm-lock.yaml for multiple dependencies to reflect new versions.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 5:19am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 5:19am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 5:19am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 5:19am

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: d35eaa6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

graphite-app bot commented Dec 9, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase. packages Ecosystem Portal Involves changes to the Ecosystem Portal SDK Involves changes to the thirdweb SDK labels Dec 9, 2024
Copy link
Member Author

jnsdls commented Dec 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@jnsdls jnsdls marked this pull request as ready for review December 9, 2024 21:16
@jnsdls jnsdls requested a review from a team as a code owner December 9, 2024 21:16
@jnsdls jnsdls requested a review from a team December 9, 2024 21:16
Copy link

socket-security bot commented Dec 9, 2024

Copy link

linear bot commented Dec 9, 2024

Copy link
Contributor

github-actions bot commented Dec 9, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.93 KB (0%) 899 ms (0%) 792 ms (+75.75% 🔺) 1.7 s
thirdweb (cjs) 110.71 KB (0%) 2.3 s (0%) 1.4 s (-17.01% 🔽) 3.6 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 51 ms (+37.19% 🔺) 163 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 10 ms (-38.13% 🔽) 20 ms
thirdweb/react (minimal + tree-shaking) 19.01 KB (-0.02% 🔽) 381 ms (-0.02% 🔽) 127 ms (+110.98% 🔺) 508 ms

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.20%. Comparing base (5158def) to head (d35eaa6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5667      +/-   ##
==========================================
- Coverage   51.21%   51.20%   -0.01%     
==========================================
  Files        1092     1093       +1     
  Lines       57336    57364      +28     
  Branches     4674     4677       +3     
==========================================
+ Hits        29364    29374      +10     
- Misses      27256    27274      +18     
  Partials      716      716              
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 5158def
packages 47.81% <ø> (-0.01%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

see 4 files with indirect coverage changes

Copy link
Member Author

jnsdls commented Dec 10, 2024

Merge activity

  • Dec 9, 7:39 PM EST: Graphite disabled "merge when ready" on this PR due to: a merge conflict with the target branch; resolve the conflict and try again..
  • Dec 10, 12:14 AM EST: A user added this pull request to the Graphite merge queue.
  • Dec 10, 12:20 AM EST: A user merged this pull request with the Graphite merge queue.

closes: DASH-545

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating various package dependencies across multiple `package.json` files and the `pnpm-lock.yaml` file, ensuring compatibility with newer versions and fixing potential issues.

### Detailed summary
- Updated `@types/react` and `@types/react-dom` to `19.0.1` and `19.0.2` respectively in multiple packages.
- Bumped `shiki` version from `1.24.0` to `1.24.1` in several packages.
- Updated `sonner` from `1.7.0` to `1.7.1` in `apps/wallet-ui` and `apps/dashboard`.
- Incremented `@emotion/react` and `@emotion/styled` versions to `11.14.0`.
- Updated `framer-motion` from `11.13.1` to `11.13.3`.
- Updated `@playwright/test` from `1.49.0` to `1.49.1`.
- Updated `@dirtycajunrice/klee` from `1.0.5` to `1.0.6` in `apps/portal`.
- Adjusted dependencies in `pnpm-lock.yaml` to reflect the above changes.

> The following files were skipped due to too many changes: `pnpm-lock.yaml`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. Ecosystem Portal Involves changes to the Ecosystem Portal packages Playground Changes involving the Playground codebase. Portal Involves changes to the Portal (docs) codebase. SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants