Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Age Confidence
cc workspace.dependencies patch 1.2.38 -> 1.2.39 age confidence
com.gradleup.shadow plugin patch 9.2.1 -> 9.2.2 age confidence

Release Notes

rust-lang/cc-rs (cc)

v1.2.39

Compare Source

Other
  • Fix cross compilation to xtensa-esp32s3-espidf (#​1569)
  • Fix autodetect_wasi_compiler: support non utf-8 path (#​1568)
  • Regenerate target info (#​1567)
  • Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#​1564)
  • Use $WASI_SDK_PATH on WASI targets by default (#​1562)
  • Fix atomicity violations in concurrent cache operations (#​1559)

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 chore Release label indicating a trivial change label Sep 26, 2025
@renovate renovate bot enabled auto-merge (squash) September 26, 2025 11:32
@renovate
Copy link
Contributor Author

renovate bot commented Sep 26, 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 cc@1.2.38 --precise 1.2.39
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot merged commit 6619975 into develop Sep 26, 2025
40 of 41 checks passed
@renovate renovate bot deleted the renovate/patch-all-patch-updates branch September 26, 2025 11:42
@codecov
Copy link

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.54%. Comparing base (e70c7df) to head (8763906).
⚠️ Report is 10 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.

blaginin pushed a commit that referenced this pull request Sep 29, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| [cc](https://redirect.github.com/rust-lang/cc-rs) |
workspace.dependencies | patch | `1.2.38` -> `1.2.39` |
[![age](https://developer.mend.io/api/mc/badges/age/crate/cc/1.2.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/cc/1.2.38/1.2.39?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| com.gradleup.shadow | plugin | patch | `9.2.1` -> `9.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.shadow:com.gradleup.shadow.gradle.plugin/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.shadow:com.gradleup.shadow.gradle.plugin/9.2.1/9.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rust-lang/cc-rs (cc)</summary>

###
[`v1.2.39`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1239---2025-09-26)

[Compare
Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.38...cc-v1.2.39)

##### Other

- Fix cross compilation to xtensa-esp32s3-espidf
([#&#8203;1569](https://redirect.github.com/rust-lang/cc-rs/pull/1569))
- Fix autodetect\_wasi\_compiler: support non utf-8 path
([#&#8203;1568](https://redirect.github.com/rust-lang/cc-rs/pull/1568))
- Regenerate target info
([#&#8203;1567](https://redirect.github.com/rust-lang/cc-rs/pull/1567))
- Fix rustcflags mapping: require -Clinker-plugin-lto for -flto
([#&#8203;1564](https://redirect.github.com/rust-lang/cc-rs/pull/1564))
- Use `$WASI_SDK_PATH` on WASI targets by default
([#&#8203;1562](https://redirect.github.com/rust-lang/cc-rs/pull/1562))
- Fix atomicity violations in concurrent cache operations
([#&#8203;1559](https://redirect.github.com/rust-lang/cc-rs/pull/1559))

</details>

---

### 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Release label indicating a trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant