Skip to content

chore(deps): update dependency @semantic-release/git to v11 - #144

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-semantic-release-monorepo
Open

chore(deps): update dependency @semantic-release/git to v11#144
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-semantic-release-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@semantic-release/git ^10.0.1^11.0.0 age confidence

Release Notes

semantic-release/git (@​semantic-release/git)

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • @semantic-release/git is now a native ES Module. It
    has named exports for each plugin hook (verifyConditions, prepare)
  • the minimum required version of semantic-release to use
    @semantic-release/git is now v20.1.0
Other Notable Changes
  • @semantic-release/error ^3^4 (ESM-only)
  • aggregate-error ^3^5 (ESM-only, uses native AggregateError)
  • execa ^5^9 (ESM-only, named export)
  • p-reduce ^2^3 (ESM-only)
  • Removed CJS-only devDeps: clear-module, file-url, fs-extra,
    get-stream, nyc
  • Added c8 for coverage; bumped ava, sinon, tempy,
    semantic-release, prettier
  • Engine: ^22.22.2 || >= 24.15;
  • Scripts: nycc8, added pretest, removed test:ci
Related Issue

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on Monday"
  • 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.

@dawsontoth dawsontoth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved — release-tooling major, verified against the publish path

CI can't tell us anything here (release.yaml only runs on push-to-main), so I verified the plugin-load surface directly on 57266190:

$ GITHUB_TOKEN=… npx semantic-release --dry-run --no-ci --branches renovate/major-semantic-release-monorepo
✔ Loaded plugin "verifyConditions" from "@semantic-release/git"
✔ Loaded plugin "prepare" from "@semantic-release/git"
ℹ Start step "verifyConditions" of plugin "@semantic-release/git"
✔ Completed step "verifyConditions" of plugin "@semantic-release/git"

v11 is native ESM with named hook exports, and narrows engines:

  • @semantic-release/git@11.0.1, "type": "module", engines: { node: '^22.22.2 || >=24.15' }
  • this repo's .nvmrc is 24.19.0
  • semantic-release@25.0.8 installed, well above v11's >=20.1.0 peer floor ✓

npm ci clean. Same disposition as the identical bump already approved in schema-codegen#42, agent-tools#31, create-harper#127 and vite#33.

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