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 #29976

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 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.

@renovate renovate bot assigned rarkins and viceice Jul 1, 2024
Copy link
Contributor Author

renovate bot commented Jul 1, 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 102, reused 0, downloaded 0, added 0
Progress: resolved 237, reused 0, downloaded 0, added 0
Progress: resolved 274, reused 0, downloaded 0, added 0
Progress: resolved 339, reused 0, downloaded 0, added 0
Progress: resolved 405, reused 0, downloaded 0, added 0
Progress: resolved 478, reused 0, downloaded 0, added 0
Progress: resolved 588, reused 0, downloaded 0, added 0
Progress: resolved 693, reused 0, downloaded 0, added 0
Progress: resolved 725, reused 0, downloaded 0, added 0
Progress: resolved 772, reused 0, downloaded 0, added 0
Progress: resolved 824, reused 0, downloaded 0, added 0
Progress: resolved 889, reused 0, downloaded 0, added 0
Progress: resolved 1013, reused 0, downloaded 0, added 0
Progress: resolved 1118, reused 0, downloaded 0, added 0
Progress: resolved 1177, reused 0, downloaded 0, added 0
Progress: resolved 1303, 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.


| 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 60f249e to f6f9154 Compare July 1, 2024 20:32
Copy link
Contributor Author

renovate bot commented Jul 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@viceice viceice enabled auto-merge July 1, 2024 20:54
@viceice viceice added this pull request to the merge queue Jul 1, 2024
Merged via the queue into main with commit 71b28d1 Jul 1, 2024
38 checks passed
@viceice viceice deleted the renovate/major-semantic-release-monorepo branch July 1, 2024 21:03
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 37.421.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

bryannaegele pushed a commit to bryannaegele/renovate that referenced this pull request Jul 8, 2024
…9976)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
@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.

None yet

3 participants