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 semantic-release (major) #586

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 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/commit-analyzer 11.1.0 -> 13.0.1 age adoption passing confidence
@semantic-release/github 9.2.6 -> 11.0.1 age adoption passing confidence
@semantic-release/npm 11.0.3 -> 12.0.1 age adoption passing confidence
@semantic-release/release-notes-generator 12.1.0 -> 14.0.3 age adoption passing confidence
semantic-release 22.0.12 -> 24.2.1 age adoption passing confidence

Release Notes

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

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

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

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

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

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

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

v24.2.1

Compare Source

Bug Fixes

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.

👻 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 requested a review from 3846masa January 27, 2024 14:38
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 156f60f to f0a7f0e Compare February 9, 2024 21:18
Copy link
Contributor Author

renovate bot commented Feb 9, 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
Scope: all 6 projects
examples/parcel                          | Progress: resolved 1, reused 0, downloaded 0, added 0
.../utils/parcel-resolver-data-uri       | Progress: resolved 1, reused 0, downloaded 0, added 0
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/babel-plugin-polyfill-custom

Your Node version is incompatible with "registry.npmjs.org/@semantic-release/commit-analyzer/12.0.0".

Expected version: >=20.8.1
Got: v18.20.2

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 f0a7f0e to bafdd41 Compare February 10, 2024 15:09
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from bafdd41 to 0bcb0cf Compare March 17, 2024 23:08
@renovate renovate bot changed the title chore(npm): update dependency semantic-release to v23 chore(npm): update semantic-release (major) Mar 17, 2024
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 6 times, most recently from 42d1026 to 9358a4f Compare March 21, 2024 16:03
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 17500bc to 1a6fc1a Compare March 27, 2024 17:41
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 2fdf653 to ca76843 Compare April 12, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from ca76843 to d22b452 Compare May 12, 2024 19:51
Copy link
Contributor Author

renovate bot commented May 12, 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
Scope: all 6 projects
.../utils/parcel-resolver-data-uri       | Progress: resolved 1, reused 0, downloaded 0, added 0
examples/parcel                          | Progress: resolved 1, reused 0, downloaded 0, added 0
.                                        |  WARN  `node_modules` is present. Lockfile only installation will make it out-of-date
Progress: resolved 1, reused 0, downloaded 0, added 0
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/babel-plugin-polyfill-custom

Your Node version is incompatible with "@semantic-release/[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 2 times, most recently from 32e98e7 to 7cd8843 Compare May 19, 2024 03:28
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 2e1258f to 1bdf1f8 Compare May 31, 2024 17:03
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from c55d522 to 9bd2184 Compare June 8, 2024 01:30
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from bc0555a to 15170cb Compare June 25, 2024 06:50
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 15170cb to 5ff2f15 Compare July 4, 2024 20:10
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from d8bfde9 to d09c87c Compare August 4, 2024 15:36
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 5a1c695 to 15817b8 Compare August 18, 2024 22:49
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from f70ae8a to fc5a6d7 Compare August 23, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from fc5a6d7 to 5bbbdfc Compare August 27, 2024 15:36
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 4 times, most recently from 18c9be2 to fb1831a Compare September 9, 2024 02:06
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 4681709 to 84ffa9e Compare September 18, 2024 19:06
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 3 times, most recently from 67df4ac to fe3d630 Compare September 30, 2024 16:56
@renovate renovate bot force-pushed the renovate/major-semantic-release branch 2 times, most recently from 6fee4ef to 7a9934b Compare October 28, 2024 23:06
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 7a9934b to f2a5ec7 Compare November 9, 2024 19:28
@renovate renovate bot changed the title chore(npm): update semantic-release (major) chore(npm): update semantic-release (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-semantic-release branch December 8, 2024 18:45
@renovate renovate bot changed the title chore(npm): update semantic-release (major) - autoclosed chore(npm): update semantic-release (major) Dec 12, 2024
@renovate renovate bot reopened this Dec 12, 2024
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from 0c42d7c to f2a5ec7 Compare December 12, 2024 14:15
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from f2a5ec7 to b3390c3 Compare December 21, 2024 17:43
@renovate renovate bot force-pushed the renovate/major-semantic-release branch from b3390c3 to 7ba7d86 Compare January 7, 2025 08:08
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