Skip to content

Update dependency npm:@gtbuchanan/cli to v0.7.0 - #70

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-gtbuchanan-cli-0.x
Open

Update dependency npm:@gtbuchanan/cli to v0.7.0#70
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-gtbuchanan-cli-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
npm:@gtbuchanan/cli (source) 0.6.00.7.0 age confidence

Release Notes

gtbuchanan/tooling (npm:@​gtbuchanan/cli)

v0.7.0

Compare Source

Minor Changes
  • 6b1453b: Verify that published packages declare no private workspace dependencies

    gtb verify (scope manifest) now asserts that every install-time
    workspace: dependency of a published package is itself published. pnpm
    rewrites the specifier to the linked package's concrete version at pack
    time without checking that the version ever reached the registry, so a
    private workspace package ships in the tarball as a dependency no
    consumer can resolve.

    Covers dependencies, peerDependencies, and optionalDependencies.
    devDependencies are exempt (publishing strips them) as is anything
    bundleDependencies actually bundles — an explicit name list covers any
    field, while true covers dependencies alone, so a workspace peer or
    optional dependency stays checked.

Patch Changes
  • c897a61: Make gtb publish resilient to partial release failures

    A release run no longer aborts on the first problem it meets. Failures are
    collected and re-thrown together, so one package or channel can't strand the
    rest, and the run reports everything that went wrong instead of only the first
    thing.

    The skip-if-exists check now reads a single gh release list rather than a
    gh release view per package, and a failed listing raises instead of being
    read as "nothing is released" — which previously sent every package on to a
    create that could only fail. A create GitHub rejects because the tag is
    already taken now counts as released, covering both a race with the listing
    and a tag reserved by a deleted immutable release.

  • 61e9e23: Split the deep-reference and Android-Termux sections of the
    gtb-build-pipeline skill into references/ files, bringing SKILL.md
    back under the Agent Skills spec's recommended instruction-tier token
    budget.

  • 582679c: Stop packing and caching stale dist/source content

    compile:ts now clears its output directory before invoking tsc. tsc doesn't
    record what it emitted and so never removes output whose source was since
    renamed or deleted — the orphan stayed behind and pack:npm shipped it. The
    stale .tsbuildinfo goes with it, since left in place it reports the removed
    files as up to date and suppresses the re-emit. The pack:npm docs and
    manifest are kept, as is the compile:skills subtree — but only while the
    package still authors a skills/ directory, since once it doesn't that
    task no longer runs to clear what it last wrote.

    compile:ts also no longer declares the files pack:npm writes as its own
    turbo outputs. The overlapping glob let a compile:ts cache entry capture
    the stamped manifest and replay it on a hit, restoring whatever version was
    current when the entry was written. pack:npm now declares the .npmignore
    it writes, and excludes it from its own inputs alongside the other
    self-generated files.


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • 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 a review from gtbuchanan as a code owner August 31, 2026 06:04
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