chore(deps): update dependency @semantic-release/git to v11 - #144
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @semantic-release/git to v11#144renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
1 task
dawsontoth
approved these changes
Aug 11, 2026
dawsontoth
left a comment
Contributor
There was a problem hiding this comment.
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
.nvmrcis24.19.0✓ semantic-release@25.0.8installed, well above v11's>=20.1.0peer 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10.0.1→^11.0.0Release Notes
semantic-release/git (@semantic-release/git)
v11.0.1Compare Source
Bug Fixes
v11.0.0Compare Source
Features
BREAKING CHANGES
@semantic-release/gitis now a native ES Module. Ithas named exports for each plugin hook (verifyConditions, prepare)
@semantic-release/gitis now v20.1.0Other 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)clear-module,file-url,fs-extra,get-stream,nycc8for coverage; bumpedava,sinon,tempy,semantic-release,prettier^22.22.2 || >= 24.15;nyc→c8, addedpretest, removedtest:ciRelated Issue
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.