-
Notifications
You must be signed in to change notification settings - Fork 537
Version Packages #7116
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
base: main
Are you sure you want to change the base?
Version Packages #7116
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
## Walkthrough
The changes remove a patch from the `@thirdweb-dev/service-utils` package that previously enhanced error messages for HTTP 403 Forbidden responses. The changelog and package version are updated to reflect this removal, with no modifications to public APIs or exported entities. Additionally, patch version updates were made for the `thirdweb` and `wagmi-adapter` packages with minor changelog additions and no functional changes.
## Changes
| File(s) | Change Summary |
|-----------------------------------------------------|-----------------------------------------------------------------------------------------------|
| .changeset/blue-mice-prove.md | Removes patch that improved error messages for HTTP 403 responses. |
| packages/service-utils/CHANGELOG.md | Adds changelog entry for version 0.9.10 noting the removal of improved 403 error messages. |
| packages/service-utils/package.json | Updates package version from 0.9.9 to 0.9.10. |
| packages/thirdweb/CHANGELOG.md | Adds patch version 5.100.2 with fixes including loading spinner theme color and payment link support in PayEmbed. |
| packages/thirdweb/package.json | Updates package version from 5.100.1 to 5.100.2. |
| packages/wagmi-adapter/CHANGELOG.md | Adds new version entry 0.2.82 without release notes. |
| packages/wagmi-adapter/package.json | Updates package version from 0.2.81 to 0.2.82. |
## Possibly related PRs
- thirdweb-dev/js#7114: This PR originally introduced the improved 403 error messages that are now being removed.
## Suggested labels
`SDK` 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
💤 Files with no reviewable changes (5)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7116 +/- ##
==========================================
+ Coverage 55.61% 55.63% +0.01%
==========================================
Files 902 902
Lines 58177 58177
Branches 4085 4093 +8
==========================================
+ Hits 32356 32364 +8
+ Misses 25716 25708 -8
Partials 105 105
🚀 New features to boost your workflow:
|
size-limit report 📦
|
015c4bb
to
cf1dfa5
Compare
cf1dfa5
to
9419feb
Compare
9419feb
to
76e5e93
Compare
76e5e93
to
cd09fec
Compare
cd09fec
to
afc0cb3
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@thirdweb-dev/service-utils@0.9.10
Patch Changes
4b9a506
Thanks @joaquim-verges! - Better error messages for 403 responsesthirdweb@5.100.2
Patch Changes
#7119
dcd6b99
Thanks @joaquim-verges! - Better error messages in PayEmbed#7123
f31116e
Thanks @jnsdls! - fix avatar image detection on Node#7110
7b72e88
Thanks @RobbyUitbeijerse! - Fix loading spinner theme color in PayEmbed#7121
376bdb2
Thanks @gregfromstl! - Payment link support in PayEmbed@thirdweb-dev/wagmi-adapter@0.2.82
PR-Codex overview
This PR focuses on updating the version numbers of several packages and their changelogs, along with the addition of new patch changes that improve error messaging and other functionality.
Detailed summary
.changeset
markdown files.version
ofthirdweb
from5.100.1
to5.100.2
.version
of@thirdweb-dev/service-utils
from0.9.9
to0.9.10
.version
of@thirdweb-dev/wagmi-adapter
from0.2.81
to0.2.82
.@thirdweb-dev/service-utils
andthirdweb
with specific improvements.Summary by CodeRabbit
Bug Fixes
New Features
Chores