Skip to content

fix(deps): update dependency @vercel/frameworks to v3.29.0#1346

Merged
stipsan merged 4 commits into
mainfrom
renovate/vercel-frameworks-3.x
Jun 23, 2026
Merged

fix(deps): update dependency @vercel/frameworks to v3.29.0#1346
stipsan merged 4 commits into
mainfrom
renovate/vercel-frameworks-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vercel/frameworks (source) 3.21.13.29.0

Release Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here


> [!NOTE]
> Low Risk
> Dependency-only bump with test expectation updates; no application logic changes beyond consuming updated framework metadata.
>
> Overview
> Bumps @vercel/frameworks in @sanity/cli from 3.21.1 to 3.29.0, with lockfile updates for transitive packages (e.g. @vercel/error-utils, TOML parsing via smol-toml).
>
> detectFramework.test.ts is updated for upstream Sanity framework slug changes: modern Studio projects are expected to resolve as sanity (not sanity-v3), and the integration guard requires sanity in the framework list.
>
> Reviewed by Cursor Bugbot for commit 512e3bb. Bugbot is set up for automated code reviews on this repo. Configure here.

@renovate renovate Bot requested a review from a team as a code owner June 22, 2026 11:34
@renovate renovate Bot enabled auto-merge (squash) June 22, 2026 11:34
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Stats — @sanity/cli

Compared against main (ca5dba3b)

@sanity/cli

Metric Value vs main (ca5dba3)
Internal (raw) 2.7 KB -
Internal (gzip) 1.0 KB -
Bundled (raw) 11.15 MB -
Bundled (gzip) 2.10 MB -
Import time 864ms +4ms, +0.4%

bin:sanity

Metric Value vs main (ca5dba3)
Internal (raw) 782 B -
Internal (gzip) 423 B -
Bundled (raw) 9.87 MB -
Bundled (gzip) 1.77 MB -
Import time 1.93s -7ms, -0.4%

🗺️ View treemap · Artifacts

Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

📦 Bundle Stats — @sanity/cli-core

Compared against main (ca5dba3b)

Metric Value vs main (ca5dba3)
Internal (raw) 106.7 KB -
Internal (gzip) 26.7 KB -
Bundled (raw) 21.71 MB -
Bundled (gzip) 3.46 MB -
Import time 767ms +8ms, +1.0%

🗺️ View treemap · Artifacts

Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

📦 Bundle Stats — create-sanity

Compared against main (ca5dba3b)

Metric Value vs main (ca5dba3)
Internal (raw) 908 B -
Internal (gzip) 483 B -
Bundled (raw) 931 B -
Bundled (gzip) 491 B -
Import time ❌ ChildProcess denied: node -
Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

@renovate renovate Bot force-pushed the renovate/vercel-frameworks-3.x branch from 56d356d to 0aef58f Compare June 22, 2026 12:19
@renovate renovate Bot force-pushed the renovate/vercel-frameworks-3.x branch from f770eca to 2987d12 Compare June 22, 2026 13:35
@renovate renovate Bot force-pushed the renovate/vercel-frameworks-3.x branch from 42ea591 to 451983c Compare June 22, 2026 15:42
@stipsan

stipsan commented Jun 22, 2026

Copy link
Copy Markdown
Member

@copilot fix the failing tests, the slugs for sanity changed. 'sanity-v3' is now 'sanity', and 'sanity' is now 'sanity-v2'

@renovate renovate Bot force-pushed the renovate/vercel-frameworks-3.x branch from 3698ad8 to ab4d4c0 Compare June 22, 2026 17:20

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 939901e. Configure here.

Comment thread packages/@sanity/cli/package.json
auto-merge was automatically disabled June 22, 2026 17:33

Head branch was pushed to by a user without write access

Copilot AI commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the failing tests, the slugs for sanity changed. 'sanity-v3' is now 'sanity', and 'sanity' is now 'sanity-v2'

Fixed in 512e3bb9. I updated the detectFramework tests to use the new slugs (sanity-v3sanity, and added sanity-v2 in the framework slug guard list), and the targeted test file now passes.

Copilot AI requested a review from stipsan June 22, 2026 17:33
@renovate

renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Coverage Delta

No covered files changed in this PR.

Overall Coverage

Metric Coverage
Statements 87.8% (+ 0.2%)
Branches 77.5% (+ 0.1%)
Functions 87.2% (+ 0.1%)
Lines 88.2% (+ 0.2%)

Comment thread packages/@sanity/cli/src/util/__tests__/detectFramework.test.ts Outdated
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​vercel/​frameworks@​3.29.01001007499100

View full report

@stipsan stipsan merged commit d0c96ec into main Jun 23, 2026
55 of 56 checks passed
@stipsan stipsan deleted the renovate/vercel-frameworks-3.x branch June 23, 2026 10:17
@cursor cursor Bot mentioned this pull request Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants