Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
cc workspace.dependencies patch 1.2.521.2.53 age confidence
chrono workspace.dependencies patch 0.4.420.4.43 age confidence
insta (source) workspace.dependencies patch 1.46.01.46.1 age confidence
thiserror workspace.dependencies patch 2.0.172.0.18 age confidence
org.immutables:value (source) dependencies patch 2.12.02.12.1 age confidence

Release Notes

rust-lang/cc-rs (cc)

v1.2.53

Compare Source

Other
chronotope/chrono (chrono)

v0.4.43: 0.4.43

Compare Source

What's Changed
mitsuhiko/insta (insta)

v1.46.1

Compare Source

  • Fix inline snapshot corruption when multiple snapshots appear inside with_settings! macro. #​858
dtolnay/thiserror (thiserror)

v2.0.18

Compare Source

immutables/immutables (org.immutables:value)

v2.12.1

Compare Source

Maintenance & bugfix release
  • #​1631 new PlainAttribute as a workaround
  • #​1632 fixed incompatibility of builders for package-private records and visibility=PUBLIC
  • #​1630 fixed Staged builder's new start() incompatible with pojos etc.
What's Changed
  • JDK 23+ (Upgraded build and matrix to include Java 25/javac) by @​SimY4 in #​1627

Full Changelog: immutables/immutables@2.12.0...2.12.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 Jan 19, 2026
@renovate renovate bot enabled auto-merge (squash) January 19, 2026 02:06
@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.93%. Comparing base (d676f78) to head (3979d7c).
⚠️ Report is 2 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.

@renovate renovate bot merged commit d0160ff into develop Jan 19, 2026
49 of 50 checks passed
@renovate renovate bot deleted the renovate/all-patch-updates branch January 19, 2026 02:18
danking pushed a commit that referenced this pull request Feb 6, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [cc](https://redirect.github.com/rust-lang/cc-rs) |
workspace.dependencies | patch | `1.2.52` → `1.2.53` |
![age](https://developer.mend.io/api/mc/badges/age/crate/cc/1.2.53?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/cc/1.2.52/1.2.53?slim=true)
|
| [chrono](https://redirect.github.com/chronotope/chrono) |
workspace.dependencies | patch | `0.4.42` → `0.4.43` |
![age](https://developer.mend.io/api/mc/badges/age/crate/chrono/0.4.43?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/chrono/0.4.42/0.4.43?slim=true)
|
| [insta](https://insta.rs/)
([source](https://redirect.github.com/mitsuhiko/insta)) |
workspace.dependencies | patch | `1.46.0` → `1.46.1` |
![age](https://developer.mend.io/api/mc/badges/age/crate/insta/1.46.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/insta/1.46.0/1.46.1?slim=true)
|
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
workspace.dependencies | patch | `2.0.17` → `2.0.18` |
![age](https://developer.mend.io/api/mc/badges/age/crate/thiserror/2.0.18?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/thiserror/2.0.17/2.0.18?slim=true)
|
|
[org.immutables:value](https://redirect.github.com/immutables/immutables/tree/value)
([source](https://redirect.github.com/immutables/immutables)) |
dependencies | patch | `2.12.0` → `2.12.1` |
![age](https://developer.mend.io/api/mc/badges/age/maven/org.immutables:value/2.12.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.immutables:value/2.12.0/2.12.1?slim=true)
|

---

### Release Notes

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

###
[`v1.2.53`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1253---2026-01-16)

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

##### Other

- Add missing RISC-V targets
([#&#8203;1657](https://redirect.github.com/rust-lang/cc-rs/pull/1657))

</details>

<details>
<summary>chronotope/chrono (chrono)</summary>

###
[`v0.4.43`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.43):
0.4.43

[Compare
Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.42...v0.4.43)

##### What's Changed

- Install extra components for lint workflow by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1741](https://redirect.github.com/chronotope/chrono/pull/1741)
- Upgrade windows-bindgen to 0.64 by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1742](https://redirect.github.com/chronotope/chrono/pull/1742)
- Improve windows-bindgen setup by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1744](https://redirect.github.com/chronotope/chrono/pull/1744)
- Drop stabilized feature doc\_auto\_cfg by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1745](https://redirect.github.com/chronotope/chrono/pull/1745)
- Faster RFC 3339 parsing by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1748](https://redirect.github.com/chronotope/chrono/pull/1748)
- Update windows-bindgen requirement from 0.64 to 0.65 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;1751](https://redirect.github.com/chronotope/chrono/pull/1751)
- add `NaiveDate::abs_diff` by
[@&#8203;Kinrany](https://redirect.github.com/Kinrany) in
[#&#8203;1752](https://redirect.github.com/chronotope/chrono/pull/1752)
- Add feature gated defmt support. by
[@&#8203;pebender](https://redirect.github.com/pebender) in
[#&#8203;1747](https://redirect.github.com/chronotope/chrono/pull/1747)
- Drop deny lints, eager Debug impls are a mixed blessing by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1753](https://redirect.github.com/chronotope/chrono/pull/1753)
- chore: minor improvement for docs by
[@&#8203;spuradage](https://redirect.github.com/spuradage) in
[#&#8203;1756](https://redirect.github.com/chronotope/chrono/pull/1756)
- Added doctest for the NaiveDate years\_since function by
[@&#8203;LucasBou](https://redirect.github.com/LucasBou) in
[#&#8203;1755](https://redirect.github.com/chronotope/chrono/pull/1755)
- Prepare 0.4.43 by [@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;1765](https://redirect.github.com/chronotope/chrono/pull/1765)
- Update copyright year to 2026 in LICENSE.txt by
[@&#8203;taozui472](https://redirect.github.com/taozui472) in
[#&#8203;1767](https://redirect.github.com/chronotope/chrono/pull/1767)

</details>

<details>
<summary>mitsuhiko/insta (insta)</summary>

###
[`v1.46.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1461)

[Compare
Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.0...1.46.1)

- Fix inline snapshot corruption when multiple snapshots appear inside
`with_settings!` macro.
[#&#8203;858](https://redirect.github.com/mitsuhiko/insta/issues/858)

</details>

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

###
[`v2.0.18`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.18)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)

- Make compatible with project-level `needless_lifetimes = "forbid"`
([#&#8203;443](https://redirect.github.com/dtolnay/thiserror/issues/443),
thanks
[@&#8203;LucaCappelletti94](https://redirect.github.com/LucaCappelletti94))

</details>

<details>
<summary>immutables/immutables (org.immutables:value)</summary>

###
[`v2.12.1`](https://redirect.github.com/immutables/immutables/releases/tag/2.12.1)

[Compare
Source](https://redirect.github.com/immutables/immutables/compare/2.12.0...2.12.1)

##### Maintenance & bugfix release

-
[#&#8203;1631](https://redirect.github.com/immutables/immutables/issues/1631)
new PlainAttribute as a workaround
-
[#&#8203;1632](https://redirect.github.com/immutables/immutables/issues/1632)
fixed incompatibility of builders for package-private records and
visibility=PUBLIC
-
[#&#8203;1630](https://redirect.github.com/immutables/immutables/issues/1630)
fixed Staged builder's new `start()` incompatible with pojos etc.

##### What's Changed

- JDK 23+ (Upgraded build and matrix to include Java 25/javac) by
[@&#8203;SimY4](https://redirect.github.com/SimY4) in
[#&#8203;1627](https://redirect.github.com/immutables/immutables/pull/1627)

**Full Changelog**:
<immutables/immutables@2.12.0...2.12.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->

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

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants