fix(deps): update all dependencies #38

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.95 -> 1.0.100
cacache dependencies minor =13.0.0 -> =13.1.0
chrono workspace.dependencies patch 0.4.39 -> 0.4.42
clap workspace.dependencies patch 4.5.26 -> 4.5.53
git-cliff-core workspace.dependencies minor 2.7.0 -> 2.10.1
parse-changelog workspace.dependencies patch 0.6.10 -> 0.6.14
regex workspace.dependencies minor 1.11.1 -> 1.12.2
reqwest workspace.dependencies patch 0.12.12 -> 0.12.24
semver workspace.dependencies patch 1.0.24 -> 1.0.27
toml_edit workspace.dependencies minor 0.22.9 -> 0.23.0
url workspace.dependencies patch 2.5.4 -> 2.5.7
yaml-rust2 workspace.dependencies minor 0.8.0 -> 0.10.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dtolnay/anyhow (anyhow)

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

v1.0.96

Compare Source

  • Documentation improvements
zkat/cacache-rs (cacache)

v13.1.0

Compare Source

Features
Bug Fixes
chronotope/chrono (chrono)

v0.4.42: 0.4.42

Compare Source

What's Changed

v0.4.41

Compare Source

What's Changed

v0.4.40: 0.4.40

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

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>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback
orhun/git-cliff (git-cliff-core)

v2.10.1

Compare Source

