Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(npm): update dependency semantic-release to v24 #387

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 22.0.12 -> 24.2.0 age adoption passing confidence

Release Notes

semantic-release/semantic-release (semantic-release)

v24.2.0

Compare Source

Features
  • clarify branch existence requirement in error messages (#​3462) (05a2ea9)

v24.1.3

Compare Source

Bug Fixes
  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)

v24.1.2

Compare Source

Bug Fixes

v24.1.1

Compare Source

v24.1.0

Compare Source

v24.0.0

Compare Source

Bug Fixes
  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of
    conventional-changelog packages. if you are installing any of these packages in addition to
    semantic-release, be sure to update them as well
  • deps: the release-notes-generator plugin now expects to be used with the latest major
    versions of conventional-changelog packages. if you are installing any of these packages in addition
    to semantic-release, be sure to update them as well

v23.1.1

Compare Source

v23.1.0

Compare Source

v23.0.8

Compare Source

Bug Fixes
  • deps: rename read-pkg-up -> read-package-up (4980cba)
  • deps: rename read-pkg-up -> read-package-up (#​3249) (95a8b9e)

v23.0.7

Compare Source

v23.0.6

Compare Source

Bug Fixes

v23.0.5

Compare Source

v23.0.4

Compare Source

v23.0.3

Compare Source

v23.0.2

Compare Source

Bug Fixes

v23.0.1

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v7 (9faded8)

v23.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

related to https://github.com/semantic-release/semantic-release/discussions/3088


Configuration

📅 Schedule: Branch creation - "after 8:00 pm" in timezone Asia/Tokyo, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from 3846masa January 16, 2024 12:08
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from ea386bb to 2f8cf3c Compare January 16, 2024 20:25
Copy link
Contributor Author

renovate bot commented Jan 16, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
demo                                     |  WARN  The field "pnpm" was found in /tmp/renovate/repos/github/3846masa/blurhash-sw/demo/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
Scope: all 2 projects
Progress: resolved 0, reused 0, downloaded 1, added 0
.                                        |  WARN  deprecated [email protected]
undefined
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/3846masa/blurhash-sw

Your Node version is incompatible with "registry.npmjs.org/semantic-release/23.0.8".

Expected version: >=20.8.1
Got: v18.20.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 5c5fe03 to d3b330c Compare February 10, 2024 15:17
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 317a000 to b208b46 Compare March 21, 2024 14:23
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from b208b46 to 3f61e02 Compare March 27, 2024 18:29
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 9180660 to ea0809d Compare April 12, 2024 21:29
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from ea0809d to e7fe08a Compare May 13, 2024 19:39
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
demo                                     |  WARN  The field "pnpm.patchedDependencies" was found in /tmp/renovate/repos/github/3846masa/blurhash-sw/demo/package.json. This will not take effect. You should configure "pnpm.patchedDependencies" at the root of the workspace instead.
Scope: all 2 projects
.                                        |  WARN  `node_modules` is present. Lockfile only installation will make it out-of-date
Progress: resolved 1, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated [email protected]
undefined
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/3846masa/blurhash-sw

Your Node version is incompatible with "[email protected]".

Expected version: >=20.8.1
Got: v18.20.4

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

@renovate renovate bot force-pushed the renovate/major-semantic-release branch from e7fe08a to 0e1431f Compare June 5, 2024 23:31
@renovate renovate bot changed the title chore(npm): update dependency semantic-release to v23 chore(npm): update dependency semantic-release to v24 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 0e1431f to 6e16e33 Compare June 8, 2024 16:08
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 6e16e33 to e325642 Compare August 20, 2024 13:29
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from e325642 to 839044f Compare August 27, 2024 16:07
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 839044f to 51dcaa7 Compare September 14, 2024 05:03
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 51dcaa7 to 3007e4f Compare October 1, 2024 02:44
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from e0f2431 to 777bc0a Compare October 21, 2024 23:28
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 777bc0a to faf0d30 Compare October 28, 2024 22:33
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from faf0d30 to 1218462 Compare November 4, 2024 17:12
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