Skip to content

fix(deps): update semantic-release monorepo (major)#39

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

fix(deps): update semantic-release monorepo (major)#39
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-semantic-release-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 2, 2023

This PR contains the following updates:

Package Change Age Confidence
@semantic-release/exec ^6.0.3^7.0.0 age confidence
@semantic-release/github ^8.0.4^12.0.0 age confidence

Release Notes

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

v7.1.0

Compare Source

Features
  • error: print more useful error for non-process failure (#​449) (a285bc5)

v7.0.3

Compare Source

Bug Fixes
  • deps: update dependency execa to v9 (643e2eb)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • the minimum required version of semantic-release to use @semantic-release/exec is now v24.1.0; the warn logger method/function is now available to use in plugin

  • @semantic-release/exec is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)

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

v12.0.6

Compare Source

Bug Fixes
  • latest: add make_latest property to the GH release PATCH request during publish (#​1169) (f516337)

v12.0.5

Compare Source

Bug Fixes
  • latest: add make_latest property to the GH release POST request during publish (#​1157) (38051ba)

v12.0.4

Compare Source

Bug Fixes

v12.0.3

Compare Source

Bug Fixes
  • extend GraphQL alias prefix to prevent hash collisions (#​1134) (ea6386d)

v12.0.2

Compare Source

Bug Fixes
  • add undici ProxyAgent support for GitHub Enterprise Server behind proxies (#​1104) (15def77)

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Features
  • node-versions: drop support for node versions v20, v21, and v23 (6e2ac27)
  • node-versions: raise the minimum node version requirement for the v24 range (4d6924d)
  • remove github search api consumption (#​1037) (d260bfd), closes #​1022
BREAKING CHANGES
  • node-versions: the minimum node version for the v24 range is now v24.10.0
  • @semantic-release/github no longer consumes the GitHub Search API in the plugin
  • node-versions: a minimum of node v22.14 is now required

v11.0.6

Compare Source

Bug Fixes

v11.0.5

Compare Source

Bug Fixes

v11.0.4

Compare Source

Bug Fixes

v11.0.3

Compare Source

Bug Fixes

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

chore
  • update peer dependency for semantic-release (95c7cdd)
Code Refactoring
  • modify commit associatedPRs and relatedIssues label property data type. (718134a)
Features
  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)
BREAKING CHANGES
  • the commit associatedPR and relatedIssues label prop is now an array of objects with more properties
  • the minimum required version of semantic-release to use
    @​semantic-release/github is now v24.1.0

v10.3.5

Compare Source

Bug Fixes
  • replace searchAPI usage with GraphQL in findSRIssue util (#​907) (7fb46a3)

v10.3.4

Compare Source

Bug Fixes
  • glob-assets: remove unnecessary option when invoking globby() (#​924) (efe9f49)

v10.3.3

Compare Source

Bug Fixes
  • Revert: feat: verify OAuth scopes of classic GitHub PATs (#​915) (990bd73)

v10.3.2

Compare Source

Bug Fixes
  • missing "PullRequest".canBeRebased field on GHES graphql api (#​913) (4393578)

v10.3.1

Compare Source

Bug Fixes
  • max_node_limit_exceeded error when fetching associatedPRs (#​912) (bb806af)

v10.3.0

Compare Source

Features
  • allow conditional skip on success and fail comments (#​874) (e097d1c)

v10.2.0

Compare Source

Features

v10.1.7

Compare Source

Bug Fixes

v10.1.6

Compare Source

Bug Fixes
  • edge-case: fetching associatedPRs on 100+ context.commits in success lifecycle (#​892) (dfe47e9)

v10.1.5

Compare Source

Bug Fixes

v10.1.4

Compare Source

Bug Fixes
  • docs: correct docs branch for fail-comment links (#​893) (b591730)

v10.1.3

Compare Source

Bug Fixes

v10.1.2

Compare Source

Bug Fixes

v10.1.1

Compare Source

Bug Fixes
  • invalid GraphQL query generated when no release commits are found (#​876) (8ee2744)

v10.1.0

Compare Source

Features

v10.0.7

Compare Source

Bug Fixes
  • replace github search api with graphql in success lifecycle method (#​857) (be394cf)

v10.0.6

Compare Source

Bug Fixes
  • corrected homepage link in package.json so the generated links in the errors are valid (#​848) (865762d)

v10.0.5

Compare Source

Bug Fixes

v10.0.4

Compare Source

Bug Fixes
  • introduce dedicated option for GitHub API endpoint (#​829) (908ff83)

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
  • node-versions: dropped support for node v18 and v19 (#​797) (aea314f)
BREAKING CHANGES
  • node-versions: node v18 and v19 are no longer supported

v9.2.6

Compare Source

Bug Fixes

v9.2.5

Compare Source

Bug Fixes

v9.2.4

Compare Source

Bug Fixes

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes

v9.2.1

Compare Source

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Features
  • releaseNameTemplate and releaseBodyTemplate options for customizing release body and name (#​704) (9e2678c)

v9.0.7

Compare Source

Bug Fixes

v9.0.6

Compare Source

Bug Fixes

v9.0.5

Compare Source

Bug Fixes

v9.0.4

Compare Source

Bug Fixes

v9.0.3

Compare Source

Bug Fixes

v9.0.2

Compare Source

Bug Fixes

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

BREAKING CHANGES
  • @semantic-release/github is now a native ES Module
  • Node 14 and 16 are no longer supported

v8.1.0

Compare Source

Features

v8.0.9

Compare Source

Bug Fixes

v8.0.8

Compare Source

Bug Fixes
  • Use Octokit for request retries and throttling to prevent rate limit errors (#​487) (3dc59ec)

v8.0.7

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v11 (8bba5f0)

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Bug Fixes

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 1a7f64c to 75819d0 Compare June 19, 2023 09:36
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 75819d0 to 599563b Compare March 15, 2024 02:09
@renovate renovate Bot changed the title fix(deps): update dependency @semantic-release/github to v9 fix(deps): update dependency @semantic-release/github to v10 Mar 15, 2024
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 599563b to 9d3c670 Compare September 24, 2024 21:45
@renovate renovate Bot changed the title fix(deps): update dependency @semantic-release/github to v10 fix(deps): update dependency @semantic-release/github to v11 Sep 24, 2024
@renovate renovate Bot changed the title fix(deps): update dependency @semantic-release/github to v11 fix(deps): update dependency @semantic-release/github to v11 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/major-semantic-release-monorepo branch December 8, 2024 18:32
@renovate renovate Bot changed the title fix(deps): update dependency @semantic-release/github to v11 - autoclosed fix(deps): update dependency @semantic-release/github to v11 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from d903421 to 9d3c670 Compare December 8, 2024 23:41
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 9d3c670 to 01b14b9 Compare February 1, 2025 21:45
@renovate renovate Bot changed the title fix(deps): update dependency @semantic-release/github to v11 fix(deps): update semantic-release monorepo (major) Feb 1, 2025
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 70db68f to 666793c Compare August 11, 2025 02:31
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 666793c to a9befc5 Compare August 19, 2025 13:30
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from a9befc5 to 59df7c0 Compare August 31, 2025 09:45
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 59df7c0 to 0849383 Compare September 11, 2025 05:26
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 0849383 to 6dc6b84 Compare September 25, 2025 18:56
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 8cffdf1 to e90ab88 Compare October 22, 2025 01:56
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from e90ab88 to d547efd Compare October 31, 2025 23:00
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from d547efd to 9209fb0 Compare November 8, 2025 17:15
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 9209fb0 to d898056 Compare November 18, 2025 10:59
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from d898056 to 524a0f2 Compare December 3, 2025 17:11
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 524a0f2 to 559550c Compare December 31, 2025 16:46
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 559550c to d12e1e2 Compare January 8, 2026 20:11
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 24899c8 to f04159c Compare January 23, 2026 18:01
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from f04159c to c705889 Compare January 31, 2026 01:31
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from a2e2862 to fb32411 Compare February 7, 2026 05:12
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 3b6f228 to 306767d Compare February 17, 2026 18:41
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 306767d to 070e5d7 Compare March 5, 2026 17:05
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 070e5d7 to 71c5483 Compare March 13, 2026 11:16
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 8a0b0d5 to 5028c9a Compare April 1, 2026 17:04
@renovate renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 5028c9a to fa85412 Compare April 8, 2026 19:13
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.

0 participants