Skip to content

chore(deps): update dependency pkg-pr-new to v0.0.73#1153

Merged
toiroakr merged 1 commit into
mainfrom
renovate/pkg-pr-new-0.x
May 20, 2026
Merged

chore(deps): update dependency pkg-pr-new to v0.0.73#1153
toiroakr merged 1 commit into
mainfrom
renovate/pkg-pr-new-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

This PR contains the following updates:

Package Change Age Confidence
pkg-pr-new (source) 0.0.700.0.73 age confidence

Release Notes

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.73

Compare Source

v0.0.72

Compare Source

v0.0.71

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 06:59 PM, Monday through Friday (* 9-18 * * 1-5)
  • 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 May 11, 2026 03:36
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 11, 2026

⚠️ No Changeset found

Latest commit: c575dbc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

⚡ pkg.pr.new

@tailor-platform/sdk

pnpm add https://pkg.pr.new/@tailor-platform/sdk@c575dbc
pnpm dlx https://pkg.pr.new/@tailor-platform/sdk@c575dbc --help

@tailor-platform/create-sdk

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@c575dbc
pnpm dlx https://pkg.pr.new/@tailor-platform/create-sdk@c575dbc my-app

commit: c575dbc

@claude
Copy link
Copy Markdown

claude Bot commented May 11, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: pkg-pr-new
  • Version: 0.0.70 → 0.0.71
  • Change Type: Patch

📝 Release Notes

✨ Main Changes

This patch release includes two main improvements:

1. Debug Info Enhancement (#507)

  • What: The debug information output now displays the pkg.pr.new version number
  • Benefit: Makes it easy to quickly check and confirm whether the app version supports certain new features

2. CLI Dependency Bundling Refactor (#508)

  • What: Refactored the CLI to bundle dependencies instead of requiring them as external packages
  • Why: Fixes issue #509 where v0.69.0 introduced a breaking dependency on Node.js 24 (via `isbinaryfile@6.0.0`)
  • Impact: pkg-pr-new no longer requires Node.js 24, restoring compatibility with Node.js 22 and earlier LTS versions
  • Evidence: The pnpm-lock.yaml diff shows removal of many external dependencies including `isbinaryfile`, `@octokit/`, `@actions/`, and other packages (297 lines removed), indicating they are now bundled with the CLI

🔍 Impact Analysis

📁 Usage Locations

`pkg-pr-new` is used in the following 3 locations:

  1. package.json
    ```json
    "pkg-pr-new": "0.0.71"
    ```

    • Feature used: Package installation as devDependency
    • Impact: ✅ No breaking changes; improved Node.js compatibility
  2. .github/workflows/pkg-pr-new.yml
    ```yaml

    • name: Publish SDK to pkg.pr.new
      run: pnpm dlx pkg-pr-new publish --pnpm --comment=off --json /tmp/sdk-output.json "packages/sdk"
      ```
    • Feature used: CLI publish command for publishing @tailor-platform/sdk to pkg.pr.new
    • Impact: ✅ No breaking changes; CLI interface remains the same
  3. .github/workflows/pkg-pr-new.yml
    ```yaml

    • name: Publish create-sdk to pkg.pr.new
      run: pnpm dlx pkg-pr-new publish --pnpm --comment=off --json /tmp/create-sdk-output.json ./packages/create-sdk
      ```
    • Feature used: CLI publish command for publishing @tailor-platform/create-sdk to pkg.pr.new
    • Impact: ✅ No breaking changes; CLI interface remains the same

Note: packages/create-sdk/scripts/prepare-templates.js:11 contains a comment mentioning pkg-pr-new URLs but does not directly invoke the tool.

🚨 Breaking Changes

None - This is a non-breaking patch release.

✅ Recommended Actions

None - This update can be safely merged.

Benefits of this update:

  • ✅ Improved debugging with version info in output
  • ✅ Better Node.js version compatibility (no longer requires Node.js 24)
  • ✅ Reduced external dependency footprint through bundling
  • ✅ More reliable operation in CI environments with older Node.js versions

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch 7 times, most recently from cf3ed4e to d6a980a Compare May 16, 2026 16:44
@renovate renovate Bot changed the title chore(deps): update dependency pkg-pr-new to v0.0.71 chore(deps): update dependency pkg-pr-new to v0.0.72 May 16, 2026
@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch 2 times, most recently from 125d200 to 26b7061 Compare May 18, 2026 13:11
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch from 26b7061 to a4eba3b Compare May 18, 2026 15:18
@renovate renovate Bot changed the title chore(deps): update dependency pkg-pr-new to v0.0.72 chore(deps): update dependency pkg-pr-new to v0.0.73 May 18, 2026
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch from a4eba3b to ee29ca7 Compare May 20, 2026 03:18
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch from ee29ca7 to d5797b1 Compare May 20, 2026 06:24
@github-actions

This comment has been minimized.

@renovate renovate Bot force-pushed the renovate/pkg-pr-new-0.x branch from d5797b1 to c575dbc Compare May 20, 2026 07:30
@github-actions
Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (00a5791) #1153 (9f1d2ff) +/-
Coverage 62.3% 62.3% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (00a5791) | #1153 (9f1d2ff) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          62.3% |           62.3% | 0.0% |
  |   Files            |            364 |             364 |    0 |
  |   Lines            |          12773 |           12773 |    0 |
  |   Covered          |           7960 |            7960 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          83913 |           83913 |    0 |
  |   Test             |          35136 |           35136 |    0 |

SDK Configure Bundle Size

main (00a5791) #1153 (9f1d2ff) +/-
configure-index-size 18KB 18KB 0KB
dependency-chunks-size 33.52KB 33.52KB 0KB
total-bundle-size 51.51KB 51.51KB 0KB

Runtime Performance

main (00a5791) #1153 (9f1d2ff) +/-
Generate Median 2,950ms 3,028ms 78ms
Generate Max 2,974ms 3,187ms 213ms
Apply Build Median 2,983ms 3,068ms 85ms
Apply Build Max 3,025ms 3,104ms 79ms

Type Performance (instantiations)

main (00a5791) #1153 (9f1d2ff) +/-
tailordb-basic 35,130 35,130 0
tailordb-optional 3,841 3,841 0
tailordb-relation 7,428 7,428 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,369 4,369 0
executor-operation-function 869 869 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

@toiroakr toiroakr merged commit 1b674e1 into main May 20, 2026
55 checks passed
@toiroakr toiroakr deleted the renovate/pkg-pr-new-0.x branch May 20, 2026 11:45
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.

1 participant