Merged
Conversation
9d178af to
4182a7f
Compare
2bf1f3f to
50695e8
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
zbrydon
approved these changes
Mar 21, 2026
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 contains the following updates:
15.0.1→15.3.0Release Notes
seek-oss/skuba (skuba)
v15.3.0Compare Source
Minor Changes
deps: Require Node.js 22.18.0+ (#2261)
This change should only impact projects using
skuba build-packagelint: Migrate tsdown configs to support 0.21 (#2261)
This patch attempts to migrate the
external,noExternal,inlineOnlyandskipNodeModulesBundlefields to their new equivalents and setsfailOnWarntotrue.Read the tsdown release notes for more information.
Patch Changes
lint: Avoid scaffolding pnpm-workspace.yaml in yarn repos (#2278)
deps: @ast-grep/lang-yaml ^0.0.6 (#2281)
deps: @ast-grep/lang-json ^0.0.7 (#2280)
deps: tsdown ~0.21.0 (#2261)
v15.2.0Compare Source
Minor Changes
build: Add experimental rolldown build support (#2275)
skuba now supports rolldown as a build mode. You can opt in by setting
"build": "rolldown"in yourskubaconfig inpackage.json, which will invoke rolldown using a config file:{ "skuba": { - "build": "esbuild", + "build": "rolldown", "template": "koa-rest-api", "type": "application" } }See the rolldown documentation for details on configuring rolldown via a config file.
Example config file (
rolldown.config.mjs):Patch Changes
lint: Disable
trustPolicyandstrictDepBuilds(#2276)Due to issues with how
pnpmparses thetrustPolicyandstrictDepBuildsoptions, we are disabling them temporarilyThese will be re-enabled in a future release once the underlying issues have been resolved.
v15.1.0Compare Source
Minor Changes
lint: Restore managed
pnpm-workspace.yamlsections (#2265)This patch restores sections of
pnpm-workspace.yamlthat were previously removed in the previous release because Renovate is not fully compatible with pnpm config dependencies.These new managed sections should allow for greater flexibility than the previous configurations. Please reach out if you run into any issues.
Patch Changes
Configuration
📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.