Skip to content

fix(deps): adopt bplist-parser 0.5 named exports - #143

Merged
finalerock44 merged 1 commit into
devfrom
fix/bplist-parser-0.5
Sep 10, 2026
Merged

fix(deps): adopt bplist-parser 0.5 named exports#143
finalerock44 merged 1 commit into
devfrom
fix/bplist-parser-0.5

Conversation

@finalerock44

Copy link
Copy Markdown
Contributor

0.5.0 is a rewritten ESM/CJS dual package with no default export, so the destructure-off-default interop no longer compiles. Import parseBuffer directly.

What & why

Type of change

  • fix — bug fix
  • feat — new feature
  • perf — performance improvement
  • refactor — code change that's neither a fix nor a feature
  • docs — documentation only
  • chore / ci / build / test — tooling, no user-facing change
  • Breaking change (title has ! or PR notes a BREAKING CHANGE:)

Checklist

  • PR title follows the Conventional Commits format (see comment above)
  • pnpm lint passes
  • pnpm typecheck passes
  • pnpm build passes
  • I have not bumped the version or edited CHANGELOG.md (release-please handles this)
  • I have signed the CLA (the bot will prompt on first contribution)
  • Docs / README.md / STYLE_GUIDE.md updated if behaviour or output changed

How to test

0.5.0 is a rewritten ESM/CJS dual package with no default export, so the
destructure-off-default interop no longer compiles. Import parseBuffer directly.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@finalerock44 finalerock44 self-assigned this Sep 10, 2026
@claude

claude Bot commented Sep 10, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@finalerock44
finalerock44 merged commit 9b5f751 into dev Sep 10, 2026
8 checks passed
@finalerock44
finalerock44 deleted the fix/bplist-parser-0.5 branch September 10, 2026 15:05
@finalerock44 finalerock44 mentioned this pull request Sep 10, 2026
14 tasks
finalerock44 added a commit that referenced this pull request Sep 10, 2026
Promote from dev to stable: iOS 27 in the `--ios-version` enum (#131/#134 —
the iPhone 17 devices were already dropped), bplist-parser 0.5 named exports
(#143), the CLA action fork (#135/#136) and the grouped dependency bumps.

`Release-As: 5.4.1` because the promotion commit is a `chore:` and would
otherwise cut no release at all. 5.4.1 rather than the 5.5.0 the iOS 27 `feat:`
would roll, so the stable line matches the beta line already published as
5.4.1-beta.1.

Carries only the source delta — package.json version, CHANGELOG.md and the
release-please manifests stay as release-please left them on production.

Release-As: 5.4.1
finalerock44 added a commit that referenced this pull request Sep 10, 2026
Promote from dev to stable: iOS 27 in the `--ios-version` enum (#131/#134 —
the iPhone 17 devices were already dropped), bplist-parser 0.5 named exports
(#143), the CLA action fork (#135/#136) and the grouped dependency bumps.

`Release-As: 5.4.1` because the promotion commit is a `chore:` and would
otherwise cut no release at all. 5.4.1 rather than the 5.5.0 the iOS 27 `feat:`
would roll, so the stable line matches the beta line already published as
5.4.1-beta.1.

Carries only the source delta — package.json version, CHANGELOG.md and the
release-please manifests stay as release-please left them on production.

Release-As: 5.4.1
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