Skip to content

chore(deps): update pnpm to v10.33.0#892

Merged
toiroakr merged 2 commits intomainfrom
renovate/pnpm-10.x
Apr 2, 2026
Merged

chore(deps): update pnpm to v10.33.0#892
toiroakr merged 2 commits intomainfrom
renovate/pnpm-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 10.32.110.33.0 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.33.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 06:59 PM, Monday through Friday ( * 9-18 * * 1-5 ) in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from remiposo and toiroakr as code owners April 2, 2026 06:09
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 2, 2026

🦋 Changeset detected

Latest commit: 3ca56ef

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 2, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/create-sdk@892

commit: 3ca56ef

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

Code Metrics Report (packages/sdk)

main (b7a4895) #892 (118895a) +/-
Coverage 57.6% 57.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (b7a4895) | #892 (118895a) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          57.6% |          57.6% | 0.0% |
  |   Files            |            328 |            328 |    0 |
  |   Lines            |          10800 |          10800 |    0 |
  |   Covered          |           6231 |           6231 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          66140 |          66140 |    0 |
  |   Test             |          27265 |          27265 |    0 |

SDK Configure Bundle Size

main (b7a4895) #892 (118895a) +/-
configure-index-size 12.58KB 12.58KB 0KB
dependency-chunks-size 33.36KB 33.36KB 0KB
total-bundle-size 45.94KB 45.94KB 0KB

Runtime Performance

main (b7a4895) #892 (118895a) +/-
Generate Median 2,607ms 2,548ms -59ms
Generate Max 2,666ms 2,580ms -86ms
Apply Build Median 2,666ms 2,580ms -86ms
Apply Build Max 2,692ms 2,628ms -64ms

Type Performance (instantiations)

main (b7a4895) #892 (118895a) +/-
tailordb-basic 42,234 42,234 0
tailordb-optional 3,826 3,826 0
tailordb-relation 3,970 3,970 0
tailordb-validate 2,824 2,824 0
tailordb-hooks 5,689 5,689 0
tailordb-object 11,470 11,470 0
tailordb-enum 2,720 2,720 0
resolver-basic 9,239 9,239 0
resolver-nested 25,626 25,626 0
resolver-array 17,862 17,862 0
executor-schedule 4,244 4,244 0
executor-webhook 883 883 0
executor-record 4,746 4,746 0
executor-resolver 4,273 4,273 0
executor-operation-function 877 877 0
executor-operation-gql 879 879 0
executor-operation-webhook 898 898 0
executor-operation-workflow 2,290 2,290 0

Reported by octocov

@claude
Copy link
Copy Markdown

claude Bot commented Apr 2, 2026

🤖 Claude Dependency Review

📦 Update Summary

📝 Release Notes

✨ Main Changes

New Feature:

  • dedupePeers Configuration: New setting that minimizes peer dependency duplication by using simplified version identifiers (name@version) instead of full dependency paths. This reduces nested suffixes and decreases package instances in projects with many recursive peer dependencies.

Bug Fixes:

  • Lockfile Validation: Incompatible lockfiles now properly fail in CI when frozen lockfile mode is active
  • Concurrent pnpm dlx Fix: Resolved intermittent failures when multiple simultaneous pnpm dlx commands target identical packages
  • Error Reporting: Improved debugging with better error messages for malformed or inaccessible package metadata
  • Peer Dependency Handling: Fixed handling of non-string version selectors in hoistPeers
  • Windows Command Resolution: Fixed false "Command not found" errors on Windows
  • Lockfile Document Handling: When pnpm-lock.yaml contains dual documents, the initial one is now properly disregarded
  • Metadata Cache: Fixed bug preventing clearCache function from properly clearing metadata cache

🔍 Impact Analysis

pnpm is used extensively throughout this project as the package manager in 15+ GitHub workflows, the install-deps action, lefthook pre-commit hooks, and workspace configuration.

Key impacts:

  • CI Reliability: Improved lockfile validation and concurrent pnpm dlx handling will improve CI reliability
  • No Breaking Changes: All changes are backward-compatible
  • Low Risk: Primarily bug fixes with one optional new configuration feature

✅ Recommended Actions

None required - Safe to merge after CI passes.


@toiroakr toiroakr merged commit 6be520f into main Apr 2, 2026
57 checks passed
@toiroakr toiroakr deleted the renovate/pnpm-10.x branch April 2, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant