Skip to content

chore(deps): update dependency @sanity/pkg-utils to v10#1783

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-pkg-utils-10.x
Open

chore(deps): update dependency @sanity/pkg-utils to v10#1783
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sanity-pkg-utils-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@sanity/pkg-utils (source) 8.1.2910.5.1 age confidence

Release Notes

sanity-io/pkg-utils (@​sanity/pkg-utils)

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • #​2781 a8f395f Thanks @​rexxars! - feat: schedule JS build tasks for node export sub-conditions

    Exports with a node sub-condition (exports['.'].node.import / .require) now generate JS build tasks under runtime: 'node' using target.node, symmetric to how browser sub-conditions are already handled. Previously these outputs only got .d.ts files emitted while the JS was never built, leaving the declared output paths dangling. Isomorphic packages can now ship a node-specific entry without relaxing the package-wide browserslist.

Patch Changes

v10.4.18

Compare Source

Patch Changes

v10.4.17

Compare Source

Patch Changes

v10.4.16

Compare Source

Patch Changes

v10.4.15

Compare Source

Patch Changes

v10.4.14

Compare Source

Patch Changes

v10.4.13

Compare Source

Patch Changes

v10.4.12

Compare Source

Patch Changes

v10.4.11

Compare Source

Patch Changes

v10.4.10

Compare Source

Patch Changes

v10.4.9

Compare Source

Patch Changes

v10.4.8

Compare Source

Patch Changes

v10.4.7

Compare Source

Patch Changes

v10.4.6

Compare Source

Patch Changes

v10.4.5

Compare Source

Patch Changes

v10.4.4

Compare Source

Patch Changes

v10.4.3

Compare Source

Patch Changes

v10.4.2

Compare Source

Patch Changes

v10.4.1

Compare Source

Patch Changes

v10.4.0

Compare Source

Minor Changes
  • #​2538 a7bd216 Thanks @​copilot-swe-agent! - Auto-enable styled-components compiler when detected as peer dependency. If styled-components is in peerDependencies and babel-plugin-styled-components is in devDependencies, the babel plugin is automatically enabled without requiring explicit configuration. Users can disable this behavior by setting babel: { styledComponents: false } in package.config.ts.
Patch Changes

v10.3.5

Compare Source

Patch Changes

v10.3.4

Compare Source

Patch Changes

v10.3.3

Compare Source

Patch Changes

v10.3.2

Compare Source

Patch Changes

v10.3.1

Compare Source

Patch Changes

v10.3.0

Compare Source

Minor Changes
Patch Changes

v10.2.6

Compare Source

Patch Changes

v10.2.5

Compare Source

Patch Changes

v10.2.4

Compare Source

Patch Changes

v10.2.3

Compare Source

Patch Changes

v10.2.2

Compare Source

Patch Changes

v10.2.1

Compare Source

Patch Changes

v10.2.0

Compare Source

Minor Changes
Patch Changes

v10.1.3

Compare Source

Patch Changes

v10.1.2

Compare Source

Patch Changes

v10.1.1

Patch Changes

v10.1.0

Minor Changes
Patch Changes

v10.0.0

Major Changes
  • #​2329 c5b81e7 Thanks @​stipsan! - The tsconfig presets have moved to a new package, pnpm install --save-dev @​sanity/tsconfig and update your imports in tsconfig.json files:

    • @sanity/pkg-utils/tsconfig/recommended.json -> @sanity/tsconfig/recommended
      {
      -  "extends": "@​sanity/pkg-utils/tsconfig/recommended.json"
      +  "extends": "@​sanity/tsconfig/recommended"
      }
    • @sanity/pkg-utils/tsconfig/strict.json -> @sanity/tsconfig/strict
      {
      -  "extends": "@​sanity/pkg-utils/tsconfig/strict.json"
      +  "extends": "@​sanity/tsconfig/strict"
      }
    • @sanity/pkg-utils/tsconfig/strictest.json -> @sanity/tsconfig/strictest
      {
      -  "extends": "@​sanity/pkg-utils/tsconfig/strictest.json"
      +  "extends": "@​sanity/tsconfig/strictest"
      }
    • @sanity/pkg-utils/tsconfig/isolated-declarations.json -> @sanity/tsconfig/isolated-declarations
      {
      -  "extends": ["@​sanity/pkg-utils/tsconfig/strictest.json", "@​sanity/pkg-utils/tsconfig/isolated-declarations.json"]
      +  "extends": ["@​sanity/tsconfig/strictest", "@​sanity/tsconfig/isolated-declarations"]
      }
  • #​2332 c99d52f Thanks @​stipsan! - Removed internal exports:

    import {
      build,
      check,
      createLogger,
      getExtractMessagesConfig,
      init,
      loadPkg,
      loadPkgWithReporting,
      parseExports,
      parseStrictOptions,
      watch,
    } from '@​sanity/pkg-utils'
  • #​2331 ae7b51c Thanks @​stipsan! - Removed noPackageJsonMain and noPackageJsonModule rules

v9.2.3

Compare Source

Patch Changes

v9.2.2

Compare Source

Patch Changes

v9.2.1

Compare Source

Patch Changes

v9.2.0

Compare Source

Minor Changes

v9.1.5

Compare Source

Patch Changes

v9.1.4

Compare Source

Patch Changes

v9.1.3

Compare Source

Patch Changes

v9.1.2

[Compare Source](https://redirect.github.com/sanity-io/pkg-utils/compare/@sanity/pkg-utils@9.1.1...@sanity/pkg-utils@9.

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Sanity. View repository job log here

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 26, 2026

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

Project Deployment Actions Updated (UTC)
preview-kit-next-app-router Error Error May 27, 2026 1:38pm
preview-kit-next-pages-router Error Error May 27, 2026 1:38pm
preview-kit-remix Error Error May 27, 2026 1:38pm
preview-kit-test-studio Error Error May 27, 2026 1:38pm

Request Review

@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 33b1d3c to c1a8ccc Compare January 28, 2026 12:54
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from c1a8ccc to 374ce21 Compare January 28, 2026 19:47
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 374ce21 to aeb152e Compare January 29, 2026 13:06
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from aeb152e to 6a0eced Compare January 30, 2026 11:15
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 6a0eced to 01a95cc Compare February 2, 2026 11:41
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 4936c49 to ff88d6b Compare February 12, 2026 14:53
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from ff88d6b to 3c94432 Compare February 17, 2026 18:38
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 3c94432 to 450e2c4 Compare March 1, 2026 22:59
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 450e2c4 to 34800be Compare March 3, 2026 16:06
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from 34800be to d857ce6 Compare March 5, 2026 18:06
@renovate renovate Bot force-pushed the renovate/sanity-pkg-utils-10.x branch from d857ce6 to 6cb9e0a Compare March 9, 2026 06:47
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 1, 2026

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: npm typescript

License: LicenseRef-W3C-Community-Final-Specification-Agreement - The applicable license policy does not permit this license (5) (package/ThirdPartyNoticeText.txt)

From: pnpm-lock.yamlnpm/@sanity/pkg-utils@10.5.1npm/typescript@5.9.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/typescript@5.9.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 15, 2026

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​types/​react@​19.2.151001007995100
Addednpm/​isbot@​5.1.4010010010092100
Addednpm/​@​sanity/​pkg-utils@​10.5.19710010097100

View full report

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