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

build(deps): update dependency semantic-release to v24 #29935

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 - 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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jun 29, 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
.                                        |  WARN  `node_modules` is present. Lockfile only installation will make it out-of-date
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 108, reused 0, downloaded 0, added 0
Progress: resolved 226, reused 0, downloaded 0, added 0
Progress: resolved 272, reused 0, downloaded 0, added 0
Progress: resolved 356, reused 0, downloaded 0, added 0
Progress: resolved 428, reused 0, downloaded 0, added 0
Progress: resolved 492, reused 0, downloaded 0, added 0
Progress: resolved 636, reused 0, downloaded 0, added 0
Progress: resolved 701, reused 0, downloaded 0, added 0
Progress: resolved 779, reused 0, downloaded 0, added 0
Progress: resolved 836, reused 0, downloaded 0, added 0
Progress: resolved 892, reused 0, downloaded 0, added 0
Progress: resolved 1047, reused 0, downloaded 0, added 0
Progress: resolved 1126, reused 0, downloaded 0, added 0
Progress: resolved 1262, reused 0, downloaded 0, added 0
Progress: resolved 1371, reused 0, downloaded 0, added 0
 WARN  7 deprecated subdependencies found: @humanwhocodes/config-array@0.11.14, @humanwhocodes/object-schema@2.0.3, glob@6.0.4, glob@7.2.3, inflight@1.0.6, rimraf@2.4.5, rimraf@3.0.2
Progress: resolved 1386, reused 0, downloaded 0, added 0
Progress: resolved 1386, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ semantic-release 24.0.0
  └─┬ @semantic-release/github 10.0.7
    └─┬ @octokit/plugin-paginate-rest 11.3.1
      └── ✕ unmet peer @octokit/core@5: found 6.1.2 in @semantic-release/github

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


@rarkins
Copy link
Collaborator

rarkins commented Jun 29, 2024

@travi any chance you could take a look when you have time? For now I'm rolling back conventional-changelog-conventionalcommits

@rarkins rarkins requested a review from viceice June 29, 2024 06:23
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 0c41a85 to c8da87f Compare June 29, 2024 12:11
@travi
Copy link
Contributor

travi commented Jun 29, 2024

this is an interesting one. it looks like you are pulling in @octokit/plugin-paginate-rest v11.3.1 even though that version is not released to the latest channel (instead released to the cjs channel):

$ npm dist-tags ls @octokit/plugin-paginate-rest
beta: 10.0.0-beta.4
cjs: 11.3.1
latest: 11.3.0
release-1.x: 1.1.2
release-2.x: 2.21.3
release-9.x: 9.2.1

v11.3.1 appears to switch the peer dependency from >=6 to 5 for some reason (maybe cjs support?). using npm, i have not seen this problem with npm. i'm not a pnpm user, but is there a difference there that would result in pulling that version from the other channel?

this seems to be not directly related to semantic-release, so it could be worth opening an issue on the octokit side to see if the team there has more insight.

also worth noting when you do update semantic-release to the latest version, be sure to also update conventional-changelog-conventionalcommits to the latest major as well. breaking changes there are the reason for the most recent major release of semantic-release

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 3 times, most recently from 79a7de9 to 2c2854a Compare July 1, 2024 00:26
Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to use node v20 for release first, otherwise it'll fail to release again

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 2 times, most recently from 6831eed to 79b3bae Compare July 1, 2024 06:37
@viceice viceice mentioned this pull request Jul 1, 2024
6 tasks
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch 10 times, most recently from fb14b8f to 6d2776f Compare July 1, 2024 16:57
| datasource | package          | from    | to     |
| ---------- | ---------------- | ------- | ------ |
| npm        | semantic-release | 22.0.12 | 24.0.0 |
@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 6d2776f to 3bb9ffa Compare July 1, 2024 20:03
@rarkins rarkins closed this Jul 1, 2024
Copy link
Contributor Author

renovate bot commented Jul 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 24.x releases. But if you manually upgrade to 24.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@viceice
Copy link
Member

viceice commented Jul 1, 2024

@rarkins why do you closed this? I've already merged conventional commits major, so we need this now

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants