Skip to content

Version Packages#2480

Open
seek-oss-ci wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#2480
seek-oss-ci wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@seek-oss-ci

@seek-oss-ci seek-oss-ci commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

skuba@16.3.0

Minor Changes

  • lint: Remove pnpm-plugin-skuba from package.json and pnpm-workspace.yaml (#2499)

  • init: Add a Renovate preset option (#2514)

    skuba init now lets projects customise the Renovate preset generated in .github/renovate.json5. It defaults to github>seek-oss/rynovate to preserve the existing behaviour.

  • template: Remove SEEK-specific built-in templates (#2476)

    The following built-in templates have been removed from skuba:

    • express-rest-api
    • koa-rest-api
    • lambda-sqs-worker-cdk
    • private-npm-package

    These templates are now maintained in the private SEEK-Jobs/skuba-templates repository. SEEK employees can access them by selecting seek → in skuba init, which will present an up-to-date list of available templates.

  • deps: prettier 3.9.0 (#2497)

    This release introduces significant formatting enhancements for a number of languages. Please read the release notes for more information.

  • test: Restore GitHub check run and Buildkite annotations (#2501)

    skuba test now reports a GitHub check run and Buildkite annotation on CI, restoring behaviour lost in the skuba 16 Vitest migration.

    Note: annotations will not carry meaningful detail until a future skuba release, but if you previously disabled skuba/test as a GitHub status check, it can be re-enabled now.

  • init: Make non-interactive mode discoverable (#2482)

    skuba init now accepts a --non-interactive flag that forces it to read JSON config from stdin, regardless of whether stdin is a TTY. Running it without piping any input prints the expected JSON Schema, including a description and example for each field, so the required config is discoverable without trial and error. A skuba init --help (-h) option has also been added to document this usage.

  • *: Migrate build tooling to tsdown (#2513)

    skuba is now bundled with tsdown. This should not be a breaking change for most users. If you have been importing from internal paths within skuba's distribution, you may need to update those imports.

Patch Changes

  • init: Clean up partially-initialised directory when non-interactive templating fails (#2482)

    When skuba init reads its config from stdin and the provided templateData is missing required fields or templating cannot be skipped, it now deletes the directory it created before exiting. Previously this left a broken project behind that had to be manually removed before retrying.

  • init: Remove pnpm plugin installation logic (#2499)

  • init: List available SEEK private templates in skuba init (#2476)

    Selecting seek → in skuba init now fetches and displays the list of available templates from SEEK-Jobs/skuba-templates as an interactive selection menu, rather than prompting for a template name to type manually.

  • help, init: Use a legible logo when running under an AI agent (#2485)

    skuba prints a multi-line ASCII art banner at startup which AI agents are unable to read. It now detects when it's running under an AI agent and replaces the ASCII art with the word skuba inlined on the version line.

    Interactive (human) usage is unchanged.

  • deps: @ast-grep/napi ~0.44.0 (#2493)

  • lint: Guard against autofix loops on Renovate lock file updates (#2490)

    Renovate lock file updates that specifically target skuba (renovate/skuba-0.x-lockfile) could enter an infinite loop under a specific set of circumstances:

    • Project does not pin skuba in package.json
    • Renovate lock file update bumps skuba to a new version
    • New skuba version includes a patch that further modifies the lock file (e.g. v16.2.0 removes a @arethetypeswrong/core@0.18.2>fflate pnpm override)
    • CI runs the patch via skuba lint, updates package.json#/skuba/version, and pushes the resulting package.json and lock file changes via GitHub autofixes
    • Renovate is triggered by the package.json change, detects that the lock file no longer matches the pre-patch state, assumes the branch is stale, and force pushes over it

    Now, skuba heuristically detects and avoids lock file autofixes under these circumstances. Pull requests that would previously end up in an autofix loop may be instead left with a stale lock file. To unblock these PRs, install and push the resulting lock file change locally; Renovate will recognise this as a manual change and should not force push over it. A more lasting fix is to pin skuba to sidestep the scenario.

      {
        "devDependencies": {
    -     "skuba": "^0.0.0"
    +     "skuba": "0.0.0"
        }
      }
  • lint/test: Skip GitHub autofixes and annotations when no Git repository is available (#2516)

    Lint and test annotations and CI autofixes now exit with a concise warning instead of logging Git errors when the working directory has no .git metadata.

@skuba-lib/api@2.3.0

Minor Changes

  • Git.getChangedFiles: Support src and dst parameters for diffing (#2490)

    See the documentation for more information.

@skuba-lib/detect-invalid-spies@1.1.1

Patch Changes

  • deps: @ast-grep/napi ~0.44.0 (#2493)

eslint-config-skuba@9.2.1

Patch Changes

  • deps: eslint-config-seek ^15.0.6 (#2496)

@seek-oss-ci
seek-oss-ci requested a review from a team as a code owner June 18, 2026 22:57
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch 9 times, most recently from 38ccc2f to 785a898 Compare June 22, 2026 22:34
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch 6 times, most recently from 034111d to f7e2fcf Compare June 29, 2026 02:47
72636c added a commit that referenced this pull request Jun 29, 2026
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch 11 times, most recently from eff530b to cbb3c5b Compare July 6, 2026 03:55
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch 2 times, most recently from ecb7aca to d96ba5b Compare July 6, 2026 23:59
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch from d96ba5b to 750fcc0 Compare July 8, 2026 01:44
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch 10 times, most recently from 5a2a932 to f0a65d8 Compare July 20, 2026 03:29
@seek-oss-ci
seek-oss-ci force-pushed the changeset-release/main branch from f0a65d8 to cdadd6e Compare July 20, 2026 03:44
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