Skip to content

Bump skuba from 13.1.1 to 14.1.0#576

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/skuba-14.1.0
Open

Bump skuba from 13.1.1 to 14.1.0#576
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/skuba-14.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps skuba from 13.1.1 to 14.1.0.

Release notes

Sourced from skuba's releases.

skuba@14.1.0

Minor Changes

  • lint: Add rootDir: './src' to tsconfig.build.json files (#2217)

Patch Changes

  • deps: prettier ~3.8.0 (#2213)

  • deps: ejs ^4.0.0 (#2215)

  • deps: zod ^4.3.5 (#2218)

    This resolves errors such as "ID X already exists in the registry" caused by multiple Zod versions.

    If your package declares a dependency on Zod, ensure you use unpinned versioning (e.g. "zod": "^4.3.5" instead of "zod": "4.3.5") to avoid installing multiple versions.

skuba@14.0.1

Patch Changes

  • test: Revert upgrade skuba in CI environments (#2208)

skuba@14.0.0

Major Changes

  • migrate: Introduce skuba migrate node24 (#2165)

    skuba migrate node24 attempts to automatically upgrade your:

    • Project to Node.js 24
    • Package targets to Node.js 22.14.0+
    • aws-cdk-lib, datadog-cdk-constructs-v2, osls, serverless, serverless-plugin-datadog, and @types/node dependencies to versions that support Node.js 24

    Changes must be manually reviewed by an engineer before committing the migration output. If you have an npm package that previously supported Node.js ≤18 and was upgraded to target Node.js 22.14.0+, follow semantic versioning and publish the change as a new major version. See skuba migrate node for more information on this feature and how to use it responsibly.

    skuba may not be able to upgrade all projects. Check your project for files that may have been missed, review and test the modified code as appropriate before releasing to production, and open an issue if your project files were corrupted by the migration.

    Node.js 24 includes breaking changes. For more information on the upgrade, refer to:

  • deps: Require Node.js 22.14.0+ (#2165)

  • format, lint: Migrate projects to Node.js 24 and package targets to Node.js 22.14+ (#2165)

    You can locally opt out of the migration by setting the SKIP_NODE_UPGRADE environment variable, running skuba format, and committing the result.

    Changes must be manually reviewed by an engineer before merging the migration output. If you have an npm package that previously supported Node.js ≤18 and was upgraded to target Node.js 22.14.0+, follow semantic versioning and publish the change as a new major version. See skuba migrate node for more information on this feature and how to use it responsibly.

... (truncated)

Changelog

Sourced from skuba's changelog.

14.1.0

Minor Changes

  • lint: Add rootDir: './src' to tsconfig.build.json files (#2217)

Patch Changes

  • deps: prettier ~3.8.0 (#2213)

  • deps: ejs ^4.0.0 (#2215)

  • deps: zod ^4.3.5 (#2218)

    This resolves errors such as "ID X already exists in the registry" caused by multiple Zod versions.

    If your package declares a dependency on Zod, ensure you use unpinned versioning (e.g. "zod": "^4.3.5" instead of "zod": "4.3.5") to avoid installing multiple versions.

14.0.1

Patch Changes

  • test: Revert upgrade skuba in CI environments (#2208)

14.0.0

Major Changes

  • migrate: Introduce skuba migrate node24 (#2165)

    skuba migrate node24 attempts to automatically upgrade your:

    • Project to Node.js 24
    • Package targets to Node.js 22.14.0+
    • aws-cdk-lib, datadog-cdk-constructs-v2, osls, serverless, serverless-plugin-datadog, and @types/node dependencies to versions that support Node.js 24

    Changes must be manually reviewed by an engineer before committing the migration output. If you have an npm package that previously supported Node.js ≤18 and was upgraded to target Node.js 22.14.0+, follow semantic versioning and publish the change as a new major version. See skuba migrate node for more information on this feature and how to use it responsibly.

    skuba may not be able to upgrade all projects. Check your project for files that may have been missed, review and test the modified code as appropriate before releasing to production, and open an issue if your project files were corrupted by the migration.

    Node.js 24 includes breaking changes. For more information on the upgrade, refer to:

  • deps: Require Node.js 22.14.0+ (#2165)

  • format, lint: Migrate projects to Node.js 24 and package targets to Node.js 22.14+ (#2165)

    You can locally opt out of the migration by setting the SKIP_NODE_UPGRADE environment variable, running skuba format, and committing the result.

    Changes must be manually reviewed by an engineer before merging the migration output. If you have an npm package that previously supported Node.js ≤18 and was upgraded to target Node.js 22.14.0+, follow semantic versioning and publish the change as a new major version. See skuba migrate node for more information on this feature and how to use it responsibly.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [skuba](https://github.com/seek-oss/skuba) from 13.1.1 to 14.1.0.
- [Release notes](https://github.com/seek-oss/skuba/releases)
- [Changelog](https://github.com/seek-oss/skuba/blob/main/CHANGELOG.md)
- [Commits](https://github.com/seek-oss/skuba/compare/skuba@13.1.1...skuba@14.1.0)

---
updated-dependencies:
- dependency-name: skuba
  dependency-version: 14.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore This will not be included in the changelog label Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore This will not be included in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants