Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.180 -> 1.0.184
cxx-build (source) build-dependencies patch 1.0.180 -> 1.0.184
erased-serde workspace.dependencies patch 0.4.6 -> 0.4.8
serde_json workspace.dependencies patch 1.0.143 -> 1.0.145

Release Notes

dtolnay/cxx (cxx)

v1.0.184

Compare Source

v1.0.183

Compare Source

  • Fix "expected a FnOnce() closure" build error on unsafe Rust fn with no args (#​1637)
  • Add derive(BitAnd, BitOr, BitXor) for enums (#​1639)

v1.0.182

Compare Source

  • Fix compiler warning when passing a rust::Fn with a generic return type such as Vec<T> from Rust to C++ (#​1633)
  • Suppress warnings in generated code under GCC's missing-declarations setting (#​1635)
  • Fix MSVC warning on large negative enum discriminant values (#​1636)

v1.0.181

Compare Source

  • Fix "cannot find attribute 'serde' in this scope" build error using Serde derives with #[serde(…)] on a shared struct (#​1627)
dtolnay/erased-serde (erased-serde)

v0.4.8

Compare Source

  • Raise serde version requirement to >=1.0.220

v0.4.7

Compare Source

  • Switch serde dependency to serde_core (#​116)
serde-rs/json (serde_json)

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the changelog/chore A trivial change label Sep 14, 2025
@renovate renovate bot enabled auto-merge (squash) September 14, 2025 22:50
@renovate
Copy link
Contributor Author

renovate bot commented Sep 14, 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 vortex-cxx/Cargo.toml --package cxx@1.0.180 --precise 1.0.184
    Updating crates.io index
error: failed to select a version for `cxx-build`.
    ... required by package `cxx v1.0.184`
    ... which satisfies dependency `cxx = "^1.0"` of package `vortex-cxx v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/vortex-cxx)`
versions that meet the requirements `=1.0.184` are: 1.0.184

all possible versions conflict with previously selected packages.

  previously selected package `cxx-build v1.0.180`
    ... which satisfies dependency `cxx-build = "^1.0"` (locked to 1.0.180) of package `vortex-cxx v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/vortex-cxx)`

failed to select a version for `cxx-build` which could resolve this conflict

@renovate renovate bot merged commit b2fba19 into develop Sep 14, 2025
39 of 40 checks passed
@renovate renovate bot deleted the renovate/patch-all-patch-updates branch September 14, 2025 22:58
@codecov
Copy link

codecov bot commented Sep 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.01%. Comparing base (cb2d722) to head (5ec710b).
⚠️ Report is 1 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants