Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps skuba from 9.1.0 to 13.0.3.

Release notes

Sourced from skuba's releases.

skuba@13.0.3

Patch Changes

  • lint: Improve detection of CDK functions and Serverless esbuild configurations for custom conditions patch (#2112)

skuba@13.0.2

Patch Changes

  • lint: Always run ESLint after internal patches (#2110)

skuba@13.0.1

Patch Changes

  • lint: Handle additional Serverless configurations in custom conditions patch (#2108)

  • lint: Handle side effect imports in subpath patch (#2108)

  • lint: Avoid adding custom conditions to tsconfig.json when there are no paths (#2108)

skuba@13.0.0

This major release includes patches and configuration changes to migrate TypeScript projects onto modern module patterns. It partially automates Step 2 of our transition to ECMAScript modules.

[!NOTE]

If you are migrating from an earlier skuba version, we recommend upgrading to version 12 first before migrating to version 13. This ensures a smoother migration path with incremental changes.

Changing the module patterns of your project may result in Jest and/or TypeScript errors that require manual triage. Refer to the below troubleshooting sections to begin with, and reach out in #skuba-support if you're stuck.

[!CAUTION]

Test the changes in a non-production environment before deploying to production. The automated migration cannot account for all custom deployment configurations.

If your project is not configured for GitHub autofixes in CI, skuba lint will not be able to push the patch commit.

Failed to push fix commit.
Does your CI environment have write access to your Git repository?

You can either set up GitHub autofixes in CI, or run skuba format then commit and push locally.

Major Changes

  • build, lint, test: Replace src aliases with #src subpath imports (#1958)

    This patch rewrites src module aliases dependent on CommonJS monkeypatching via skuba-dive/register. The new, ESM-compatible #src approach is enabled by Node.js subpath imports and TypeScript custom conditions.

    // Before
    import 'skuba-dive/register';

... (truncated)

Changelog

Sourced from skuba's changelog.

13.0.3

Patch Changes

  • lint: Improve detection of CDK functions and Serverless esbuild configurations for custom conditions patch (#2112)

13.0.2

Patch Changes

  • lint: Always run ESLint after internal patches (#2110)

13.0.1

Patch Changes

  • lint: Handle additional Serverless configurations in custom conditions patch (#2108)

  • lint: Handle side effect imports in subpath patch (#2108)

  • lint: Avoid adding custom conditions to tsconfig.json when there are no paths (#2108)

13.0.0

This major release includes patches and configuration changes to migrate TypeScript projects onto modern module patterns. It partially automates Step 2 of our transition to ECMAScript modules.

[!NOTE]

If you are migrating from an earlier skuba version, we recommend upgrading to version 12 first before migrating to version 13. This ensures a smoother migration path with incremental changes.

Changing the module patterns of your project may result in Jest and/or TypeScript errors that require manual triage. Refer to the below troubleshooting sections to begin with, and reach out in #skuba-support if you're stuck.

[!CAUTION]

Test the changes in a non-production environment before deploying to production. The automated migration cannot account for all custom deployment configurations.

If your project is not configured for GitHub autofixes in CI, skuba lint will not be able to push the patch commit.

Failed to push fix commit.
Does your CI environment have write access to your Git repository?

You can either set up GitHub autofixes in CI, or run skuba format then commit and push locally.

Major Changes

  • build, lint, test: Replace src aliases with #src subpath imports (#1958)

    This patch rewrites src module aliases dependent on CommonJS monkeypatching via skuba-dive/register. The new, ESM-compatible #src approach is enabled by Node.js subpath imports and TypeScript custom conditions.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for skuba since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [skuba](https://github.com/seek-oss/skuba) from 9.1.0 to 13.0.3.
- [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@9.1.0...skuba@13.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@dependabot dependabot bot requested a review from samchungy as a code owner October 20, 2025 21:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant