Update all dependencies #113

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.96 -> 1.0.102
ipc-channel dependencies minor 0.19.0 -> 0.21.0
serde_json dependencies patch 1.0.139 -> 1.0.149

Release Notes

dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements
servo/ipc-channel (ipc-channel)

v0.21.0

Compare Source

Highlights

(de)serialization error types are now opaque which allows us to switch (de)serialization library without breaking API. This release also switched from bincode to postcard for (de)serialization.

What's Changed
New Contributors

Full Changelog: https://github.com/servo/ipc-channel/compare/v0.20.2...v0.21.0

v0.20.2

Compare Source

What's Changed

Internal

New Contributors

Full Changelog: https://github.com/servo/ipc-channel/compare/v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

Full Changelog: https://github.com/servo/ipc-channel/compare/v0.20.0...v0.20.1

v0.20.0

Compare Source

serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

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)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

Configuration

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

🚦 Automerge: Enabled.

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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | dependencies | patch | `1.0.96` -> `1.0.102` | | [ipc-channel](https://github.com/servo/ipc-channel) | dependencies | minor | `0.19.0` -> `0.21.0` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.139` -> `1.0.149` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.102`](https://github.com/dtolnay/anyhow/releases/tag/1.0.102) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) - Remove backtrace dependency ([#&#8203;438](https://github.com/dtolnay/anyhow/issues/438), [#&#8203;439](https://github.com/dtolnay/anyhow/issues/439), [#&#8203;440](https://github.com/dtolnay/anyhow/issues/440), [#&#8203;441](https://github.com/dtolnay/anyhow/issues/441), [#&#8203;442](https://github.com/dtolnay/anyhow/issues/442)) ### [`v1.0.101`](https://github.com/dtolnay/anyhow/releases/tag/1.0.101) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.100...1.0.101) - Add #\[inline] to anyhow::Ok helper ([#&#8203;437](https://github.com/dtolnay/anyhow/issues/437), thanks [@&#8203;Ibitier](https://github.com/Ibitier)) ### [`v1.0.100`](https://github.com/dtolnay/anyhow/releases/tag/1.0.100) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) - Teach clippy to lint formatting arguments in `bail!`, `ensure!`, `anyhow!` ([#&#8203;426](https://github.com/dtolnay/anyhow/issues/426)) ### [`v1.0.99`](https://github.com/dtolnay/anyhow/releases/tag/1.0.99) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) - Allow build-script cleanup failure with NFSv3 output directory to be non-fatal ([#&#8203;420](https://github.com/dtolnay/anyhow/issues/420)) ### [`v1.0.98`](https://github.com/dtolnay/anyhow/releases/tag/1.0.98) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) - Add [`self.into_boxed_dyn_error()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error) and [`self.reallocate_into_boxed_dyn_error_without_backtrace()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace) methods for anyhow::Error ([#&#8203;415](https://github.com/dtolnay/anyhow/issues/415)) ### [`v1.0.97`](https://github.com/dtolnay/anyhow/releases/tag/1.0.97) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.97) - Documentation improvements </details> <details> <summary>servo/ipc-channel (ipc-channel)</summary> ### [`v0.21.0`](https://github.com/servo/ipc-channel/releases/tag/v0.21.0) [Compare Source](https://github.com/servo/ipc-channel/compare/v0.20.2...v0.21.0) ##### Highlights (de)serialization error types are now opaque which allows us to switch (de)serialization library without breaking API. This release also switched from bincode to postcard for (de)serialization. ##### What's Changed - Switch to serde_core by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/419 - Support one-shot router handlers by [@&#8203;jdm](https://github.com/jdm) in https://github.com/servo/ipc-channel/pull/418 - Cleaned up memory dance in ipc::send and ipc::to. by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/421 - Remove PartialEq from OsIpcSender and OsIpcReceiver by [@&#8203;jschwe](https://github.com/jschwe) in https://github.com/servo/ipc-channel/pull/416 - Notice callback drop timing in `add_route` by [@&#8203;Legend-Master](https://github.com/Legend-Master) in https://github.com/servo/ipc-channel/pull/431 - Switch from fnv to rustc_hash by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/430 - Unify error handling to have IpcError and TryRecvError be the main errortypes. by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/407 - Switch to Postcard by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/432 - Disconnect non-empty channel docs by [@&#8203;glyn](https://github.com/glyn) in https://github.com/servo/ipc-channel/pull/437 - Non-blocking variants of `IpcReceiverSet::select` by [@&#8203;glyn](https://github.com/glyn) in https://github.com/servo/ipc-channel/pull/435 - Re-export SerDeError since it should be part of the API by [@&#8203;glyn](https://github.com/glyn) in https://github.com/servo/ipc-channel/pull/438 - Allow IpcSharedMemory to support a take function that might be more efficient by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/433 - Postcard remove default embedded dependencies by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/440 ##### New Contributors - [@&#8203;ChristianBelloni](https://github.com/ChristianBelloni) made their first contribution in https://github.com/servo/ipc-channel/pull/426 - [@&#8203;Legend-Master](https://github.com/Legend-Master) made their first contribution in https://github.com/servo/ipc-channel/pull/431 **Full Changelog**: https://github.com/servo/ipc-channel/compare/v0.20.2...v0.21.0 ### [`v0.20.2`](https://github.com/servo/ipc-channel/releases/tag/v0.20.2) [Compare Source](https://github.com/servo/ipc-channel/compare/v0.20.1...v0.20.2) ##### What's Changed - Update windows crate version by [@&#8203;arihant2math](https://github.com/arihant2math) in https://github.com/servo/ipc-channel/pull/404 - router: ensure the router proxy loop is broken out of on shutdown by [@&#8203;gterzian](https://github.com/gterzian) in https://github.com/servo/ipc-channel/pull/413 - Implement Sync for `IpcSender` by [@&#8203;jschwe](https://github.com/jschwe) in https://github.com/servo/ipc-channel/pull/415 Internal - Skip router_flood test for the debug profile by [@&#8203;glyn](https://github.com/glyn) in https://github.com/servo/ipc-channel/pull/403 - fix: Clippy warning with no features on linux platform by [@&#8203;jerensl](https://github.com/jerensl) in https://github.com/servo/ipc-channel/pull/406 - clippy: GitHub inline annotation by [@&#8203;jerensl](https://github.com/jerensl) in https://github.com/servo/ipc-channel/pull/405 - chore: Fix clippy warning on `force-inprocess` feature by [@&#8203;jerensl](https://github.com/jerensl) in https://github.com/servo/ipc-channel/pull/411 - Added Benchmark that tests serialization and deserialization of an enum. by [@&#8203;Narfinger](https://github.com/Narfinger) in https://github.com/servo/ipc-channel/pull/409 - clippy: Add missing `unsafe` function documentation by [@&#8203;jerensl](https://github.com/jerensl) in https://github.com/servo/ipc-channel/pull/412 ##### New Contributors - [@&#8203;arihant2math](https://github.com/arihant2math) made their first contribution in https://github.com/servo/ipc-channel/pull/404 - [@&#8203;jerensl](https://github.com/jerensl) made their first contribution in https://github.com/servo/ipc-channel/pull/406 - [@&#8203;Narfinger](https://github.com/Narfinger) made their first contribution in https://github.com/servo/ipc-channel/pull/409 **Full Changelog**: https://github.com/servo/ipc-channel/compare/v0.20.1...v0.20.2 ### [`v0.20.1`](https://github.com/servo/ipc-channel/releases/tag/v0.20.1) [Compare Source](https://github.com/servo/ipc-channel/compare/v0.20.0...v0.20.1) ##### What's Changed - Merge thread_local declarations by [@&#8203;jschwe](https://github.com/jschwe) in https://github.com/servo/ipc-channel/pull/397 - Remove receivers from Router IpcReceiverSet on channel close. by [@&#8203;jdm](https://github.com/jdm) in https://github.com/servo/ipc-channel/pull/400 **Full Changelog**: https://github.com/servo/ipc-channel/compare/v0.20.0...v0.20.1 ### [`v0.20.0`](https://github.com/servo/ipc-channel/compare/v0.19.0...v0.20.0) [Compare Source](https://github.com/servo/ipc-channel/compare/v0.19.0...v0.20.0) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.149`](https://github.com/serde-rs/json/releases/tag/v1.0.149) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.148...v1.0.149) - Align arbitrary_precision number strings with zmij's formatting ([#&#8203;1306](https://github.com/serde-rs/json/issues/1306), thanks [@&#8203;b41sh](https://github.com/b41sh)) ### [`v1.0.148`](https://github.com/serde-rs/json/releases/tag/v1.0.148) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.147...v1.0.148) - Update `zmij` dependency to 1.0 ### [`v1.0.147`](https://github.com/serde-rs/json/releases/tag/v1.0.147) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.146...v1.0.147) - Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance ([#&#8203;1304](https://github.com/serde-rs/json/issues/1304)) ### [`v1.0.146`](https://github.com/serde-rs/json/releases/tag/v1.0.146) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.146) - Set fast_arithmetic=64 for riscv64 ([#&#8203;1305](https://github.com/serde-rs/json/issues/1305), thanks [@&#8203;Xeonacid](https://github.com/Xeonacid)) ### [`v1.0.145`](https://github.com/serde-rs/json/releases/tag/v1.0.145) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.144...v1.0.145) - Raise serde version requirement to >=1.0.220 ### [`v1.0.144`](https://github.com/serde-rs/json/releases/tag/v1.0.144) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.144) - Switch serde dependency to serde_core ([#&#8203;1285](https://github.com/serde-rs/json/issues/1285)) ### [`v1.0.143`](https://github.com/serde-rs/json/releases/tag/v1.0.143) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.142...v1.0.143) - Implement Clone and Debug for serde_json::Map iterators ([#&#8203;1264](https://github.com/serde-rs/json/issues/1264), thanks [@&#8203;xlambein](https://github.com/xlambein)) - Implement Default for CompactFormatter ([#&#8203;1268](https://github.com/serde-rs/json/issues/1268), thanks [@&#8203;SOF3](https://github.com/SOF3)) - Implement FromStr for serde_json::Map ([#&#8203;1271](https://github.com/serde-rs/json/issues/1271), thanks [@&#8203;mickvangelderen](https://github.com/mickvangelderen)) ### [`v1.0.142`](https://github.com/serde-rs/json/releases/tag/v1.0.142) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142) - impl Default for \&Value ([#&#8203;1265](https://github.com/serde-rs/json/issues/1265), thanks [@&#8203;aatifsyed](https://github.com/aatifsyed)) ### [`v1.0.141`](https://github.com/serde-rs/json/releases/tag/v1.0.141) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141) - Optimize string escaping during serialization ([#&#8203;1273](https://github.com/serde-rs/json/issues/1273), thanks [@&#8203;conradludgate](https://github.com/conradludgate)) ### [`v1.0.140`](https://github.com/serde-rs/json/releases/tag/v1.0.140) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140) - Documentation improvements </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-03 07:14:29 +01:00
Update Rust crate anyhow to v1.0.97
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
0db53660bd
kjuulh changed title from Update Rust crate anyhow to v1.0.97 to Update all dependencies 2025-03-04 03:22:38 +01:00
kjuulh force-pushed renovate/all from 0db53660bd to fb586f6850 2025-03-04 03:22:38 +01:00 Compare
kjuulh force-pushed renovate/all from fb586f6850 to e6055e76dc 2025-03-04 07:16:26 +01:00 Compare
kjuulh force-pushed renovate/all from e6055e76dc to 5257369921 2025-03-05 03:13:47 +01:00 Compare
kjuulh force-pushed renovate/all from 5257369921 to c352eee1d6 2025-03-05 07:09:18 +01:00 Compare
kjuulh force-pushed renovate/all from c352eee1d6 to 30150cd5f7 2025-03-06 03:17:56 +01:00 Compare
kjuulh force-pushed renovate/all from 30150cd5f7 to 50283d6026 2025-03-06 07:14:17 +01:00 Compare
kjuulh force-pushed renovate/all from 50283d6026 to ca3eaa1af6 2025-03-26 00:20:47 +01:00 Compare
kjuulh force-pushed renovate/all from ca3eaa1af6 to 18e5b6c625 2025-03-26 01:30:15 +01:00 Compare
kjuulh force-pushed renovate/all from 18e5b6c625 to bbdc3a7ea2 2025-03-26 01:59:10 +01:00 Compare
kjuulh force-pushed renovate/all from bbdc3a7ea2 to 6c72eb1b18 2025-03-26 02:29:44 +01:00 Compare
kjuulh force-pushed renovate/all from 6c72eb1b18 to 444b683d79 2025-03-26 02:58:57 +01:00 Compare
kjuulh force-pushed renovate/all from 444b683d79 to 93a45a732c 2025-03-26 03:29:09 +01:00 Compare
kjuulh force-pushed renovate/all from 93a45a732c to b3e29e5cd8 2025-03-26 03:57:59 +01:00 Compare
kjuulh force-pushed renovate/all from b3e29e5cd8 to fe77880ff3 2025-03-26 04:27:19 +01:00 Compare
kjuulh force-pushed renovate/all from fe77880ff3 to f080b83eec 2025-03-26 04:56:35 +01:00 Compare
kjuulh force-pushed renovate/all from f080b83eec to 564de656c7 2025-03-26 05:26:41 +01:00 Compare
kjuulh force-pushed renovate/all from 564de656c7 to 8d986ee5ab 2025-03-26 05:56:01 +01:00 Compare
kjuulh force-pushed renovate/all from 8d986ee5ab to eb8044fa4f 2025-03-26 06:26:34 +01:00 Compare
kjuulh force-pushed renovate/all from eb8044fa4f to bf4c61346a 2025-03-26 06:55:22 +01:00 Compare
kjuulh force-pushed renovate/all from bf4c61346a to 38aa969da7 2025-03-26 07:25:52 +01:00 Compare
kjuulh force-pushed renovate/all from 38aa969da7 to 4e6e99369d 2025-03-26 07:53:06 +01:00 Compare
kjuulh force-pushed renovate/all from 4e6e99369d to eb048835ae 2025-03-26 08:22:23 +01:00 Compare
kjuulh force-pushed renovate/all from eb048835ae to 4a6431b8c8 2025-03-26 08:50:12 +01:00 Compare
kjuulh force-pushed renovate/all from 4a6431b8c8 to 26079bd0be 2025-03-26 09:19:36 +01:00 Compare
kjuulh force-pushed renovate/all from 26079bd0be to 5c38152cf2 2025-03-26 09:47:20 +01:00 Compare
kjuulh force-pushed renovate/all from 5c38152cf2 to 54b66f9988 2025-03-26 10:16:16 +01:00 Compare
kjuulh force-pushed renovate/all from 54b66f9988 to 2dc21b14dc 2025-03-26 11:25:45 +01:00 Compare
kjuulh force-pushed renovate/all from 2dc21b14dc to 966663ea46 2025-03-26 11:54:48 +01:00 Compare
kjuulh force-pushed renovate/all from 966663ea46 to 0bb4cfa0ed 2025-03-26 12:25:54 +01:00 Compare
kjuulh force-pushed renovate/all from 0bb4cfa0ed to 000684065d 2025-03-26 12:53:16 +01:00 Compare
kjuulh force-pushed renovate/all from 000684065d to 1a56b2c01a 2025-03-26 13:22:42 +01:00 Compare
kjuulh force-pushed renovate/all from 1a56b2c01a to cf5961d4cd 2025-03-26 13:50:06 +01:00 Compare
kjuulh force-pushed renovate/all from cf5961d4cd to 52bd5bd658 2025-03-26 14:19:56 +01:00 Compare
kjuulh force-pushed renovate/all from 52bd5bd658 to 59e753a29a 2025-03-26 14:47:55 +01:00 Compare
kjuulh force-pushed renovate/all from 59e753a29a to 0c6270ad46 2025-03-26 15:17:40 +01:00 Compare
kjuulh force-pushed renovate/all from 0c6270ad46 to 99056c34a7 2025-03-26 16:26:20 +01:00 Compare
kjuulh force-pushed renovate/all from 99056c34a7 to 38b6ea84ad 2025-03-26 16:55:28 +01:00 Compare
kjuulh force-pushed renovate/all from 38b6ea84ad to 41aaed8cfa 2025-03-26 17:25:12 +01:00 Compare
kjuulh force-pushed renovate/all from 41aaed8cfa to 22f8ebc324 2025-03-26 17:54:07 +01:00 Compare
kjuulh force-pushed renovate/all from 22f8ebc324 to 5395587ac2 2025-03-26 18:24:28 +01:00 Compare
kjuulh force-pushed renovate/all from 5395587ac2 to e291b5284a 2025-03-26 18:51:38 +01:00 Compare
kjuulh force-pushed renovate/all from e291b5284a to 7b7d8dc1c0 2025-03-26 19:45:21 +01:00 Compare
kjuulh force-pushed renovate/all from 7b7d8dc1c0 to aa0dc44d1f 2025-03-26 20:16:15 +01:00 Compare
kjuulh force-pushed renovate/all from aa0dc44d1f to 3b3a59ca43 2025-03-26 20:46:20 +01:00 Compare
kjuulh force-pushed renovate/all from 3b3a59ca43 to 94dbaf56a6 2025-03-26 21:19:27 +01:00 Compare
kjuulh force-pushed renovate/all from 94dbaf56a6 to 862c1d9b55 2025-03-26 21:52:08 +01:00 Compare
kjuulh force-pushed renovate/all from 862c1d9b55 to 5d39b9df61 2025-03-26 22:21:08 +01:00 Compare
kjuulh force-pushed renovate/all from 5d39b9df61 to 17ed193099 2025-03-26 22:51:03 +01:00 Compare
kjuulh force-pushed renovate/all from 17ed193099 to 22dc96c816 2025-03-26 23:21:30 +01:00 Compare
kjuulh force-pushed renovate/all from 22dc96c816 to 407d576ca2 2025-03-26 23:52:45 +01:00 Compare
kjuulh force-pushed renovate/all from 407d576ca2 to 38eb538733 2025-03-27 00:23:07 +01:00 Compare
kjuulh force-pushed renovate/all from 38eb538733 to 8200197dda 2025-03-27 00:53:38 +01:00 Compare
kjuulh force-pushed renovate/all from 8200197dda to f73ccb7151 2025-03-27 01:20:46 +01:00 Compare
kjuulh force-pushed renovate/all from f73ccb7151 to 0224d16a84 2025-03-27 01:49:51 +01:00 Compare
kjuulh force-pushed renovate/all from 0224d16a84 to 4ec217f979 2025-03-27 02:17:52 +01:00 Compare
kjuulh force-pushed renovate/all from 4ec217f979 to 2c2d42dbb3 2025-03-27 02:47:10 +01:00 Compare
kjuulh force-pushed renovate/all from 2c2d42dbb3 to f67e7668db 2025-03-27 03:19:24 +01:00 Compare
kjuulh force-pushed renovate/all from f67e7668db to 8c773db2b3 2025-03-27 03:52:40 +01:00 Compare
kjuulh force-pushed renovate/all from 8c773db2b3 to 383a6379c7 2025-03-27 04:22:08 +01:00 Compare
kjuulh force-pushed renovate/all from 383a6379c7 to b5e986ef97 2025-03-27 04:53:34 +01:00 Compare
kjuulh force-pushed renovate/all from b5e986ef97 to bdea70813a 2025-03-27 05:25:35 +01:00 Compare
kjuulh force-pushed renovate/all from bdea70813a to df3ae22a4a 2025-03-27 05:56:51 +01:00 Compare
kjuulh force-pushed renovate/all from df3ae22a4a to 55e1db30b9 2025-03-27 06:25:20 +01:00 Compare
kjuulh force-pushed renovate/all from 55e1db30b9 to 5fc3423c3d 2025-03-27 06:54:47 +01:00 Compare
kjuulh force-pushed renovate/all from 5fc3423c3d to 6addf5e6eb 2025-03-27 07:23:35 +01:00 Compare
kjuulh force-pushed renovate/all from 6addf5e6eb to b14085b35a 2025-03-27 07:52:36 +01:00 Compare
kjuulh force-pushed renovate/all from b14085b35a to c7e92fd38b 2025-03-27 08:21:32 +01:00 Compare
kjuulh force-pushed renovate/all from c7e92fd38b to 91d849f60b 2025-03-27 08:50:06 +01:00 Compare
kjuulh force-pushed renovate/all from 91d849f60b to 1c796cbb92 2025-03-27 09:18:19 +01:00 Compare
kjuulh force-pushed renovate/all from 1c796cbb92 to b75cf26958 2025-03-27 09:47:49 +01:00 Compare
kjuulh force-pushed renovate/all from b75cf26958 to 9e9e6d0e9a 2025-03-27 10:46:19 +01:00 Compare
kjuulh force-pushed renovate/all from 9e9e6d0e9a to a932aa3e18 2025-03-27 11:16:21 +01:00 Compare
kjuulh force-pushed renovate/all from a932aa3e18 to 424cdbca11 2025-03-27 11:45:14 +01:00 Compare
kjuulh force-pushed renovate/all from 424cdbca11 to 4306352104 2025-03-27 12:14:17 +01:00 Compare
kjuulh force-pushed renovate/all from 4306352104 to 0e1d49ffe7 2025-03-27 12:43:27 +01:00 Compare
kjuulh force-pushed renovate/all from 0e1d49ffe7 to dfa46d77b7 2025-03-27 13:13:57 +01:00 Compare
kjuulh force-pushed renovate/all from dfa46d77b7 to 2f00f2fbed 2025-03-27 14:07:29 +01:00 Compare
kjuulh force-pushed renovate/all from 2f00f2fbed to 72397e9753 2025-03-27 14:38:43 +01:00 Compare
kjuulh force-pushed renovate/all from 72397e9753 to a077efbce8 2025-03-27 15:47:01 +01:00 Compare
kjuulh force-pushed renovate/all from a077efbce8 to 08c0ed3be5 2025-03-27 16:16:58 +01:00 Compare
kjuulh force-pushed renovate/all from 08c0ed3be5 to aa0649b948 2025-03-27 16:46:14 +01:00 Compare
kjuulh force-pushed renovate/all from aa0649b948 to 6f28a4f9e0 2025-03-27 17:16:38 +01:00 Compare
kjuulh force-pushed renovate/all from 6f28a4f9e0 to 3f5398f425 2025-03-27 17:47:55 +01:00 Compare
kjuulh force-pushed renovate/all from 3f5398f425 to 9a29cbb176 2025-03-27 18:18:50 +01:00 Compare
kjuulh force-pushed renovate/all from 9a29cbb176 to 88aa7752fe 2025-03-27 18:49:42 +01:00 Compare
kjuulh force-pushed renovate/all from 88aa7752fe to e62c5a343b 2025-03-27 19:18:08 +01:00 Compare
kjuulh force-pushed renovate/all from e62c5a343b to 7b768f8886 2025-03-27 19:47:23 +01:00 Compare
kjuulh force-pushed renovate/all from 7b768f8886 to e75fc9fc7a 2025-03-27 20:15:49 +01:00 Compare
kjuulh force-pushed renovate/all from e75fc9fc7a to d276bc19e5 2025-03-27 20:45:18 +01:00 Compare
kjuulh force-pushed renovate/all from d276bc19e5 to 938ef01930 2025-03-27 21:14:11 +01:00 Compare
kjuulh force-pushed renovate/all from 938ef01930 to e3c33bb85e 2025-03-27 21:44:01 +01:00 Compare
kjuulh force-pushed renovate/all from e3c33bb85e to e40be4d8d5 2025-03-28 23:49:45 +01:00 Compare
kjuulh force-pushed renovate/all from e40be4d8d5 to e9233427a4 2025-03-29 02:42:08 +01:00 Compare
kjuulh force-pushed renovate/all from e9233427a4 to 6041f9d1d6 2025-03-29 05:42:59 +01:00 Compare
kjuulh force-pushed renovate/all from 6041f9d1d6 to d1693a4db4 2025-03-30 05:45:00 +02:00 Compare
kjuulh force-pushed renovate/all from d1693a4db4 to ab84a47f82 2025-03-31 02:41:19 +02:00 Compare
kjuulh force-pushed renovate/all from ab84a47f82 to 60ab425fb3 2025-03-31 05:42:06 +02:00 Compare
kjuulh force-pushed renovate/all from 60ab425fb3 to 18c75515a0 2025-04-01 02:44:44 +02:00 Compare
kjuulh force-pushed renovate/all from 18c75515a0 to 7742e1ef48 2025-04-01 05:42:24 +02:00 Compare
kjuulh force-pushed renovate/all from 7742e1ef48 to a4ce7e5be1 2025-04-02 02:49:46 +02:00 Compare
kjuulh force-pushed renovate/all from a4ce7e5be1 to 670f7399f3 2025-04-02 05:44:40 +02:00 Compare
kjuulh force-pushed renovate/all from 670f7399f3 to 85adb44283 2025-04-03 02:47:37 +02:00 Compare
kjuulh force-pushed renovate/all from 85adb44283 to 27caa0cab5 2025-04-03 05:41:58 +02:00 Compare
kjuulh force-pushed renovate/all from 27caa0cab5 to aacd73c9b0 2025-04-04 02:43:28 +02:00 Compare
kjuulh force-pushed renovate/all from aacd73c9b0 to 1b04c525cb 2025-04-04 05:41:24 +02:00 Compare
kjuulh force-pushed renovate/all from 1b04c525cb to 05942987d1 2025-04-05 02:45:30 +02:00 Compare
kjuulh force-pushed renovate/all from 05942987d1 to ae7ecbff90 2025-04-05 05:42:44 +02:00 Compare
kjuulh force-pushed renovate/all from ae7ecbff90 to 62f9643021 2025-04-06 02:46:51 +02:00 Compare
kjuulh force-pushed renovate/all from 62f9643021 to 04e9593669 2025-04-06 05:45:49 +02:00 Compare
kjuulh force-pushed renovate/all from 04e9593669 to 79cf5bdc5a 2025-04-07 02:45:26 +02:00 Compare
kjuulh force-pushed renovate/all from 79cf5bdc5a to e827061dee 2025-04-07 05:42:35 +02:00 Compare
kjuulh force-pushed renovate/all from e827061dee to 435c15734e 2025-04-08 02:45:49 +02:00 Compare
kjuulh force-pushed renovate/all from 435c15734e to 1d3ce687b0 2025-04-08 05:45:21 +02:00 Compare
kjuulh force-pushed renovate/all from 1d3ce687b0 to e57d5a94fd 2025-04-09 02:46:02 +02:00 Compare
kjuulh force-pushed renovate/all from e57d5a94fd to f0b6637621 2025-04-09 05:43:01 +02:00 Compare
kjuulh force-pushed renovate/all from f0b6637621 to 17c362f507 2025-04-10 02:47:40 +02:00 Compare
kjuulh force-pushed renovate/all from 17c362f507 to 5188bac5a0 2025-04-10 05:43:26 +02:00 Compare
kjuulh force-pushed renovate/all from 5188bac5a0 to 8e12d71ec3 2025-04-11 02:46:41 +02:00 Compare
kjuulh force-pushed renovate/all from 8e12d71ec3 to 8374a945de 2025-04-11 05:43:50 +02:00 Compare
kjuulh force-pushed renovate/all from 8374a945de to 77ac3c098d 2025-04-12 02:50:40 +02:00 Compare
kjuulh force-pushed renovate/all from 77ac3c098d to 4fbf975b76 2025-04-12 05:46:11 +02:00 Compare
kjuulh force-pushed renovate/all from 4fbf975b76 to 87bea7d642 2025-04-13 02:48:01 +02:00 Compare
kjuulh force-pushed renovate/all from 87bea7d642 to 833e819e9b 2025-04-13 05:45:16 +02:00 Compare
kjuulh force-pushed renovate/all from 833e819e9b to 10c3d92bc2 2025-04-14 02:44:49 +02:00 Compare
kjuulh force-pushed renovate/all from 10c3d92bc2 to 23ccf6a1e8 2025-04-14 05:46:44 +02:00 Compare
kjuulh force-pushed renovate/all from 23ccf6a1e8 to aab17125cb 2025-06-10 02:54:48 +02:00 Compare
kjuulh force-pushed renovate/all from aab17125cb to 6ba962e95f 2025-07-19 02:54:28 +02:00 Compare
kjuulh force-pushed renovate/all from 6ba962e95f to 48d1912a84 2025-07-19 05:52:05 +02:00 Compare
kjuulh force-pushed renovate/all from 48d1912a84 to c2c8324e84 2025-11-13 03:41:36 +01:00 Compare
kjuulh force-pushed renovate/all from c2c8324e84 to e8f31eb799 2025-11-13 05:47:11 +01:00 Compare
kjuulh force-pushed renovate/all from e8f31eb799 to 1c6d130bb2 2025-12-23 03:04:56 +01:00 Compare
kjuulh force-pushed renovate/all from 1c6d130bb2 to 96c8665bd9 2025-12-23 05:57:06 +01:00 Compare
kjuulh force-pushed renovate/all from 96c8665bd9 to b748435eab 2025-12-24 02:59:25 +01:00 Compare
kjuulh force-pushed renovate/all from b748435eab to f9abbad9fc 2025-12-24 05:56:06 +01:00 Compare
kjuulh force-pushed renovate/all from f9abbad9fc to e690c61d54 2025-12-28 03:00:14 +01:00 Compare
kjuulh force-pushed renovate/all from e690c61d54 to 7a5941d1a8 2025-12-28 05:56:53 +01:00 Compare
kjuulh force-pushed renovate/all from 7a5941d1a8 to 4bda5dd804 2026-01-07 02:56:24 +01:00 Compare
kjuulh force-pushed renovate/all from 4bda5dd804 to 91f36d116f 2026-01-07 05:51:34 +01:00 Compare
kjuulh force-pushed renovate/all from 91f36d116f to 21ec69db4a 2026-02-04 03:01:12 +01:00 Compare
kjuulh force-pushed renovate/all from 21ec69db4a to 8b3260d0ed 2026-02-06 03:04:22 +01:00 Compare
kjuulh force-pushed renovate/all from 8b3260d0ed to 66e5f242e3 2026-02-06 05:56:07 +01:00 Compare
kjuulh force-pushed renovate/all from 66e5f242e3 to 34fdda0ee4 2026-02-20 05:59:51 +01:00 Compare
kjuulh force-pushed renovate/all from 34fdda0ee4 to 0801907147 2026-02-21 02:55:38 +01:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/ruddle#113