Version Packages#2480
Open
seek-oss-ci wants to merge 1 commit into
Open
Conversation
seek-oss-ci
force-pushed
the
changeset-release/main
branch
9 times, most recently
from
June 22, 2026 22:34
38ccc2f to
785a898
Compare
seek-oss-ci
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
June 29, 2026 02:47
034111d to
f7e2fcf
Compare
72636c
added a commit
that referenced
this pull request
Jun 29, 2026
seek-oss-ci
force-pushed
the
changeset-release/main
branch
11 times, most recently
from
July 6, 2026 03:55
eff530b to
cbb3c5b
Compare
seek-oss-ci
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 6, 2026 23:59
ecb7aca to
d96ba5b
Compare
seek-oss-ci
force-pushed
the
changeset-release/main
branch
from
July 8, 2026 01:44
d96ba5b to
750fcc0
Compare
seek-oss-ci
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
July 20, 2026 03:29
5a2a932 to
f0a65d8
Compare
seek-oss-ci
force-pushed
the
changeset-release/main
branch
from
July 20, 2026 03:44
f0a65d8 to
cdadd6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-skubafrompackage.jsonandpnpm-workspace.yaml(#2499)init: Add a Renovate preset option (#2514)
skuba initnow lets projects customise the Renovate preset generated in.github/renovate.json5. It defaults togithub>seek-oss/rynovateto preserve the existing behaviour.template: Remove SEEK-specific built-in templates (#2476)
The following built-in templates have been removed from skuba:
express-rest-apikoa-rest-apilambda-sqs-worker-cdkprivate-npm-packageThese templates are now maintained in the private SEEK-Jobs/skuba-templates repository. SEEK employees can access them by selecting
seek →inskuba 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 testnow 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/testas a GitHub status check, it can be re-enabled now.init: Make non-interactive mode discoverable (#2482)
skuba initnow accepts a--non-interactiveflag 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. Askuba 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 initreads its config from stdin and the providedtemplateDatais 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 →inskuba initnow 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
skubainlined 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:package.json@arethetypeswrong/core@0.18.2>fflatepnpm override)skuba lint, updatespackage.json#/skuba/version, and pushes the resultingpackage.jsonand lock file changes via GitHub autofixespackage.jsonchange, detects that the lock file no longer matches the pre-patch state, assumes the branch is stale, and force pushes over itNow, 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
.gitmetadata.@skuba-lib/api@2.3.0
Minor Changes
Git.getChangedFiles: Support
srcanddstparameters for diffing (#2490)See the documentation for more information.
@skuba-lib/detect-invalid-spies@1.1.1
Patch Changes
eslint-config-skuba@9.2.1
Patch Changes