fix(deps): update all dependencies #7

Merged
kjuulh merged 2 commits from renovate/all into main 2023-07-27 00:54:18 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.24 -> 0.4.26
docker.io/kasperhermansen/shuttle-drone docker major 1683325750924 -> 1690329880340
font-awesome (source) minor 6.1.0 -> 6.4.0
tokio (source) dependencies minor 1.27.0 -> 1.29.1

Release Notes

chronotope/chrono

v0.4.26: 0.4.26

Compare Source

The changes from #​807 we merged for 0.4.25 unfortunately restricted parsing in a way that was incompatible with earlier 0.4.x releases. We reverted this in #​1113. A small amount of other changes were merged since.

Thanks on behalf of the chrono team (@​djc and @​esheppa) to all contributors!

v0.4.25: 0.4.25

Compare Source

Time for another maintenance release. This release bumps the MSRV to 1.56; given MSRV bumps in chrono's dependencies (notably for syn 2), we felt that it no longer made sense to support any older versions. Feedback welcome in our issue tracker!

Additions

Fixes

Refactoring

Documentation

Internal improvements

On behalf of @​djc and @​esheppa, thanks to all contributors!

tokio-rs/tokio

v1.29.1: Tokio v1.29.1

Compare Source

Fixed
  • rt: fix nesting two block_in_place with a block_on between (#​5837)

v1.29.0: Tokio v1.29.0

Compare Source

Technically a breaking change, the Send implementation is removed from
runtime::EnterGuard. This change fixes a bug and should not impact most users.

Breaking
  • rt: EnterGuard should not be Send (#​5766)
Fixed
  • fs: reduce blocking ops in fs::read_dir (#​5653)
  • rt: fix possible starvation (#​5686, #​5712)
  • rt: fix stacked borrows issue in JoinSet (#​5693)
  • rt: panic if EnterGuard dropped incorrect order (#​5772)
  • time: do not overflow to signal value (#​5710)
  • fs: wait for in-flight ops before cloning File (#​5803)
Changed
  • rt: reduce time to poll tasks scheduled from outside the runtime (#​5705, #​5720)
Added
  • net: add uds doc alias for unix sockets (#​5659)
  • rt: add metric for number of tasks (#​5628)
  • sync: implement more traits for channel errors (#​5666)
  • net: add nodelay methods on TcpSocket (#​5672)
  • sync: add broadcast::Receiver::blocking_recv (#​5690)
  • process: add raw_arg method to Command (#​5704)
  • io: support PRIORITY epoll events (#​5566)
  • task: add JoinSet::poll_join_next (#​5721)
  • net: add support for Redox OS (#​5790)
Unstable

v1.28.2: Tokio v1.28.2

Compare Source

1.28.2 (May 28, 2023)

Forward ports 1.18.6 changes.

Fixed
  • deps: disable default features for mio (#​5728)

v1.28.1: Tokio v1.28.1

Compare Source

1.28.1 (May 10th, 2023)

This release fixes a mistake in the build script that makes AsFd implementations unavailable on Rust 1.63. (#​5677)

v1.28.0: Tokio v1.28.0

Compare Source

1.28.0 (April 25th, 2023)

Added
  • io: add AsyncFd::async_io (#​5542)
  • io: impl BufMut for ReadBuf (#​5590)
  • net: add recv_buf for UdpSocket and UnixDatagram (#​5583)
  • sync: add OwnedSemaphorePermit::semaphore (#​5618)
  • sync: add same_channel to broadcast channel (#​5607)
  • sync: add watch::Receiver::wait_for (#​5611)
  • task: add JoinSet::spawn_blocking and JoinSet::spawn_blocking_on (#​5612)
Changed
  • deps: update windows-sys to 0.48 (#​5591)
  • io: make read_to_end not grow unnecessarily (#​5610)
  • macros: make entrypoints more efficient (#​5621)
  • sync: improve Debug impl for RwLock (#​5647)
  • sync: reduce contention in Notify (#​5503)
Fixed
  • net: support get_peer_cred on AIX (#​5065)
  • sync: avoid deadlocks in broadcast with custom wakers (#​5578)
Documented
  • sync: fix typo in Semaphore::MAX_PERMITS (#​5645)
  • sync: fix typo in tokio::sync::watch::Sender docs (#​5587)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.24` -> `0.4.26` | | docker.io/kasperhermansen/shuttle-drone | docker | major | `1683325750924` -> `1690329880340` | | [font-awesome](https://fontawesome.com/) ([source](https://github.com/FortAwesome/Font-Awesome)) | | minor | `6.1.0` -> `6.4.0` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | minor | `1.27.0` -> `1.29.1` | --- ### Release Notes <details> <summary>chronotope/chrono</summary> ### [`v0.4.26`](https://github.com/chronotope/chrono/releases/tag/v0.4.26): 0.4.26 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26) The changes from [#&#8203;807](https://github.com/chronotope/chrono/issues/807) we merged for 0.4.25 unfortunately restricted parsing in a way that was incompatible with earlier 0.4.x releases. We reverted this in [#&#8203;1113](https://github.com/chronotope/chrono/issues/1113). A small amount of other changes were merged since. - Update README ([#&#8203;1111](https://github.com/chronotope/chrono/issues/1111), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Revert backport of [#&#8203;807](https://github.com/chronotope/chrono/issues/807) ([#&#8203;1113](https://github.com/chronotope/chrono/issues/1113), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Update to 2021 edition ([#&#8203;1109](https://github.com/chronotope/chrono/issues/1109), thanks to [@&#8203;tottoto](https://github.com/tottoto)) - Fix `DurationRound` panics from issue [#&#8203;1010](https://github.com/chronotope/chrono/issues/1010) ([#&#8203;1093](https://github.com/chronotope/chrono/issues/1093), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - tests: date path consolidate (branch 0.4.x) ([#&#8203;1090](https://github.com/chronotope/chrono/issues/1090), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Parse tests nanosecond bare dot (branch 0.4.x) ([#&#8203;1098](https://github.com/chronotope/chrono/issues/1098), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - yamllint cleanup lint.yml test.yml ([#&#8203;1102](https://github.com/chronotope/chrono/issues/1102), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Remove num-iter dependency ([#&#8203;1107](https://github.com/chronotope/chrono/issues/1107), thanks to [@&#8203;tottoto](https://github.com/tottoto)) Thanks on behalf of the chrono team ([@&#8203;djc](https://github.com/djc) and [@&#8203;esheppa](https://github.com/esheppa)) to all contributors! ### [`v0.4.25`](https://github.com/chronotope/chrono/releases/tag/v0.4.25): 0.4.25 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.24...v0.4.25) Time for another maintenance release. This release bumps the MSRV to 1.56; given MSRV bumps in chrono's dependencies (notably for syn 2), we felt that it no longer made sense to support any older versions. Feedback welcome in our issue tracker! #### Additions - Bump the MSRV to 1.56 ([#&#8203;1053](https://github.com/chronotope/chrono/issues/1053)) - Apply comments from MSRV bump ([#&#8203;1026](https://github.com/chronotope/chrono/issues/1026), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Remove num-integer dependency ([#&#8203;1037](https://github.com/chronotope/chrono/issues/1037), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `NaiveDateTime::and_utc()` method ([#&#8203;952](https://github.com/chronotope/chrono/issues/952), thanks to [@&#8203;klnusbaum](https://github.com/klnusbaum)) - derive `Hash` for most pub types that also derive `PartialEq` ([#&#8203;938](https://github.com/chronotope/chrono/issues/938), thanks to [@&#8203;bruceg](https://github.com/bruceg)) - Add `parse_and_remainder()` methods ([#&#8203;1011](https://github.com/chronotope/chrono/issues/1011), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `DateTime::fix_offset()` ([#&#8203;1030](https://github.com/chronotope/chrono/issues/1030), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `#[track_caller]` to `LocalResult::unwrap` ([#&#8203;1046](https://github.com/chronotope/chrono/issues/1046), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add `#[must_use]` to some methods ([#&#8203;1007](https://github.com/chronotope/chrono/issues/1007), thanks to [@&#8203;aceArt-GmbH](https://github.com/aceArt-GmbH)) - Implement `PartialOrd` for `Month` ([#&#8203;999](https://github.com/chronotope/chrono/issues/999), thanks to [@&#8203;Munksgaard](https://github.com/Munksgaard)) - Add `impl From<NaiveDateTime> for NaiveDate` ([#&#8203;1012](https://github.com/chronotope/chrono/issues/1012), thanks to [@&#8203;pezcore](https://github.com/pezcore)) - Extract timezone info from tzdata file on Android ([#&#8203;978](https://github.com/chronotope/chrono/issues/978), thanks to [@&#8203;RumovZ](https://github.com/RumovZ)) #### Fixes - Prevent string slicing inside char boundaries ([#&#8203;1024](https://github.com/chronotope/chrono/issues/1024), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - fix IsoWeek so that its flags are always correct ([#&#8203;991](https://github.com/chronotope/chrono/issues/991), thanks to [@&#8203;moshevds](https://github.com/moshevds)) - Fix out-of-range panic in `NaiveWeek::last_day` ([#&#8203;1070](https://github.com/chronotope/chrono/issues/1070), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Use correct offset in conversion from `Local` to `FixedOffset` ([#&#8203;1041](https://github.com/chronotope/chrono/issues/1041), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix military timezones in RFC 2822 parsing ([#&#8203;1013](https://github.com/chronotope/chrono/issues/1013), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Guard against overflow in NaiveDate::with_\*0 methods ([#&#8203;1023](https://github.com/chronotope/chrono/issues/1023), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix panic in from_num_days_from_ce_opt ([#&#8203;1052](https://github.com/chronotope/chrono/issues/1052), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) #### Refactoring - Rely on std for getting local time offset ([#&#8203;1072](https://github.com/chronotope/chrono/issues/1072), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Make functions in internals const ([#&#8203;1043](https://github.com/chronotope/chrono/issues/1043), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Refactor windows module in `Local` ([#&#8203;992](https://github.com/chronotope/chrono/issues/992), thanks to [@&#8203;nekevss](https://github.com/nekevss)) - Simplify from_timestamp_millis, from_timestamp_micros ([#&#8203;1032](https://github.com/chronotope/chrono/issues/1032), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Backport [#&#8203;983](https://github.com/chronotope/chrono/issues/983) and [#&#8203;1000](https://github.com/chronotope/chrono/issues/1000) ([#&#8203;1063](https://github.com/chronotope/chrono/issues/1063), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) #### Documentation - Backport documentation improvements ([#&#8203;1066](https://github.com/chronotope/chrono/issues/1066), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add documentation for %Z quirk ([#&#8203;1051](https://github.com/chronotope/chrono/issues/1051), thanks to [@&#8203;campbellcole](https://github.com/campbellcole)) - Add an example to Weekday ([#&#8203;1019](https://github.com/chronotope/chrono/issues/1019), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) #### Internal improvements - Gate test on `clock` feature ([#&#8203;1061](https://github.com/chronotope/chrono/issues/1061), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - CI: Also run tests with `--no-default-features` ([#&#8203;1059](https://github.com/chronotope/chrono/issues/1059), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Prevent `bench_year_flags_from_year` from being optimized out ([#&#8203;1034](https://github.com/chronotope/chrono/issues/1034), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix test_leap_second during DST transition ([#&#8203;1064](https://github.com/chronotope/chrono/issues/1064), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix warnings when running tests on Windows ([#&#8203;1038](https://github.com/chronotope/chrono/issues/1038), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Fix tests on AIX ([#&#8203;1028](https://github.com/chronotope/chrono/issues/1028), thanks to [@&#8203;ecnelises](https://github.com/ecnelises)) - Fix doctest warnings, remove mention of deprecated methods from main doc ([#&#8203;1081](https://github.com/chronotope/chrono/issues/1081), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Reformat `test_datetime_parse_from_str` ([#&#8203;1078](https://github.com/chronotope/chrono/issues/1078), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - GitHub yml shell `set -eux`, use bash ([#&#8203;1103](https://github.com/chronotope/chrono/issues/1103), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - test: explicitly set `LANG` to `c` in gnu `date` ([#&#8203;1089](https://github.com/chronotope/chrono/issues/1089), thanks to [@&#8203;scarf005](https://github.com/scarf005)) - Switch test to `TryFrom` ([#&#8203;1086](https://github.com/chronotope/chrono/issues/1086), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - Add test for issue 551 ([#&#8203;1020](https://github.com/chronotope/chrono/issues/1020), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - RFC 2822 single-letter obsolete tests ([#&#8203;1014](https://github.com/chronotope/chrono/issues/1014), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - \[CI] Lint Windows target and documentation links ([#&#8203;1062](https://github.com/chronotope/chrono/issues/1062), thanks to [@&#8203;pitdicker](https://github.com/pitdicker)) - add test_issue\_866 ([#&#8203;1077](https://github.com/chronotope/chrono/issues/1077), thanks to [@&#8203;jtmoon79](https://github.com/jtmoon79)) - Remove AUTHORS metadata ([#&#8203;1074](https://github.com/chronotope/chrono/issues/1074)) On behalf of [@&#8203;djc](https://github.com/djc) and [@&#8203;esheppa](https://github.com/esheppa), thanks to all contributors! </details> <details> <summary>tokio-rs/tokio</summary> ### [`v1.29.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.29.1): Tokio v1.29.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.29.0...tokio-1.29.1) ##### Fixed - rt: fix nesting two `block_in_place` with a `block_on` between ([#&#8203;5837]) [#&#8203;5837]: https://github.com/tokio-rs/tokio/pull/5837 ### [`v1.29.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.29.0): Tokio v1.29.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0) Technically a breaking change, the `Send` implementation is removed from `runtime::EnterGuard`. This change fixes a bug and should not impact most users. ##### Breaking - rt: `EnterGuard` should not be `Send` ([#&#8203;5766]) ##### Fixed - fs: reduce blocking ops in `fs::read_dir` ([#&#8203;5653]) - rt: fix possible starvation ([#&#8203;5686], [#&#8203;5712]) - rt: fix stacked borrows issue in `JoinSet` ([#&#8203;5693]) - rt: panic if `EnterGuard` dropped incorrect order ([#&#8203;5772]) - time: do not overflow to signal value ([#&#8203;5710]) - fs: wait for in-flight ops before cloning `File` ([#&#8203;5803]) ##### Changed - rt: reduce time to poll tasks scheduled from outside the runtime ([#&#8203;5705], [#&#8203;5720]) ##### Added - net: add uds doc alias for unix sockets ([#&#8203;5659]) - rt: add metric for number of tasks ([#&#8203;5628]) - sync: implement more traits for channel errors ([#&#8203;5666]) - net: add nodelay methods on TcpSocket ([#&#8203;5672]) - sync: add `broadcast::Receiver::blocking_recv` ([#&#8203;5690]) - process: add `raw_arg` method to `Command` ([#&#8203;5704]) - io: support PRIORITY epoll events ([#&#8203;5566]) - task: add `JoinSet::poll_join_next` ([#&#8203;5721]) - net: add support for Redox OS ([#&#8203;5790]) ##### Unstable - rt: add the ability to dump task backtraces ([#&#8203;5608], [#&#8203;5676], [#&#8203;5708], [#&#8203;5717]) - rt: instrument task poll times with a histogram ([#&#8203;5685]) [#&#8203;5766]: https://github.com/tokio-rs/tokio/pull/5766 [#&#8203;5653]: https://github.com/tokio-rs/tokio/pull/5653 [#&#8203;5686]: https://github.com/tokio-rs/tokio/pull/5686 [#&#8203;5712]: https://github.com/tokio-rs/tokio/pull/5712 [#&#8203;5693]: https://github.com/tokio-rs/tokio/pull/5693 [#&#8203;5772]: https://github.com/tokio-rs/tokio/pull/5772 [#&#8203;5710]: https://github.com/tokio-rs/tokio/pull/5710 [#&#8203;5803]: https://github.com/tokio-rs/tokio/pull/5803 [#&#8203;5705]: https://github.com/tokio-rs/tokio/pull/5705 [#&#8203;5720]: https://github.com/tokio-rs/tokio/pull/5720 [#&#8203;5659]: https://github.com/tokio-rs/tokio/pull/5659 [#&#8203;5628]: https://github.com/tokio-rs/tokio/pull/5628 [#&#8203;5666]: https://github.com/tokio-rs/tokio/pull/5666 [#&#8203;5672]: https://github.com/tokio-rs/tokio/pull/5672 [#&#8203;5690]: https://github.com/tokio-rs/tokio/pull/5690 [#&#8203;5704]: https://github.com/tokio-rs/tokio/pull/5704 [#&#8203;5566]: https://github.com/tokio-rs/tokio/pull/5566 [#&#8203;5721]: https://github.com/tokio-rs/tokio/pull/5721 [#&#8203;5790]: https://github.com/tokio-rs/tokio/pull/5790 [#&#8203;5608]: https://github.com/tokio-rs/tokio/pull/5608 [#&#8203;5676]: https://github.com/tokio-rs/tokio/pull/5676 [#&#8203;5708]: https://github.com/tokio-rs/tokio/pull/5708 [#&#8203;5717]: https://github.com/tokio-rs/tokio/pull/5717 [#&#8203;5685]: https://github.com/tokio-rs/tokio/pull/5685 ### [`v1.28.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.28.2): Tokio v1.28.2 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) ### 1.28.2 (May 28, 2023) Forward ports 1.18.6 changes. ##### Fixed - deps: disable default features for mio ([#&#8203;5728]) [#&#8203;5728]: https://github.com/tokio-rs/tokio/pull/5728 ### [`v1.28.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.28.1): Tokio v1.28.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1) ### 1.28.1 (May 10th, 2023) This release fixes a mistake in the build script that makes `AsFd` implementations unavailable on Rust 1.63. ([#&#8203;5677]) [#&#8203;5677]: https://github.com/tokio-rs/tokio/pull/5677 ### [`v1.28.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.28.0): Tokio v1.28.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0) ### 1.28.0 (April 25th, 2023) ##### Added - io: add `AsyncFd::async_io` ([#&#8203;5542]) - io: impl BufMut for ReadBuf ([#&#8203;5590]) - net: add `recv_buf` for `UdpSocket` and `UnixDatagram` ([#&#8203;5583]) - sync: add `OwnedSemaphorePermit::semaphore` ([#&#8203;5618]) - sync: add `same_channel` to broadcast channel ([#&#8203;5607]) - sync: add `watch::Receiver::wait_for` ([#&#8203;5611]) - task: add `JoinSet::spawn_blocking` and `JoinSet::spawn_blocking_on` ([#&#8203;5612]) ##### Changed - deps: update windows-sys to 0.48 ([#&#8203;5591]) - io: make `read_to_end` not grow unnecessarily ([#&#8203;5610]) - macros: make entrypoints more efficient ([#&#8203;5621]) - sync: improve Debug impl for `RwLock` ([#&#8203;5647]) - sync: reduce contention in `Notify` ([#&#8203;5503]) ##### Fixed - net: support `get_peer_cred` on AIX ([#&#8203;5065]) - sync: avoid deadlocks in `broadcast` with custom wakers ([#&#8203;5578]) ##### Documented - sync: fix typo in `Semaphore::MAX_PERMITS` ([#&#8203;5645]) - sync: fix typo in `tokio::sync::watch::Sender` docs ([#&#8203;5587]) [#&#8203;5065]: https://github.com/tokio-rs/tokio/pull/5065 [#&#8203;5503]: https://github.com/tokio-rs/tokio/pull/5503 [#&#8203;5542]: https://github.com/tokio-rs/tokio/pull/5542 [#&#8203;5578]: https://github.com/tokio-rs/tokio/pull/5578 [#&#8203;5583]: https://github.com/tokio-rs/tokio/pull/5583 [#&#8203;5587]: https://github.com/tokio-rs/tokio/pull/5587 [#&#8203;5590]: https://github.com/tokio-rs/tokio/pull/5590 [#&#8203;5591]: https://github.com/tokio-rs/tokio/pull/5591 [#&#8203;5607]: https://github.com/tokio-rs/tokio/pull/5607 [#&#8203;5610]: https://github.com/tokio-rs/tokio/pull/5610 [#&#8203;5611]: https://github.com/tokio-rs/tokio/pull/5611 [#&#8203;5612]: https://github.com/tokio-rs/tokio/pull/5612 [#&#8203;5618]: https://github.com/tokio-rs/tokio/pull/5618 [#&#8203;5621]: https://github.com/tokio-rs/tokio/pull/5621 [#&#8203;5645]: https://github.com/tokio-rs/tokio/pull/5645 [#&#8203;5647]: https://github.com/tokio-rs/tokio/pull/5647 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh force-pushed renovate/all from 2b9d9faad1 to e625ca8807 2023-05-29 12:12:58 +02:00 Compare
kjuulh force-pushed renovate/all from e625ca8807 to 3965a7e629 2023-05-30 22:15:40 +02:00 Compare
kjuulh force-pushed renovate/all from 3965a7e629 to ef467b2c9e 2023-06-28 00:03:29 +02:00 Compare
kjuulh force-pushed renovate/all from ef467b2c9e to 1beff01f36 2023-06-30 00:39:05 +02:00 Compare
kjuulh force-pushed renovate/all from 1beff01f36 to 0a30d2a90e 2023-07-23 12:50:53 +02:00 Compare
kjuulh force-pushed renovate/all from 0a30d2a90e to 31d42f537d 2023-07-24 10:37:15 +02:00 Compare
kjuulh force-pushed renovate/all from 31d42f537d to b4c0991d1a 2023-07-24 10:59:19 +02:00 Compare
kjuulh force-pushed renovate/all from b4c0991d1a to 0f88cd4b7c 2023-07-25 02:13:44 +02:00 Compare
kjuulh force-pushed renovate/all from 0f88cd4b7c to 3332fb19f4 2023-07-26 02:13:56 +02:00 Compare
kjuulh force-pushed renovate/all from 3332fb19f4 to 4b1b76794e 2023-07-27 00:39:32 +02:00 Compare
kjuulh added 1 commit 2023-07-27 00:52:52 +02:00
Merge branch 'main' into renovate/all
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
b242484521
kjuulh merged commit 32726c55fb into main 2023-07-27 00:54:18 +02:00
kjuulh deleted branch renovate/all 2023-07-27 00:54:18 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/kasperhermansen-blog#7
No description provided.