Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Oct 18, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/git 9.0.011.0.1 age adoption passing confidence
@semantic-release/npm 7.1.113.1.5 age adoption passing 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

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

v13.1.5

Compare Source

Bug Fixes

v13.1.4

Compare Source

Bug Fixes

v13.1.3

Compare Source

Bug Fixes

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • publish-dry-run: temporarily remove the addition of dry-running the publish step (30bd176)

v13.1.0

Compare Source

Features
  • trusted-publishing: verify auth, considering OIDC vs tokens from various registries (e3319f1), closes #​958
  • trusted-publishing: refine the messages for related errors (316ce21), closes #​958
  • trusted-publishing: make request to verify if OIDC token exchange can succeed (c80ecb0), closes #​958
  • trusted-publishing: pass id-token as bearer header for github actions (d83b727), closes #​958
  • trusted-publishing: pass id-token as bearer header for gitlab pipelines (6d1c3cf), closes #​958
  • trusted-publishing: handle failure to retrieve id-token in the context of github actions (b673257), closes #​958
  • auth-error: update messaging for auth failure to be less token specific (e24967d)
  • auth: attempt a dry-run publish to determine auth status (841dc67)
Bug Fixes
  • trusted-publishing: uri encode the package name for the token exchange request (3dd95d0), closes #​958
  • auth: throw appropriate error when auth context fails to enable publishing (f5c8d85)
  • auth: throw error if dry-run publish determines lack of auth (8f88e9d)
  • verify-auth: enable the publish dry-run to work for projects publishing from a sub-directory (e7d684c)

v13.0.0

Compare Source

Features
  • node-versions: drop support for node versions v20, v21, and v23
  • node-versions: raise the minimum node version requirement for the v24 range (935439e)
Bug Fixes
BREAKING CHANGES
  • node-versions: the minimum node version for the v24 range is now v24.10.0
  • deps: a minimum of node v22.14 is now required

v12.0.2

Compare Source

Bug Fixes

v12.0.1

Compare Source

Bug Fixes
  • deps: update dependency execa to v9 (9ac5ed0)

v12.0.0

Compare Source

Features
  • exports: defined exports to point at ./index.js (9e193c2)
  • node-versions: dropped support for node v18 and v19 (2df962b)
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.0.3

Compare Source

Bug Fixes

even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully

v11.0.2

Compare Source

Bug Fixes
  • deps: update dependency npm to v10.2.5 (42b5dec)

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Bug Fixes
  • deps: update dependency npm to v10 (819f257)
Features
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (6413130)
BREAKING CHANGES
  • node-versions: node v18.17 is now the minimum required version and support for v19 has been dropped

v10.0.6

Compare Source

Bug Fixes

v10.0.5

Compare Source

Bug Fixes

v10.0.4

Compare Source

Bug Fixes

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

Bug Fixes
  • aggregate-error: upgraded to the latest version (7285e05)
  • deps: upgraded npm to v9 (2a79f80)
  • execa: upgraded to the latest version (7c74660)
  • normalize-url: upgraded to the latest version (b55bb01)
  • remove support for legacy auth (51ab3c8)
  • tempy: upgraded to the latest version of tempy (f1992a5)
Code Refactoring
  • esm: converted the package to esm (2d8ff15)
Features
  • node-versions: dropped support for node versions below v18 (aff3574)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (22e70ad)
BREAKING CHANGES
  • deps: the direct dependency on npm has been upgraded to v9. details of breaking changes
    can be found at https://github.com/npm/cli/releases/tag/v9.0.0
  • semantic-release-peer: the required version of semantic-release has been
    raised to v20.1.0 in order to support loading of ESM plugins
  • aggregate-error: due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an errors property
  • legacy authentication using NPM_USERNAME and NPM_PASSWORD is no longer supported. Use NPM_TOKEN instead.
  • node-versions: node v18 is now the minimum required node version
  • esm: @semantic-release/npm is now a native ES Module. It
    has named exports for each plugin hook (verifyConditions, prepare,
    publish, addChannel)

