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 all minor level dependencies #1082

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies minor 0.12.1 -> 0.13.0
tempfile (source) dev-dependencies minor 3.16.0 -> 3.17.1
wasmparser (source) dependencies minor 0.225 -> 0.226

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

v0.13.0

Compare Source

Breaking Changes

New Features

Bug Fixes and Code Enhancements

Docs

New Contributors

Full Changelog: pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.0

Stebalien/tempfile (tempfile)

v3.17.1

Compare Source

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

v3.17.0

Compare Source

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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 requested a review from a team as a code owner February 13, 2025 00:46
Copy link
Contributor Author

renovate bot commented Feb 13, 2025

⚠️ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `pulldown-cmark = "^0.12.1"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `pulldown-cmark-mdcat v2.7.1`
    ... which satisfies dependency `pulldown-cmark-mdcat = "^2.7.1"` (locked to 2.7.1) of package `kwctl v1.22.0-rc1 (/tmp/renovate/repos/github/kubewarden/kwctl)`

@flavio
Copy link
Member

flavio commented Feb 13, 2025

Building fails because another direct dependency pulldown-cmark-mdcat is using the previous version of pulldown-cmark.

Unfortunately pulldown-cmark-mdcat is part of mdcat, which has been archived by the maintainer last month (Jan 2025).

We have to understand how we can move forward

@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 0c4d435 to 861191c Compare February 17, 2025 00:47
@renovate renovate bot changed the title build(deps): update rust crate pulldown-cmark to 0.13.0 build(deps): update all minor level dependencies Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch 7 times, most recently from 7b190d5 to 005435b Compare February 21, 2025 11:21
@renovate renovate bot force-pushed the renovate/all-minor branch from 005435b to c37ca40 Compare February 22, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Blocked
Development

Successfully merging this pull request may close these issues.

1 participant