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

fix(deps): update all patch dependencies #432

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Mar 26, 2024

This PR contains the following updates:

Package Type Update Change
regex dependencies patch 1.10.3 -> 1.10.4
serde_json dependencies patch 1.0.114 -> 1.0.115
serde_yaml dependencies patch 0.9.33 -> 0.9.34

Release Notes

rust-lang/regex (regex)

v1.10.4

Compare Source

serde-rs/json (serde_json)

v1.0.115

Compare Source

  • Documentation improvements
dtolnay/serde-yaml (serde_yaml)

v0.9.34

Compare Source

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml\&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.


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.

👻 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 has been generated by Renovate Bot.

@platform-engineering-bot
Copy link
Collaborator Author

⚠ 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: install-tool rust 1.77.0

@platform-engineering-bot platform-engineering-bot changed the title fix(deps): update rust crate serde_json to 1.0.115 fix(deps): update all patch dependencies Mar 26, 2024
@platform-engineering-bot
Copy link
Collaborator Author

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.

@rhatdan
Copy link
Member

rhatdan commented Mar 27, 2024

Why is renovate requiring a DCO?

@jeckersb
Copy link
Contributor

Why is renovate requiring a DCO?

I spent some time looking into this yesterday. It's not that renovate requires the DCO (that's a requirement of the containers org as I understand things), but that something in renovate apparently has changed such that it's generating malformed sign-offs. DCO seems to want sign-offs specifically formatted as:

Signed-off-by: Example User <user@example.org>

This commit (and other recent commits) only have the email part:

Signed-off-by: platform-engineering@redhat.com

Last week (looking at this commit) it instead was producing:

Signed-off-by: null <platform-engineering@redhat.com>

Which the null part looks silly, but at least fits the required formatting.

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@cgwalters cgwalters merged commit a59ac1a into main Apr 10, 2024
15 checks passed
@cgwalters cgwalters deleted the renovate/all-patch branch April 10, 2024 15:11
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.

None yet

4 participants