v9.0.2

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v11 (7157d76)
  • deps: update dependency npm to v9 (28265ec)
  • deps: update dependency registry-auth-token to v5 (187671f)
  • revert): "fix(deps: update dependency npm to v9" (#​561) (c28a848)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
  • add preferLocal option to allow execa to use local npm version (#​445) (002439e)
  • updated the peer requirement for semantic-release to the new stable version (575a5a4)
  • updated the peer requirement on semantic-release to a version matching the engines definition of this package (2d1f5f2)
  • upgrade npm dependency to v8 (a12d6e5)
BREAKING CHANGES
  • the minimum required peer of semantic-release has been raised to match the engines.node requirements of this package
  • npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL

Co-authored-by: Matt Travi programmer@travi.org

v8.0.3

Compare Source

Reverts

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17

Co-authored-by: Matt Travi programmer@travi.org

v7.1.3

Compare Source

Bug Fixes
  • use NPM_CONFIG_USERCONFIG in get-registry to match auth (#​362) (13200ca)

v7.1.2

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v10 (80fde1e)

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 dev-dependency-renovate/major-semantic-release-monorepo branch from 94574b2 to 3d2d95a Compare March 7, 2022 14:46
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 3d2d95a to d533da8 Compare March 17, 2023 07:57
@renovate renovate Bot changed the title chore(deps): update semantic-release monorepo (major) chore(deps): update semantic-release monorepo to v10 (major) Mar 24, 2023
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from d533da8 to 96165d8 Compare March 24, 2023 20:17
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 96165d8 to 5992530 Compare April 17, 2023 10:57
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 5992530 to 3f20900 Compare June 9, 2023 21:50
@renovate renovate Bot changed the title chore(deps): update semantic-release monorepo to v10 (major) chore(deps): update semantic-release monorepo (major) Aug 6, 2023
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 3f20900 to 165d990 Compare August 6, 2023 03:43
@renovate renovate Bot changed the title chore(deps): update semantic-release monorepo (major) chore(deps): update semantic-release monorepo to v10 (major) Aug 6, 2023
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 165d990 to 7bc378a Compare August 19, 2023 15:33
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 4d7b250 to e6b8716 Compare September 15, 2023 22:32
@renovate renovate Bot changed the title chore(deps): update semantic-release monorepo to v10 (major) chore(deps): update semantic-release monorepo (major) Sep 15, 2023
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from e6b8716 to af0f541 Compare November 3, 2023 01:39
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from af0f541 to 00becef Compare December 7, 2023 18:50
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 00becef to 2cbccee Compare March 2, 2024 00:13
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 2cbccee to af13dd1 Compare March 16, 2024 08:21
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from af13dd1 to 599d109 Compare May 9, 2024 16:58
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 599d109 to ead5b75 Compare June 26, 2025 17:30
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 4041476 to a32fe72 Compare August 13, 2025 11:29
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from a32fe72 to 8546d68 Compare August 19, 2025 19:02
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 8546d68 to 4b7c760 Compare September 1, 2025 08:17
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 4b7c760 to 38457e6 Compare September 25, 2025 19:06
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 57cf733 to 22d8188 Compare October 19, 2025 17:53
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 22d8188 to a14d2f5 Compare November 10, 2025 17:45
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 2147dd3 to 319d129 Compare November 18, 2025 11:59
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 319d129 to 31eb88a Compare December 3, 2025 17:47
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 31eb88a to 76687b9 Compare December 12, 2025 21:36
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 76687b9 to 4ac2986 Compare December 31, 2025 12:34
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 4ac2986 to fa467b8 Compare January 8, 2026 18:58
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 79ee6a6 to 3d277df Compare January 23, 2026 19:30
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 46beac3 to 34cefa0 Compare February 6, 2026 20:29
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 4cdea4e to 3d1a032 Compare February 17, 2026 19:57
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 0abbf0a to 4ca1286 Compare March 5, 2026 17:26
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 4ca1286 to bd5f002 Compare March 14, 2026 08:24
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 69359a7 to b89acd8 Compare March 30, 2026 21:15
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from b89acd8 to 2b58fc3 Compare April 8, 2026 19:40
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 2b58fc3 to 6be0d0d Compare April 29, 2026 13:02
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from b43d75a to 4a463ec Compare May 18, 2026 20:06
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 2 times, most recently from 3d7c234 to 8803245 Compare June 1, 2026 16:47
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 8803245 to 3eebe29 Compare June 11, 2026 14:48
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 3eebe29 to 32a5e2b Compare July 12, 2026 10:40
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch 4 times, most recently from 55990d8 to 1ba1b6a Compare July 24, 2026 21:45
@renovate
renovate Bot force-pushed the dev-dependency-renovate/major-semantic-release-monorepo branch from 1ba1b6a to bc97c0b Compare July 30, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants