Skip to content

deps: skuba 15.3.0#364

Merged
renovate[bot] merged 2 commits intomasterfrom
renovate-skuba-15.x
Mar 22, 2026
Merged

deps: skuba 15.3.0#364
renovate[bot] merged 2 commits intomasterfrom
renovate-skuba-15.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
skuba 15.0.015.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

v15.0.1

Compare Source

Patch Changes
  • init: Fix pnpm config dependency installation (#​2258)

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.

@renovate renovate Bot enabled auto-merge (squash) March 8, 2026 17:34
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 8, 2026

⚠️ No Changeset found

Latest commit: 0c43da4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate-skuba-15.x branch from 2f2a653 to aad172a Compare March 16, 2026 00:42
@renovate renovate Bot changed the title deps: skuba 15.0.1 deps: skuba 15.1.0 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate-skuba-15.x branch from aad172a to d2828f6 Compare March 17, 2026 08:49
@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 d2828f6 to f5ad504 Compare March 19, 2026 04:36
@renovate renovate Bot changed the title deps: skuba 15.2.0 deps: skuba 15.3.0 Mar 19, 2026
@renovate renovate Bot force-pushed the renovate-skuba-15.x branch from f5ad504 to 966b6a4 Compare March 22, 2026 01:42
@renovate renovate Bot requested a review from a team as a code owner March 22, 2026 01:42
@renovate renovate Bot merged commit a0a10ca into master Mar 22, 2026
8 checks passed
@renovate renovate Bot deleted the renovate-skuba-15.x branch March 22, 2026 22:10
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