fix(deps): update all dependencies #14

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

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.96 -> 1.0.98
clap workspace.dependencies patch 4.5.30 -> 4.5.37
reqwest dependencies patch 0.12.12 -> 0.12.15
tokio (source) workspace.dependencies minor 1.43.0 -> 1.44.2
uuid dependencies minor 1.14.0 -> 1.16.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements
clap-rs/clap (clap)

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>
seanmonstar/reqwest (reqwest)

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

Compare Source

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.
tokio-rs/tokio (tokio)

v1.44.2: Tokio v1.44.2

Compare Source

This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are Send but !Sync. Previously, the channel called
clone() on these values without synchronizing. This release fixes the channel
by synchronizing calls to .clone() (Thanks Austin Bonander for finding and
reporting the issue).

Fixed
  • sync: synchronize clone() call in broadcast channel (#​7232)

v1.44.1: Tokio v1.44.1

Compare Source

1.44.1 (March 13th, 2025)

Fixed
  • rt: skip defer queue in block_in_place context (#​7216)

v1.44.0: Tokio v1.44.0

Compare Source

1.44.0 (March 7th, 2025)

This release changes the from_std method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #​7172.

Added
  • coop: add task::coop module (#​7116)
  • process: add Command::get_kill_on_drop() (#​7086)
  • sync: add broadcast::Sender::closed (#​6685, #​7090)
  • sync: add broadcast::WeakSender (#​7100)
  • sync: add oneshot::Receiver::is_empty() (#​7153)
  • sync: add oneshot::Receiver::is_terminated() (#​7152)
Fixed
  • fs: empty reads on File should not start a background read (#​7139)
  • process: calling start_kill on exited child should not fail (#​7160)
  • signal: fix CTRL_CLOSE, CTRL_LOGOFF, CTRL_SHUTDOWN on windows (#​7122)
  • sync: properly handle panic during mpsc drop (#​7094)
Changes
  • runtime: clean up magic number in registration set (#​7112)
  • coop: make coop yield using waker defer strategy (#​7185)
  • macros: make select! budget-aware (#​7164)
  • net: panic when passing a blocking socket to from_std (#​7166)
  • io: clean up buffer casts (#​7142)
Changes to unstable APIs
  • rt: add before and after task poll callbacks (#​7120)
  • tracing: make the task tracing API unstable public (#​6972)
Documented
  • docs: fix nesting of sections in top-level docs (#​7159)
  • fs: rename symlink and hardlink parameter names (#​7143)
  • io: swap reader/writer in simplex doc test (#​7176)
  • macros: docs about select! alternatives (#​7110)
  • net: rename the argument for send_to (#​7146)
  • process: add example for reading Child stdout (#​7141)
  • process: clarify Child::kill behavior (#​7162)
  • process: fix grammar of the ChildStdin struct doc comment (#​7192)
  • runtime: consistently use worker_threads instead of core_threads (#​7186)

v1.43.1

Compare Source

uuid-rs/uuid (uuid)

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0

v1.15.1

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0


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) | workspace.dependencies | patch | `1.0.96` -> `1.0.98` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.30` -> `4.5.37` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.12` -> `0.12.15` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.43.0` -> `1.44.2` | | [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.14.0` -> `1.16.0` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`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>clap-rs/clap (clap)</summary> ### [`v4.5.37`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.36...v4.5.37) ##### Features - Added `ArgMatches::try_clear_id()` ### [`v4.5.36`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.35...v4.5.36) ##### Fixes - *(help)* Revert 4.5.35's "Don't leave space for shorts if there are none" for now ### [`v4.5.35`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4535---2025-04-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.34...v4.5.35) ##### Fixes - *(help)* Align positionals and flags when put in the same `help_heading` - *(help)* Don't leave space for shorts if there are none ### [`v4.5.34`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4534---2025-03-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.33...v4.5.34) ##### Fixes - *(help)* Don't add extra blank lines with `flatten_help(true)` and subcommands without arguments ### [`v4.5.33`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4533---2025-03-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.32...v4.5.33) ##### Fixes - *(error)* When showing the usage of a suggestion for an unknown argument, don't show the group ### [`v4.5.32`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4532---2025-03-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.31...v4.5.32) ##### Features - Add `Error::remove` ##### Documentation - *(cookbook)* Switch from `humantime` to `jiff` - *(tutorial)* Better cover required vs optional ##### Internal - Update `pulldown-cmark` ### [`v4.5.31`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4531---2025-02-24) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31) ##### Features - Add `ValueParserFactory` for `Saturating<T>` </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.15`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01215) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.14...v0.12.15) - Fix Windows to support both `ProxyOverride` and `NO_PROXY`. - Fix http3 to support streaming response bodies. - Fix http3 dependency from public API misuse. ### [`v0.12.14`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01214) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14) - Fix missing `fetch_mode_no_cors()`, marking as deprecated when not on WASM. ### [`v0.12.13`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01213) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13) - Add `Form::into_reader()` for blocking `multipart` forms. - Add `Form::into_stream()` for async `multipart` forms. - Add support for SOCKS4a proxies. - Fix decoding responses with multiple zstd frames. - Fix `RequestBuilder::form()` from overwriting a previously set `Content-Type` header, like the other builder methods. - Fix cloning of request timeout in `blocking::Request`. - Fix http3 synchronization of connection creation, reducing unneccesary extra connections. - Fix Windows system proxy to use `ProxyOverride` as a `NO_PROXY` value. - Fix blocking read to correctly reserve and zero read buffer. - (wasm) Add support for request timeouts. - (wasm) Fix `Error::is_timeout()` to return true when from a request timeout. </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.44.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.44.2): Tokio v1.44.2 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) This release fixes a soundness issue in the broadcast channel. The channel accepts values that are `Send` but `!Sync`. Previously, the channel called `clone()` on these values without synchronizing. This release fixes the channel by synchronizing calls to `.clone()` (Thanks Austin Bonander for finding and reporting the issue). ##### Fixed - sync: synchronize `clone()` call in broadcast channel ([#&#8203;7232]) [#&#8203;7232]: https://github.com/tokio-rs/tokio/pull/7232 ### [`v1.44.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.44.1): Tokio v1.44.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.1) ### 1.44.1 (March 13th, 2025) ##### Fixed - rt: skip defer queue in `block_in_place` context ([#&#8203;7216]) [#&#8203;7216]: https://github.com/tokio-rs/tokio/pull/7216 ### [`v1.44.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.44.0): Tokio v1.44.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.43.1...tokio-1.44.0) ### 1.44.0 (March 7th, 2025) This release changes the `from_std` method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on [#&#8203;7172]. ##### Added - coop: add `task::coop` module ([#&#8203;7116]) - process: add `Command::get_kill_on_drop()` ([#&#8203;7086]) - sync: add `broadcast::Sender::closed` ([#&#8203;6685], [#&#8203;7090]) - sync: add `broadcast::WeakSender` ([#&#8203;7100]) - sync: add `oneshot::Receiver::is_empty()` ([#&#8203;7153]) - sync: add `oneshot::Receiver::is_terminated()` ([#&#8203;7152]) ##### Fixed - fs: empty reads on `File` should not start a background read ([#&#8203;7139]) - process: calling `start_kill` on exited child should not fail ([#&#8203;7160]) - signal: fix `CTRL_CLOSE`, `CTRL_LOGOFF`, `CTRL_SHUTDOWN` on windows ([#&#8203;7122]) - sync: properly handle panic during mpsc drop ([#&#8203;7094]) ##### Changes - runtime: clean up magic number in registration set ([#&#8203;7112]) - coop: make coop yield using waker defer strategy ([#&#8203;7185]) - macros: make `select!` budget-aware ([#&#8203;7164]) - net: panic when passing a blocking socket to `from_std` ([#&#8203;7166]) - io: clean up buffer casts ([#&#8203;7142]) ##### Changes to unstable APIs - rt: add before and after task poll callbacks ([#&#8203;7120]) - tracing: make the task tracing API unstable public ([#&#8203;6972]) ##### Documented - docs: fix nesting of sections in top-level docs ([#&#8203;7159]) - fs: rename symlink and hardlink parameter names ([#&#8203;7143]) - io: swap reader/writer in simplex doc test ([#&#8203;7176]) - macros: docs about `select!` alternatives ([#&#8203;7110]) - net: rename the argument for `send_to` ([#&#8203;7146]) - process: add example for reading `Child` stdout ([#&#8203;7141]) - process: clarify `Child::kill` behavior ([#&#8203;7162]) - process: fix grammar of the `ChildStdin` struct doc comment ([#&#8203;7192]) - runtime: consistently use `worker_threads` instead of `core_threads` ([#&#8203;7186]) [#&#8203;6685]: https://github.com/tokio-rs/tokio/pull/6685 [#&#8203;6972]: https://github.com/tokio-rs/tokio/pull/6972 [#&#8203;7086]: https://github.com/tokio-rs/tokio/pull/7086 [#&#8203;7090]: https://github.com/tokio-rs/tokio/pull/7090 [#&#8203;7094]: https://github.com/tokio-rs/tokio/pull/7094 [#&#8203;7100]: https://github.com/tokio-rs/tokio/pull/7100 [#&#8203;7110]: https://github.com/tokio-rs/tokio/pull/7110 [#&#8203;7112]: https://github.com/tokio-rs/tokio/pull/7112 [#&#8203;7116]: https://github.com/tokio-rs/tokio/pull/7116 [#&#8203;7120]: https://github.com/tokio-rs/tokio/pull/7120 [#&#8203;7122]: https://github.com/tokio-rs/tokio/pull/7122 [#&#8203;7139]: https://github.com/tokio-rs/tokio/pull/7139 [#&#8203;7141]: https://github.com/tokio-rs/tokio/pull/7141 [#&#8203;7142]: https://github.com/tokio-rs/tokio/pull/7142 [#&#8203;7143]: https://github.com/tokio-rs/tokio/pull/7143 [#&#8203;7146]: https://github.com/tokio-rs/tokio/pull/7146 [#&#8203;7152]: https://github.com/tokio-rs/tokio/pull/7152 [#&#8203;7153]: https://github.com/tokio-rs/tokio/pull/7153 [#&#8203;7159]: https://github.com/tokio-rs/tokio/pull/7159 [#&#8203;7160]: https://github.com/tokio-rs/tokio/pull/7160 [#&#8203;7162]: https://github.com/tokio-rs/tokio/pull/7162 [#&#8203;7164]: https://github.com/tokio-rs/tokio/pull/7164 [#&#8203;7166]: https://github.com/tokio-rs/tokio/pull/7166 [#&#8203;7172]: https://github.com/tokio-rs/tokio/pull/7172 [#&#8203;7176]: https://github.com/tokio-rs/tokio/pull/7176 [#&#8203;7185]: https://github.com/tokio-rs/tokio/pull/7185 [#&#8203;7186]: https://github.com/tokio-rs/tokio/pull/7186 [#&#8203;7192]: https://github.com/tokio-rs/tokio/pull/7192 ### [`v1.43.1`](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1) </details> <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.16.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.16.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0) #### What's Changed - Mark `Uuid::new_v8` const by [@&#8203;tguichaoua](https://github.com/tguichaoua) in https://github.com/uuid-rs/uuid/pull/815 - Prepare for 1.16.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/817 #### New Contributors - [@&#8203;tguichaoua](https://github.com/tguichaoua) made their first contribution in https://github.com/uuid-rs/uuid/pull/815 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0 ### [`v1.15.1`](https://github.com/uuid-rs/uuid/releases/tag/v1.15.1) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1) #### What's Changed - Guarantee v7 timestamp will never overflow by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/811 - Prepare for 1.15.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/812 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1 ### [`v1.15.0`](https://github.com/uuid-rs/uuid/releases/tag/v1.15.0) [Compare Source](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0) #### What's Changed - Add a manual `Debug` implementation for NonNilUUid by [@&#8203;rick-de-water](https://github.com/rick-de-water) in https://github.com/uuid-rs/uuid/pull/808 - Support higher precision, shiftable timestamps in V7 UUIDs by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/809 - Prepare for 1.15.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/uuid-rs/uuid/pull/810 #### New Contributors - [@&#8203;rick-de-water](https://github.com/rick-de-water) made their first contribution in https://github.com/uuid-rs/uuid/pull/808 **Full Changelog**: https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-25 02:42:19 +01:00
chore(deps): update rust crate clap to v4.5.31
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
f537f60f79
kjuulh changed title from chore(deps): update rust crate clap to v4.5.31 to chore(deps): update all dependencies 2025-02-27 02:44:44 +01:00
kjuulh force-pushed renovate/all from f537f60f79 to ee95b6667f 2025-02-27 02:44:45 +01:00 Compare
kjuulh force-pushed renovate/all from ee95b6667f to f554e7526a 2025-02-27 06:41:01 +01:00 Compare
kjuulh force-pushed renovate/all from f554e7526a to b4bee11b52 2025-02-28 02:44:45 +01:00 Compare
kjuulh force-pushed renovate/all from b4bee11b52 to 64fb410a6e 2025-02-28 06:40:17 +01:00 Compare
kjuulh force-pushed renovate/all from 64fb410a6e to f066a25b1e 2025-03-01 02:41:20 +01:00 Compare
kjuulh force-pushed renovate/all from f066a25b1e to 4ac1d24e67 2025-03-01 06:38:25 +01:00 Compare
kjuulh force-pushed renovate/all from 4ac1d24e67 to 1742d152b2 2025-03-02 02:39:28 +01:00 Compare
kjuulh force-pushed renovate/all from 1742d152b2 to 7ba47b68e6 2025-03-02 06:56:46 +01:00 Compare
kjuulh force-pushed renovate/all from 7ba47b68e6 to 19a71ebd1a 2025-03-03 02:37:47 +01:00 Compare
kjuulh force-pushed renovate/all from 19a71ebd1a to 777a5b4991 2025-03-03 06:40:28 +01:00 Compare
kjuulh force-pushed renovate/all from 777a5b4991 to 839fba805d 2025-03-04 02:46:53 +01:00 Compare
kjuulh force-pushed renovate/all from 839fba805d to d817827363 2025-03-04 06:44:16 +01:00 Compare
kjuulh force-pushed renovate/all from d817827363 to 65970aaa5a 2025-03-05 02:41:53 +01:00 Compare
kjuulh force-pushed renovate/all from 65970aaa5a to 875afa67aa 2025-03-05 06:39:20 +01:00 Compare
kjuulh force-pushed renovate/all from 875afa67aa to 0022dbebea 2025-03-06 02:42:45 +01:00 Compare
kjuulh force-pushed renovate/all from 0022dbebea to 4ec14b04ae 2025-03-06 06:41:34 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-03-25 23:57:44 +01:00
kjuulh force-pushed renovate/all from 4ec14b04ae to a4c60065d0 2025-03-25 23:57:46 +01:00 Compare
kjuulh force-pushed renovate/all from a4c60065d0 to 93243f6243 2025-03-26 21:05:50 +01:00 Compare
kjuulh force-pushed renovate/all from 93243f6243 to baa66895f4 2025-03-26 21:38:58 +01:00 Compare
kjuulh force-pushed renovate/all from baa66895f4 to 50e4c1e06e 2025-03-26 22:09:20 +01:00 Compare
kjuulh force-pushed renovate/all from 50e4c1e06e to b076573a2b 2025-03-26 22:38:27 +01:00 Compare
kjuulh force-pushed renovate/all from b076573a2b to 313c6d7e8e 2025-03-26 23:08:50 +01:00 Compare
kjuulh force-pushed renovate/all from 313c6d7e8e to f6f463ed6f 2025-03-26 23:39:30 +01:00 Compare
kjuulh force-pushed renovate/all from f6f463ed6f to 8e97e69988 2025-03-27 00:10:35 +01:00 Compare
kjuulh force-pushed renovate/all from 8e97e69988 to 495f1753a0 2025-03-27 00:40:49 +01:00 Compare
kjuulh force-pushed renovate/all from 495f1753a0 to 6587fc58a4 2025-03-27 01:09:34 +01:00 Compare
kjuulh force-pushed renovate/all from 6587fc58a4 to 212cfeb648 2025-03-27 01:37:27 +01:00 Compare
kjuulh force-pushed renovate/all from 212cfeb648 to 12e9dd40b5 2025-03-27 02:06:14 +01:00 Compare
kjuulh force-pushed renovate/all from 12e9dd40b5 to 2d7f6d0701 2025-03-27 02:34:40 +01:00 Compare
kjuulh force-pushed renovate/all from 2d7f6d0701 to 41bc25d7d4 2025-03-27 03:06:00 +01:00 Compare
kjuulh force-pushed renovate/all from 41bc25d7d4 to c49ddc44c7 2025-03-27 03:38:39 +01:00 Compare
kjuulh force-pushed renovate/all from c49ddc44c7 to fd4f502400 2025-03-27 04:10:06 +01:00 Compare
kjuulh force-pushed renovate/all from fd4f502400 to 355b529c95 2025-03-27 04:39:42 +01:00 Compare
kjuulh force-pushed renovate/all from 355b529c95 to ee068bd315 2025-03-27 05:12:45 +01:00 Compare
kjuulh force-pushed renovate/all from ee068bd315 to fd11317ef1 2025-03-27 05:43:49 +01:00 Compare
kjuulh force-pushed renovate/all from fd11317ef1 to 7c11c06c29 2025-03-27 06:13:55 +01:00 Compare
kjuulh force-pushed renovate/all from 7c11c06c29 to 065d2d8c16 2025-03-27 06:42:11 +01:00 Compare
kjuulh force-pushed renovate/all from 065d2d8c16 to 71e63cf609 2025-03-27 07:11:43 +01:00 Compare
kjuulh force-pushed renovate/all from 71e63cf609 to 1f8211d99e 2025-03-27 07:40:20 +01:00 Compare
kjuulh force-pushed renovate/all from 1f8211d99e to 98bfdf9e9c 2025-03-27 08:09:18 +01:00 Compare
kjuulh force-pushed renovate/all from 98bfdf9e9c to abdf023129 2025-03-27 08:37:56 +01:00 Compare
kjuulh force-pushed renovate/all from abdf023129 to 260b81d599 2025-03-27 09:06:47 +01:00 Compare
kjuulh force-pushed renovate/all from 260b81d599 to 255d9df613 2025-03-27 09:35:09 +01:00 Compare
kjuulh force-pushed renovate/all from 255d9df613 to fafafeb23b 2025-03-27 10:04:31 +01:00 Compare
kjuulh force-pushed renovate/all from fafafeb23b to bae39d6487 2025-03-27 10:29:11 +01:00 Compare
kjuulh force-pushed renovate/all from bae39d6487 to 2da46f74b0 2025-03-27 11:04:15 +01:00 Compare
kjuulh force-pushed renovate/all from 2da46f74b0 to 2b45c12543 2025-03-27 11:32:56 +01:00 Compare
kjuulh force-pushed renovate/all from 2b45c12543 to ce3c487c13 2025-03-27 12:02:08 +01:00 Compare
kjuulh force-pushed renovate/all from ce3c487c13 to d0fe4272f5 2025-03-27 12:31:08 +01:00 Compare
kjuulh force-pushed renovate/all from d0fe4272f5 to 98636364ae 2025-03-27 13:01:08 +01:00 Compare
kjuulh force-pushed renovate/all from 98636364ae to e4a20977a6 2025-03-27 13:49:54 +01:00 Compare
kjuulh force-pushed renovate/all from e4a20977a6 to c935498d3c 2025-03-27 14:26:11 +01:00 Compare
kjuulh force-pushed renovate/all from c935498d3c to 1e6b32c4e3 2025-03-27 14:56:38 +01:00 Compare
kjuulh force-pushed renovate/all from 1e6b32c4e3 to b66cd81567 2025-03-27 15:29:45 +01:00 Compare
kjuulh force-pushed renovate/all from b66cd81567 to 39e04ebb3e 2025-03-27 16:05:01 +01:00 Compare
kjuulh force-pushed renovate/all from 39e04ebb3e to 5079356bbb 2025-03-27 16:34:01 +01:00 Compare
kjuulh force-pushed renovate/all from 5079356bbb to bed70496b3 2025-03-27 17:03:58 +01:00 Compare
kjuulh force-pushed renovate/all from bed70496b3 to dce5be44bb 2025-03-27 17:34:41 +01:00 Compare
kjuulh force-pushed renovate/all from dce5be44bb to e721a1b0be 2025-03-27 18:05:52 +01:00 Compare
kjuulh force-pushed renovate/all from e721a1b0be to 2f96c62181 2025-03-27 18:36:46 +01:00 Compare
kjuulh force-pushed renovate/all from 2f96c62181 to cde20a2f2b 2025-03-27 19:06:28 +01:00 Compare
kjuulh force-pushed renovate/all from cde20a2f2b to 8db4e1a211 2025-03-27 19:34:57 +01:00 Compare
kjuulh force-pushed renovate/all from 8db4e1a211 to dec41cb204 2025-03-27 20:04:06 +01:00 Compare
kjuulh force-pushed renovate/all from dec41cb204 to a94f3ba920 2025-03-27 20:32:42 +01:00 Compare
kjuulh force-pushed renovate/all from a94f3ba920 to 2ce1c94868 2025-03-27 21:02:27 +01:00 Compare
kjuulh force-pushed renovate/all from 2ce1c94868 to 812c1570bd 2025-03-27 21:31:09 +01:00 Compare
kjuulh force-pushed renovate/all from 812c1570bd to 53ed9a3a79 2025-03-28 23:30:39 +01:00 Compare
kjuulh force-pushed renovate/all from 53ed9a3a79 to d750e434ac 2025-03-29 02:25:03 +01:00 Compare
kjuulh force-pushed renovate/all from d750e434ac to 1f790e3a6d 2025-03-29 05:25:44 +01:00 Compare
kjuulh force-pushed renovate/all from 1f790e3a6d to 402c83bb6c 2025-03-30 05:26:58 +02:00 Compare
kjuulh force-pushed renovate/all from 402c83bb6c to dafa327549 2025-03-31 02:24:36 +02:00 Compare
kjuulh force-pushed renovate/all from dafa327549 to 2d1911f3be 2025-03-31 05:25:03 +02:00 Compare
kjuulh force-pushed renovate/all from 2d1911f3be to a97d15944c 2025-04-01 02:26:25 +02:00 Compare
kjuulh force-pushed renovate/all from a97d15944c to 6d758e3707 2025-04-01 05:25:39 +02:00 Compare
kjuulh force-pushed renovate/all from 6d758e3707 to b6644c2420 2025-04-02 02:30:00 +02:00 Compare
kjuulh force-pushed renovate/all from b6644c2420 to ea6ce88450 2025-04-06 02:27:37 +02:00 Compare
kjuulh force-pushed renovate/all from ea6ce88450 to 8d1c49ddf8 2025-04-06 05:27:53 +02:00 Compare
kjuulh force-pushed renovate/all from 8d1c49ddf8 to 34b43c10f7 2025-04-07 02:27:15 +02:00 Compare
kjuulh force-pushed renovate/all from 34b43c10f7 to 7d8b1cc56f 2025-04-07 05:25:25 +02:00 Compare
kjuulh force-pushed renovate/all from 7d8b1cc56f to 94069dbc2b 2025-04-08 02:26:47 +02:00 Compare
kjuulh force-pushed renovate/all from 94069dbc2b to aa8b1f1bc6 2025-04-08 05:26:20 +02:00 Compare
kjuulh force-pushed renovate/all from aa8b1f1bc6 to ea341936b9 2025-04-09 02:27:05 +02:00 Compare
kjuulh force-pushed renovate/all from ea341936b9 to 2e2e68bd54 2025-04-09 05:25:40 +02:00 Compare
kjuulh force-pushed renovate/all from 2e2e68bd54 to ded7f988bb 2025-04-10 02:27:36 +02:00 Compare
kjuulh force-pushed renovate/all from ded7f988bb to b5457ca552 2025-04-10 05:25:58 +02:00 Compare
kjuulh force-pushed renovate/all from b5457ca552 to a2ee2e2302 2025-04-11 02:27:14 +02:00 Compare
kjuulh force-pushed renovate/all from a2ee2e2302 to 4029192175 2025-04-11 05:26:22 +02:00 Compare
kjuulh force-pushed renovate/all from 4029192175 to f89c3e46d7 2025-04-12 02:30:21 +02:00 Compare
kjuulh force-pushed renovate/all from f89c3e46d7 to 74ba18b612 2025-04-12 05:27:31 +02:00 Compare
kjuulh force-pushed renovate/all from 74ba18b612 to 1c33995ee3 2025-04-13 02:28:21 +02:00 Compare
kjuulh force-pushed renovate/all from 1c33995ee3 to 61c0796cb6 2025-04-13 05:26:55 +02:00 Compare
kjuulh force-pushed renovate/all from 61c0796cb6 to 1544fd2877 2025-04-14 02:26:21 +02:00 Compare
kjuulh force-pushed renovate/all from 1544fd2877 to 78b1f0359e 2025-04-14 05:28:04 +02:00 Compare
kjuulh force-pushed renovate/all from 78b1f0359e to 83cd26d9db 2025-04-19 02:28:02 +02:00 Compare
kjuulh force-pushed renovate/all from 83cd26d9db to 4cd9f19684 2025-04-19 05:27:28 +02:00 Compare
kjuulh force-pushed renovate/all from 4cd9f19684 to 1a78a96be6 2025-04-20 02:27:00 +02:00 Compare
kjuulh force-pushed renovate/all from 1a78a96be6 to 52b9f1b0df 2025-04-20 05:25:41 +02:00 Compare
kjuulh force-pushed renovate/all from 52b9f1b0df to 5f9b1664d1 2025-04-21 02:27:07 +02:00 Compare
kjuulh force-pushed renovate/all from 5f9b1664d1 to 1782693671 2025-04-21 05:25:23 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

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/graphql-schema#14
No description provided.