Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps skuba from 12.2.0 to 12.3.0.

Release notes

Sourced from skuba's releases.

skuba@12.3.0

Minor Changes

  • lint: Add minimumReleaseAge and minimumReleaseAgeExclude to pnpm-workspace.yaml (#2065)

    These security-focused settings were introduced in pnpm v10.16 to reduce the risk of installing compromised packages. They work by delaying installation of newly released dependencies, giving time for malicious versions to be discovered and removed from the registry.

    minimumReleaseAge specifies the number of minutes that must pass after a version is published before pnpm will install it. minimumReleaseAgeExclude allows you to bypass this restriction for trusted packages, and supports patterns as of pnpm v10.17.0.

    Note: You must be using pnpm v10.16 or later for minimumReleaseAge to work, and pnpm v10.17 or later for minimumReleaseAgeExclude patterns to work properly. With earlier versions of pnpm, these features will not function and pnpm will install any version without applying the minimum release age restrictions.

  • lint: Set ignorePatchFailures: false to ensure pnpm patches don't fail silently (#2067)

Patch Changes

  • lint: Reclassify new Promise(executor) as safe in skuba/no-sync-in-promise-iterable (#2058)

  • lint: Support static Array.from(), Array.fromAsync(), Array.of() methods in skuba/no-sync-in-promise-iterable (#2060)

  • deps: @​octokit/types ^15.0.0 (#2064)

Changelog

Sourced from skuba's changelog.

12.3.0

Minor Changes

  • lint: Add minimumReleaseAge and minimumReleaseAgeExclude to pnpm-workspace.yaml (#2065)

    These security-focused settings were introduced in pnpm v10.16 to reduce the risk of installing compromised packages. They work by delaying installation of newly released dependencies, giving time for malicious versions to be discovered and removed from the registry.

    minimumReleaseAge specifies the number of minutes that must pass after a version is published before pnpm will install it. minimumReleaseAgeExclude allows you to bypass this restriction for trusted packages, and supports patterns as of pnpm v10.17.0.

    Note: You must be using pnpm v10.16 or later for minimumReleaseAge to work, and pnpm v10.17 or later for minimumReleaseAgeExclude patterns to work properly. With earlier versions of pnpm, these features will not function and pnpm will install any version without applying the minimum release age restrictions.

  • lint: Set ignorePatchFailures: false to ensure pnpm patches don't fail silently (#2067)

Patch Changes

  • lint: Reclassify new Promise(executor) as safe in skuba/no-sync-in-promise-iterable (#2058)

  • lint: Support static Array.from(), Array.fromAsync(), Array.of() methods in skuba/no-sync-in-promise-iterable (#2060)

  • deps: @​octokit/types ^15.0.0 (#2064)

Commits

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 12.2.0 to 12.3.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@12.2.0...skuba@12.3.0)

---
updated-dependencies:
- dependency-name: skuba
  dependency-version: 12.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore This will not be included in the changelog label Sep 29, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #542.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/skuba-12.3.0 branch October 6, 2025 01:05
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