Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 17, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@semantic-release/changelog 5.0.17.0.0 age confidence
@semantic-release/commit-analyzer 8.0.113.0.1 age confidence
@semantic-release/exec 5.0.07.1.0 age confidence
@semantic-release/git 9.0.111.0.1 age confidence
@semantic-release/release-notes-generator 9.0.314.1.1 age confidence

Release Notes

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

v7.0.0

Compare Source

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
semantic-release/commit-analyzer (@​semantic-release/commit-analyzer)

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Bug Fixes
  • log the raw message again (e2f5d6c)
Features
  • support latest conventional-changelog packages (0254d7a)
BREAKING CHANGES
  • by supporting the latest major versions of conventional-changelog packages, we are
    dropping support for previous major versions of those packages due to the breaking changes between
    majors. this only impacts your project if you are installing alongside semantic-release, so updating
    those packages to latest version should be the only change you need for this update. no action
    should be necessary if you are using default semantic-release config

v12.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (f3358dd)
  • node-versions: dropped support for node v18 and v19 (0a23b82)
BREAKING CHANGES
  • exports: exports has been defined, which prevents access to private apis (which arent
    intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported

v11.1.0

Compare Source

Features

v11.0.0

Compare Source

Bug Fixes
  • config-loader: accounted for normalization of preset interfaces (3ff9458)
  • deps: update dependency conventional-commits-filter to v4 (99dcf7e)
Features
  • conventional-changelog-presets: supported new preset format (f3b88d3)
  • node-versions: raised the minimum node version to v18.17 and dropped v19 support (a681fbd)
BREAKING CHANGES
  • node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
  • conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility

v10.0.4

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (a7201b6)

v10.0.3

Compare Source

Reverts
  • Revert "fix(deps): update dependency conventional-commits-parser to v5 (#​501)" (ab3ee9f), closes #​501
  • Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#​502)" (f21eb8e), closes #​502
  • Revert "chore(deps): update dependency conventional-changelog-ember to v4 (#​504)" (c48b533), closes #​504

v10.0.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (#​501) (91cf4d5)

v10.0.1

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-angular to v6 (#​460) (0607201)
  • deps: update dependency conventional-commits-filter to v3 (#​461) (97d683f)
  • deps: update dependency conventional-commits-parser to v4 (#​462) (5d94efa)

v10.0.0

Compare Source

Code Refactoring
Features
  • deps: raised the peer-dependency requirement on semantic-release to v20.1.0 (e1ab8ea)
  • node-versions: raised the minimum required node version to v18 (affeb23)
BREAKING CHANGES
  • deps: the minimum required version of semantic-release is now v20.1.0 in order to support
    loading ESM plugins
  • node-versions: the minimum required version of node is now v18
  • esm: @semantic-release/commit-analyzer is now a native ES Module. It has named exports
    for each plugin hook (analyzeCommits)

v9.0.2

Compare Source

Bug Fixes
  • bump conventional commits parser to version 3.2.3 (#​289) (fc0a88a)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • the minimum required version of node is now v14.17
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
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
semantic-release/release-notes-generator (@​semantic-release/release-notes-generator)

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.3

Compare Source

Bug Fixes

v14.0.2

Compare Source

Bug Fixes

v14.0.1

Compare Source

Bug Fixes

v14.0.0

Compare Source

Features
BREAKING CHANGES
  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v13.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (5655b18)
  • node-versions: dropped support for node v18 and v19 (e65959a)
BREAKING CHANGES
  • exports: exports has been defined, which prevents access to private apis (which arent
    intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported

v12.1.0

Compare Source

Features

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Bug Fixes
  • deps: update dependency conventional-changlog-writer to v7 (4fe3563)
Features
  • conventional-changelog-presets: supported new preset format (a681671)
  • node-versions: raised the minimum node version to v18.17 and dropped v19 support (9c4e5f5)
BREAKING CHANGES
  • node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
  • conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility

v11.0.7

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-filter to v4 (a347fa6)

v11.0.6

Compare Source

Reverts
  • Revert "chore(deps): update dependency conventional-changelog-atom to v4 (#​509)" (e6b939a), closes #​509
  • Revert "chore(deps): update dependency conventional-changelog-ember to v4 (#​511)" (1f6fa69), closes #​511
  • Revert "chore(deps): update dependency conventional-changelog-conventionalcommits to v7 (#​510)" (9793686), closes #​510
  • Revert "chore(deps): update dependency conventional-changelog-eslint to v5 (#​512)" (a74f93d), closes #​512
  • Revert "chore(deps): update dependency conventional-changelog-express to v4 (#​513)" (a84e7ed), closes #​513

v11.0.5

Compare Source

Bug Fixes
  • deps: update dependency conventional-commits-parser to v5 (#​508) (45f893f)

v11.0.4

Compare Source

Bug Fixes
  • deps: update dependency read-pkg-up to v10 (68772c4)

v11.0.3

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-angular to v6 (#​466) (a8d8868)
  • deps: update dependency conventional-changelog-writer to v6 (#​467) (d80b880)
  • deps: update dependency conventional-commits-filter to v3 (#​468) (b058ee7)
  • deps: update dependency conventional-commits-parser to v4 (#​469) (7d84222)

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes
  • files: include the wrappers directory in the published package (949607f)

v11.0.0

Compare Source

Code Refactoring
Features
  • node-versions: raised the minimum required node version to v18 (4bfe425)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (f094cb0)
BREAKING CHANGES
  • semantic-release-peer: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
  • node-versions: node v18 is now the minimum supported version
  • esm: @semantic-release/release-notes-generator is now a native ES Module. It has
    named exports for each plugin hook (generateNotes)

v10.0.3

Compare Source

Bug Fixes
  • bump conventional commits parser to version 3.2.3 (#​293) (5f9d65d)

v10.0.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-writer to v5 (#​212) (6724eca)

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

BREAKING CHANGES
  • the minimum required version of node is now v14.17.
Thanks

@​abel-mak


Configuration

📅 Schedule: (in timezone Asia/Seoul)

  • 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 7 times, most recently from cd1965f to 732d910 Compare September 22, 2021 01:11
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 732d910 to ca71377 Compare September 25, 2021 13:36
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from ca71377 to 3b4eec4 Compare October 6, 2021 00:25
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 3b4eec4 to 49f3739 Compare October 30, 2021 06:16
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from d613682 to 0d70ab2 Compare November 24, 2021 17:40
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 0d70ab2 to 64f9893 Compare March 7, 2022 17:29
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 64f9893 to 00ecc63 Compare June 18, 2022 17:51
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 00ecc63 to 9ba552e Compare September 25, 2022 21:04
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 9ba552e to 9166647 Compare March 17, 2023 06:06
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 9166647 to b77d10e Compare March 24, 2023 20:13
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 19c2be9 to 46fb40c Compare June 2, 2023 21:57
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 46fb40c to da6809d Compare June 7, 2023 18:30
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from da6809d to 9e76fc5 Compare July 4, 2023 19:56
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 5 times, most recently from 515b046 to 663400a Compare August 28, 2023 21:57
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 663400a to 1bbf424 Compare September 18, 2023 14:19
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 7063eda to 4a21a53 Compare May 10, 2025 00:22
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 4a21a53 to fbac2fb Compare August 10, 2025 12:56
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 02bc9df to f779821 Compare September 6, 2025 18:38
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from f779821 to 36f3e53 Compare September 25, 2025 15:12
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 36f3e53 to 151aaef Compare October 21, 2025 22:51
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 151aaef to 118aef6 Compare November 11, 2025 01:48
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 118aef6 to 2d4ef6f Compare November 18, 2025 12:46
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 2d4ef6f to ddfa732 Compare December 3, 2025 18:03
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from ddfa732 to 02e3008 Compare December 31, 2025 16:09
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from e9bc16a to 24b93a4 Compare January 23, 2026 19:08
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 24b93a4 to 2f4d563 Compare February 2, 2026 20:47
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 2f4d563 to f9a1950 Compare February 12, 2026 11:37
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from f9a1950 to f6334a6 Compare March 5, 2026 15:08
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from cf51eba to 79bfe0b Compare March 30, 2026 21:28
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 79bfe0b to 4986fe5 Compare April 8, 2026 18:29
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from cd8f1a7 to 13c352f Compare April 27, 2026 21:42
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 13c352f to 4d0df2e Compare May 8, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 4d0df2e to 5065c51 Compare May 28, 2026 16:15
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 5065c51 to 0801b52 Compare June 11, 2026 15:05
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 0801b52 to 73a05fe Compare July 12, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from efeba77 to b2ab97a Compare July 24, 2026 06:03
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from b2ab97a to 8ecbdc8 Compare July 30, 2026 18:34
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 8ecbdc8 to 838126b Compare August 12, 2026 00:02
@renovate
renovate Bot force-pushed the renovate/major-semantic-release-monorepo branch from 838126b to 547d29a Compare September 2, 2026 20:49
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