Skip to content

Bump sanity-plugin-internationalized-array from 3.2.2 to 4.0.0#595

Merged
thomasKn merged 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-plugin-internationalized-array-4.0.0
Feb 9, 2026
Merged

Bump sanity-plugin-internationalized-array from 3.2.2 to 4.0.0#595
thomasKn merged 1 commit intomainfrom
dependabot/npm_and_yarn/sanity-plugin-internationalized-array-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps sanity-plugin-internationalized-array from 3.2.2 to 4.0.0.

Release notes

Sourced from sanity-plugin-internationalized-array's releases.

sanity-plugin-internationalized-array@4.0.0

Major Changes

  • #493 4d9e6bb Thanks @​copilot-swe-agent! - Port sanity-plugin-internationalized-array to the Sanity plugins monorepo

    This major release includes several breaking changes as part of the migration to the monorepo:

    • React Compiler enabled: The plugin is now optimized with React Compiler for better performance
    • ESM-only: CommonJS is no longer supported (removed dual module format)
    • Sanity Studio v5 required: The plugin now requires Sanity Studio v5 as the baseline
    • React 19 required: Updated to support React 19.2+
    • Stricter TypeScript: Updated type definitions with improved type safety
    • Updated dependencies: All dependencies updated to latest compatible versions

    The plugin functionality remains the same, but the new build process and dependencies require these breaking changes for compatibility with the monorepo's tooling and conventions.

Patch Changes

  • #525 575e069 Thanks @​renovate! - fix(deps): Update dependency @​sanity/icons to ^3.7.4

  • #530 7e825c1 Thanks @​renovate! - fix(deps): Update dependency @​sanity/language-filter to ^4.0.6

  • #533 a019be6 Thanks @​renovate! - fix(deps): Update dependency lodash-es to ^4.17.23

  • #526 ea2b950 Thanks @​pedrobonamin! - Fix "restore order" action on read-only documents

    Previously, the automatic "restore order" action would attempt to patch read-only documents, resulting in an error. The action now checks the document's read-only status before executing.

Changelog

Sourced from sanity-plugin-internationalized-array's changelog.

4.0.0

Major Changes

  • #493 4d9e6bb Thanks @​copilot-swe-agent! - Port sanity-plugin-internationalized-array to the Sanity plugins monorepo

    This major release includes several breaking changes as part of the migration to the monorepo:

    • React Compiler enabled: The plugin is now optimized with React Compiler for better performance
    • ESM-only: CommonJS is no longer supported (removed dual module format)
    • Sanity Studio v5 required: The plugin now requires Sanity Studio v5 as the baseline
    • React 19 required: Updated to support React 19.2+
    • Stricter TypeScript: Updated type definitions with improved type safety
    • Updated dependencies: All dependencies updated to latest compatible versions

    The plugin functionality remains the same, but the new build process and dependencies require these breaking changes for compatibility with the monorepo's tooling and conventions.

Patch Changes

  • #525 575e069 Thanks @​renovate! - fix(deps): Update dependency @​sanity/icons to ^3.7.4

  • #530 7e825c1 Thanks @​renovate! - fix(deps): Update dependency @​sanity/language-filter to ^4.0.6

  • #533 a019be6 Thanks @​renovate! - fix(deps): Update dependency lodash-es to ^4.17.23

  • #526 ea2b950 Thanks @​pedrobonamin! - Fix "restore order" action on read-only documents

    Previously, the automatic "restore order" action would attempt to patch read-only documents, resulting in an error. The action now checks the document's read-only status before executing.

Commits
  • 4c74067 Version Packages (#495)
  • a019be6 fix(deps): Update dependency lodash-es to ^4.17.23 (#533)
  • 7e825c1 fix(deps): Update dependency @​sanity/language-filter to ^4.0.6 (#530)
  • b4d3fd8 chore(format): 🤖 ✨ (#534)
  • ea2b950 fix: prevent restore order action when document is read-only (#526)
  • 575e069 fix(deps): Update dependency @​sanity/icons to ^3.7.4 (#525)
  • dd8b0cc Remove React namespace import in favor of direct type imports
  • dde1787 Remove React.memo since React Compiler handles memoization
  • 1e62ca3 Add screenshot image and migration script from original repo
  • 22b6ee7 Update copyright holder to Simeon Griggs in LICENSE and README
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sanity-plugin-internationalized-array since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
@shopify
Copy link
Contributor

shopify bot commented Feb 9, 2026

Oxygen deployed a preview of your dependabot/npm_and_yarn/sanity-plugin-internationalized-array-4.0.0 branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
Fluid demo ✅ Successful (Logs) Preview deployment Inspect deployment February 9, 2026 2:46 PM

Learn more about Hydrogen's GitHub integration.

Bumps [sanity-plugin-internationalized-array](https://github.com/sanity-io/plugins/tree/HEAD/plugins/sanity-plugin-internationalized-array) from 3.2.2 to 4.0.0.
- [Release notes](https://github.com/sanity-io/plugins/releases)
- [Changelog](https://github.com/sanity-io/plugins/blob/main/plugins/sanity-plugin-internationalized-array/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/plugins/commits/sanity-plugin-internationalized-array@4.0.0/plugins/sanity-plugin-internationalized-array)

---
updated-dependencies:
- dependency-name: sanity-plugin-internationalized-array
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanity-plugin-internationalized-array-4.0.0 branch from 3cc3f43 to 4dc2efe Compare February 9, 2026 14:45
@thomasKn thomasKn merged commit d22e05c into main Feb 9, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sanity-plugin-internationalized-array-4.0.0 branch February 9, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant