Skip to content

chore(deps): update dependency syncpack to v15#6539

Merged
longlho merged 1 commit into
mainfrom
renovate/syncpack-15.x
May 17, 2026
Merged

chore(deps): update dependency syncpack to v15#6539
longlho merged 1 commit into
mainfrom
renovate/syncpack-15.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Change Age Confidence
syncpack ^14.0.0^15.0.0 age confidence

Release Notes

JamieMason/syncpack (syncpack)

v15.0.0

Compare Source

⚠ BREAKING CHANGES

pnpmOverrides now reads pnpm-workspace.yaml

The default pnpmOverrides dependency type now reads overrides from pnpm-workspace.yaml instead of pnpm.overrides in package.json. This matches pnpm's current convention for managing overrides.

Restoring the legacy behaviour

If your overrides still live in package.json under pnpm.overrides, define pnpmOverridesLegacy in your config to point at the legacy location:

{
  "customTypes": {
    "pnpmOverridesLegacy": {
      "strategy": "versionsByName",
      "path": "pnpm.overrides"
    }
  }
}

The default pnpmOverrides continues to manage the YAML location.

Features
  • groups: add full pnpm/bun catalogs support (53d54e0), closes #​258
  • pnpm: read pnpmOverrides from pnpm-workspace.yaml (72ce5ef), closes #​304
  • update: add minimumReleaseAge and default to 1 day (a6648ab), closes #​302
Bug Fixes
  • cargo: update dependencies (a375df4)
  • cli: do not display --version and --help as errors (2abe490), closes #​331
  • cli: fix panic when using --config option (76f1553), closes #​332
  • config: prevent ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows (127ae12), closes #​327 #​328
  • core: widen detection of pnpm and bun projects (be883f5)
  • npm: detect musl libc to resolve correct binary (89d5654), closes #​329
  • rust: update edition from 2021 to 2024 (efad1b5)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@longlho longlho added this pull request to the merge queue May 17, 2026
Merged via the queue into main with commit a6cf99f May 17, 2026
5 checks passed
@longlho longlho deleted the renovate/syncpack-15.x branch May 17, 2026 14:48
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.

1 participant