Skip to content

chore(deps): update semantic-release monorepo (major) - #71

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

chore(deps): update semantic-release monorepo (major)#71
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-semantic-release-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2020

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@semantic-release/changelog ^3.0.4^7.0.0 age confidence
@semantic-release/exec ^3.3.7^7.0.0 age confidence
@semantic-release/git 7.0.1811.0.1 age confidence

Release Notes

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

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • @semantic-release/changelog 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/changelog is now
    v20.1.0
Other Notable Changes
  • Replaced xo with prettier with default configuration; following
    newly established convention
  • Replaced nyc with c8 for code coverage
  • Replaced lodash with lodash-es for proper esm support
Related Issue

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (#​170) (5cf74e4)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v5.0.1

Compare Source

Bug Fixes
  • package: update fs-extra to version 9.0.0 (997fe15)

v5.0.0

Compare Source

chore
  • require Node.js >=10.18 (5ffdf49)
BREAKING CHANGES
  • Require Node.js >= 10.18

v4.0.0

Compare Source

Features
  • require Node.js >=10.13 (1f483af)
BREAKING CHANGES
  • Require Node.js >= 10.13

v3.0.6

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (d36ee06)

v3.0.5

Compare Source

Bug Fixes
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)

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (#​188) (020eab0)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v5.0.0

Compare Source

chore
  • require Node.js >=10.18 (5984b6e)
BREAKING CHANGES
  • Require Node.js >= 10.18

v4.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (662a148)
  • use correct peerDependencies for semantic-release (fda4ecf)
  • package: update aggregate-error to version 2.0.0 (f18fbd4)
  • package: update execa to version 2.0.2 (6579bb3)
  • package: update execa to version 3.0.0 (ae40d3f)
  • return false in addChannel if step is skipped (d12a029)
  • return false in publish if package if step is skipped (48fc813)
Features
  • add addChannel plugin step (bdeda6c)
  • require Node.js >=10.13 (e4367de)
  • require Node.js >=8.15 (454965e)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Node.js => 8.15

v3.3.8

Compare Source

Bug Fixes
  • package: update execa to version 3.2.0 (1b89db4)
  • require Node.js >=8.16 (e520840)
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

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (7ab65f8)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

chore
  • require Node.js >=10.18 (4016fcc)
BREAKING CHANGES
  • Require Node.js >= 10.18

v8.0.0

Compare Source

Bug Fixes
  • package: update execa to version 4.0.0 (9c1dc67)
  • include deleted files in release commit (f59d20c)
  • package: update aggregate-error to version 2.0.0 (3eb8f60)
  • package: update execa to version 2.0.2 (9404d44)
  • package: update execa to version 3.0.0 (e6af5b4)
  • look for modified fiels to commit only if there files matching the globs (d97c030)
  • update globby to latest version (9e2b2e5)
Features
  • require Node.js >=10.13 (81955b8)
  • require Node.js >=8.15 (15356b1)
  • support branch parameter from semantic-release@​16.0.0 (02b1f6d)
BREAKING CHANGES
  • Require Node.js >= 10.13
  • Require Git 2.7.1 or higher
  • Require Node.js => 8.15

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

👻 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 2b5bf78 to e4c6c70 Compare October 18, 2021 17:37
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from e4c6c70 to 2481e8c Compare March 7, 2022 12:16
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 2481e8c to 61f5f13 Compare September 25, 2022 15:51
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 61f5f13 to d9ee9bb Compare January 31, 2025 21:36
@socket-security

socket-security Bot commented Jan 31, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​semantic-release/​exec@​3.3.7 ⏵ 7.1.0100 +110010083100
Updated@​semantic-release/​changelog@​3.0.4 ⏵ 7.0.0100 +110091 +390 +4100
Updated@​semantic-release/​git@​7.0.18 ⏵ 11.0.199 +110010094 +11100

View full report

@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 135b28a to 0d71ccb Compare August 13, 2025 14:28
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 0d71ccb to 3b81a68 Compare August 19, 2025 19:45
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 3b81a68 to 8a7d35f Compare September 25, 2025 20:49
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 8a7d35f to ab0c1bd Compare November 10, 2025 21:05
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from ab0c1bd to ca7a855 Compare December 3, 2025 17:10
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from ca7a855 to bcba5ac Compare December 31, 2025 16:49
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 84132c3 to d46b386 Compare January 23, 2026 19:53
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from d46b386 to 512148d Compare February 2, 2026 21:50
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 512148d to a73b3c6 Compare March 5, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from a73b3c6 to 9e3dc78 Compare April 8, 2026 21:36
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 9e3dc78 to a95b799 Compare April 29, 2026 12:36
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from a95b799 to 6b2b0d0 Compare May 12, 2026 10:29
@socket-security

socket-security Bot commented May 12, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm execa is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: yarn.locknpm/@semantic-release/exec@7.1.0npm/execa@9.6.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/execa@9.6.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 6b2b0d0 to 212f7df Compare May 28, 2026 15:17
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 212f7df to 08e4e0a Compare July 12, 2026 17:59
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 3d1b4e2 to cd25ba5 Compare July 24, 2026 04:45
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from cd25ba5 to 61a5f0c Compare July 30, 2026 16:51
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