chore(deps): merge renovate bumps and fix pako/babel breakage - #1707
Merged
Conversation
✅ Deploy Preview for aptos-explorer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Babel 8 made createConfigItem callback-only, which broke vite-plugin-svgr. Fall back to createConfigItemSync when no callback is passed so the production build can transform SVG imports.
gregnazario
marked this pull request as ready for review
August 13, 2026 16:46
Keep only versions that already pass Aikido Safe Chain (48h) and pnpm minimumReleaseAge (5 days). Revert ts-sdk 7.3.0, Biome 2.5.8, TanStack Router/Start patches, esbuild 0.28.2, and pnpm 11.21.0. Clear minimumReleaseAgeExclude.
Bundle ReportChanges will increase total bundle size by 3.21kB (0.03%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: aptos-explorer-client-esmAssets Changed:
Files in
view changes for bundle: aptos-explorer-server-esmAssets Changed:
Files in
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1707 +/- ##
==========================================
+ Coverage 36.17% 36.18% +0.01%
==========================================
Files 203 203
Lines 9654 9654
Branches 3758 3777 +19
==========================================
+ Hits 3492 3493 +1
+ Misses 6146 6145 -1
Partials 16 16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Combines the age-eligible pieces of four open Renovate PRs. Versions that are still inside Aikido Safe Chain (48h) or pnpm
minimumReleaseAge(5 days) are not included —minimumReleaseAgeExcludestays empty, and the only Safe Chain 48h exclusion remains@aptos-labs/*.Included (already past both gates)
pako2.1.0 → 3.0.1undici7.29.0 → 8.10.0@babel/coreoverride 7.29.7 → 8.0.1@scure/base2.3.0,react-hook-form7.85.0,uuid14.0.1Left for a later bump (still inside the 5-day window)
@aptos-labs/ts-sdk7.3.0, Biome 2.5.8, TanStack Router/Start patches,esbuild0.28.2, pnpm 11.21.0Fixes
{ to: "string" }→{ toText: true }intransformCode. Dropped the deprecated@types/pakostub.import babel from "@babel/core", and SVGR still callscreateConfigItem()synchronously. A pnpm patch restores a default namespace and a synccreateConfigItemfallback.mainso overrides match. No age-gate exclude list.Verification
pnpm install --frozen-lockfilethrough Safe Chain (48h,@aptos-labs/*only)pnpm lintpasspnpm test --run— 961 passed, 1 skippedpnpm buildpassRelated Links