Skip to content

deps: skuba 15.3.0#168

Merged
zbrydon merged 3 commits intomasterfrom
renovate-skuba-15.x
Mar 21, 2026
Merged

deps: skuba 15.3.0#168
zbrydon merged 3 commits intomasterfrom
renovate-skuba-15.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
skuba 15.0.115.3.0 age adoption passing confidence

Release Notes

seek-oss/skuba (skuba)

v15.3.0

Compare Source

Minor Changes
  • deps: Require Node.js 22.18.0+ (#​2261)

    This change should only impact projects using skuba build-package

  • lint: Migrate tsdown configs to support 0.21 (#​2261)

    This patch attempts to migrate the external, noExternal, inlineOnly and skipNodeModulesBundle fields to their new equivalents and sets failOnWarn to true.

    Read the tsdown release notes for more information.

Patch Changes

v15.2.0

Compare 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 your skuba config in package.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):

    import { defineConfig } from 'rolldown';
    
    export default defineConfig({
      input: 'src/listen.ts',
      platform: 'node',
      external: [/^dd-trace/],
      resolve: {
        conditionNames: ['@​seek/my-repo/source'],
      },
      output: {
        format: 'esm',
        sourcemap: true,
      },
    });
Patch Changes
  • lint: Disable trustPolicy and strictDepBuilds (#​2276)

    Due to issues with how pnpm parses the trustPolicy and strictDepBuilds options, we are disabling them temporarily

    These will be re-enabled in a future release once the underlying issues have been resolved.

v15.1.0

Compare Source

Minor Changes
  • lint: Restore managed pnpm-workspace.yaml sections (#​2265)

    This patch restores sections of pnpm-workspace.yaml that 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner March 16, 2026 18:03
@renovate renovate bot force-pushed the renovate-skuba-15.x branch from 9d178af to 4182a7f Compare March 17, 2026 08:57
@renovate renovate bot changed the title deps: skuba 15.1.0 deps: skuba 15.2.0 Mar 17, 2026
@renovate renovate bot force-pushed the renovate-skuba-15.x branch from 2bf1f3f to 50695e8 Compare March 19, 2026 05:49
@renovate renovate bot changed the title deps: skuba 15.2.0 deps: skuba 15.3.0 Mar 19, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 21, 2026

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@zbrydon zbrydon merged commit c93651b into master Mar 21, 2026
5 checks passed
@zbrydon zbrydon deleted the renovate-skuba-15.x branch March 21, 2026 23:20
@seek-oss-ci seek-oss-ci mentioned this pull request Mar 21, 2026
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.

2 participants