⛰️ Features
  • (cli) Honor XDG_CONFIG_HOME on macOS (#​1259) - (6b8f1dc)
  • (lib) Add 'integrations' feature flag for enabling all integrations (#​1263) - (3b98d19)
🐛 Bug Fixes
  • (config) Link to tree link for first tag in keepachangelog template (#​1250) - (c0c4bf7)
📚 Documentation
  • (website) Add a FAQ section for commit and PR strategies (#​1218) - (d822586)
  • (website) Add missing gitea feature flag (#​1262) - (20295ac)
  • (website) Add note about nested submodules - (524f51f)
  • (website) Update git-cliff-action to v4 (#​1241) - (9857d86)
  • (website) Add note about next version being checked - (05eb192)
⚙️ Miscellaneous Tasks
◀️ Revert

v2.10.0

Compare Source

⛰️ Features
  • (config) Support using include and exclude paths in the config (#​1173) - (7c2f922)
  • (parser) Support regex matching on JSON arrays with scalar elements (#​1163) - (dc458ea)
  • (template) Support adding commit statistics to the changelog (#​1151) - (05a50d7)
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🎨 Styling
🧪 Testing
  • (fixture) Add test fixture for overriding the conventional scope (#​1166) - (cb84a08)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.85.1 - (d8279d4)
  • (cd) Use macos-15 runner - (c156fc5)
  • (cd) Re-enable sccache for maturin - (871c3c9)
  • (crate) Remove Rust nightly requirement - (4f3e5af)
  • (fixture) Update test-regex-json-array fixture (#​1178) - (95f4056)
  • (format) Format module imports for readability (#​1183) - (6db7d49)
  • (git) Add .git-blame-ignore-revs - (5b64131)
  • (npm) Bump git-cliff to 2.9.1 (#​1156) - (e13b158)
  • (website) Update the node version - (566c2a1)

v2.9.1

Compare Source

🐛 Bug Fixes
  • (cd) Upgrade bump-homebrew-formula-action to fix import error - (2da982f)
  • (cd) Disable sccache for maturin - (f0a2dc6)

v2.9.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (bump) Check the next version against tag_pattern regex (#​1070) - (c4f0d28)
  • (bump) Accept lowercase values for bump_type config (#​1101) - (77632b2)
  • (deps) Make glob dependency mandatory (#​1035) - (0f653bf)
  • (fixtures) Evaluate the rc of git-cliff correctly (#​1104) - (fa54a6a)
  • (fixtures) Use the correct syntax while checking fixture results (#​1099) - (51af66e)
  • (git) Handle worktrees while retrieving the path of repository (#​1054) - (fab02b0)
  • (remote) Fix detection of GitLab merge request sha if commits were squashed (#​1043) - (5f3a3d0)
  • (submodules) Fix submodules handling when using custom range (#​1136) - (451a694)
  • (template) Correctly serialize JSON for the commit fields (#​1145) - (e981e1d)
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
  • (dependabot) Make dependency updates less noisy - (cdce20f)
  • (dependabot) Check dependency updates weekly - (b8be055)
  • (docs) Fix some typos (#​1149) - (7148b2d)
  • (project) Migrate to Rust 2024 edition (#​1128) - (4445f06)

v2.8.0

Compare Source

⛰️ Features
  • (cli) Support initializing config with a custom filename (#​992) - (76bf9cf)
  • (config) Discover the configuration file when run in a sub directory - (a23eeb4)
  • (git) Improve the set commit range error (#​990) - (f29e815)
  • (monorepo) Automatically set include-path for current directory - (ceda1f7)
  • (remote) Support enabling native TLS (#​1021) - (fe7c464)
  • (repo) Allow running from sub directories (#​975) - (98453b3)
🐛 Bug Fixes
  • (config) Allow environment overwrites when using builtin config (#​961) - (7ba3b55)
  • (docker) Use the correct Debian runner - (36ad993)
  • (fixtures) Update the arguments for custom GitLab API fixture test - (e522f8d)
  • (monorepo) Do not set include-path if workdir is set (#​1022) - (20483be)
  • (remote) Fix detection of GitLab merge request sha (#​968) - (1297655)
🚜 Refactor
  • (lib) Add changelog modifier callback to run function (#​922) - (2321882)
  • (lint) Use a shared lint config for the workspace - (bfc1d4f)
  • (lint) Apply clippy suggestions - (299a1c7)
📚 Documentation
  • (docker) Fix typo in comment (#​959) - (dbda091)
  • (highlights) Add link to the Nix flake - (c449229)
  • (jujutsu) Update links to the upstream documentation - (ed6b646)
  • (lib) Allow doc lint - (62a6d3e)
  • (license) Update copyright years - (8178c9b)
  • (tips) Extend the merge commit filter example (#​963) - (09c0f90)
  • (website) Add highlights for 2.8.0 (#​1023) - (32dc15e)
🧪 Testing
  • (fixture) Add fixture for include-path - (e85888f)
⚙️ Miscellaneous Tasks
  • (build) Bump MSRV to 1.83.0 - (37598c2)
  • (docker) Bump the Rust version in Docker image - (729f433)
  • (funding) Add wellKnown directory - (8704518)
  • (lint) Allow false positive lint - (1b779a6)
  • (nix) Update flakes - (22fbe9d)
taiki-e/parse-changelog (parse-changelog)

v0.6.14

Compare Source

  • Switch serde feature to depend on serde_core to improve compile time when derive feature of serde is enabled.

v0.6.13

Compare Source

CLI
  • Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux.

  • Improve performance for --json option.

v0.6.12

Compare Source

  • Reduce size of Error type.

  • Documentation improvements.

v0.6.11

Compare Source

CLI
  • Accept non-UTF-8 changelog path.

  • Remove dependency on anyhow (previously used in CLI (default feature)).

  • Diagnostic improvements.

rust-lang/regex (regex)

v1.12.2

Compare Source

===================
This release fixes a cargo doc breakage on nightly when --cfg docsrs is
enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

  • BUG #​1305:
    Switches the doc_auto_cfg feature to doc_cfg on nightly for docs.rs builds.

v1.12.1

Compare Source

===================
This release makes a bug fix in the new regex::Captures::get_match API
introduced in 1.12.0. There was an oversight with the lifetime parameter
for the Match returned. This is technically a breaking change, but given
that it was caught almost immediately and I've yanked the 1.12.0 release,
I think this is fine.

v1.12.0

Compare Source

===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new regex::Captures::get_match API.

Improvements:

  • FEATURE #​1146:
    Add Capture::get_match for returning the overall match without unwrap().

Bug fixes:

  • BUG #​1083:
    Fixes a panic in the lazy DFA (can only occur for especially large regexes).
  • BUG #​1116:
    Fixes a memory usage regression for large regexes (introduced in regex 1.9).
  • BUG #​1195:
    Fix universal start states in sparse DFA.
  • BUG #​1295:
    Fixes a panic when deserializing a corrupted dense DFA.
  • BUG 8f5d9479:
    Make regex_automata::meta::Regex::find consistently return None when
    WhichCaptures::None is used.

v1.11.3

Compare Source

===================
This is a small patch release with an improvement in memory usage in some
cases.

Improvements:

  • BUG #​1297:
    Improve memory usage by trimming excess memory capacity in some spots.

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.
  • BUG #​1225:
    Add DFA::set_prefilter to regex-automata.

Bug fixes:

  • BUG #​1165:
    Remove std dependency from perf-literal-multisubstring crate feature.
  • BUG #​1165:
    Clarify the meaning of (?R)$ in the documentation.
  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.
seanmonstar/reqwest (reqwest)

v0.12.24

Compare Source

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

v0.12.23

Compare Source

  • Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • Add ClientBuilder::retry(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

v0.12.22

Compare Source

  • Fix socks proxies when resolving IPv6 destinations.

v0.12.21

Compare Source

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

v0.12.20

Compare Source

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

v0.12.19

Compare Source

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

Compare Source

  • Fix compilation when socks enabled without TLS.

v0.12.17

Compare Source

  • Fix compilation on macOS.

v0.12.16

Compare Source

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

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.
dtolnay/semver (semver)

v1.0.27

Compare Source

  • Switch serde dependency to serde_core (#​333)

v1.0.26

Compare Source

  • Documentation improvements

v1.0.25

Compare Source

toml-rs/toml (toml_edit)

v0.23.7

Compare Source

v0.23.6

Compare Source

v0.23.5

Compare Source

v0.23.4

Compare Source

v0.23.3

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source

v0.23.0

Compare Source

v0.22.27

Compare Source

v0.22.26

Compare Source

v0.22.25

Compare Source

v0.22.24

Compare Source

v0.22.23

Compare Source

servo/rust-url (url)

v2.5.7

What's Changed

v.2.5.6
v.2.5.7

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7

v2.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5

Ethiraric/yaml-rust2 (yaml-rust2)

v0.10.4

Compare Source

Bug fixes

  • Parse True, TRUE, False and FALSE as bools instead of strings.
    This is in line with the core
    schema
    .

v0.10.3

Compare Source

Changes

  • Exclude yaml-test-suite from the Cargo package.
    This reverts the license changes from last version.
  • 399f481: Bump libtest-mimic from dev-dependencies

v0.10.2

Compare Source

Bug fixes

  • Parse (?i)[+-]?(?:inf|infinity|nan) as strings instead of floats

Changes

  • Merge license files and respect yaml-test-suite MIT license. This means we
    now correctly state that this crate can not be licensed under only the
    Apache-2.0 license.

v0.10.1

Compare Source

Bug fixes

  • Parse .NaN as float instead of NaN.

v0.10.0

Compare Source

Breaking Changes

  • Update dependencies.

    hashlink had a bogus requirement of >= 0.8, < 0.10, sorry. As mentioned
    here,
    range requirements shouldn't be used and I haven't been vigilant enough when
    reviewing. The requirement is now set to 0.10.

Changes

  • Force quotes on y and n to appease the YAML 1.1 lords.

v0.9.0

Compare Source

Breaking Changes

  • Update dependencies.

    Since hashlink is exposed (through Yaml::Hash) and has been updated from
    0.8.4 to 0.9.1, the new version of yaml-rust2 will not link properly if you
    explicitly rely on hashlink v0.8.
    Existing code with v0.8.4 should still compile fine in v0.9.1 (see
    hashlink's v0.9.0
    changelog
    ).

Bug fixes

  • (#​37)
    Parse empty scalars as "" instead of "~".

Features

  • Add Yaml::is_hash.
  • Add better doccomments to the Index and IntoIterator implementations for
    Yaml to better explain their quirks and design decisions.

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.95` -> `1.0.100` | | [cacache](https://github.com/zkat/cacache-rs) | dependencies | minor | `=13.0.0` -> `=13.1.0` | | [chrono](https://github.com/chronotope/chrono) | workspace.dependencies | patch | `0.4.39` -> `0.4.42` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.26` -> `4.5.53` | | [git-cliff-core](https://github.com/orhun/git-cliff) | workspace.dependencies | minor | `2.7.0` -> `2.10.1` | | [parse-changelog](https://github.com/taiki-e/parse-changelog) | workspace.dependencies | patch | `0.6.10` -> `0.6.14` | | [regex](https://github.com/rust-lang/regex) | workspace.dependencies | minor | `1.11.1` -> `1.12.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | workspace.dependencies | patch | `0.12.12` -> `0.12.24` | | [semver](https://github.com/dtolnay/semver) | workspace.dependencies | patch | `1.0.24` -> `1.0.27` | | [toml_edit](https://github.com/toml-rs/toml) | workspace.dependencies | minor | `0.22.9` -> `0.23.0` | | [url](https://github.com/servo/rust-url) | workspace.dependencies | patch | `2.5.4` -> `2.5.7` | | [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) | workspace.dependencies | minor | `0.8.0` -> `0.10.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`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 ### [`v1.0.96`](https://github.com/dtolnay/anyhow/releases/tag/1.0.96) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.96) - Documentation improvements </details> <details> <summary>zkat/cacache-rs (cacache)</summary> ### [`v13.1.0`](https://github.com/zkat/cacache-rs/blob/HEAD/CHANGELOG.md#1310-2024-11-26) [Compare Source](https://github.com/zkat/cacache-rs/compare/v13.0.0...v13.1.0) ##### Features - **link:** add hard_link_hash ([#&#8203;82](https://github.com/zkat/cacache-rs/issues/82)) ([ab5f1c91](https://github.com/zkat/cacache-rs/commit/ab5f1c91857188f01a93fb60c47b25ee711d545d)) ##### Bug Fixes - **docs:** improved documentation for remove_fully ([#&#8203;78](https://github.com/zkat/cacache-rs/issues/78)) ([3a712473](https://github.com/zkat/cacache-rs/commit/3a712473645d05b256b430102ae809190e5d4f60)) - **tokio:** add safe access join handles ([#&#8203;85](https://github.com/zkat/cacache-rs/issues/85)) ([146a593c](https://github.com/zkat/cacache-rs/commit/146a593c8e3abea8bc4c1888ae6781a3f2e1422e)) </details> <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.42`](https://github.com/chronotope/chrono/releases/tag/v0.4.42): 0.4.42 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.41...v0.4.42) #### What's Changed - Add fuzzer for DateTime::parse_from_str by [@&#8203;tyler92](https://github.com/tyler92) in https://github.com/chronotope/chrono/pull/1700 - Fix wrong amount of micro/milliseconds by [@&#8203;nmlt](https://github.com/nmlt) in https://github.com/chronotope/chrono/pull/1703 - Add warning about MappedLocalTime and wasm by [@&#8203;lutzky](https://github.com/lutzky) in https://github.com/chronotope/chrono/pull/1702 - Fix incorrect parsing of fixed-length second fractions by [@&#8203;chris-leach](https://github.com/chris-leach) in https://github.com/chronotope/chrono/pull/1705 - Fix cfgs for `wasm32-linux` support by [@&#8203;arjunr2](https://github.com/arjunr2) in https://github.com/chronotope/chrono/pull/1707 - Fix OpenHarmony's `tzdata` parsing by [@&#8203;ldm0](https://github.com/ldm0) in https://github.com/chronotope/chrono/pull/1679 - Convert NaiveDate to/from days since unix epoch by [@&#8203;findepi](https://github.com/findepi) in https://github.com/chronotope/chrono/pull/1715 - Add `?Sized` bound to related methods of `DelayedFormat::write_to` by [@&#8203;Huliiiiii](https://github.com/Huliiiiii) in https://github.com/chronotope/chrono/pull/1721 - Add `from_timestamp_secs` method to `DateTime` by [@&#8203;jasonaowen](https://github.com/jasonaowen) in https://github.com/chronotope/chrono/pull/1719 - Migrate to core::error::Error by [@&#8203;benbrittain](https://github.com/benbrittain) in https://github.com/chronotope/chrono/pull/1704 - Upgrade to windows-bindgen 0.63 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1730 - strftime: simplify error handling by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1731 ### [`v0.4.41`](https://github.com/chronotope/chrono/releases/tag/v0.4.41) [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.40...v0.4.41) #### What's Changed - Add `subsec_micros` and `subsec_millis` methods to `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in https://github.com/chronotope/chrono/pull/1668 - Deprecate `NaiveDateTime::UNIX_EPOCH` by [@&#8203;robertbastian](https://github.com/robertbastian) in https://github.com/chronotope/chrono/pull/1670 - Implement `as_seconds_f32` and `as_seconds_f64` for `TimeDelta` by [@&#8203;ggoetz](https://github.com/ggoetz) in https://github.com/chronotope/chrono/pull/1671 - chore: fix some comments by [@&#8203;jimmycathy](https://github.com/jimmycathy) in https://github.com/chronotope/chrono/pull/1677 - Add `num_days_in_month` method to `Datelike` trait by [@&#8203;aslilac](https://github.com/aslilac) in https://github.com/chronotope/chrono/pull/1673 - add `WeekdaySet`, a collection of `Weekday` that is `Copy` by [@&#8203;Kinrany](https://github.com/Kinrany) in https://github.com/chronotope/chrono/pull/1676 - WeekdaySet tweaks by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1680 - Upgrade to windows-bindgen 0.61 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1682 - Implemented a consistent Eq trait for NaiveWeek by [@&#8203;Splashling1789](https://github.com/Splashling1789) in https://github.com/chronotope/chrono/pull/1687 - TimeZone::from_posix_tz: Treat empty TZ variable as UTC by [@&#8203;drinkcat](https://github.com/drinkcat) in https://github.com/chronotope/chrono/pull/1691 - Add support for lossy format strings by [@&#8203;Qelxiros](https://github.com/Qelxiros) in https://github.com/chronotope/chrono/pull/1693 ### [`v0.4.40`](https://github.com/chronotope/chrono/releases/tag/v0.4.40): 0.4.40 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) #### What's Changed - Add Month::num_days() by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1645 - Update Windows dependencies by [@&#8203;kennykerr](https://github.com/kennykerr) in https://github.com/chronotope/chrono/pull/1646 - Feature/round_up method on DurationRound trait by [@&#8203;MagnumTrader](https://github.com/MagnumTrader) in https://github.com/chronotope/chrono/pull/1651 - Expose `write_to` for `DelayedFormat` by [@&#8203;tugtugtug](https://github.com/tugtugtug) in https://github.com/chronotope/chrono/pull/1654 - Update LICENSE.txt by [@&#8203;maximevtush](https://github.com/maximevtush) in https://github.com/chronotope/chrono/pull/1656 - docs: fix minor typo by [@&#8203;samfolo](https://github.com/samfolo) in https://github.com/chronotope/chrono/pull/1659 - Use NaiveDateTime for internal tz_info methods. by [@&#8203;AVee](https://github.com/AVee) in https://github.com/chronotope/chrono/pull/1658 - Upgrade to windows-bindgen 0.60 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1665 - Add quarter (%q) date string specifier by [@&#8203;drinkcat](https://github.com/drinkcat) in https://github.com/chronotope/chrono/pull/1666 </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.53`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4553---2025-11-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.52...v4.5.53) ##### Features - Add `default_values_if`, `default_values_ifs` ### [`v4.5.52`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4552---2025-11-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.51...v4.5.52) ##### Fixes - Don't panic when `args_conflicts_with_subcommands` conflicts with an `ArgGroup` ### [`v4.5.51`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4551---2025-10-29) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.50...v4.5.51) ##### Fixes - *(help)* Correctly calculate padding for short flags that take a value - *(help)* Don't panic on short flags using `ArgAction::Count` ### [`v4.5.50`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.49...v4.5.50) ##### Features - Accept `Cow` where `String` and `&str` are accepted ### [`v4.5.49`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4549---2025-10-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.48...v4.5.49) ##### Fixes - *(help)* Correctly wrap when ANSI escape codes are present ### [`v4.5.48`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4548---2025-09-19) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.47...v4.5.48) ##### Documentation - Add a new CLI Concepts document as another way of framing clap - Expand the `typed_derive` cookbook entry ### [`v4.5.47`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4547---2025-09-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.47) ##### Features - Added `impl FromArgMatches for ()` - Added `impl Args for ()` - Added `impl Subcommand for ()` - Added `impl FromArgMatches for Infallible` - Added `impl Subcommand for Infallible` ##### Fixes - *(derive)* Update runtime error text to match `clap` ### [`v4.5.46`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4546---2025-08-26) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.46) ##### Features - Expose `StyledStr::push_str` ### [`v4.5.45`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4545---2025-08-12) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.44...v4.5.45) ##### Fixes - *(unstable-v5)* `ValueEnum` variants now use the full doc comment, not summary, for `PossibleValue::help` ### [`v4.5.44`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4544---2025-08-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.43...v4.5.44) ##### Features - Add `Command::mut_subcommands` ### [`v4.5.43`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4543---2025-08-06) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.42...v4.5.43) ##### Fixes - *(help)* In long help, list Possible Values before defaults, rather than after, for a more consistent look ### [`v4.5.42`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4542---2025-07-30) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.41...v4.5.42) ##### Fixes - Include subcommand visible long aliases in `--help` ### [`v4.5.41`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4541---2025-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.40...v4.5.41) ##### Features - Add `Styles::context` and `Styles::context_value` to customize the styling of `[default: value]` like notes in the `--help` ### [`v4.5.40`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4540---2025-06-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.39...v4.5.40) ##### Features - Support quoted ids in `arg!()` macro (e.g. `arg!("check-config": ...)`) ### [`v4.5.39`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4539---2025-05-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.38...v4.5.39) ##### Fixes - *(help)* Show short flag aliases before long - *(help)* Merge the short and long flag alias lists ### [`v4.5.38`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4538---2025-05-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.37...v4.5.38) ##### Fixes - *(help)* When showing aliases, include leading `--` or `-` ### [`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>` ### [`v4.5.30`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4530---2025-02-17) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.29...v4.5.30) ##### Fixes - *(assert)* Allow `num_args(0..=1)` to be used with `SetTrue` - *(assert)* Clean up rendering of `takes_values` assertions ### [`v4.5.29`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.28...v4.5.29) ##### Fixes - Change `ArgMatches::args_present` so not-present flags are considered not-present (matching the documentation) ### [`v4.5.28`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4528---2025-02-03) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.27...v4.5.28) ##### Features - *(derive)* Unstable support for full markdown syntax for doc comments, enabled with `unstable-markdown` ### [`v4.5.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27) ##### Documentation - Iterate on tutorials and reference based on feedback </details> <details> <summary>orhun/git-cliff (git-cliff-core)</summary> ### [`v2.10.1`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#2101---2025-09-21) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.10.0...v2.10.1) ##### ⛰️ Features - *(cli)* Honor XDG_CONFIG_HOME on macOS ([#&#8203;1259](https://github.com/orhun/git-cliff/issues/1259)) - ([6b8f1dc](https://github.com/orhun/git-cliff/commit/6b8f1dc515ed18792128aeaecf6f483a47989165)) - *(lib)* Add 'integrations' feature flag for enabling all integrations ([#&#8203;1263](https://github.com/orhun/git-cliff/issues/1263)) - ([3b98d19](https://github.com/orhun/git-cliff/commit/3b98d19d25738f33be8c1f7ebb078987f97abc7f)) ##### 🐛 Bug Fixes - *(config)* Link to tree link for first tag in keepachangelog template ([#&#8203;1250](https://github.com/orhun/git-cliff/issues/1250)) - ([c0c4bf7](https://github.com/orhun/git-cliff/commit/c0c4bf71aaebb2d1ffa96edc117225b01b9a50d4)) ##### 📚 Documentation - *(website)* Add a FAQ section for commit and PR strategies ([#&#8203;1218](https://github.com/orhun/git-cliff/issues/1218)) - ([d822586](https://github.com/orhun/git-cliff/commit/d822586cc99d438136939f416d6e7eb1d6e27d36)) - *(website)* Add missing gitea feature flag ([#&#8203;1262](https://github.com/orhun/git-cliff/issues/1262)) - ([20295ac](https://github.com/orhun/git-cliff/commit/20295ac3409106c9a36f2fc0b866fdc30fb9d3a8)) - *(website)* Add note about nested submodules - ([524f51f](https://github.com/orhun/git-cliff/commit/524f51fb60baf57b61b0df3ee56e8289fb50185f)) - *(website)* Update git-cliff-action to v4 ([#&#8203;1241](https://github.com/orhun/git-cliff/issues/1241)) - ([9857d86](https://github.com/orhun/git-cliff/commit/9857d8602129bd1a75144f5a55ba22876a6140a2)) - *(website)* Add note about next version being checked - ([05eb192](https://github.com/orhun/git-cliff/commit/05eb1923aef586d7fabf14c9894af43da5124d76)) ##### ⚙️ Miscellaneous Tasks - *(cd)* Update windows runners to windows-2025 - ([3819a0b](https://github.com/orhun/git-cliff/commit/3819a0bafb1afba67ceee48bc64c5c2d15e9cf15)) - *(examples)* Improve the GitHub templates ([#&#8203;1249](https://github.com/orhun/git-cliff/issues/1249)) - ([c86647d](https://github.com/orhun/git-cliff/commit/c86647d173b2e3640bdd86c982e485cdb94e7130)) - *(typescript)* Update execa to v9 ([#&#8203;1228](https://github.com/orhun/git-cliff/issues/1228)) - ([44c8eec](https://github.com/orhun/git-cliff/commit/44c8eecc134ae33627619bad0d79bf9653442805)) ##### ◀️ Revert - *(repo)* Use the correct order while diffing paths ([#&#8203;1188](https://github.com/orhun/git-cliff/issues/1188)) ([#&#8203;1257](https://github.com/orhun/git-cliff/issues/1257)) - ([fb61cb5](https://github.com/orhun/git-cliff/commit/fb61cb51aa3223eca231f172f655c75ea03255b0)) ### [`v2.10.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#2100---2025-07-27) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.9.1...v2.10.0) ##### ⛰️ Features - *(config)* Support using include and exclude paths in the config ([#&#8203;1173](https://github.com/orhun/git-cliff/issues/1173)) - ([7c2f922](https://github.com/orhun/git-cliff/commit/7c2f9225f363d5727dcb557b9c708f0023598777)) - *(parser)* Support regex matching on JSON arrays with scalar elements ([#&#8203;1163](https://github.com/orhun/git-cliff/issues/1163)) - ([dc458ea](https://github.com/orhun/git-cliff/commit/dc458eab65b711841ba996209404534a254b1775)) - *(template)* Support adding commit statistics to the changelog ([#&#8203;1151](https://github.com/orhun/git-cliff/issues/1151)) - ([05a50d7](https://github.com/orhun/git-cliff/commit/05a50d7d9aef7f80dede9a29eac079c4837d08f9)) ##### 🐛 Bug Fixes - *(config)* \[**breaking**] Use empty header and footer as default ([#&#8203;1161](https://github.com/orhun/git-cliff/issues/1161)) ([#&#8203;1172](https://github.com/orhun/git-cliff/issues/1172)) - ([3e9311e](https://github.com/orhun/git-cliff/commit/3e9311ea8ad23da7c09f0771686bd36b24e92265)) - *(config)* Check if commit.footers is defined in detailed example ([#&#8203;1170](https://github.com/orhun/git-cliff/issues/1170)) - ([078545f](https://github.com/orhun/git-cliff/commit/078545f55facbd0a82717b723e98589155bedd7e)) - *(fixtures)* Update expected.md after config change ([#&#8203;1176](https://github.com/orhun/git-cliff/issues/1176)) - ([76d3e81](https://github.com/orhun/git-cliff/commit/76d3e819b126837d7d8541c18c083cdd9f80ec62)) - *(generation)* Ensure skip_tags condition is evaluated first ([#&#8203;1190](https://github.com/orhun/git-cliff/issues/1190)) - ([318be66](https://github.com/orhun/git-cliff/commit/318be6637609c289cf58270222f1fcd29bf893ec)) - *(repo)* Use the correct order while diffing paths ([#&#8203;1188](https://github.com/orhun/git-cliff/issues/1188)) - ([ff6c310](https://github.com/orhun/git-cliff/commit/ff6c3105012b5827145ba4bf2bb660cce0b9c7bf)) ##### 🚜 Refactor - *(ci)* Apply security best practices ([#&#8203;1180](https://github.com/orhun/git-cliff/issues/1180)) - ([a32deca](https://github.com/orhun/git-cliff/commit/a32deca80823cf99fd968647217f72fa58c8ccc2)) - *(config)* Implement FromStr instead of Config::parse_from_str() ([#&#8203;1185](https://github.com/orhun/git-cliff/issues/1185)) - ([692345e](https://github.com/orhun/git-cliff/commit/692345e4454127e31c44fe46aaccc065ac0854cc)) - *(test)* Standardize unit tests for commit module ([#&#8203;1147](https://github.com/orhun/git-cliff/issues/1147)) - ([0446d6a](https://github.com/orhun/git-cliff/commit/0446d6a95fbba03ca17c14b2cc2da48aa06abe6f)) ##### 📚 Documentation - *(context)* Add example usage for statistics ([#&#8203;1162](https://github.com/orhun/git-cliff/issues/1162)) - ([4f7379a](https://github.com/orhun/git-cliff/commit/4f7379a73160d23dcdcca24b63758958e5ca974f)) - *(quickstart)* Remove repetitive words ([#&#8203;1200](https://github.com/orhun/git-cliff/issues/1200)) - ([434f9ee](https://github.com/orhun/git-cliff/commit/434f9ee50709ccb07d0b72fe717c6e2309de3320)) - *(readme)* Fix twitter badge ([#&#8203;1164](https://github.com/orhun/git-cliff/issues/1164)) - ([68bd85e](https://github.com/orhun/git-cliff/commit/68bd85ed8cd0277bdde19a252091e29ccd9fd8d7)) - *(readme)* Polish badges ([#&#8203;1159](https://github.com/orhun/git-cliff/issues/1159)) - ([941cc2b](https://github.com/orhun/git-cliff/commit/941cc2b76084d4e4ab177cbe548bdc5e687f9ae1)) - *(remote)* Fix inconsistency in remote integration documentation ([#&#8203;1165](https://github.com/orhun/git-cliff/issues/1165)) - ([deb29dc](https://github.com/orhun/git-cliff/commit/deb29dc3fc04b0aefb140bfed0fbbd795a8a2452)) - *(website)* Add highlights for 2.10.0 ([#&#8203;1225](https://github.com/orhun/git-cliff/issues/1225)) - ([a3fe8c9](https://github.com/orhun/git-cliff/commit/a3fe8c95fec8dad9f048626f4b2b1aec9b895cf4)) - *(website)* Add installation instructions for gentoo-linux ([#&#8203;1203](https://github.com/orhun/git-cliff/issues/1203)) - ([07fe6bf](https://github.com/orhun/git-cliff/commit/07fe6bfb7624688c99879e761e124ae092afb737)) ##### 🎨 Styling - *(formatting)* Use spaces instead of tabs ([#&#8203;1184](https://github.com/orhun/git-cliff/issues/1184)) - ([0027300](https://github.com/orhun/git-cliff/commit/00273009e7553229bccc02e9f4a00d6f8acb9cd5)) ##### 🧪 Testing - *(fixture)* Add test fixture for overriding the conventional scope ([#&#8203;1166](https://github.com/orhun/git-cliff/issues/1166)) - ([cb84a08](https://github.com/orhun/git-cliff/commit/cb84a08e60ca4c0f6108c95b4f2a62d47069014b)) ##### ⚙️ Miscellaneous Tasks - *(build)* Bump MSRV to 1.85.1 - ([d8279d4](https://github.com/orhun/git-cliff/commit/d8279d4d047ebf9e7c00948bbba266ccc75d262a)) - *(cd)* Use macos-15 runner - ([c156fc5](https://github.com/orhun/git-cliff/commit/c156fc5edb405737b62a802ed9b1e91f9789ef9b)) - *(cd)* Re-enable sccache for maturin - ([871c3c9](https://github.com/orhun/git-cliff/commit/871c3c949d9f0cb23600a0f4d16e360d20d32ad7)) - *(crate)* Remove Rust nightly requirement - ([4f3e5af](https://github.com/orhun/git-cliff/commit/4f3e5af46bb51e412dff88001b3d135d8575bbe8)) - *(fixture)* Update test-regex-json-array fixture ([#&#8203;1178](https://github.com/orhun/git-cliff/issues/1178)) - ([95f4056](https://github.com/orhun/git-cliff/commit/95f40563a3a9607143e0acc03e81bdeef479bf09)) - *(format)* Format module imports for readability ([#&#8203;1183](https://github.com/orhun/git-cliff/issues/1183)) - ([6db7d49](https://github.com/orhun/git-cliff/commit/6db7d49488a248a2fab010480cb955621d4bcf5a)) - *(git)* Add .git-blame-ignore-revs - ([5b64131](https://github.com/orhun/git-cliff/commit/5b641319336485bbf1294c5da2e9f95378799864)) - *(npm)* Bump git-cliff to 2.9.1 ([#&#8203;1156](https://github.com/orhun/git-cliff/issues/1156)) - ([e13b158](https://github.com/orhun/git-cliff/commit/e13b158744bddb17154963f777cb58b4ba424205)) - *(website)* Update the node version - ([566c2a1](https://github.com/orhun/git-cliff/commit/566c2a11ebda002eae566b06d19263bdfa03af30)) ### [`v2.9.1`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#291---2025-06-03) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.9.0...v2.9.1) ##### 🐛 Bug Fixes - *(cd)* Upgrade bump-homebrew-formula-action to fix import error - ([2da982f](https://github.com/orhun/git-cliff/commit/2da982f3e7c27ea86eb87625d7371a9bea6587db)) - *(cd)* Disable sccache for maturin - ([f0a2dc6](https://github.com/orhun/git-cliff/commit/f0a2dc6b08f97f3d96e1a33d60a8a56c97c2339b)) ### [`v2.9.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#290---2025-06-02) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.8.0...v2.9.0) ##### ⛰️ Features - *(changelog)* Support recursing into submodules ([#&#8203;1082](https://github.com/orhun/git-cliff/issues/1082)) - ([4a3c0c0](https://github.com/orhun/git-cliff/commit/4a3c0c0312491a8767645ed4d41b2016049dbe4b)) - *(config)* Support configuring with a remote URL ([#&#8203;1083](https://github.com/orhun/git-cliff/issues/1083)) - ([eb9b6bd](https://github.com/orhun/git-cliff/commit/eb9b6bdff712f63bac74b76e3dfbdc8ef1b3ccc8)) - *(config)* Add `require_conventional` option ([#&#8203;1061](https://github.com/orhun/git-cliff/issues/1061)) - ([bf50336](https://github.com/orhun/git-cliff/commit/bf50336f5997c28fc95c03eb14b9e70d5d3edddf)) - *(context)* Add release commit range ([#&#8203;1138](https://github.com/orhun/git-cliff/issues/1138)) - ([3dab0d1](https://github.com/orhun/git-cliff/commit/3dab0d1a5dec3a54c390c1ebdee7ef5131afd162)) - *(git)* Support disabling sorting commits topologically ([#&#8203;804](https://github.com/orhun/git-cliff/issues/804)) ([#&#8203;1121](https://github.com/orhun/git-cliff/issues/1121)) - ([c3e25c3](https://github.com/orhun/git-cliff/commit/c3e25c31ee66b86b0e631e023bb4b687f606c599)) - *(remote)* Fetch commits from non-default branches using remotes ([#&#8203;1086](https://github.com/orhun/git-cliff/issues/1086)) - ([aec41be](https://github.com/orhun/git-cliff/commit/aec41befc701e786c01ec4ba5399c67df1981779)) ##### 🐛 Bug Fixes - *(bump)* Check the next version against tag_pattern regex ([#&#8203;1070](https://github.com/orhun/git-cliff/issues/1070)) - ([c4f0d28](https://github.com/orhun/git-cliff/commit/c4f0d28c39f34bc886c00c51cdeff851beda93de)) - *(bump)* Accept lowercase values for bump_type config ([#&#8203;1101](https://github.com/orhun/git-cliff/issues/1101)) - ([77632b2](https://github.com/orhun/git-cliff/commit/77632b276001a879ed4e3328a38a1cedfef67ca3)) - *(deps)* Make glob dependency mandatory ([#&#8203;1035](https://github.com/orhun/git-cliff/issues/1035)) - ([0f653bf](https://github.com/orhun/git-cliff/commit/0f653bf13a52543c5ef492c2d4e81ad085b19321)) - *(fixtures)* Evaluate the rc of git-cliff correctly ([#&#8203;1104](https://github.com/orhun/git-cliff/issues/1104)) - ([fa54a6a](https://github.com/orhun/git-cliff/commit/fa54a6adbcb8704ee828450f110516ccbb4067de)) - *(fixtures)* Use the correct syntax while checking fixture results ([#&#8203;1099](https://github.com/orhun/git-cliff/issues/1099)) - ([51af66e](https://github.com/orhun/git-cliff/commit/51af66e30668c3ec8e1336d7a26a7a5d35fcdb76)) - *(git)* Handle worktrees while retrieving the path of repository ([#&#8203;1054](https://github.com/orhun/git-cliff/issues/1054)) - ([fab02b0](https://github.com/orhun/git-cliff/commit/fab02b09833eb18be6ca540a436b254d13d7c678)) - *(remote)* Fix detection of GitLab merge request sha if commits were squashed ([#&#8203;1043](https://github.com/orhun/git-cliff/issues/1043)) - ([5f3a3d0](https://github.com/orhun/git-cliff/commit/5f3a3d0b4dbae5ec3239c79148258ba4fb47f376)) - *(submodules)* Fix submodules handling when using custom range ([#&#8203;1136](https://github.com/orhun/git-cliff/issues/1136)) - ([451a694](https://github.com/orhun/git-cliff/commit/451a694ad4d9db1f0545ef92bd0c6643b3d26600)) - *(template)* Correctly serialize JSON for the commit fields ([#&#8203;1145](https://github.com/orhun/git-cliff/issues/1145)) - ([e981e1d](https://github.com/orhun/git-cliff/commit/e981e1d1b27a65fc2d2fd51b025c27692a6c8910)) ##### 🚜 Refactor - *(config)* Initialize config structs with default values ([#&#8203;1090](https://github.com/orhun/git-cliff/issues/1090)) - ([9e4bd07](https://github.com/orhun/git-cliff/commit/9e4bd077b5a18922021afd8ffd671b7d7958ee5c)) - *(lint)* Apply clippy suggestions - ([4d3b2d5](https://github.com/orhun/git-cliff/commit/4d3b2d5abefeb3bccf8b8d9faf16d4efd572f3c4)) - *(lint)* Use IOError::other ([#&#8203;1074](https://github.com/orhun/git-cliff/issues/1074)) - ([30e8193](https://github.com/orhun/git-cliff/commit/30e81930860105f081205ba5c90d1ea5e4b81d48)) ##### 📚 Documentation - *(config)* Fix typo on commit.links ([#&#8203;1132](https://github.com/orhun/git-cliff/issues/1132)) - ([cbeca6d](https://github.com/orhun/git-cliff/commit/cbeca6da93b25a0f2fce38de6e87571268d8d17e)) - *(config)* Update comments for all configuration options ([#&#8203;1057](https://github.com/orhun/git-cliff/issues/1057)) - ([63129ce](https://github.com/orhun/git-cliff/commit/63129ce0c481c00c06bc9ee6271da76e99a6e933)) - *(quickstart)* Clarify git-cliff command ([#&#8203;1051](https://github.com/orhun/git-cliff/issues/1051)) - ([cd26bb2](https://github.com/orhun/git-cliff/commit/cd26bb2de35ebd6ba293ee969c3796ac32a08e21)) - *(readme)* Add blog posts from the community ([#&#8203;1102](https://github.com/orhun/git-cliff/issues/1102)) - ([f302e43](https://github.com/orhun/git-cliff/commit/f302e433d52bed284e97bd75e92589773b52f44f)) - *(release)* Fix Docker Hub URL - ([9babe06](https://github.com/orhun/git-cliff/commit/9babe0649c365f6c499ec6db62450625d8a21987)) - *(security)* Extend security policy ([#&#8203;1142](https://github.com/orhun/git-cliff/issues/1142)) - ([4c3c946](https://github.com/orhun/git-cliff/commit/4c3c94692d88ee3d9d2931cabeeec67946aba381)) - *(website)* Add highlights for 2.9.0 ([#&#8203;1153](https://github.com/orhun/git-cliff/issues/1153)) - ([d7f9cf5](https://github.com/orhun/git-cliff/commit/d7f9cf5a02980289efdbf1999011cb69034dd4c7)) - *(website)* Remove references of tj-actions ([#&#8203;1097](https://github.com/orhun/git-cliff/issues/1097)) - ([729aa47](https://github.com/orhun/git-cliff/commit/729aa47797bfc073850eb24745e692244f4a6381)) ##### ⚙️ Miscellaneous Tasks - *(dependabot)* Make dependency updates less noisy - ([cdce20f](https://github.com/orhun/git-cliff/commit/cdce20f39104b797c17a85aa5988c608f3437e11)) - *(dependabot)* Check dependency updates weekly - ([b8be055](https://github.com/orhun/git-cliff/commit/b8be05542f0f8362522794c155bf0e0445bcee22)) - *(docs)* Fix some typos ([#&#8203;1149](https://github.com/orhun/git-cliff/issues/1149)) - ([7148b2d](https://github.com/orhun/git-cliff/commit/7148b2dbff518eb71c276f3c256db49970730863)) - *(project)* Migrate to Rust 2024 edition ([#&#8203;1128](https://github.com/orhun/git-cliff/issues/1128)) - ([4445f06](https://github.com/orhun/git-cliff/commit/4445f063518bd8514ac19381e3ee6c61828c72a9)) ### [`v2.8.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#280---2025-01-24) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.7.0...v2.8.0) ##### ⛰️ Features - *(cli)* Support initializing config with a custom filename ([#&#8203;992](https://github.com/orhun/git-cliff/issues/992)) - ([76bf9cf](https://github.com/orhun/git-cliff/commit/76bf9cf7aa26b58f2ae68edd007c9885b02af616)) - *(config)* Discover the configuration file when run in a sub directory - ([a23eeb4](https://github.com/orhun/git-cliff/commit/a23eeb480961cd2b252acb7e1e6dc38807458e57)) - *(git)* Improve the set commit range error ([#&#8203;990](https://github.com/orhun/git-cliff/issues/990)) - ([f29e815](https://github.com/orhun/git-cliff/commit/f29e8150a8166d7364ed71b24675136d2e9bd382)) - *(monorepo)* Automatically set include-path for current directory - ([ceda1f7](https://github.com/orhun/git-cliff/commit/ceda1f753adc3459b88417ae363410d2586a33af)) - *(remote)* Support enabling native TLS ([#&#8203;1021](https://github.com/orhun/git-cliff/issues/1021)) - ([fe7c464](https://github.com/orhun/git-cliff/commit/fe7c464c3bdbfd4e49f596615d6736ea441a4d16)) - *(repo)* Allow running from sub directories ([#&#8203;975](https://github.com/orhun/git-cliff/issues/975)) - ([98453b3](https://github.com/orhun/git-cliff/commit/98453b3eee754e1ffe08b685d84c039b17ac8e5e)) ##### 🐛 Bug Fixes - *(config)* Allow environment overwrites when using builtin config ([#&#8203;961](https://github.com/orhun/git-cliff/issues/961)) - ([7ba3b55](https://github.com/orhun/git-cliff/commit/7ba3b55448bdbf7a4a475df2081b6d7c2e2ceb34)) - *(docker)* Use the correct Debian runner - ([36ad993](https://github.com/orhun/git-cliff/commit/36ad993d5956270c0df8c12d201068c1b4d7c580)) - *(fixtures)* Update the arguments for custom GitLab API fixture test - ([e522f8d](https://github.com/orhun/git-cliff/commit/e522f8d9f1efddc43a15120e52a2f1b426468b56)) - *(monorepo)* Do not set include-path if workdir is set ([#&#8203;1022](https://github.com/orhun/git-cliff/issues/1022)) - ([20483be](https://github.com/orhun/git-cliff/commit/20483be93fbcd33eae3b7b54f625e53796281aff)) - *(remote)* Fix detection of GitLab merge request sha ([#&#8203;968](https://github.com/orhun/git-cliff/issues/968)) - ([1297655](https://github.com/orhun/git-cliff/commit/12976550d35bad8d535518010046bd136875736b)) ##### 🚜 Refactor - *(lib)* Add changelog modifier callback to run function ([#&#8203;922](https://github.com/orhun/git-cliff/issues/922)) - ([2321882](https://github.com/orhun/git-cliff/commit/2321882b12cc6aae03fbd4f7ea3e131fc8763631)) - *(lint)* Use a shared lint config for the workspace - ([bfc1d4f](https://github.com/orhun/git-cliff/commit/bfc1d4fb8f8bd8faa350ec217f4d09d57c20b12d)) - *(lint)* Apply clippy suggestions - ([299a1c7](https://github.com/orhun/git-cliff/commit/299a1c74b28ac41015bc436de6d37b5ef5d59b04)) ##### 📚 Documentation - *(docker)* Fix typo in comment ([#&#8203;959](https://github.com/orhun/git-cliff/issues/959)) - ([dbda091](https://github.com/orhun/git-cliff/commit/dbda091aa15806523c2be371ec8a31fbba4ccdc7)) - *(highlights)* Add link to the Nix flake - ([c449229](https://github.com/orhun/git-cliff/commit/c449229513da7444ea02fe275f410e4b2048c9ff)) - *(jujutsu)* Update links to the upstream documentation - ([ed6b646](https://github.com/orhun/git-cliff/commit/ed6b64628f4bfd21b32021b3decf842ae14c9f51)) - *(lib)* Allow doc lint - ([62a6d3e](https://github.com/orhun/git-cliff/commit/62a6d3e20cf72c8e2dcc7938894c5c65278e6c4e)) - *(license)* Update copyright years - ([8178c9b](https://github.com/orhun/git-cliff/commit/8178c9b2ca41fb0b974d3387e07b3067256bdb0b)) - *(tips)* Extend the merge commit filter example ([#&#8203;963](https://github.com/orhun/git-cliff/issues/963)) - ([09c0f90](https://github.com/orhun/git-cliff/commit/09c0f905d8b20b585b0bc8183f14250d1a381ca0)) - *(website)* Add highlights for 2.8.0 ([#&#8203;1023](https://github.com/orhun/git-cliff/issues/1023)) - ([32dc15e](https://github.com/orhun/git-cliff/commit/32dc15efe5ea8be8f1691fbc16d9e5aaa1c5ebdc)) ##### 🧪 Testing - *(fixture)* Add fixture for include-path - ([e85888f](https://github.com/orhun/git-cliff/commit/e85888f5d8dbd4db0674613c4c354416a9be84d1)) ##### ⚙️ Miscellaneous Tasks - *(build)* Bump MSRV to 1.83.0 - ([37598c2](https://github.com/orhun/git-cliff/commit/37598c2d417a1646ec90590ab2a1f6d9da66296c)) - *(docker)* Bump the Rust version in Docker image - ([729f433](https://github.com/orhun/git-cliff/commit/729f4336d169e9fc5cdefdb201208638eee17995)) - *(funding)* Add wellKnown directory - ([8704518](https://github.com/orhun/git-cliff/commit/8704518fb71b88fa8985c660e67f77d9a33431c8)) - *(lint)* Allow false positive lint - ([1b779a6](https://github.com/orhun/git-cliff/commit/1b779a698f845cb449da0640aeac45d53c6c43b9)) - *(nix)* Update flakes - ([22fbe9d](https://github.com/orhun/git-cliff/commit/22fbe9dafbbeaa4bd68082787ea8231dbe12c9ae)) </details> <details> <summary>taiki-e/parse-changelog (parse-changelog)</summary> ### [`v0.6.14`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0614---2025-09-20) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.13...v0.6.14) - Switch `serde` feature to depend on `serde_core` to improve compile time when `derive` feature of `serde` is enabled. ### [`v0.6.13`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0613---2025-09-07) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.12...v0.6.13) ##### CLI - Distribute prebuilt binaries for powerpc64le/riscv64gc/s390x Linux. - Improve performance for `--json` option. ### [`v0.6.12`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0612---2025-02-06) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.11...v0.6.12) - Reduce size of `Error` type. - Documentation improvements. ### [`v0.6.11`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0611---2025-01-19) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.10...v0.6.11) ##### CLI - Accept non-UTF-8 changelog path. - Remove dependency on `anyhow` (previously used in CLI (`default` feature)). - Diagnostic improvements. </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.12.2`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1122-2025-10-13) [Compare Source](https://github.com/rust-lang/regex/compare/1.12.1...1.12.2) \=================== This release fixes a `cargo doc` breakage on nightly when `--cfg docsrs` is enabled. This caused documentation to fail to build on docs.rs. Bug fixes: - [BUG #&#8203;1305](https://github.com/rust-lang/regex/issues/1305): Switches the `doc_auto_cfg` feature to `doc_cfg` on nightly for docs.rs builds. ### [`v1.12.1`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1121-2025-10-10) [Compare Source](https://github.com/rust-lang/regex/compare/1.12.0...1.12.1) \=================== This release makes a bug fix in the new `regex::Captures::get_match` API introduced in `1.12.0`. There was an oversight with the lifetime parameter for the `Match` returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the `1.12.0` release, I think this is fine. ### [`v1.12.0`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1120-2025-10-10) [Compare Source](https://github.com/rust-lang/regex/compare/1.11.3...1.12.0) \=================== This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new `regex::Captures::get_match` API. Improvements: - [FEATURE #&#8203;1146](https://github.com/rust-lang/regex/issues/1146): Add `Capture::get_match` for returning the overall match without `unwrap()`. Bug fixes: - [BUG #&#8203;1083](https://github.com/rust-lang/regex/issues/1083): Fixes a panic in the lazy DFA (can only occur for especially large regexes). - [BUG #&#8203;1116](https://github.com/rust-lang/regex/issues/1116): Fixes a memory usage regression for large regexes (introduced in `regex 1.9`). - [BUG #&#8203;1195](https://github.com/rust-lang/regex/issues/1195): Fix universal start states in sparse DFA. - [BUG #&#8203;1295](https://github.com/rust-lang/regex/pull/1295): Fixes a panic when deserializing a corrupted dense DFA. - [BUG 8f5d9479](https://github.com/rust-lang/regex/commit/8f5d9479d0f1da5726488a530d7fd66a73d05b80): Make `regex_automata::meta::Regex::find` consistently return `None` when `WhichCaptures::None` is used. ### [`v1.11.3`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1113-2025-09-25) [Compare Source](https://github.com/rust-lang/regex/compare/1.11.2...1.11.3) \=================== This is a small patch release with an improvement in memory usage in some cases. Improvements: - [BUG #&#8203;1297](https://github.com/rust-lang/regex/issues/1297): Improve memory usage by trimming excess memory capacity in some spots. ### [`v1.11.2`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1112-2025-08-24) [Compare Source](https://github.com/rust-lang/regex/compare/1.11.1...1.11.2) \=================== This is a new patch release of `regex` with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using `std::sync::LazyLock`. Improvements: - [BUG #&#8203;1217](https://github.com/rust-lang/regex/issues/1217): Switch recommendation from `once_cell` to `std::sync::LazyLock`. - [BUG #&#8203;1225](https://github.com/rust-lang/regex/issues/1225): Add `DFA::set_prefilter` to `regex-automata`. Bug fixes: - [BUG #&#8203;1165](https://github.com/rust-lang/regex/pull/1150): Remove `std` dependency from `perf-literal-multisubstring` crate feature. - [BUG #&#8203;1165](https://github.com/rust-lang/regex/pull/1165): Clarify the meaning of `(?R)$` in the documentation. - [BUG #&#8203;1281](https://github.com/rust-lang/regex/pull/1281): Remove `fuzz/` and `record/` directories from published crate on crates.io. </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.24`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01224) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24) - Refactor cookie handling to an internal middleware. - Refactor internal random generator. - Refactor base64 encoding to reduce a copy. - Documentation updates. ### [`v0.12.23`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01223) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.22...v0.12.23) - Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket. - Add `ClientBuilder::retry(policy)` and `reqwest::retry::Builder` to configure automatic retries. - Add `ClientBuilder::dns_resolver2()` with more ergonomic argument bounds, allowing more resolver implementations. - Add `http3_*` options to `blocking::ClientBuilder`. - Fix default TCP timeout values to enabled and faster. - Fix SOCKS proxies to default to port 1080 - (wasm) Add cache methods to `RequestBuilder`. ### [`v0.12.22`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01222) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22) - Fix socks proxies when resolving IPv6 destinations. ### [`v0.12.21`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01221) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.20...v0.12.21) - Fix socks proxy to use `socks4a://` instead of `socks4h://`. - Fix `Error::is_timeout()` to check for hyper and IO timeouts too. - Fix request `Error` to again include URLs when possible. - Fix socks connect error to include more context. - (wasm) implement `Default` for `Body`. ### [`v0.12.20`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01220) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20) - Add `ClientBuilder::tcp_user_timeout(Duration)` option to set `TCP_USER_TIMEOUT`. - Fix proxy headers only using the first matched proxy. - (wasm) Fix re-adding `Error::is_status()`. ### [`v0.12.19`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01219) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.18...v0.12.19) - Fix redirect that changes the method to GET should remove payload headers. - Fix redirect to only check the next scheme if the policy action is to follow. - (wasm) Fix compilation error if `cookies` feature is enabled (by the way, it's a noop feature in wasm). ### [`v0.12.18`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01218) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.17...v0.12.18) - Fix compilation when `socks` enabled without TLS. ### [`v0.12.17`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01217) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.16...v0.12.17) - Fix compilation on macOS. ### [`v0.12.16`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01216) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.15...v0.12.16) - Add `ClientBuilder::http3_congestion_bbr()` to enable BBR congestion control. - Add `ClientBuilder::http3_send_grease()` to configure whether to send use QUIC grease. - Add `ClientBuilder::http3_max_field_section_size()` to configure the maximum response headers. - Add `ClientBuilder::tcp_keepalive_interval()` to configure TCP probe interval. - Add `ClientBuilder::tcp_keepalive_retries()` to configure TCP probe count. - Add `Proxy::headers()` to add extra headers that should be sent to a proxy. - Fix `redirect::Policy::limit()` which had an off-by-1 error, allowing 1 more redirect than specified. - Fix HTTP/3 to support streaming request bodies. - (wasm) Fix null bodies when calling `Response::bytes_stream()`. ### [`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>dtolnay/semver (semver)</summary> ### [`v1.0.27`](https://github.com/dtolnay/semver/releases/tag/1.0.27) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.26...1.0.27) - Switch serde dependency to serde_core ([#&#8203;333](https://github.com/dtolnay/semver/issues/333)) ### [`v1.0.26`](https://github.com/dtolnay/semver/releases/tag/1.0.26) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.25...1.0.26) - Documentation improvements ### [`v1.0.25`](https://github.com/dtolnay/semver/releases/tag/1.0.25) [Compare Source](https://github.com/dtolnay/semver/compare/1.0.24...1.0.25) - Enable serde impls on play.rust-lang.org ([#&#8203;330](https://github.com/dtolnay/semver/issues/330), thanks [@&#8203;jofas](https://github.com/jofas)) </details> <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.23.7`](https://github.com/toml-rs/toml/compare/v0.23.6...v0.23.7) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.6...v0.23.7) ### [`v0.23.6`](https://github.com/toml-rs/toml/compare/v0.23.5...v0.23.6) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.5...v0.23.6) ### [`v0.23.5`](https://github.com/toml-rs/toml/compare/v0.23.4...v0.23.5) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.4...v0.23.5) ### [`v0.23.4`](https://github.com/toml-rs/toml/compare/v0.23.3...v0.23.4) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.3...v0.23.4) ### [`v0.23.3`](https://github.com/toml-rs/toml/compare/v0.23.2...v0.23.3) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.2...v0.23.3) ### [`v0.23.2`](https://github.com/toml-rs/toml/compare/v0.23.1...v0.23.2) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.1...v0.23.2) ### [`v0.23.1`](https://github.com/toml-rs/toml/compare/v0.23.0...v0.23.1) [Compare Source](https://github.com/toml-rs/toml/compare/v0.23.0...v0.23.1) ### [`v0.23.0`](https://github.com/toml-rs/toml/compare/v0.22.27...v0.23.0) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.27...v0.23.0) ### [`v0.22.27`](https://github.com/toml-rs/toml/compare/v0.22.26...v0.22.27) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.26...v0.22.27) ### [`v0.22.26`](https://github.com/toml-rs/toml/compare/v0.22.25...v0.22.26) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.25...v0.22.26) ### [`v0.22.25`](https://github.com/toml-rs/toml/compare/v0.22.24...v0.22.25) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.24...v0.22.25) ### [`v0.22.24`](https://github.com/toml-rs/toml/compare/v0.22.23...v0.22.24) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.23...v0.22.24) ### [`v0.22.23`](https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.23) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.23) </details> <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.7`](https://github.com/servo/rust-url/releases/tag/v2.5.7) #### What's Changed ##### v.2.5.6 - Bump versions by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/1062 - version bump to 2.5.6 by [@&#8203;edgul](https://github.com/edgul) in https://github.com/servo/rust-url/pull/1065 - Use no-std instead of no_std in Cargo.toml by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/1064 - fix: add Serde std feature if needed by [@&#8203;reneca](https://github.com/reneca) in https://github.com/servo/rust-url/pull/1068 ##### v.2.5.7 - make serde std feature use optional syntax by [@&#8203;klensy](https://github.com/klensy) in https://github.com/servo/rust-url/pull/1071 #### New Contributors - [@&#8203;reneca](https://github.com/reneca) made their first contribution in https://github.com/servo/rust-url/pull/1068 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.5...v2.5.7 ### [`v2.5.5`](https://github.com/servo/rust-url/releases/tag/v2.5.5) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5) #### What's Changed - ci: downgrade crates when building for Rust 1.67.0 by [@&#8203;mxinden](https://github.com/mxinden) in https://github.com/servo/rust-url/pull/1003 - ci: run unit tests with sanitizers by [@&#8203;mxinden](https://github.com/mxinden) in https://github.com/servo/rust-url/pull/1002 - fix small typo by [@&#8203;hkBst](https://github.com/hkBst) in https://github.com/servo/rust-url/pull/1011 - chore: fix clippy errors on main by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1019 - perf: remove heap allocation in parse_query by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1020 - perf: slightly improve parsing a port by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1022 - perf: improve to_file_path() by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1018 - perf: make parse_scheme slightly faster by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1025 - update LICENSE-MIT by [@&#8203;wmjae](https://github.com/wmjae) in https://github.com/servo/rust-url/pull/1029 - perf: url encode path segments in longer string slices by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1026 - Disable the default features on serde by [@&#8203;rilipco](https://github.com/rilipco) in https://github.com/servo/rust-url/pull/1033 - docs: base url relative join by [@&#8203;tisonkun](https://github.com/tisonkun) in https://github.com/servo/rust-url/pull/1013 - perf: remove heap allocation in parse_host by [@&#8203;dsherret](https://github.com/dsherret) in https://github.com/servo/rust-url/pull/1021 - Update tests to Unicode 16.0 by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/1045 - Add some some basic functions to `Mime` by [@&#8203;mrobinson](https://github.com/mrobinson) in https://github.com/servo/rust-url/pull/1047 - ran `cargo clippy --fix -- -Wclippy::use_self` by [@&#8203;mrobinson](https://github.com/mrobinson) in https://github.com/servo/rust-url/pull/1048 - Fix MSRV and clippy CI by [@&#8203;Manishearth](https://github.com/Manishearth) in https://github.com/servo/rust-url/pull/1058 - Update `Url::domain` docs to show that it includes subdomain by [@&#8203;supercoolspy](https://github.com/supercoolspy) in https://github.com/servo/rust-url/pull/1057 - set_hostname should error when encountering colon ':' by [@&#8203;edgul](https://github.com/edgul) in https://github.com/servo/rust-url/pull/1060 - version bump to 2.5.5 by [@&#8203;edgul](https://github.com/edgul) in https://github.com/servo/rust-url/pull/1061 #### New Contributors - [@&#8203;mxinden](https://github.com/mxinden) made their first contribution in https://github.com/servo/rust-url/pull/1003 - [@&#8203;hkBst](https://github.com/hkBst) made their first contribution in https://github.com/servo/rust-url/pull/1011 - [@&#8203;wmjae](https://github.com/wmjae) made their first contribution in https://github.com/servo/rust-url/pull/1029 - [@&#8203;rilipco](https://github.com/rilipco) made their first contribution in https://github.com/servo/rust-url/pull/1033 - [@&#8203;tisonkun](https://github.com/tisonkun) made their first contribution in https://github.com/servo/rust-url/pull/1013 - [@&#8203;supercoolspy](https://github.com/supercoolspy) made their first contribution in https://github.com/servo/rust-url/pull/1057 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5 </details> <details> <summary>Ethiraric/yaml-rust2 (yaml-rust2)</summary> ### [`v0.10.4`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0104) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.3...v0.10.4) **Bug fixes** - Parse `True`, `TRUE`, `False` and `FALSE` as bools instead of strings. This is in line with the [core schema](https://yaml.org/spec/1.2.2/#core-schema). ### [`v0.10.3`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0103) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.2...v0.10.3) **Changes** - Exclude `yaml-test-suite` from the Cargo package. This reverts the license changes from last version. - [`399f481`](https://github.com/Ethiraric/yaml-rust2/commit/399f481): Bump `libtest-mimic` from dev-dependencies ### [`v0.10.2`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0102) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.1...v0.10.2) **Bug fixes** - Parse `(?i)[+-]?(?:inf|infinity|nan)` as strings instead of floats **Changes** - Merge license files and respect `yaml-test-suite` MIT license. This means we now correctly state that this crate can not be licensed under only the Apache-2.0 license. ### [`v0.10.1`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0101) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.10.0...v0.10.1) **Bug fixes** - Parse `.NaN` as float instead of `NaN`. ### [`v0.10.0`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v0100) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.9.0...v0.10.0) **Breaking Changes** - Update dependencies. `hashlink` had a bogus requirement of `>= 0.8, < 0.10`, sorry. As mentioned [here](https://github.com/Ethiraric/yaml-rust2/issues/33#issuecomment-2227455469), range requirements shouldn't be used and I haven't been vigilant enough when reviewing. The requirement is now set to `0.10`. **Changes** - Force quotes on `y` and `n` to appease the YAML 1.1 lords. ### [`v0.9.0`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v090) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.8.1...v0.9.0) **Breaking Changes** - Update dependencies. Since `hashlink` is exposed (through `Yaml::Hash`) and has been updated from 0.8.4 to 0.9.1, the new version of `yaml-rust2` will not link properly if you explicitly rely on `hashlink v0.8`. Existing code with v0.8.4 should still compile fine in v0.9.1 (see [hashlink's v0.9.0 changelog](https://github.com/kyren/hashlink/releases/tag/v0.9.0)). **Bug fixes** - ([#&#8203;37](https://github.com/Ethiraric/yaml-rust2/pull/37)) Parse empty scalars as `""` instead of `"~"`. **Features** - Add `Yaml::is_hash`. - Add better doccomments to the `Index` and `IntoIterator` implementations for `Yaml` to better explain their quirks and design decisions. </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kjuulh force-pushed renovate/all from fa21e36032 to f701610f61 2024-04-10 16:07:56 +02:00 Compare
kjuulh changed title from chore(deps): update rust crate anyhow to 1.0.82 to chore(deps): update all dependencies 2024-04-11 00:45:35 +02:00
kjuulh force-pushed renovate/all from f701610f61 to 0e97ab798d 2024-04-11 00:45:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0e97ab798d to cd5a948cd0 2024-04-15 12:14:09 +02:00 Compare
kjuulh force-pushed renovate/all from cd5a948cd0 to 7264e14bca 2024-04-19 00:01:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7264e14bca to e5682dccf6 2024-04-19 04:01:25 +02:00 Compare
kjuulh force-pushed renovate/all from e5682dccf6 to 3b448b636d 2024-04-19 17:01:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3b448b636d to 53b7fa38e9 2024-04-19 20:36:36 +02:00 Compare
kjuulh force-pushed renovate/all from 53b7fa38e9 to a648958985 2024-04-20 05:44:30 +02:00 Compare
kjuulh force-pushed renovate/all from a648958985 to 5f59162a1e 2024-05-02 03:44:14 +02:00 Compare
kjuulh force-pushed renovate/all from 5f59162a1e to 28d9fa3886 2024-05-06 20:26:57 +02:00 Compare
kjuulh force-pushed renovate/all from 28d9fa3886 to 5d6ff6efad 2024-05-07 04:44:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5d6ff6efad to 40e7514522 2024-05-08 02:11:31 +02:00 Compare
kjuulh force-pushed renovate/all from 40e7514522 to 4bfc5083f3 2024-05-11 22:12:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4bfc5083f3 to d427a0eb15 2024-05-15 17:55:31 +02:00 Compare
kjuulh force-pushed renovate/all from d427a0eb15 to 3746435011 2024-05-17 20:25:22 +02:00 Compare
kjuulh force-pushed renovate/all from 3746435011 to d254202bcf 2024-05-18 00:48:35 +02:00 Compare
kjuulh force-pushed renovate/all from d254202bcf to 9f6871f545 2024-05-18 14:33:20 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update caddy docker tag to v2.8 2024-07-06 15:31:19 +02:00
kjuulh force-pushed renovate/all from 9f6871f545 to 1a6a0da99a 2024-07-06 15:31:20 +02:00 Compare
kjuulh changed title from chore(deps): update caddy docker tag to v2.8 to chore(deps): update all dependencies 2024-08-21 22:49:59 +02:00
kjuulh force-pushed renovate/all from 1a6a0da99a to 5368bbee72 2024-08-21 22:50:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5368bbee72 to 23a7494f8b 2024-08-22 00:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 23a7494f8b to 59cfd45d48 2024-08-24 10:38:52 +02:00 Compare
kjuulh force-pushed renovate/all from 59cfd45d48 to 8da874cbcf 2024-09-05 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8da874cbcf to 4f1e636bc4 2024-09-07 02:22:02 +02:00 Compare
kjuulh force-pushed renovate/all from 4f1e636bc4 to 36f12e2da9 2024-09-12 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 36f12e2da9 to bbc0239859 2024-09-15 02:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from bbc0239859 to d4be981940 2024-09-15 06:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from d4be981940 to f64fe7a264 2024-09-16 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from f64fe7a264 to f334e537fa 2024-09-17 02:23:53 +02:00 Compare
kjuulh force-pushed renovate/all from f334e537fa to 023ca7f4a3 2024-09-21 02:45:42 +02:00 Compare
kjuulh force-pushed renovate/all from 023ca7f4a3 to deb2bfce75 2024-09-23 02:30:46 +02:00 Compare
kjuulh force-pushed renovate/all from deb2bfce75 to 8f67527abb 2024-09-25 02:25:32 +02:00 Compare
kjuulh force-pushed renovate/all from 8f67527abb to 04722d54e0 2024-09-26 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from 04722d54e0 to 0785a36456 2024-09-28 02:28:19 +02:00 Compare
kjuulh force-pushed renovate/all from 0785a36456 to 2923b1d2c8 2024-09-29 02:24:51 +02:00 Compare
kjuulh force-pushed renovate/all from 2923b1d2c8 to ffd2680257 2024-09-30 02:22:56 +02:00 Compare
kjuulh force-pushed renovate/all from ffd2680257 to 775fa54b40 2024-09-30 06:22:45 +02:00 Compare
kjuulh force-pushed renovate/all from 775fa54b40 to c70d30dc43 2024-10-01 02:25:53 +02:00 Compare
kjuulh force-pushed renovate/all from c70d30dc43 to bdf58ce04e 2024-10-01 06:23:45 +02:00 Compare
kjuulh force-pushed renovate/all from bdf58ce04e to ceb87cf635 2024-10-02 02:25:03 +02:00 Compare
kjuulh force-pushed renovate/all from ceb87cf635 to c1f5d142d9 2024-10-02 06:22:57 +02:00 Compare
kjuulh force-pushed renovate/all from c1f5d142d9 to aea238634b 2024-10-09 02:24:21 +02:00 Compare
kjuulh force-pushed renovate/all from aea238634b to 2da4bf521f 2024-10-09 06:23:30 +02:00 Compare
kjuulh force-pushed renovate/all from 2da4bf521f to 701044429c 2024-10-17 02:26:52 +02:00 Compare
kjuulh force-pushed renovate/all from 701044429c to d971d0d36c 2024-10-18 02:26:51 +02:00 Compare
kjuulh force-pushed renovate/all from d971d0d36c to cb72699b75 2024-10-19 02:25:34 +02:00 Compare
kjuulh force-pushed renovate/all from cb72699b75 to f96c127afa 2024-10-19 06:25:45 +02:00 Compare
kjuulh force-pushed renovate/all from f96c127afa to adc24725e6 2024-10-23 02:28:18 +02:00 Compare
kjuulh force-pushed renovate/all from adc24725e6 to 010d47b8a8 2024-10-23 06:29:20 +02:00 Compare
kjuulh force-pushed renovate/all from 010d47b8a8 to bbe7e658a4 2024-10-25 02:25:54 +02:00 Compare
kjuulh force-pushed renovate/all from bbe7e658a4 to 1bc6c55d66 2024-10-25 06:24:54 +02:00 Compare
kjuulh force-pushed renovate/all from 1bc6c55d66 to 1329959da6 2024-10-27 02:41:25 +02:00 Compare
kjuulh force-pushed renovate/all from 1329959da6 to af16b188a4 2024-10-27 06:24:32 +01:00 Compare
kjuulh force-pushed renovate/all from af16b188a4 to 3c451607b8 2024-10-29 02:27:41 +01:00 Compare
kjuulh force-pushed renovate/all from 3c451607b8 to f2056edd5c 2024-10-29 06:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from f2056edd5c to 4dda3218de 2024-10-29 06:25:41 +01:00 Compare
kjuulh force-pushed renovate/all from 4dda3218de to c902662371 2024-11-02 02:26:04 +01:00 Compare
kjuulh force-pushed renovate/all from c902662371 to 5b0ecec6a8 2024-11-02 06:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from 5b0ecec6a8 to cbcb19b830 2024-11-05 02:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from cbcb19b830 to 728d160356 2024-11-05 06:21:56 +01:00 Compare
kjuulh force-pushed renovate/all from 728d160356 to 4c1cbcd43b 2024-11-07 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from 4c1cbcd43b to b852d5ac19 2024-11-12 06:22:24 +01:00 Compare
kjuulh force-pushed renovate/all from b852d5ac19 to 18415c4c06 2024-11-14 02:24:46 +01:00 Compare
kjuulh force-pushed renovate/all from 18415c4c06 to 57dddc64e9 2024-11-14 06:28:58 +01:00 Compare
kjuulh force-pushed renovate/all from 57dddc64e9 to 62b673c0d0 2024-11-21 02:23:26 +01:00 Compare
kjuulh force-pushed renovate/all from 62b673c0d0 to 2aad746b46 2024-11-21 06:20:55 +01:00 Compare
kjuulh force-pushed renovate/all from 2aad746b46 to 1c7f2e8dfa 2024-11-23 02:29:48 +01:00 Compare
kjuulh force-pushed renovate/all from 1c7f2e8dfa to ae5821d3d4 2024-11-23 06:32:01 +01:00 Compare
kjuulh force-pushed renovate/all from ae5821d3d4 to 8d3af069f0 2024-11-28 06:25:54 +01:00 Compare
kjuulh force-pushed renovate/all from 8d3af069f0 to 42676d661e 2024-11-30 06:45:27 +01:00 Compare
kjuulh force-pushed renovate/all from 42676d661e to 8e8da7b088 2024-12-04 02:31:12 +01:00 Compare
kjuulh force-pushed renovate/all from 8e8da7b088 to b2b44e9f71 2024-12-04 06:26:08 +01:00 Compare
kjuulh force-pushed renovate/all from b2b44e9f71 to f51b1b530d 2024-12-06 02:32:40 +01:00 Compare
kjuulh force-pushed renovate/all from f51b1b530d to a56e722575 2024-12-06 06:26:22 +01:00 Compare
kjuulh force-pushed renovate/all from a56e722575 to 8577be613e 2024-12-10 02:26:32 +01:00 Compare
kjuulh force-pushed renovate/all from 8577be613e to 424627523f 2024-12-10 06:26:28 +01:00 Compare
kjuulh force-pushed renovate/all from 424627523f to 254cb146ba 2024-12-12 02:27:30 +01:00 Compare
kjuulh force-pushed renovate/all from 254cb146ba to 74ea169917 2024-12-13 02:25:04 +01:00 Compare
kjuulh force-pushed renovate/all from 74ea169917 to 5d72bbcbee 2024-12-13 06:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from 5d72bbcbee to 104cb5b5e4 2024-12-23 02:29:36 +01:00 Compare
kjuulh force-pushed renovate/all from 104cb5b5e4 to 7570a9fd27 2024-12-23 06:30:56 +01:00 Compare
kjuulh force-pushed renovate/all from 7570a9fd27 to ceaae3fd9a 2024-12-27 02:24:28 +01:00 Compare
kjuulh force-pushed renovate/all from ceaae3fd9a to 83888fe2c6 2024-12-27 06:22:22 +01:00 Compare
kjuulh force-pushed renovate/all from 83888fe2c6 to 93e68b564f 2024-12-28 02:28:53 +01:00 Compare
kjuulh force-pushed renovate/all from 93e68b564f to 1bc1473df7 2024-12-28 06:24:51 +01:00 Compare
kjuulh force-pushed renovate/all from 1bc1473df7 to 9425019e1f 2024-12-28 06:25:16 +01:00 Compare
kjuulh force-pushed renovate/all from 9425019e1f to b48285392d 2025-01-01 02:27:16 +01:00 Compare
kjuulh force-pushed renovate/all from b48285392d to 3819e54e1b 2025-01-01 06:24:58 +01:00 Compare
kjuulh force-pushed renovate/all from 3819e54e1b to 8091a9162d 2025-01-08 02:24:38 +01:00 Compare
kjuulh force-pushed renovate/all from 8091a9162d to 6c26728360 2025-01-08 06:25:18 +01:00 Compare
kjuulh force-pushed renovate/all from 6c26728360 to 1acb8ee461 2025-01-10 02:25:13 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-01-10 02:25:14 +01:00
kjuulh force-pushed renovate/all from 1acb8ee461 to e69133dd3d 2025-01-20 02:29:03 +01:00 Compare
kjuulh force-pushed renovate/all from e69133dd3d to f373354da9 2025-01-20 06:27:51 +01:00 Compare
kjuulh force-pushed renovate/all from f373354da9 to bca64f011a 2025-01-21 02:28:49 +01:00 Compare
kjuulh force-pushed renovate/all from bca64f011a to e80b4e23d5 2025-01-21 06:31:16 +01:00 Compare
kjuulh force-pushed renovate/all from e80b4e23d5 to 1298a3374f 2025-01-22 02:29:16 +01:00 Compare
kjuulh force-pushed renovate/all from 1298a3374f to 3902ff52ce 2025-01-22 06:28:15 +01:00 Compare
kjuulh force-pushed renovate/all from 3902ff52ce to ef9a3f2949 2025-01-23 02:29:10 +01:00 Compare
kjuulh force-pushed renovate/all from ef9a3f2949 to e812994d38 2025-01-23 06:28:11 +01:00 Compare
kjuulh force-pushed renovate/all from e812994d38 to cee3d670a1 2025-01-24 02:32:46 +01:00 Compare
kjuulh force-pushed renovate/all from cee3d670a1 to 85336f1d7e 2025-01-24 06:31:38 +01:00 Compare
kjuulh force-pushed renovate/all from 85336f1d7e to 5b550e4cc5 2025-01-25 02:30:42 +01:00 Compare
kjuulh force-pushed renovate/all from 5b550e4cc5 to 9350adcd6c 2025-01-25 06:29:52 +01:00 Compare
kjuulh force-pushed renovate/all from 9350adcd6c to 0fbe7f9191 2025-01-26 02:31:38 +01:00 Compare
kjuulh force-pushed renovate/all from 0fbe7f9191 to 56df8f3d56 2025-01-26 06:29:29 +01:00 Compare
kjuulh force-pushed renovate/all from 56df8f3d56 to b0ad91fd81 2025-01-27 02:32:39 +01:00 Compare
kjuulh force-pushed renovate/all from b0ad91fd81 to 72ef47643e 2025-01-27 06:30:01 +01:00 Compare
kjuulh force-pushed renovate/all from 72ef47643e to 95e11a6906 2025-01-28 02:29:24 +01:00 Compare
kjuulh force-pushed renovate/all from 95e11a6906 to 72ead2122b 2025-01-28 06:29:48 +01:00 Compare
kjuulh force-pushed renovate/all from 72ead2122b to 27e4c59ae1 2025-01-29 02:32:15 +01:00 Compare
kjuulh force-pushed renovate/all from 27e4c59ae1 to ee07b36bcb 2025-01-29 06:31:40 +01:00 Compare
kjuulh force-pushed renovate/all from ee07b36bcb to 8b1b22d417 2025-01-30 02:34:14 +01:00 Compare
kjuulh force-pushed renovate/all from 8b1b22d417 to 0f1790aaea 2025-01-30 06:34:44 +01:00 Compare
kjuulh force-pushed renovate/all from 0f1790aaea to 5e36c0e96c 2025-01-31 02:31:30 +01:00 Compare
kjuulh force-pushed renovate/all from 5e36c0e96c to 09270db409 2025-01-31 06:29:50 +01:00 Compare
kjuulh force-pushed renovate/all from 09270db409 to 3ce232238a 2025-02-01 02:29:11 +01:00 Compare
kjuulh force-pushed renovate/all from 3ce232238a to 897d7ca934 2025-02-01 06:30:22 +01:00 Compare
kjuulh force-pushed renovate/all from 897d7ca934 to 4b6296cdc4 2025-02-02 02:30:15 +01:00 Compare
kjuulh force-pushed renovate/all from 4b6296cdc4 to 2340726789 2025-02-02 06:27:57 +01:00 Compare
kjuulh force-pushed renovate/all from 2340726789 to 6d29924871 2025-02-03 02:28:43 +01:00 Compare
kjuulh force-pushed renovate/all from 6d29924871 to 52dbfefd45 2025-02-03 06:28:11 +01:00 Compare
kjuulh force-pushed renovate/all from 52dbfefd45 to e7d5bcf6bf 2025-02-04 02:30:50 +01:00 Compare
kjuulh force-pushed renovate/all from e7d5bcf6bf to 4b1a9726d7 2025-02-04 06:29:46 +01:00 Compare
kjuulh force-pushed renovate/all from 4b1a9726d7 to 8ef3b6b606 2025-02-05 02:29:58 +01:00 Compare
kjuulh force-pushed renovate/all from 8ef3b6b606 to f7ee000f09 2025-02-05 06:32:58 +01:00 Compare
kjuulh force-pushed renovate/all from f7ee000f09 to 71da48c5ce 2025-02-06 02:30:55 +01:00 Compare
kjuulh force-pushed renovate/all from 71da48c5ce to 9eae4c1c1a 2025-02-06 06:28:38 +01:00 Compare
kjuulh force-pushed renovate/all from 9eae4c1c1a to 76d6444e25 2025-02-07 02:29:14 +01:00 Compare
kjuulh force-pushed renovate/all from 76d6444e25 to 797af56574 2025-02-07 06:27:48 +01:00 Compare
kjuulh force-pushed renovate/all from 797af56574 to b85d58ab0b 2025-02-08 02:31:31 +01:00 Compare
kjuulh force-pushed renovate/all from b85d58ab0b to e1d1b1a514 2025-02-08 06:28:16 +01:00 Compare
kjuulh force-pushed renovate/all from e1d1b1a514 to e4b9186e81 2025-02-09 02:30:07 +01:00 Compare
kjuulh force-pushed renovate/all from e4b9186e81 to 8af7307443 2025-02-09 06:28:36 +01:00 Compare
kjuulh force-pushed renovate/all from 8af7307443 to ddad6a6dc3 2025-02-10 02:29:35 +01:00 Compare
kjuulh force-pushed renovate/all from ddad6a6dc3 to ee15c219a5 2025-02-10 06:28:36 +01:00 Compare
kjuulh force-pushed renovate/all from ee15c219a5 to 3a8eafa8c6 2025-02-11 02:31:11 +01:00 Compare
kjuulh force-pushed renovate/all from 3a8eafa8c6 to b916259e43 2025-02-11 06:28:48 +01:00 Compare
kjuulh force-pushed renovate/all from b916259e43 to c1c43eb430 2025-02-12 02:32:44 +01:00 Compare
kjuulh force-pushed renovate/all from c1c43eb430 to d543304730 2025-02-12 06:30:37 +01:00 Compare
kjuulh force-pushed renovate/all from d543304730 to 56f817d5ae 2025-02-13 02:29:30 +01:00 Compare
kjuulh force-pushed renovate/all from 56f817d5ae to 881db0eef9 2025-02-13 06:28:12 +01:00 Compare
kjuulh force-pushed renovate/all from 881db0eef9 to 8bb3991fde 2025-02-14 02:28:42 +01:00 Compare
kjuulh force-pushed renovate/all from 8bb3991fde to 824e9a02f7 2025-02-14 06:26:32 +01:00 Compare
kjuulh force-pushed renovate/all from 824e9a02f7 to 9310bfa0fc 2025-02-15 02:28:20 +01:00 Compare
kjuulh force-pushed renovate/all from 9310bfa0fc to b259415084 2025-02-15 06:26:35 +01:00 Compare
kjuulh force-pushed renovate/all from b259415084 to 1ce3fbe508 2025-02-16 02:28:15 +01:00 Compare
kjuulh force-pushed renovate/all from 1ce3fbe508 to 418aa8e1b8 2025-02-16 06:26:18 +01:00 Compare
kjuulh force-pushed renovate/all from 418aa8e1b8 to 7396f3ba9a 2025-02-17 02:29:22 +01:00 Compare
kjuulh force-pushed renovate/all from 7396f3ba9a to ede68a94bc 2025-02-17 06:27:36 +01:00 Compare
kjuulh force-pushed renovate/all from ede68a94bc to 2c3ee9f41e 2025-02-18 02:31:27 +01:00 Compare
kjuulh force-pushed renovate/all from 2c3ee9f41e to 5792193d45 2025-02-18 06:29:03 +01:00 Compare
kjuulh force-pushed renovate/all from 5792193d45 to 56d3bb1bbd 2025-02-19 02:29:42 +01:00 Compare
kjuulh force-pushed renovate/all from 56d3bb1bbd to ab50f1ad9a 2025-02-19 06:28:06 +01:00 Compare
kjuulh force-pushed renovate/all from ab50f1ad9a to bdd017eb71 2025-02-20 02:34:18 +01:00 Compare
kjuulh force-pushed renovate/all from bdd017eb71 to f7acd3bc89 2025-02-20 06:29:52 +01:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2025-02-20 06:29:53 +01:00
kjuulh force-pushed renovate/all from f7acd3bc89 to c1de605ac2 2025-02-21 02:32:42 +01:00 Compare
kjuulh force-pushed renovate/all from c1de605ac2 to a2b4321298 2025-02-21 06:28:05 +01:00 Compare
kjuulh force-pushed renovate/all from a2b4321298 to f437fdc9cd 2025-02-22 02:28:35 +01:00 Compare
kjuulh force-pushed renovate/all from f437fdc9cd to df100d0750 2025-02-22 06:30:51 +01:00 Compare
kjuulh force-pushed renovate/all from df100d0750 to 7d1891f096 2025-02-23 02:28:37 +01:00 Compare
kjuulh force-pushed renovate/all from 7d1891f096 to 03687b346c 2025-02-23 06:30:25 +01:00 Compare
kjuulh force-pushed renovate/all from 03687b346c to 687fcd3ec8 2025-02-24 02:30:13 +01:00 Compare
kjuulh force-pushed renovate/all from 687fcd3ec8 to 8807c4ebb4 2025-02-24 06:28:26 +01:00 Compare
kjuulh force-pushed renovate/all from 8807c4ebb4 to 6d5f2c6aef 2025-02-25 02:31:07 +01:00 Compare
kjuulh force-pushed renovate/all from 6d5f2c6aef to 6bbe10986e 2025-02-25 06:30:06 +01:00 Compare
kjuulh force-pushed renovate/all from 6bbe10986e to e366daa890 2025-02-26 02:29:52 +01:00 Compare
kjuulh force-pushed renovate/all from e366daa890 to 71651bfa72 2025-02-26 06:29:53 +01:00 Compare
kjuulh force-pushed renovate/all from 71651bfa72 to 1a03664cf1 2025-02-27 02:33:35 +01:00 Compare
kjuulh force-pushed renovate/all from 1a03664cf1 to be8e8b50e5 2025-02-27 06:30:08 +01:00 Compare
kjuulh force-pushed renovate/all from be8e8b50e5 to 2f6a0f4a7c 2025-02-28 02:32:44 +01:00 Compare
kjuulh force-pushed renovate/all from 2f6a0f4a7c to c8840a09ea 2025-02-28 06:31:01 +01:00 Compare
kjuulh force-pushed renovate/all from c8840a09ea to 4ee913fc55 2025-03-01 02:31:36 +01:00 Compare
kjuulh force-pushed renovate/all from 4ee913fc55 to 60b2791c25 2025-03-01 06:29:17 +01:00 Compare
kjuulh force-pushed renovate/all from 60b2791c25 to a9ac7fe607 2025-03-02 02:29:59 +01:00 Compare
kjuulh force-pushed renovate/all from a9ac7fe607 to 2b9c5a954f 2025-03-02 06:40:47 +01:00 Compare
kjuulh force-pushed renovate/all from 2b9c5a954f to 4706744e7c 2025-03-03 02:28:37 +01:00 Compare
kjuulh force-pushed renovate/all from 4706744e7c to 0b14390871 2025-03-03 06:30:01 +01:00 Compare
kjuulh force-pushed renovate/all from 0b14390871 to 50dd5dfbcd 2025-03-04 02:33:31 +01:00 Compare
kjuulh force-pushed renovate/all from 50dd5dfbcd to cb52ee4fb1 2025-03-04 06:31:56 +01:00 Compare
kjuulh force-pushed renovate/all from cb52ee4fb1 to e8196c2713 2025-03-05 02:31:53 +01:00 Compare
kjuulh force-pushed renovate/all from e8196c2713 to 7d10181969 2025-03-05 06:30:04 +01:00 Compare
kjuulh force-pushed renovate/all from 7d10181969 to 81604703ed 2025-03-06 02:32:43 +01:00 Compare
kjuulh force-pushed renovate/all from 81604703ed to 32e8aae094 2025-03-06 06:31:39 +01:00 Compare
kjuulh force-pushed renovate/all from 32e8aae094 to 1a78edf7fe 2025-03-25 23:48:33 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-03-25 23:48:33 +01:00
kjuulh force-pushed renovate/all from 1a78edf7fe to 5479a82c5b 2025-03-26 00:40:10 +01:00 Compare
kjuulh force-pushed renovate/all from 5479a82c5b to 44f2299850 2025-03-26 01:06:33 +01:00 Compare
kjuulh force-pushed renovate/all from 44f2299850 to ca351c7091 2025-03-26 01:42:41 +01:00 Compare
kjuulh force-pushed renovate/all from ca351c7091 to 7e44a30cda 2025-03-26 02:11:32 +01:00 Compare
kjuulh force-pushed renovate/all from 7e44a30cda to 1caf8f4055 2025-03-26 02:41:39 +01:00 Compare
kjuulh force-pushed renovate/all from 1caf8f4055 to 1fce6ef71c 2025-03-26 03:11:31 +01:00 Compare
kjuulh force-pushed renovate/all from 1fce6ef71c to aa332dceaa 2025-03-26 03:41:08 +01:00 Compare
kjuulh force-pushed renovate/all from aa332dceaa to 294c23cfc9 2025-03-26 04:10:20 +01:00 Compare
kjuulh force-pushed renovate/all from 294c23cfc9 to 7e3e46f018 2025-03-26 04:39:18 +01:00 Compare
kjuulh force-pushed renovate/all from 7e3e46f018 to 2f6c66576f 2025-03-26 05:09:14 +01:00 Compare
kjuulh force-pushed renovate/all from 2f6c66576f to fe00cda210 2025-03-26 05:38:46 +01:00 Compare
kjuulh force-pushed renovate/all from fe00cda210 to d6aedcadbe 2025-03-26 06:08:38 +01:00 Compare
kjuulh force-pushed renovate/all from d6aedcadbe to 655c81d83f 2025-03-26 06:38:33 +01:00 Compare
kjuulh force-pushed renovate/all from 655c81d83f to d981ffe0b3 2025-03-26 07:07:55 +01:00 Compare
kjuulh force-pushed renovate/all from d981ffe0b3 to f571e62ad9 2025-03-26 07:37:21 +01:00 Compare
kjuulh force-pushed renovate/all from f571e62ad9 to 434182cdd6 2025-03-26 08:05:11 +01:00 Compare
kjuulh force-pushed renovate/all from 434182cdd6 to a91f805f5a 2025-03-26 08:34:00 +01:00 Compare
kjuulh force-pushed renovate/all from a91f805f5a to 5ef06ee918 2025-03-26 09:02:38 +01:00 Compare
kjuulh force-pushed renovate/all from 5ef06ee918 to 4ea7fe7fce 2025-03-26 09:31:11 +01:00 Compare
kjuulh force-pushed renovate/all from 4ea7fe7fce to ac0b9e8a8d 2025-03-26 09:59:19 +01:00 Compare
kjuulh force-pushed renovate/all from ac0b9e8a8d to d5c2abf8c4 2025-03-26 10:28:17 +01:00 Compare
kjuulh force-pushed renovate/all from d5c2abf8c4 to e7e1986c38 2025-03-26 11:03:36 +01:00 Compare
kjuulh force-pushed renovate/all from e7e1986c38 to b8d1fcec31 2025-03-26 11:38:22 +01:00 Compare
kjuulh force-pushed renovate/all from b8d1fcec31 to 7a7928e91b 2025-03-26 12:08:17 +01:00 Compare
kjuulh force-pushed renovate/all from 7a7928e91b to 5c42e9e207 2025-03-26 12:37:41 +01:00 Compare
kjuulh force-pushed renovate/all from 5c42e9e207 to c0a9340836 2025-03-26 13:05:15 +01:00 Compare
kjuulh force-pushed renovate/all from c0a9340836 to 2521a4937f 2025-03-26 13:34:25 +01:00 Compare
kjuulh force-pushed renovate/all from 2521a4937f to ef4ddbaf46 2025-03-26 14:02:12 +01:00 Compare
kjuulh force-pushed renovate/all from ef4ddbaf46 to c017c4454b 2025-03-26 14:31:46 +01:00 Compare
kjuulh force-pushed renovate/all from c017c4454b to ee93f596ca 2025-03-26 15:00:07 +01:00 Compare
kjuulh force-pushed renovate/all from ee93f596ca to 6b435369bb 2025-03-26 15:29:41 +01:00 Compare
kjuulh force-pushed renovate/all from 6b435369bb to b16ec1b6fc 2025-03-26 16:03:36 +01:00 Compare
kjuulh force-pushed renovate/all from b16ec1b6fc to ad15c3cf46 2025-03-26 16:38:57 +01:00 Compare
kjuulh force-pushed renovate/all from ad15c3cf46 to 323d4001a7 2025-03-26 17:07:49 +01:00 Compare
kjuulh force-pushed renovate/all from 323d4001a7 to b4978f987c 2025-03-26 17:36:55 +01:00 Compare
kjuulh force-pushed renovate/all from b4978f987c to fbc1d8733c 2025-03-26 18:06:46 +01:00 Compare
kjuulh force-pushed renovate/all from fbc1d8733c to bf704f4776 2025-03-26 18:35:51 +01:00 Compare
kjuulh force-pushed renovate/all from bf704f4776 to 14332f6691 2025-03-26 19:03:41 +01:00 Compare
kjuulh force-pushed renovate/all from 14332f6691 to 00153fc1c9 2025-03-26 19:22:48 +01:00 Compare
kjuulh force-pushed renovate/all from 00153fc1c9 to aba3f8d962 2025-03-26 19:59:04 +01:00 Compare
kjuulh force-pushed renovate/all from aba3f8d962 to 6b46cafaa0 2025-03-26 20:28:20 +01:00 Compare
kjuulh force-pushed renovate/all from 6b46cafaa0 to ddb6ec0971 2025-03-26 20:59:49 +01:00 Compare
kjuulh force-pushed renovate/all from ddb6ec0971 to 4197c5ed98 2025-03-26 21:33:05 +01:00 Compare
kjuulh force-pushed renovate/all from 4197c5ed98 to 99b49c7f11 2025-03-26 22:04:13 +01:00 Compare
kjuulh force-pushed renovate/all from 99b49c7f11 to 5ae78d613c 2025-03-26 22:33:35 +01:00 Compare
kjuulh force-pushed renovate/all from 5ae78d613c to 45364911cb 2025-03-26 23:03:33 +01:00 Compare
kjuulh force-pushed renovate/all from 45364911cb to dcd3a85ea8 2025-03-26 23:34:18 +01:00 Compare
kjuulh force-pushed renovate/all from dcd3a85ea8 to 3219dbb432 2025-03-27 00:05:27 +01:00 Compare
kjuulh force-pushed renovate/all from 3219dbb432 to 8996c7d48b 2025-03-27 00:35:49 +01:00 Compare
kjuulh force-pushed renovate/all from 8996c7d48b to 76b781c42d 2025-03-27 01:05:08 +01:00 Compare
kjuulh force-pushed renovate/all from 76b781c42d to 3ec04dfdc8 2025-03-27 01:32:35 +01:00 Compare
kjuulh force-pushed renovate/all from 3ec04dfdc8 to 46a2deb685 2025-03-27 02:01:34 +01:00 Compare
kjuulh force-pushed renovate/all from 46a2deb685 to 428fccf860 2025-03-27 02:29:52 +01:00 Compare
kjuulh force-pushed renovate/all from 428fccf860 to 764b44e9f5 2025-03-27 03:00:18 +01:00 Compare
kjuulh force-pushed renovate/all from 764b44e9f5 to 972ec11841 2025-03-27 03:33:05 +01:00 Compare
kjuulh force-pushed renovate/all from 972ec11841 to 4ab3b33bb3 2025-03-27 04:04:58 +01:00 Compare
kjuulh force-pushed renovate/all from 4ab3b33bb3 to 848c3efaa7 2025-03-27 04:34:40 +01:00 Compare
kjuulh force-pushed renovate/all from 848c3efaa7 to 3ac5773f2f 2025-03-27 05:07:30 +01:00 Compare
kjuulh force-pushed renovate/all from 3ac5773f2f to edb5f76099 2025-03-27 05:38:35 +01:00 Compare
kjuulh force-pushed renovate/all from edb5f76099 to 3513c2d15e 2025-03-27 06:09:07 +01:00 Compare
kjuulh force-pushed renovate/all from 3513c2d15e to 4ca3d3e0d2 2025-03-27 06:37:23 +01:00 Compare
kjuulh force-pushed renovate/all from 4ca3d3e0d2 to 2b5eeaa37d 2025-03-27 07:06:55 +01:00 Compare
kjuulh force-pushed renovate/all from 2b5eeaa37d to 2dab9ac334 2025-03-27 07:35:38 +01:00 Compare
kjuulh force-pushed renovate/all from 2dab9ac334 to a1344861de 2025-03-27 08:04:32 +01:00 Compare
kjuulh force-pushed renovate/all from a1344861de to 6b24c6dd00 2025-03-27 08:33:20 +01:00 Compare
kjuulh force-pushed renovate/all from 6b24c6dd00 to c1c5ec870a 2025-03-27 09:02:00 +01:00 Compare
kjuulh force-pushed renovate/all from c1c5ec870a to 60bfac1127 2025-03-27 09:30:17 +01:00 Compare
kjuulh force-pushed renovate/all from 60bfac1127 to 0b97a853d0 2025-03-27 09:59:43 +01:00 Compare
kjuulh force-pushed renovate/all from 0b97a853d0 to 00f8fe474f 2025-03-27 10:23:08 +01:00 Compare
kjuulh force-pushed renovate/all from 00f8fe474f to 0607b0ab68 2025-03-27 10:59:25 +01:00 Compare
kjuulh force-pushed renovate/all from 0607b0ab68 to cc2d100eac 2025-03-27 11:28:06 +01:00 Compare
kjuulh force-pushed renovate/all from cc2d100eac to 0d251a47c0 2025-03-27 11:57:14 +01:00 Compare
kjuulh force-pushed renovate/all from 0d251a47c0 to c9905fe666 2025-03-27 12:26:20 +01:00 Compare
kjuulh force-pushed renovate/all from c9905fe666 to 48e83aff13 2025-03-27 12:55:55 +01:00 Compare
kjuulh force-pushed renovate/all from 48e83aff13 to 18175f70b2 2025-03-27 13:43:29 +01:00 Compare
kjuulh force-pushed renovate/all from 18175f70b2 to 21fee7e379 2025-03-27 14:21:10 +01:00 Compare
kjuulh force-pushed renovate/all from 21fee7e379 to 8979fe8eea 2025-03-27 14:51:17 +01:00 Compare
kjuulh force-pushed renovate/all from 8979fe8eea to 32bb885282 2025-03-27 15:23:40 +01:00 Compare
kjuulh force-pushed renovate/all from 32bb885282 to 285db92cf8 2025-03-27 16:00:21 +01:00 Compare
kjuulh force-pushed renovate/all from 285db92cf8 to 09ddf16e79 2025-03-27 16:29:02 +01:00 Compare
kjuulh force-pushed renovate/all from 09ddf16e79 to 11929e7b2a 2025-03-27 16:58:44 +01:00 Compare
kjuulh force-pushed renovate/all from 11929e7b2a to 408aa477b9 2025-03-27 17:29:24 +01:00 Compare
kjuulh force-pushed renovate/all from 408aa477b9 to 5685caa1fc 2025-03-27 18:00:40 +01:00 Compare
kjuulh force-pushed renovate/all from 5685caa1fc to f5d67dd9a2 2025-03-27 18:31:35 +01:00 Compare
kjuulh force-pushed renovate/all from f5d67dd9a2 to d005f7b118 2025-03-27 19:01:49 +01:00 Compare
kjuulh force-pushed renovate/all from d005f7b118 to 743ea5d294 2025-03-27 19:30:00 +01:00 Compare
kjuulh force-pushed renovate/all from 743ea5d294 to 9705ccfb2a 2025-03-27 19:59:21 +01:00 Compare
kjuulh force-pushed renovate/all from 9705ccfb2a to c3d666b7a0 2025-03-27 20:27:47 +01:00 Compare
kjuulh force-pushed renovate/all from c3d666b7a0 to f83f6dca5b 2025-03-27 20:57:35 +01:00 Compare
kjuulh force-pushed renovate/all from f83f6dca5b to f8992b9811 2025-03-27 21:26:08 +01:00 Compare
kjuulh force-pushed renovate/all from f8992b9811 to 9358b02277 2025-03-27 21:56:42 +01:00 Compare
kjuulh force-pushed renovate/all from 9358b02277 to 318e37c480 2025-03-28 23:23:28 +01:00 Compare
kjuulh force-pushed renovate/all from 318e37c480 to fb18fce1ba 2025-03-29 02:18:32 +01:00 Compare
kjuulh force-pushed renovate/all from fb18fce1ba to b36bc7a6c8 2025-03-29 05:19:11 +01:00 Compare
kjuulh force-pushed renovate/all from b36bc7a6c8 to 3ff1f8d9af 2025-03-30 05:19:52 +02:00 Compare
kjuulh force-pushed renovate/all from 3ff1f8d9af to 8d8a105f2b 2025-03-31 02:18:12 +02:00 Compare
kjuulh force-pushed renovate/all from 8d8a105f2b to 51f7f04873 2025-03-31 05:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from 51f7f04873 to 1f7784d9b0 2025-04-01 02:19:09 +02:00 Compare
kjuulh force-pushed renovate/all from 1f7784d9b0 to 8919f9623d 2025-04-01 05:19:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8919f9623d to eb7bb64e24 2025-04-02 02:21:42 +02:00 Compare
kjuulh force-pushed renovate/all from eb7bb64e24 to 9c78d03ea3 2025-04-02 05:19:05 +02:00 Compare
kjuulh force-pushed renovate/all from 9c78d03ea3 to 3ce4ba657b 2025-04-03 02:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from 3ce4ba657b to b103210612 2025-04-03 05:18:34 +02:00 Compare
kjuulh force-pushed renovate/all from b103210612 to eec68007ca 2025-04-04 02:19:10 +02:00 Compare
kjuulh force-pushed renovate/all from eec68007ca to baef39179c 2025-04-04 05:18:13 +02:00 Compare
kjuulh force-pushed renovate/all from baef39179c to 383c75d914 2025-04-05 02:18:55 +02:00 Compare
kjuulh force-pushed renovate/all from 383c75d914 to aa59652877 2025-04-05 05:19:27 +02:00 Compare
kjuulh force-pushed renovate/all from aa59652877 to 5f4cd96bf1 2025-04-06 02:19:32 +02:00 Compare
kjuulh force-pushed renovate/all from 5f4cd96bf1 to bf64c10a0a 2025-04-06 05:20:16 +02:00 Compare
kjuulh force-pushed renovate/all from bf64c10a0a to 285797a1ad 2025-04-07 02:19:48 +02:00 Compare
kjuulh force-pushed renovate/all from 285797a1ad to 39d9f7f347 2025-04-07 05:18:46 +02:00 Compare
kjuulh force-pushed renovate/all from 39d9f7f347 to 6748dfca6f 2025-04-08 02:19:41 +02:00 Compare
kjuulh force-pushed renovate/all from 6748dfca6f to e868c1b581 2025-04-08 05:19:43 +02:00 Compare
kjuulh force-pushed renovate/all from e868c1b581 to 7e60102e14 2025-04-09 02:19:54 +02:00 Compare
kjuulh force-pushed renovate/all from 7e60102e14 to 9816face61 2025-04-09 05:19:03 +02:00 Compare
kjuulh force-pushed renovate/all from 9816face61 to 5b7b6e4f89 2025-04-10 02:20:02 +02:00 Compare
kjuulh force-pushed renovate/all from 5b7b6e4f89 to 51894c2701 2025-04-10 05:19:06 +02:00 Compare
kjuulh force-pushed renovate/all from 51894c2701 to 1155ac920d 2025-04-11 02:19:56 +02:00 Compare
kjuulh force-pushed renovate/all from 1155ac920d to 37639f0ea6 2025-04-11 05:19:31 +02:00 Compare
kjuulh force-pushed renovate/all from 37639f0ea6 to 7516a7617d 2025-04-12 02:21:51 +02:00 Compare
kjuulh force-pushed renovate/all from 7516a7617d to 5ad375d3f8 2025-04-12 05:20:19 +02:00 Compare
kjuulh force-pushed renovate/all from 5ad375d3f8 to d002d38a79 2025-04-13 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from d002d38a79 to 81c729883b 2025-04-13 05:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from 81c729883b to 60c9172fd0 2025-04-14 02:19:13 +02:00 Compare
kjuulh force-pushed renovate/all from 60c9172fd0 to 85ad00e7b1 2025-04-14 05:20:12 +02:00 Compare
kjuulh force-pushed renovate/all from 85ad00e7b1 to 041b17cafc 2025-04-15 02:22:21 +02:00 Compare
kjuulh force-pushed renovate/all from 041b17cafc to e2ffe598f4 2025-04-15 05:19:17 +02:00 Compare
kjuulh force-pushed renovate/all from e2ffe598f4 to 217f8d6e3d 2025-04-16 02:20:16 +02:00 Compare
kjuulh force-pushed renovate/all from 217f8d6e3d to dd55f4540b 2025-04-16 05:19:19 +02:00 Compare
kjuulh force-pushed renovate/all from dd55f4540b to 484fa6f384 2025-04-17 02:18:34 +02:00 Compare
kjuulh force-pushed renovate/all from 484fa6f384 to e412db18f1 2025-04-17 05:19:14 +02:00 Compare
kjuulh force-pushed renovate/all from e412db18f1 to 330e230a46 2025-04-18 02:20:13 +02:00 Compare
kjuulh force-pushed renovate/all from 330e230a46 to 7be90eacec 2025-04-18 05:18:38 +02:00 Compare
kjuulh force-pushed renovate/all from 7be90eacec to 448ee66e34 2025-04-19 02:20:17 +02:00 Compare
kjuulh force-pushed renovate/all from 448ee66e34 to c082ffa24a 2025-04-19 05:20:18 +02:00 Compare
kjuulh force-pushed renovate/all from c082ffa24a to 1fde0713ca 2025-04-20 02:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from 1fde0713ca to 295499bf76 2025-04-20 05:19:05 +02:00 Compare
kjuulh force-pushed renovate/all from 295499bf76 to ade626452c 2025-04-21 02:19:59 +02:00 Compare
kjuulh force-pushed renovate/all from ade626452c to 747bba123e 2025-04-21 05:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from 747bba123e to 6e448e443b 2025-04-22 02:21:41 +02:00 Compare
kjuulh force-pushed renovate/all from 6e448e443b to c182d3263f 2025-04-22 05:19:39 +02:00 Compare
kjuulh force-pushed renovate/all from c182d3263f to 7a56a31a8e 2025-04-23 02:21:01 +02:00 Compare
kjuulh force-pushed renovate/all from 7a56a31a8e to 562c8e7785 2025-04-23 05:20:16 +02:00 Compare
kjuulh force-pushed renovate/all from 562c8e7785 to 3c16bab097 2025-04-24 02:19:15 +02:00 Compare
kjuulh force-pushed renovate/all from 3c16bab097 to f7460986ac 2025-04-24 05:19:24 +02:00 Compare
kjuulh force-pushed renovate/all from f7460986ac to 587c994182 2025-04-25 02:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 587c994182 to 80d14d778f 2025-04-25 05:19:27 +02:00 Compare
kjuulh force-pushed renovate/all from 80d14d778f to 34eb774dc2 2025-04-26 02:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from 34eb774dc2 to 0926c02535 2025-04-26 05:19:58 +02:00 Compare
kjuulh force-pushed renovate/all from 0926c02535 to 38d8ab5bd6 2025-04-27 02:19:10 +02:00 Compare
kjuulh force-pushed renovate/all from 38d8ab5bd6 to a58ecb558e 2025-04-27 05:19:19 +02:00 Compare
kjuulh force-pushed renovate/all from a58ecb558e to e048cabe3a 2025-04-28 02:20:30 +02:00 Compare
kjuulh force-pushed renovate/all from e048cabe3a to d555d43494 2025-04-28 05:20:16 +02:00 Compare
kjuulh force-pushed renovate/all from d555d43494 to e72ee22195 2025-04-29 02:20:55 +02:00 Compare
kjuulh force-pushed renovate/all from e72ee22195 to 025ffe4ba6 2025-04-29 05:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from 025ffe4ba6 to a28cd79a18 2025-04-30 02:21:19 +02:00 Compare
kjuulh force-pushed renovate/all from a28cd79a18 to 4f49503006 2025-04-30 05:19:52 +02:00 Compare
kjuulh force-pushed renovate/all from 4f49503006 to 0011ba0b57 2025-05-01 02:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from 0011ba0b57 to 96fa40c4d5 2025-05-01 05:19:11 +02:00 Compare
kjuulh force-pushed renovate/all from 96fa40c4d5 to ffabe0af51 2025-05-02 02:19:31 +02:00 Compare
kjuulh force-pushed renovate/all from ffabe0af51 to 256fd60075 2025-05-02 05:19:35 +02:00 Compare
kjuulh force-pushed renovate/all from 256fd60075 to 3463706edd 2025-05-03 02:21:38 +02:00 Compare
kjuulh force-pushed renovate/all from 3463706edd to 569abe7f92 2025-05-03 05:20:19 +02:00 Compare
kjuulh force-pushed renovate/all from 569abe7f92 to 37fdc0925a 2025-05-04 02:19:45 +02:00 Compare
kjuulh force-pushed renovate/all from 37fdc0925a to c5a3bed664 2025-05-04 05:19:05 +02:00 Compare
kjuulh force-pushed renovate/all from c5a3bed664 to c74a0f88ed 2025-05-05 02:19:23 +02:00 Compare
kjuulh force-pushed renovate/all from c74a0f88ed to 9c5d467e0f 2025-05-05 05:19:08 +02:00 Compare
kjuulh force-pushed renovate/all from 9c5d467e0f to 95a7080cb8 2025-05-06 02:19:19 +02:00 Compare
kjuulh force-pushed renovate/all from 95a7080cb8 to 9102d4a1a8 2025-05-06 05:19:45 +02:00 Compare
kjuulh force-pushed renovate/all from 9102d4a1a8 to 6902bb226f 2025-05-07 02:20:53 +02:00 Compare
kjuulh force-pushed renovate/all from 6902bb226f to 0a9a49d5f3 2025-05-07 05:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 0a9a49d5f3 to 1f79a2ba3d 2025-05-08 02:19:46 +02:00 Compare
kjuulh force-pushed renovate/all from 1f79a2ba3d to 09d235ab74 2025-05-08 05:19:01 +02:00 Compare
kjuulh force-pushed renovate/all from 09d235ab74 to 57ad7fda72 2025-05-09 02:19:49 +02:00 Compare
kjuulh force-pushed renovate/all from 57ad7fda72 to 68c02c60d9 2025-05-09 05:19:02 +02:00 Compare
kjuulh force-pushed renovate/all from 68c02c60d9 to 236385236d 2025-05-10 02:19:46 +02:00 Compare
kjuulh force-pushed renovate/all from 236385236d to b54e4398f3 2025-05-10 05:19:00 +02:00 Compare
kjuulh force-pushed renovate/all from b54e4398f3 to a87e24f2a4 2025-05-11 02:19:32 +02:00 Compare
kjuulh force-pushed renovate/all from a87e24f2a4 to 9e2a0426a4 2025-05-11 05:19:58 +02:00 Compare
kjuulh force-pushed renovate/all from 9e2a0426a4 to 47db894641 2025-05-12 02:20:48 +02:00 Compare
kjuulh force-pushed renovate/all from 47db894641 to 88f3ab5f6c 2025-05-12 05:19:03 +02:00 Compare
kjuulh force-pushed renovate/all from 88f3ab5f6c to fb46c3db6b 2025-05-13 02:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from fb46c3db6b to 2ac9672c47 2025-05-13 05:19:15 +02:00 Compare
kjuulh force-pushed renovate/all from 2ac9672c47 to 843f4b6a88 2025-05-14 02:19:16 +02:00 Compare
kjuulh force-pushed renovate/all from 843f4b6a88 to e89ba05e4c 2025-05-14 05:19:44 +02:00 Compare
kjuulh force-pushed renovate/all from e89ba05e4c to f6ef861592 2025-05-15 02:19:03 +02:00 Compare
kjuulh force-pushed renovate/all from f6ef861592 to 62877e5922 2025-05-15 05:18:18 +02:00 Compare
kjuulh force-pushed renovate/all from 62877e5922 to b964ecd37f 2025-05-17 02:18:59 +02:00 Compare
kjuulh force-pushed renovate/all from b964ecd37f to 7af9ef9c71 2025-05-17 05:18:57 +02:00 Compare
kjuulh force-pushed renovate/all from 7af9ef9c71 to ae72a599ba 2025-05-18 02:19:21 +02:00 Compare
kjuulh force-pushed renovate/all from ae72a599ba to 9f27f5a11d 2025-05-18 05:19:04 +02:00 Compare
kjuulh force-pushed renovate/all from 9f27f5a11d to 5830a205ce 2025-05-19 02:19:36 +02:00 Compare
kjuulh force-pushed renovate/all from 5830a205ce to 69830bbfbb 2025-05-19 05:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 69830bbfbb to c5bc876d3a 2025-05-20 02:18:57 +02:00 Compare
kjuulh force-pushed renovate/all from c5bc876d3a to e409b50c58 2025-05-20 05:19:00 +02:00 Compare
kjuulh force-pushed renovate/all from e409b50c58 to c8c465115a 2025-05-21 02:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from c8c465115a to 6506615a6b 2025-05-21 05:18:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6506615a6b to 0d30b2b683 2025-05-22 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0d30b2b683 to 4d0c0328a2 2025-05-22 05:18:52 +02:00 Compare
kjuulh force-pushed renovate/all from 4d0c0328a2 to 8a7e827f23 2025-05-23 02:18:58 +02:00 Compare
kjuulh force-pushed renovate/all from 8a7e827f23 to 6dbd1c89ca 2025-05-23 05:19:49 +02:00 Compare
kjuulh force-pushed renovate/all from 6dbd1c89ca to 9fa8b5edb5 2025-05-24 02:20:28 +02:00 Compare
kjuulh force-pushed renovate/all from 9fa8b5edb5 to 772df68dce 2025-05-24 05:19:32 +02:00 Compare
kjuulh force-pushed renovate/all from 772df68dce to 2f48b5c6c1 2025-05-25 02:19:53 +02:00 Compare
kjuulh force-pushed renovate/all from 2f48b5c6c1 to 0558f96b57 2025-05-25 05:19:58 +02:00 Compare
kjuulh force-pushed renovate/all from 0558f96b57 to 174c4cf911 2025-05-26 02:19:48 +02:00 Compare
kjuulh force-pushed renovate/all from 174c4cf911 to 3f43953ab9 2025-05-26 05:19:37 +02:00 Compare
kjuulh force-pushed renovate/all from 3f43953ab9 to 2c1c047b74 2025-05-27 02:18:51 +02:00 Compare
kjuulh force-pushed renovate/all from 2c1c047b74 to a526c75e8e 2025-05-27 05:18:54 +02:00 Compare
kjuulh force-pushed renovate/all from a526c75e8e to 85907f2fe2 2025-05-28 02:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 85907f2fe2 to 5992413ac1 2025-05-28 05:18:52 +02:00 Compare
kjuulh force-pushed renovate/all from 5992413ac1 to cfb3f05653 2025-05-29 02:19:38 +02:00 Compare
kjuulh force-pushed renovate/all from cfb3f05653 to 20a43000d4 2025-05-29 05:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from 20a43000d4 to ab2e8db5b9 2025-05-30 02:20:24 +02:00 Compare
kjuulh force-pushed renovate/all from ab2e8db5b9 to 2145f0cba5 2025-05-30 05:19:11 +02:00 Compare
kjuulh force-pushed renovate/all from 2145f0cba5 to 812e5ae7a1 2025-05-31 02:19:43 +02:00 Compare
kjuulh force-pushed renovate/all from 812e5ae7a1 to 7b2a85a50c 2025-05-31 05:19:10 +02:00 Compare
kjuulh force-pushed renovate/all from 7b2a85a50c to 7460edbed6 2025-06-01 02:19:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7460edbed6 to 3c9a3fc8e3 2025-06-01 05:19:08 +02:00 Compare
kjuulh force-pushed renovate/all from 3c9a3fc8e3 to db9a7a698d 2025-06-02 02:19:45 +02:00 Compare
kjuulh force-pushed renovate/all from db9a7a698d to 94f18e3f39 2025-06-02 05:19:19 +02:00 Compare
kjuulh force-pushed renovate/all from 94f18e3f39 to 5a37ab5279 2025-06-03 02:19:33 +02:00 Compare
kjuulh force-pushed renovate/all from 5a37ab5279 to 3339bd129b 2025-06-03 05:19:17 +02:00 Compare
kjuulh force-pushed renovate/all from 3339bd129b to 938c78cbaa 2025-06-04 02:20:12 +02:00 Compare
kjuulh force-pushed renovate/all from 938c78cbaa to 0d77c0e46e 2025-06-04 05:18:56 +02:00 Compare
kjuulh force-pushed renovate/all from 0d77c0e46e to 13af69784e 2025-06-05 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 13af69784e to 8514dc6c66 2025-06-05 05:20:03 +02:00 Compare
kjuulh force-pushed renovate/all from 8514dc6c66 to e7cfa47d4d 2025-06-06 02:20:20 +02:00 Compare
kjuulh force-pushed renovate/all from e7cfa47d4d to eeb62b47ca 2025-06-06 05:20:12 +02:00 Compare
kjuulh force-pushed renovate/all from eeb62b47ca to f6c80c2106 2025-06-07 02:20:05 +02:00 Compare
kjuulh force-pushed renovate/all from f6c80c2106 to 989d8cee20 2025-06-07 05:19:16 +02:00 Compare
kjuulh force-pushed renovate/all from 989d8cee20 to c9f962b080 2025-06-08 02:20:22 +02:00 Compare
kjuulh force-pushed renovate/all from c9f962b080 to a95383656d 2025-06-08 05:20:05 +02:00 Compare
kjuulh force-pushed renovate/all from a95383656d to fa9c2bbd9b 2025-06-09 02:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from fa9c2bbd9b to 2e62977d35 2025-06-09 05:20:01 +02:00 Compare
kjuulh force-pushed renovate/all from 2e62977d35 to 794c982aa6 2025-06-10 02:22:26 +02:00 Compare
kjuulh force-pushed renovate/all from 794c982aa6 to bf9dbcd8cd 2025-06-10 05:20:42 +02:00 Compare
kjuulh force-pushed renovate/all from bf9dbcd8cd to 71de9a88fc 2025-06-11 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from 71de9a88fc to 7e6163e40f 2025-06-11 05:20:28 +02:00 Compare
kjuulh force-pushed renovate/all from 7e6163e40f to c259b4be12 2025-06-12 02:22:19 +02:00 Compare
kjuulh force-pushed renovate/all from c259b4be12 to 5c93544e54 2025-06-12 05:19:48 +02:00 Compare
kjuulh force-pushed renovate/all from 5c93544e54 to a7430105eb 2025-06-13 02:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from a7430105eb to 1bdc2696fa 2025-06-13 05:20:19 +02:00 Compare
kjuulh force-pushed renovate/all from 1bdc2696fa to 2e120d50c7 2025-06-18 02:19:54 +02:00 Compare
kjuulh force-pushed renovate/all from 2e120d50c7 to bc0c209cb1 2025-06-18 05:18:53 +02:00 Compare
kjuulh force-pushed renovate/all from bc0c209cb1 to 463b3d2b37 2025-06-19 02:19:28 +02:00 Compare
kjuulh force-pushed renovate/all from 463b3d2b37 to 9063c5731b 2025-06-19 05:19:21 +02:00 Compare
kjuulh force-pushed renovate/all from 9063c5731b to ad7fc523d3 2025-06-20 02:19:26 +02:00 Compare
kjuulh force-pushed renovate/all from ad7fc523d3 to 8e15b58764 2025-06-20 05:18:52 +02:00 Compare
kjuulh force-pushed renovate/all from 8e15b58764 to 50ffd89564 2025-06-21 02:18:53 +02:00 Compare
kjuulh force-pushed renovate/all from 50ffd89564 to 1f3bac1fa0 2025-06-21 05:18:47 +02:00 Compare
kjuulh force-pushed renovate/all from 1f3bac1fa0 to 0d7a5b6aab 2025-06-22 02:19:11 +02:00 Compare
kjuulh force-pushed renovate/all from 0d7a5b6aab to d2568f6896 2025-06-22 05:18:49 +02:00 Compare
kjuulh force-pushed renovate/all from d2568f6896 to 2f0db73a8e 2025-06-23 02:19:15 +02:00 Compare
kjuulh force-pushed renovate/all from 2f0db73a8e to 050e95a34f 2025-06-23 05:19:06 +02:00 Compare
kjuulh force-pushed renovate/all from 050e95a34f to 458b97946d 2025-06-24 02:19:31 +02:00 Compare
kjuulh force-pushed renovate/all from 458b97946d to f539dcd6e1 2025-06-24 05:19:10 +02:00 Compare
kjuulh force-pushed renovate/all from f539dcd6e1 to cba521b957 2025-06-25 02:20:02 +02:00 Compare
kjuulh force-pushed renovate/all from cba521b957 to 1753ac962b 2025-06-25 05:19:25 +02:00 Compare
kjuulh force-pushed renovate/all from 1753ac962b to c97a0388dc 2025-06-26 02:19:49 +02:00 Compare
kjuulh force-pushed renovate/all from c97a0388dc to b4fef3e22a 2025-06-26 05:19:12 +02:00 Compare
kjuulh force-pushed renovate/all from b4fef3e22a to d24529708b 2025-06-27 02:19:17 +02:00 Compare
kjuulh force-pushed renovate/all from d24529708b to b52ce8d38f 2025-06-27 05:19:13 +02:00 Compare
kjuulh force-pushed renovate/all from b52ce8d38f to e6fb722699 2025-06-28 02:20:03 +02:00 Compare
kjuulh force-pushed renovate/all from e6fb722699 to 3175990856 2025-06-28 05:19:10 +02:00 Compare
kjuulh force-pushed renovate/all from 3175990856 to 7b54149dfc 2025-06-29 02:19:13 +02:00 Compare
kjuulh force-pushed renovate/all from 7b54149dfc to bffb3eea04 2025-06-29 05:19:05 +02:00 Compare
kjuulh force-pushed renovate/all from bffb3eea04 to 3cc20480f6 2025-06-30 02:19:46 +02:00 Compare
kjuulh force-pushed renovate/all from 3cc20480f6 to 1d234d1ae4 2025-06-30 05:19:21 +02:00 Compare
kjuulh force-pushed renovate/all from 1d234d1ae4 to 9e89408393 2025-07-01 02:20:44 +02:00 Compare
kjuulh force-pushed renovate/all from 9e89408393 to e18da091f1 2025-07-01 05:20:37 +02:00 Compare
kjuulh force-pushed renovate/all from e18da091f1 to 41581b6dd7 2025-07-02 02:26:10 +02:00 Compare
kjuulh force-pushed renovate/all from 41581b6dd7 to 21d39edfe3 2025-07-02 05:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from 21d39edfe3 to 3f8aa51976 2025-07-03 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from 3f8aa51976 to cb5bdbdde1 2025-07-03 05:20:24 +02:00 Compare
kjuulh force-pushed renovate/all from cb5bdbdde1 to f2386b4c2e 2025-07-04 02:20:08 +02:00 Compare
kjuulh force-pushed renovate/all from f2386b4c2e to 4f91141bd7 2025-07-04 05:19:20 +02:00 Compare
kjuulh force-pushed renovate/all from 4f91141bd7 to 7d3ff47442 2025-07-05 02:24:19 +02:00 Compare
kjuulh force-pushed renovate/all from 7d3ff47442 to 8669b5b96b 2025-07-05 05:20:18 +02:00 Compare
kjuulh force-pushed renovate/all from 8669b5b96b to 3836f2aa69 2025-07-06 02:19:35 +02:00 Compare
kjuulh force-pushed renovate/all from 3836f2aa69 to 7e3365a011 2025-07-06 05:19:41 +02:00 Compare
kjuulh force-pushed renovate/all from 7e3365a011 to 815b62077d 2025-07-07 02:20:20 +02:00 Compare
kjuulh force-pushed renovate/all from 815b62077d to 36c3c017d6 2025-07-07 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from 36c3c017d6 to 679e22cf3b 2025-07-08 02:19:36 +02:00 Compare
kjuulh force-pushed renovate/all from 679e22cf3b to 13ee76e73e 2025-07-08 05:19:54 +02:00 Compare
kjuulh force-pushed renovate/all from 13ee76e73e to 8e20b9bc36 2025-07-09 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 8e20b9bc36 to 02af6263a3 2025-07-09 05:19:12 +02:00 Compare
kjuulh force-pushed renovate/all from 02af6263a3 to 2887f44968 2025-07-10 02:19:53 +02:00 Compare
kjuulh force-pushed renovate/all from 2887f44968 to 8c6f40b0d1 2025-07-10 05:20:07 +02:00 Compare
kjuulh force-pushed renovate/all from 8c6f40b0d1 to b11bdb10e0 2025-07-11 02:21:41 +02:00 Compare
kjuulh force-pushed renovate/all from b11bdb10e0 to c767f38f00 2025-07-11 05:21:22 +02:00 Compare
kjuulh force-pushed renovate/all from c767f38f00 to 7bdf751933 2025-07-12 02:19:15 +02:00 Compare
kjuulh force-pushed renovate/all from 7bdf751933 to bd08a28b9d 2025-07-12 05:19:14 +02:00 Compare
kjuulh force-pushed renovate/all from bd08a28b9d to 3d9dff3e0e 2025-07-13 02:19:32 +02:00 Compare
kjuulh force-pushed renovate/all from 3d9dff3e0e to fef0ec5368 2025-07-13 05:19:09 +02:00 Compare
kjuulh force-pushed renovate/all from fef0ec5368 to 2711e7cf2a 2025-07-14 02:20:09 +02:00 Compare
kjuulh force-pushed renovate/all from 2711e7cf2a to c34415088b 2025-07-14 05:19:25 +02:00 Compare
kjuulh force-pushed renovate/all from c34415088b to 1d7c71d44f 2025-07-15 02:19:53 +02:00 Compare
kjuulh force-pushed renovate/all from 1d7c71d44f to c643afffab 2025-07-15 05:19:35 +02:00 Compare
kjuulh force-pushed renovate/all from c643afffab to 3fe3df5953 2025-07-16 02:21:59 +02:00 Compare
kjuulh force-pushed renovate/all from 3fe3df5953 to a65c16bfa8 2025-07-16 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from a65c16bfa8 to 5bbb53c385 2025-07-17 02:21:05 +02:00 Compare
kjuulh force-pushed renovate/all from 5bbb53c385 to f38d53ef05 2025-07-17 05:20:15 +02:00 Compare
kjuulh force-pushed renovate/all from f38d53ef05 to 8a11e00142 2025-07-18 02:20:42 +02:00 Compare
kjuulh force-pushed renovate/all from 8a11e00142 to 97dd674ec9 2025-07-18 05:20:20 +02:00 Compare
kjuulh force-pushed renovate/all from 97dd674ec9 to 8e0a488e88 2025-07-19 02:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from 8e0a488e88 to 3e8dd7daaa 2025-07-19 05:20:38 +02:00 Compare
kjuulh force-pushed renovate/all from 3e8dd7daaa to 88ba45e65e 2025-07-20 02:20:13 +02:00 Compare
kjuulh force-pushed renovate/all from 88ba45e65e to 7460695573 2025-07-20 05:20:15 +02:00 Compare
kjuulh force-pushed renovate/all from 7460695573 to d418771490 2025-07-21 02:20:19 +02:00 Compare
kjuulh force-pushed renovate/all from d418771490 to 5635831ff5 2025-07-21 05:20:21 +02:00 Compare
kjuulh force-pushed renovate/all from 5635831ff5 to f60ebbe245 2025-07-22 02:21:52 +02:00 Compare
kjuulh force-pushed renovate/all from f60ebbe245 to 69e86f4113 2025-07-22 05:20:20 +02:00 Compare
kjuulh force-pushed renovate/all from 69e86f4113 to e15652f48e 2025-07-23 02:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from e15652f48e to 22d3d45fb5 2025-07-23 05:20:17 +02:00 Compare
kjuulh force-pushed renovate/all from 22d3d45fb5 to 97dc8816fd 2025-07-24 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 97dc8816fd to 2699a5440a 2025-07-24 05:20:09 +02:00 Compare
kjuulh force-pushed renovate/all from 2699a5440a to 4227f19061 2025-07-25 02:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 4227f19061 to ba27e62dcb 2025-07-25 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from ba27e62dcb to d249383fc3 2025-07-26 02:20:06 +02:00 Compare
kjuulh force-pushed renovate/all from d249383fc3 to afc190492e 2025-07-26 05:20:59 +02:00 Compare
kjuulh force-pushed renovate/all from afc190492e to 4e73dd2cb1 2025-11-13 02:46:09 +01:00 Compare
kjuulh force-pushed renovate/all from 4e73dd2cb1 to 58ea1782c1 2025-11-13 05:14:52 +01:00 Compare
kjuulh force-pushed renovate/all from 58ea1782c1 to be8c24b235 2025-11-14 02:20:40 +01:00 Compare
kjuulh force-pushed renovate/all from be8c24b235 to 86b43cd6db 2025-11-14 05:20:07 +01:00 Compare
kjuulh force-pushed renovate/all from 86b43cd6db to 855fb18348 2025-11-15 02:22:27 +01:00 Compare
kjuulh force-pushed renovate/all from 855fb18348 to f92c2ab080 2025-11-15 05:20:28 +01:00 Compare
kjuulh force-pushed renovate/all from f92c2ab080 to c376892f29 2025-11-16 02:20:48 +01:00 Compare
kjuulh force-pushed renovate/all from c376892f29 to 00c6602c36 2025-11-16 05:20:21 +01:00 Compare
kjuulh force-pushed renovate/all from 00c6602c36 to f1deb387cd 2025-11-17 02:20:21 +01:00 Compare
kjuulh force-pushed renovate/all from f1deb387cd to 171a8119de 2025-11-17 05:20:18 +01:00 Compare
kjuulh force-pushed renovate/all from 171a8119de to 2d63a5d84e 2025-11-18 02:23:07 +01:00 Compare
kjuulh force-pushed renovate/all from 2d63a5d84e to d6ae20135c 2025-11-18 05:23:00 +01:00 Compare
kjuulh force-pushed renovate/all from d6ae20135c to e1c5c2c5b9 2025-11-19 02:21:17 +01:00 Compare
kjuulh force-pushed renovate/all from e1c5c2c5b9 to 5bb91802e4 2025-11-19 05:20:11 +01:00 Compare
kjuulh force-pushed renovate/all from 5bb91802e4 to 57ec2dfb88 2025-11-20 02:22:03 +01:00 Compare
kjuulh force-pushed renovate/all from 57ec2dfb88 to 7c653e43a7 2025-11-20 05:22:02 +01:00 Compare
kjuulh force-pushed renovate/all from 7c653e43a7 to 01015a0c86 2025-11-21 02:20:58 +01:00 Compare
kjuulh force-pushed renovate/all from 01015a0c86 to dbfd3d008b 2025-11-21 05:20:55 +01:00 Compare
kjuulh force-pushed renovate/all from dbfd3d008b to 0c2987b793 2025-11-22 02:20:42 +01:00 Compare
kjuulh force-pushed renovate/all from 0c2987b793 to 922429065f 2025-11-22 05:20:39 +01:00 Compare
kjuulh force-pushed renovate/all from 922429065f to 4262d1f0d7 2025-11-23 02:20:38 +01:00 Compare
kjuulh force-pushed renovate/all from 4262d1f0d7 to d3f5134b47 2025-11-23 05:20:27 +01:00 Compare
kjuulh force-pushed renovate/all from d3f5134b47 to ecde8ccd6c 2025-11-24 02:20:45 +01:00 Compare
kjuulh force-pushed renovate/all from ecde8ccd6c to e1ff7aa450 2025-11-24 05:20:09 +01:00 Compare
kjuulh force-pushed renovate/all from e1ff7aa450 to 78d1b5fa08 2025-11-25 02:22:39 +01:00 Compare
kjuulh force-pushed renovate/all from 78d1b5fa08 to fb8d2aba22 2025-11-25 05:20:26 +01:00 Compare
kjuulh force-pushed renovate/all from fb8d2aba22 to 6fc711375b 2025-11-26 02:20:45 +01:00 Compare
kjuulh force-pushed renovate/all from 6fc711375b to 2fc31aa63f 2025-11-26 05:20:32 +01:00 Compare
kjuulh force-pushed renovate/all from 2fc31aa63f to 4cf80a8a25 2025-11-27 02:20:46 +01:00 Compare
kjuulh force-pushed renovate/all from 4cf80a8a25 to 855d7a2679 2025-11-27 05:20:22 +01:00 Compare
kjuulh force-pushed renovate/all from 855d7a2679 to a49e412236 2025-11-28 02:20:53 +01:00 Compare
kjuulh force-pushed renovate/all from a49e412236 to 59c6e4aa69 2025-11-28 05:20:26 +01:00 Compare
kjuulh force-pushed renovate/all from 59c6e4aa69 to 42851e0e76 2025-11-29 02:22:41 +01:00 Compare
kjuulh force-pushed renovate/all from 42851e0e76 to fe9c939c70 2025-11-29 05:22:28 +01:00 Compare
kjuulh force-pushed renovate/all from fe9c939c70 to deb2e9abcd 2025-11-30 02:20:30 +01:00 Compare
kjuulh force-pushed renovate/all from deb2e9abcd to 18abe2b006 2025-11-30 05:20:31 +01:00 Compare
kjuulh force-pushed renovate/all from 18abe2b006 to 4e4402f5ad 2025-12-01 02:20:35 +01:00 Compare
kjuulh force-pushed renovate/all from 4e4402f5ad to a95ffaafdf 2025-12-01 05:20:24 +01:00 Compare
kjuulh force-pushed renovate/all from a95ffaafdf to 7bcf9cd5a4 2025-12-02 02:20:41 +01:00 Compare
kjuulh force-pushed renovate/all from 7bcf9cd5a4 to c7254a29ff 2025-12-02 05:21:08 +01:00 Compare
kjuulh force-pushed renovate/all from c7254a29ff to cbde05e742 2025-12-03 02:21:25 +01:00 Compare
kjuulh force-pushed renovate/all from cbde05e742 to 5170570781 2025-12-03 05:20:44 +01:00 Compare
kjuulh force-pushed renovate/all from 5170570781 to 8e49cac628 2025-12-04 02:21:17 +01:00 Compare
kjuulh force-pushed renovate/all from 8e49cac628 to f3c37acbed 2025-12-04 05:26:43 +01:00 Compare
kjuulh force-pushed renovate/all from f3c37acbed to 938d4d0db5 2025-12-05 02:21:22 +01:00 Compare
kjuulh force-pushed renovate/all from 938d4d0db5 to 71434c948d 2025-12-05 05:20:27 +01:00 Compare
Some required checks are missing.
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/cuddle-please#38
No description provided.