Skip to content

fix(deps): Update dev-non-major#12579

Open
squiggler-app[bot] wants to merge 1 commit intomainfrom
renovate/dev-non-major
Open

fix(deps): Update dev-non-major#12579
squiggler-app[bot] wants to merge 1 commit intomainfrom
renovate/dev-non-major

Conversation

@squiggler-app
Copy link
Copy Markdown
Contributor

@squiggler-app squiggler-app bot commented Apr 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@sanity/assist (source) ^5.0.3^5.0.4 age confidence
@sanity/code-input (source) ^7.0.5^7.0.12 age confidence
@sanity/color-input (source) ^6.0.3^6.0.4 age confidence
@sanity/debug-preview-url-secret-plugin (source) ^2.0.4^2.0.8 age confidence
@sanity/image-url (source) ^2.0.2^2.1.1 age confidence
@sanity/sdk (source) ^2.5.0^2.8.0 age confidence
@sanity/sdk-react (source) ^2.5.0^2.8.0 age confidence
@sanity/visual-editing (source) ^5.3.1^5.3.3 age confidence
@​vercel/stega 1.0.01.1.0 age confidence
lodash-es (source) ^4.17.22^4.18.1 age confidence
qs ^6.14.1^6.15.0 age confidence
react-icons ^5.5.0^5.6.0 age confidence
sanity-plugin-asset-source-unsplash (source) ^7.0.2^7.0.5 age confidence
sanity-plugin-internationalized-array (source) ^4.0.4^4.0.8 age confidence
sanity-plugin-markdown (source) 8.0.48.0.5 age confidence
sanity-plugin-mux-input ^2.12.1^2.17.0 age confidence

Release Notes

sanity-io/plugins (@​sanity/code-input)

v7.0.12

Compare Source

Patch Changes

v7.0.11

Compare Source

Patch Changes

v7.0.10

Compare Source

Patch Changes

v7.0.9

Compare Source

Patch Changes
sanity-io/plugins (@​sanity/debug-preview-url-secret-plugin)

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes
sanity-io/image-url (@​sanity/image-url)

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
  • #​97 25eefd4 Thanks @​rdunk! - Add support for clients configured with the resource property, mark ~experimental_resource as deprecated.
sanity-io/sdk (@​sanity/sdk)

v2.8.0

Miscellaneous
  • sdk: Synchronize sdk versions
sanity-io/sdk (@​sanity/sdk-react)

v2.8.0

Features
  • access: if a project user can't be found envoke dashboard request-access flow (#​655) (d1eb7bc)
Dependencies
  • The following workspace dependencies were updated
ljharb/qs (qs)

v6.15.0

Compare Source

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#​425, #​122)
  • [Fix] duplicates option should not apply to bracket notation keys (#​514)

v6.14.2

Compare Source

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#​546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#​529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#​545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#​418)
  • [readme] clarify parseArrays and arrayLimit documentation (#​543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions
react-icons/react-icons (react-icons)

v5.6.0

Compare Source

What's Changed

Full Changelog: react-icons/react-icons@v5.5.0...v5.6.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.7.2-1-g840c215 2060
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-142-gbb04090f93 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.2 287
Lucide ISC 0.462.0 1541
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.13.1 2754
Remix Icon Apache License Version 2.0 4.6.0 3058
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.14.0 637
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.2.0 972
Simple Icons CC0 1.0 Universal 15.16.0 3364
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.4 704
VS Code Icons CC BY 4.0 0.0.40 498
Tabler Icons MIT 3.35.0 5963
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@1.3.2-34-gfdbb60b 332
Phosphor Icons MIT 2.1.1 9072
Icons8 Line Awesome MIT 1.3.1 1544
sanity-io/plugins (sanity-plugin-asset-source-unsplash)

v7.0.5

Compare Source

Patch Changes

v7.0.4

Compare Source

Patch Changes
sanity-io/plugins (sanity-plugin-internationalized-array)

v4.0.6

Compare Source

Patch Changes
  • #​712 bf6a7d5 Thanks @​pedrobonamin! - Update @sanity/language-filter to 4.1.0 and adjust language segment matching to pass the current item value, updating language filtering behavior with the new parameter.

    Now when using language filter in the internationalized array you will receive a 4th parameter with the value of the object containing the field you are trying to filter.
    For example:

    {
        _key: "en",
        value: "Hello world"
    }

v4.0.5

Compare Source

Patch Changes
  • #​677 1f8fe29 Thanks @​copilot-swe-agent! - Remove unused dependency fast-deep-equal. Clean up internal cache module by removing dead code (exported functions that were never imported).
sanity-io/plugins (sanity-plugin-markdown)

v8.0.5

Compare Source

Patch Changes
sanity-io/sanity-plugin-mux-input (sanity-plugin-mux-input)

v2.17.0

Compare Source

Features

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Sanity. View repository job log here

@squiggler-app squiggler-app bot requested a review from a team as a code owner April 7, 2026 08:12
@squiggler-app squiggler-app bot requested review from pedrobonamin and removed request for a team April 7, 2026 08:12
@squiggler-app squiggler-app bot enabled auto-merge (squash) April 7, 2026 08:12
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
page-building-studio Error Error Apr 7, 2026 4:28pm
test-studio Error Error Apr 7, 2026 4:28pm

Request Review

@squiggler-app
Copy link
Copy Markdown
Contributor Author

squiggler-app bot commented Apr 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 36 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/sanity-io/sanity/dev/efps:
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "sanity-plugin-internationalized-array@4.0.8" (possible package takeover)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/sanity-io/sanity/dev/efps

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had trusted publisher, but this version has no trust evidence. A trust downgrade may indicate a supply chain incident.

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.

0 participants