fix(deps): update all dependencies #69

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

This PR contains the following updates:

Package Type Update Change
chrono dependencies patch 0.4.42 -> 0.4.43
dagger-sdk workspace.dependencies minor 0.18.19 -> 0.19.0
toml dependencies minor 0.8.12 -> 0.9.0

Release Notes

chronotope/chrono (chrono)

v0.4.43: 0.4.43

Compare Source

What's Changed

dagger/dagger (dagger-sdk)

v0.19.10

Compare Source

Added
Fixed
What to do next?

v0.19.9

Compare Source

Added
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.8

Compare Source

Added
Changed
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.7

Compare Source

Added
Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.6

Compare Source

Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.5

Compare Source

Fixed
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.4

Compare Source

Added
Fixed
Dependencies
Contributors

Special thanks to our external contributors this release!

What to do next?

v0.19.3

Compare Source

Added
Fixed
Dependencies
What to do next?

v0.19.2

Compare Source

Fixed
What to do next?

v0.19.1

Compare Source

Added
Fixed
What to do next?

v0.19.0

Compare Source

🔥 Breaking Changes
Added
Fixed
What to do next?
toml-rs/toml (toml)

v0.9.11

Compare Source

v0.9.10

Compare Source

v0.9.9

Compare Source

v0.9.8

Compare Source

v0.9.7

Compare Source

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source


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 | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.42` -> `0.4.43` | | [dagger-sdk](https://github.com/dagger/dagger) | workspace.dependencies | minor | `0.18.19` -> `0.19.0` | | [toml](https://github.com/toml-rs/toml) | dependencies | minor | `0.8.12` -> `0.9.0` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.43`](https://github.com/chronotope/chrono/releases/tag/v0.4.43): 0.4.43 [Compare Source](https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43) #### What's Changed - Install extra components for lint workflow by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1741 - Upgrade windows-bindgen to 0.64 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1742 - Improve windows-bindgen setup by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1744 - Drop stabilized feature doc_auto_cfg by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1745 - Faster RFC 3339 parsing by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1748 - Update windows-bindgen requirement from 0.64 to 0.65 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/chronotope/chrono/pull/1751 - add `NaiveDate::abs_diff` by [@&#8203;Kinrany](https://github.com/Kinrany) in https://github.com/chronotope/chrono/pull/1752 - Add feature gated defmt support. by [@&#8203;pebender](https://github.com/pebender) in https://github.com/chronotope/chrono/pull/1747 - Drop deny lints, eager Debug impls are a mixed blessing by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1753 - chore: minor improvement for docs by [@&#8203;spuradage](https://github.com/spuradage) in https://github.com/chronotope/chrono/pull/1756 - Added doctest for the NaiveDate years_since function by [@&#8203;LucasBou](https://github.com/LucasBou) in https://github.com/chronotope/chrono/pull/1755 - Prepare 0.4.43 by [@&#8203;djc](https://github.com/djc) in https://github.com/chronotope/chrono/pull/1765 - Update copyright year to 2026 in LICENSE.txt by [@&#8203;taozui472](https://github.com/taozui472) in https://github.com/chronotope/chrono/pull/1767 </details> <details> <summary>dagger/dagger (dagger-sdk)</summary> ### [`v0.19.10`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v01910---2026-01-14) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.9...v0.19.10) ##### Added - Improve memory usage of `dagger develop --recursive` when used with large number of modules by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11659 - Add shareProcessNamespace option to Helm chart for sidecar process access by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11680 ##### Fixed - Fix invalid mounts leftover after hard engine crash by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11673 - Fix file not found errors when same module concurrently invoked by different clients from different paths by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11625 - Fix regression resulting in "failed to authorize" errors during image pulls by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11667 - Fix regression resulting "no such file or directory" errors after use of WithName API by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11671 - Fix errors when using contextual GitRef arguments sourced from local dirs in combination with function caching by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11688 - Fix errors in some SDKs when invoking toolchain constructors by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11690 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.9`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0199---2026-01-07) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.8...v0.19.9) ##### Added - directory.Stat and container.Stat calls by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11403 - improve filesystem performance by reducing overlay fsync overhead by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11559 - improve changeset performance by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11580 - add Check.Source to return the module source where the check is defined by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11630 ##### Fixed - fix TypeScript cache setting type error by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11539 - Disable Git askpass prompts to prevent unexpected IDE credential dialogs (e.g., VS Code popups that appear even when credentials are already configured). Credentials still work via helpers or .netrc. For the rare case where no credentials are configured, Dagger now fails early with a clear error instead of triggering a subtle prompt that users sometimes miss by [@&#8203;sleiner-v](https://github.com/sleiner-v) in https://github.com/dagger/dagger/pull/11437 - fix invalid overlay mount creation race condition by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11545 - template in module name when initializing typescript modules by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11551 - fix incorrect file contents caching race condition bug by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11575 - allow use of git module sources in Java SDK by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11570 - improve determinism of generate Go code by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11579 - preserve shell exit codes in TUI mode by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11586 - ensure typescript SDK correctly uses lockfile in modules by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11592 - fix chained calls across different depths in progress output by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11596 - correct spelling in withAnnotation doc by [@&#8203;hugginsio](https://github.com/hugginsio) in https://github.com/dagger/dagger/pull/11598 - fix missing ignores of xattr copy failures by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11606 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;hugginsio](https://github.com/hugginsio) - [@&#8203;sleiner-v](https://github.com/sleiner-v) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.8`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0198---2025-12-04) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.7...v0.19.8) ##### Added - Optimize `WithDirectory` and `WithFile` to avoid copying file data on disk in more cases by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11497 \ These APIs now avoid copying data on disk in all cases except when an owner, permission or timestamp is modified as part of the operation. - Add support for host environment variable expansion in `.env` files by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11442 - Add VCS support for on-premises Azure DevOps by [@&#8203;nilune](https://github.com/nilune) in https://github.com/dagger/dagger/pull/11500 - Add ability to set app role mount path in Vault secret provider by [@&#8203;nilune](https://github.com/nilune) in https://github.com/dagger/dagger/pull/11471 - Add toolchain customization configuration by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11480 - Add configuration to ignore checks in a toolchain by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11489 - TypeScript SDK: Add live telemetry support by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11486 - TypeScript SDK: Add tracing for tests using `@otr/mocha-test` lib by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11508 - Add `File.AsJSON()` to simplify handling JSON file contents by [@&#8203;suprjinx](https://github.com/suprjinx) in https://github.com/dagger/dagger/pull/11408 ##### Changed - Go SDK: Make codegen deterministic by [@&#8203;kpenfound](https://github.com/kpenfound) in https://github.com/dagger/dagger/pull/11522 - Refactor cloud auth to handle both CLI and token flows by [@&#8203;marcosnils](https://github.com/marcosnils) in https://github.com/dagger/dagger/pull/11520 ##### Fixed - Fix caching of function errors within a single dagger session by [@&#8203;grouville](https://github.com/grouville) and [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11488 - Fix nested execs created by modules to not be module clients by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11458 - Fix module loading using content digest ID by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11491 - Fix stale sessions handling in dag-op filesync, resolving occasional "session not found" errors by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11448 - Fix env to always load value from correct parent client by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11459 - Bump modernc to pick up ctx cancel fix by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11492 - Fix incorrect function name in comment by [@&#8203;black5box](https://github.com/black5box) in https://github.com/dagger/dagger/pull/11428 - Fix panic in CI generate by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11483 - Disable 'reveal' by default in util/parallel by [@&#8203;shykes](https://github.com/shykes) in https://github.com/dagger/dagger/pull/11517 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;black5box](https://github.com/black5box) - [@&#8203;nilune](https://github.com/nilune) - [@&#8203;suprjinx](https://github.com/suprjinx) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.7`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0197---2025-11-20) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.6...v0.19.7) ##### Added - Make Dependencies() and GeneratedContextDirectory() accessible from the CurrentModule API by [@&#8203;chrisjpalmer](https://github.com/chrisjpalmer) in https://github.com/dagger/dagger/pull/11146 - Add `--eager-runtime` flag to `dagger functions` by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11413 - Add SDK runtime debug mode by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11349 ##### Fixed - Cache git.Remote() metadata in session cache by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11366 - Miscellaneous fixes in LLM() by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11370 - Fix issue where Directory.File() was not caching based on file content by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11329 - Disable caching for engine clients query by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11416 - Speed up local connect time to docker daemon by [@&#8203;tiborvass](https://github.com/tiborvass) in https://github.com/dagger/dagger/pull/11421 - Prefer DAGGER_CLOUD_TOKEN over OAuth for cloud engine provider by [@&#8203;marcosnils](https://github.com/marcosnils) in https://github.com/dagger/dagger/pull/11438 - Make error messages to users less verbose by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11434 - Improve performance during disk usage calculation by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11327 - Fixed rare panic during disk usage calculation by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11450 - Make LLM output less verbose when it's doing direct object function calls by [@&#8203;vito](https://github.com/vito) in https://github.com/dagger/dagger/pull/11435 - Fix "failed to add secret" errors when concurrently using a private git repo from multiple clients that each have a different auth token value by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11456 - TypeScript: Correctly resolve enum defaults in introspection to prevent unresolved warnings by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11319 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;chrisjpalmer](https://github.com/chrisjpalmer) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.6`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0196---2025-11-07) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.5...v0.19.6) ##### Fixed - Fix dagger develop --recursive to use correct dependency name even when top-level module has a custom name for the dependency by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11365 - Fix "failed to update rootfs: session not found" errors caused by incorrect use of stale client metadata by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11295 - fix panic in filesync telemetry by @&#8203; in https://github.com/dagger/dagger/pull/11371 ##### Contributors Special thanks to our external contributors this release! - @&#8203; - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.5`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0195---2025-11-05) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.4...v0.19.5) ##### Fixed - Significantly improve engine performance by reducing disk syncing and associated lock contention by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11336 - Fixed directory+file not found errors when using cached function calls with contextual arguments involved by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11350 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.4`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0194---2025-10-30) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.3...v0.19.4) ##### Added - Function cache control by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/10975 \ Function calls now have configurable caching behavior, including TTLs. Function calls with cached results can skip execution, which often significantly speeds up your workflows. Instructions and more details on the configuration options can be found in the [docs](https://docs.dagger.io/extending/function-caching). \ 🚨 Modules initialized before v0.19.4 [will need to explicitly opt-in to the new caching behavior](https://docs.dagger.io/extending/function-caching/#backwards-compatibility). - New `GitRepository.uncommited` API to get changeset of dirty changes in the working directory by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11241 - Add new `engine clients` API by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11308 ##### Fixed - Optimize numerous core APIs to be less CPU+memory intensive by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11320 ##### Dependencies - Update go to 1.25.3 by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11331 ##### Contributors Special thanks to our external contributors this release! - [@&#8203;jedevc](https://github.com/jedevc) - [@&#8203;matipan](https://github.com/matipan) - [@&#8203;sipsma](https://github.com/sipsma) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.3`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0193---2025-10-23) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.2...v0.19.3) ##### Added - allow modules to call their own functions through the engine (self calls) by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/10584 - Allow to raise errors using withError by [@&#8203;eunomie](https://github.com/eunomie) in https://github.com/dagger/dagger/pull/11222 \ This is for instance really useful from inside self-chainable blocks (using with) where an error can't be returned. - New `Changeset.isEmpty` API by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11237 ##### Fixed - Avoid error when calling `Directory.diff` on identical directories by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11268 ##### Dependencies - Upgrade to go 1.25.2 by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11220 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.2`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0192---2025-10-08) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.1...v0.19.2) ##### Fixed - Fixed engine crash when container sourced from private image was used with terminal or as a service (and was not already cached in the engine) by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11198 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.1`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v01910---2026-01-14) [Compare Source](https://github.com/dagger/dagger/compare/v0.19.0...v0.19.1) ##### Added - Improve memory usage of `dagger develop --recursive` when used with large number of modules by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11659 - Add shareProcessNamespace option to Helm chart for sidecar process access by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11680 ##### Fixed - Fix invalid mounts leftover after hard engine crash by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11673 - Fix file not found errors when same module concurrently invoked by different clients from different paths by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11625 - Fix regression resulting in "failed to authorize" errors during image pulls by [@&#8203;grouville](https://github.com/grouville) in https://github.com/dagger/dagger/pull/11667 - Fix regression resulting "no such file or directory" errors after use of WithName API by [@&#8203;alexcb](https://github.com/alexcb) in https://github.com/dagger/dagger/pull/11671 - Fix errors when using contextual GitRef arguments sourced from local dirs in combination with function caching by [@&#8203;sipsma](https://github.com/sipsma) in https://github.com/dagger/dagger/pull/11688 - Fix errors in some SDKs when invoking toolchain constructors by [@&#8203;TomChv](https://github.com/TomChv) in https://github.com/dagger/dagger/pull/11690 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.19.0`](https://github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0190---2025-09-30) [Compare Source](https://github.com/dagger/dagger/compare/v0.18.19...v0.19.0) ##### 🔥 Breaking Changes - `GitRepository.branch`/`GitRepository.tag`/`GitRepository.commit` now only accept valid branches/tags/commits by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11038 - `GitRepository`'s `withAuthToken` and `withAuthHeader` are now no-ops by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11032 \ Instead authentication should *only* be provided at the top-level `git` query, since it's now queried immediately. - Remove deprecated `Host.setSecretFile` method by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11115 \ Use the `file://` secret provider instead. - Remove `LocalCache.keepBytes` field by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11115 \ Instead use the more specific `LocalCache.reservedSpace`, which it was an alias for. - Removed deprecated `Container.build` API by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11118 \ Use `Directory.dockerBuild` instead. ##### Added - engine: support registry mirror configs on `engine.json` by [@&#8203;matipan](https://github.com/matipan) in https://github.com/dagger/dagger/pull/11040 ##### Fixed - Contextual git refs are correctly pinned by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/dagger/dagger/pull/11092 ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.9.11`](https://github.com/toml-rs/toml/compare/toml-v0.9.10...toml-v0.9.11) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.10...toml-v0.9.11) ### [`v0.9.10`](https://github.com/toml-rs/toml/compare/toml-v0.9.9...toml-v0.9.10) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.9...toml-v0.9.10) ### [`v0.9.9`](https://github.com/toml-rs/toml/compare/toml-v0.9.8...toml-v0.9.9) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.8...toml-v0.9.9) ### [`v0.9.8`](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8) ### [`v0.9.7`](https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v0.9.7) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v0.9.7) ### [`v0.9.6`](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.6) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.6) ### [`v0.9.5`](https://github.com/toml-rs/toml/compare/toml-v0.9.4...toml-v0.9.5) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.4...toml-v0.9.5) ### [`v0.9.4`](https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.3...toml-v0.9.4) ### [`v0.9.3`](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.2...toml-v0.9.3) ### [`v0.9.2`](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2) ### [`v0.9.1`](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1) ### [`v0.9.0`](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0) [Compare Source](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-04 02:37:10 +01:00
chore(deps): update all dependencies
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
0a3667bf78
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-03-04 02:37:10 +01:00
kjuulh force-pushed renovate/all from 0a3667bf78 to 3cdde7ab4a 2025-03-25 23:50:45 +01:00 Compare
kjuulh force-pushed renovate/all from 3cdde7ab4a to e26990818a 2025-03-26 21:01:19 +01:00 Compare
kjuulh force-pushed renovate/all from e26990818a to 704b47d12c 2025-03-27 03:01:43 +01:00 Compare
kjuulh force-pushed renovate/all from 704b47d12c to e4f996572c 2025-04-02 02:23:41 +02:00 Compare
kjuulh force-pushed renovate/all from e4f996572c to d93f08e3f3 2025-04-05 02:20:32 +02:00 Compare
kjuulh force-pushed renovate/all from d93f08e3f3 to acc9c407a9 2025-04-15 02:24:14 +02:00 Compare
kjuulh force-pushed renovate/all from acc9c407a9 to fc06c9b024 2025-04-23 02:22:40 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2025-04-26 02:22:51 +02:00
kjuulh force-pushed renovate/all from fc06c9b024 to 218f41c443 2025-04-26 02:22:51 +02:00 Compare
kjuulh force-pushed renovate/all from 218f41c443 to d88effc1b6 2025-04-26 05:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from d88effc1b6 to 5e72dca282 2025-04-27 02:20:48 +02:00 Compare
kjuulh force-pushed renovate/all from 5e72dca282 to 0a6447ca19 2025-04-27 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from 0a6447ca19 to 8dc9ea8a0a 2025-04-28 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8dc9ea8a0a to 175d195512 2025-04-28 05:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from 175d195512 to 56b98c1970 2025-04-29 02:22:40 +02:00 Compare
kjuulh force-pushed renovate/all from 56b98c1970 to a1f1cddf63 2025-04-29 05:22:28 +02:00 Compare
kjuulh force-pushed renovate/all from a1f1cddf63 to 4ca0d402af 2025-04-30 02:23:07 +02:00 Compare
kjuulh force-pushed renovate/all from 4ca0d402af to 13bfc6eeca 2025-04-30 05:21:28 +02:00 Compare
kjuulh force-pushed renovate/all from 13bfc6eeca to 5014bfc9cd 2025-05-01 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 5014bfc9cd to ea70cef092 2025-05-01 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from ea70cef092 to fd835dc875 2025-05-02 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from fd835dc875 to 5bba4d6155 2025-05-02 05:21:12 +02:00 Compare
kjuulh force-pushed renovate/all from 5bba4d6155 to 22b4a0bd99 2025-05-03 02:23:17 +02:00 Compare
kjuulh force-pushed renovate/all from 22b4a0bd99 to 5413b0b989 2025-05-03 05:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from 5413b0b989 to 9ebf8d8d9f 2025-05-04 02:21:25 +02:00 Compare
kjuulh force-pushed renovate/all from 9ebf8d8d9f to ed9177e11f 2025-05-04 05:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from ed9177e11f to 2283b0b1d2 2025-05-05 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 2283b0b1d2 to 356a6499a4 2025-05-05 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from 356a6499a4 to 9908f4e459 2025-05-06 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 9908f4e459 to 6a9834253a 2025-05-06 05:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6a9834253a to 1570391225 2025-05-07 02:22:47 +02:00 Compare
kjuulh force-pushed renovate/all from 1570391225 to 8fb312140f 2025-05-07 05:22:18 +02:00 Compare
kjuulh force-pushed renovate/all from 8fb312140f to ce78e944a2 2025-05-08 02:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from ce78e944a2 to 0009a5d569 2025-05-08 05:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0009a5d569 to f7c51be48d 2025-05-09 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from f7c51be48d to fd21b3b68c 2025-05-09 05:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from fd21b3b68c to ba6c1e86b4 2025-05-10 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from ba6c1e86b4 to b341ce66de 2025-05-10 05:20:38 +02:00 Compare
kjuulh force-pushed renovate/all from b341ce66de to 6689ac7202 2025-05-11 02:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 6689ac7202 to d50e6ae0e1 2025-05-11 05:21:51 +02:00 Compare
kjuulh force-pushed renovate/all from d50e6ae0e1 to a90b35c031 2025-05-12 02:22:56 +02:00 Compare
kjuulh force-pushed renovate/all from a90b35c031 to 5a82e1bc17 2025-05-12 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5a82e1bc17 to dfe1e941d4 2025-05-13 02:22:17 +02:00 Compare
kjuulh force-pushed renovate/all from dfe1e941d4 to ebcb6fbe18 2025-05-13 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from ebcb6fbe18 to edeec6c447 2025-05-14 02:20:54 +02:00 Compare
kjuulh force-pushed renovate/all from edeec6c447 to d2a3e6ce7f 2025-05-14 05:21:30 +02:00 Compare
kjuulh force-pushed renovate/all from d2a3e6ce7f to d982c41e18 2025-05-15 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from d982c41e18 to ad571f15b4 2025-05-15 05:20:01 +02:00 Compare
kjuulh force-pushed renovate/all from ad571f15b4 to 2012f43f27 2025-05-17 02:20:33 +02:00 Compare
kjuulh force-pushed renovate/all from 2012f43f27 to b46c2d8d3e 2025-05-17 05:20:40 +02:00 Compare
kjuulh force-pushed renovate/all from b46c2d8d3e to 776118eed0 2025-05-18 02:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from 776118eed0 to 7a92ef4282 2025-05-18 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from 7a92ef4282 to 16e905f2e7 2025-05-19 02:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 16e905f2e7 to 03d0445cfc 2025-05-19 05:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from 03d0445cfc to 02cbe5ecea 2025-05-20 02:20:35 +02:00 Compare
kjuulh force-pushed renovate/all from 02cbe5ecea to d34f569c57 2025-05-20 05:20:41 +02:00 Compare
kjuulh force-pushed renovate/all from d34f569c57 to c1d25534cd 2025-05-21 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from c1d25534cd to bd56187527 2025-05-21 05:19:52 +02:00 Compare
kjuulh force-pushed renovate/all from bd56187527 to 96a02f3945 2025-05-22 02:22:13 +02:00 Compare
kjuulh force-pushed renovate/all from 96a02f3945 to 2719cb8714 2025-05-22 05:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 2719cb8714 to 1b4f870032 2025-05-23 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 1b4f870032 to 305453e736 2025-05-23 05:21:24 +02:00 Compare
kjuulh force-pushed renovate/all from 305453e736 to 078185df04 2025-05-24 02:22:23 +02:00 Compare
kjuulh force-pushed renovate/all from 078185df04 to 860a951c90 2025-05-24 05:21:12 +02:00 Compare
kjuulh force-pushed renovate/all from 860a951c90 to b4eff8d1c5 2025-05-25 02:21:49 +02:00 Compare
kjuulh force-pushed renovate/all from b4eff8d1c5 to 9d93c98e00 2025-05-25 05:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 9d93c98e00 to 887e587afe 2025-05-26 02:21:32 +02:00 Compare
kjuulh force-pushed renovate/all from 887e587afe to 135e2abfcb 2025-05-26 05:21:07 +02:00 Compare
kjuulh force-pushed renovate/all from 135e2abfcb to 9343300c34 2025-05-27 02:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 9343300c34 to 152c078528 2025-05-27 05:20:28 +02:00 Compare
kjuulh force-pushed renovate/all from 152c078528 to c18a300135 2025-05-28 02:23:26 +02:00 Compare
kjuulh force-pushed renovate/all from c18a300135 to 8c049ce83f 2025-05-28 05:20:54 +02:00 Compare
kjuulh force-pushed renovate/all from 8c049ce83f to 52887d9123 2025-05-29 02:21:22 +02:00 Compare
kjuulh force-pushed renovate/all from 52887d9123 to 88e8e94cfa 2025-05-29 05:20:13 +02:00 Compare
kjuulh force-pushed renovate/all from 88e8e94cfa to d769441962 2025-05-30 02:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from d769441962 to 8e246e2a1d 2025-05-30 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 8e246e2a1d to f7db60a0e7 2025-05-31 02:21:26 +02:00 Compare
kjuulh force-pushed renovate/all from f7db60a0e7 to 4895b5395d 2025-05-31 05:20:46 +02:00 Compare
kjuulh force-pushed renovate/all from 4895b5395d to efaf7a4fe7 2025-06-01 02:21:18 +02:00 Compare
kjuulh force-pushed renovate/all from efaf7a4fe7 to b7feb3c1bf 2025-06-01 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from b7feb3c1bf to 93c8c3eac5 2025-06-02 02:21:28 +02:00 Compare
kjuulh force-pushed renovate/all from 93c8c3eac5 to cb949cbb1e 2025-06-02 05:20:57 +02:00 Compare
kjuulh force-pushed renovate/all from cb949cbb1e to b9bc72707e 2025-06-03 02:21:10 +02:00 Compare
kjuulh force-pushed renovate/all from b9bc72707e to 7561a2fd4a 2025-06-03 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 7561a2fd4a to eedf1264e5 2025-06-04 02:21:57 +02:00 Compare
kjuulh force-pushed renovate/all from eedf1264e5 to 68441af163 2025-06-04 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from 68441af163 to 6596884dca 2025-06-05 02:22:20 +02:00 Compare
kjuulh force-pushed renovate/all from 6596884dca to e85ae1f477 2025-06-05 05:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from e85ae1f477 to 3802323f23 2025-06-06 02:22:02 +02:00 Compare
kjuulh force-pushed renovate/all from 3802323f23 to 450938fc41 2025-06-06 05:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 450938fc41 to 9d7cca0178 2025-06-07 02:21:44 +02:00 Compare
kjuulh force-pushed renovate/all from 9d7cca0178 to 734382d2bf 2025-06-07 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 734382d2bf to 9fdb61d56b 2025-06-08 02:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 9fdb61d56b to 410552ed67 2025-06-08 05:21:38 +02:00 Compare
kjuulh force-pushed renovate/all from 410552ed67 to d6e0eac3cd 2025-06-09 02:22:46 +02:00 Compare
kjuulh force-pushed renovate/all from d6e0eac3cd to 911b62536e 2025-06-09 05:21:34 +02:00 Compare
kjuulh force-pushed renovate/all from 911b62536e to 2db9093776 2025-06-10 02:24:22 +02:00 Compare
kjuulh force-pushed renovate/all from 2db9093776 to e833b231b8 2025-06-10 05:22:38 +02:00 Compare
kjuulh force-pushed renovate/all from e833b231b8 to c2cc8d69d3 2025-06-11 02:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from c2cc8d69d3 to 205933cb61 2025-06-11 05:22:05 +02:00 Compare
kjuulh force-pushed renovate/all from 205933cb61 to 0d58749a61 2025-06-12 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 0d58749a61 to 7ca55ca9e3 2025-06-12 05:21:22 +02:00 Compare
kjuulh force-pushed renovate/all from 7ca55ca9e3 to bedd675160 2025-06-13 02:22:40 +02:00 Compare
kjuulh force-pushed renovate/all from bedd675160 to 5090c1af69 2025-06-13 05:21:56 +02:00 Compare
kjuulh force-pushed renovate/all from 5090c1af69 to e8080bfc65 2025-06-18 02:21:37 +02:00 Compare
kjuulh force-pushed renovate/all from e8080bfc65 to 34a18d74ae 2025-06-18 05:20:34 +02:00 Compare
kjuulh force-pushed renovate/all from 34a18d74ae to f61530f41d 2025-06-19 02:21:13 +02:00 Compare
kjuulh force-pushed renovate/all from f61530f41d to 16683588f7 2025-06-19 05:20:59 +02:00 Compare
kjuulh force-pushed renovate/all from 16683588f7 to 760414aaf8 2025-06-20 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 760414aaf8 to 3bad2b16ab 2025-06-20 05:20:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3bad2b16ab to 6b6273eea6 2025-06-21 02:20:36 +02:00 Compare
kjuulh force-pushed renovate/all from 6b6273eea6 to b9b346d62f 2025-06-21 05:20:21 +02:00 Compare
kjuulh force-pushed renovate/all from b9b346d62f to 6951f4eeda 2025-06-22 02:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from 6951f4eeda to 0de76f60e5 2025-06-22 05:20:26 +02:00 Compare
kjuulh force-pushed renovate/all from 0de76f60e5 to ee086896c2 2025-06-23 02:20:55 +02:00 Compare
kjuulh force-pushed renovate/all from ee086896c2 to bacb0a6c67 2025-06-23 05:20:39 +02:00 Compare
kjuulh force-pushed renovate/all from bacb0a6c67 to c9f2d9caad 2025-06-24 02:21:14 +02:00 Compare
kjuulh force-pushed renovate/all from c9f2d9caad to 3e42c02158 2025-06-24 05:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from 3e42c02158 to 3ddee2e210 2025-06-25 02:21:47 +02:00 Compare
kjuulh force-pushed renovate/all from 3ddee2e210 to 5936f7663c 2025-06-25 05:21:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5936f7663c to 01afefb3cc 2025-06-26 02:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 01afefb3cc to f37a63ed1d 2025-06-26 05:20:47 +02:00 Compare
kjuulh force-pushed renovate/all from f37a63ed1d to 7a682139e9 2025-06-27 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 7a682139e9 to afb11b196e 2025-06-27 05:20:52 +02:00 Compare
kjuulh force-pushed renovate/all from afb11b196e to ac500cfed3 2025-06-28 02:21:50 +02:00 Compare
kjuulh force-pushed renovate/all from ac500cfed3 to ad2ef01830 2025-06-28 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from ad2ef01830 to 1b34afe884 2025-06-29 02:21:00 +02:00 Compare
kjuulh force-pushed renovate/all from 1b34afe884 to 7652a48f34 2025-06-29 05:20:49 +02:00 Compare
kjuulh force-pushed renovate/all from 7652a48f34 to 3584ca52f5 2025-06-30 02:21:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3584ca52f5 to 5b60f6afb2 2025-06-30 05:21:05 +02:00 Compare
kjuulh force-pushed renovate/all from 5b60f6afb2 to f20d981d31 2025-07-01 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from f20d981d31 to b073f4586e 2025-07-01 05:22:20 +02:00 Compare
kjuulh force-pushed renovate/all from b073f4586e to f2d94690aa 2025-07-02 02:28:32 +02:00 Compare
kjuulh force-pushed renovate/all from f2d94690aa to c951301190 2025-07-02 05:23:10 +02:00 Compare
kjuulh force-pushed renovate/all from c951301190 to c77a5a1c18 2025-07-03 02:22:39 +02:00 Compare
kjuulh force-pushed renovate/all from c77a5a1c18 to e22ac0e43d 2025-07-03 05:22:28 +02:00 Compare
kjuulh force-pushed renovate/all from e22ac0e43d to 8162c49745 2025-07-04 02:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 8162c49745 to 7112c01a9b 2025-07-04 05:21:02 +02:00 Compare
kjuulh force-pushed renovate/all from 7112c01a9b to 7f9bbfac45 2025-07-05 02:26:50 +02:00 Compare
kjuulh force-pushed renovate/all from 7f9bbfac45 to 31906f65c0 2025-07-05 05:22:18 +02:00 Compare
kjuulh force-pushed renovate/all from 31906f65c0 to 698e579e14 2025-07-06 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 698e579e14 to 3cfc8fdcbd 2025-07-06 05:21:33 +02:00 Compare
kjuulh force-pushed renovate/all from 3cfc8fdcbd to a87699200d 2025-07-07 02:22:12 +02:00 Compare
kjuulh force-pushed renovate/all from a87699200d to 9b256259d6 2025-07-07 05:22:22 +02:00 Compare
kjuulh force-pushed renovate/all from 9b256259d6 to af23e5f061 2025-07-08 02:21:33 +02:00 Compare
kjuulh force-pushed renovate/all from af23e5f061 to aad09b64c6 2025-07-08 05:21:34 +02:00 Compare
kjuulh force-pushed renovate/all from aad09b64c6 to 2321c26dbb 2025-07-09 02:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 2321c26dbb to 1986db4f00 2025-07-09 05:20:56 +02:00 Compare
kjuulh force-pushed renovate/all from 1986db4f00 to fbfa60dd03 2025-07-10 02:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from fbfa60dd03 to 76bd0ae974 2025-07-10 05:22:17 +02:00 Compare
kjuulh force-pushed renovate/all from 76bd0ae974 to 9ced5c5e64 2025-07-11 02:23:31 +02:00 Compare
kjuulh force-pushed renovate/all from 9ced5c5e64 to 2b772ba693 2025-07-11 05:23:18 +02:00 Compare
kjuulh force-pushed renovate/all from 2b772ba693 to 4902b0ccd9 2025-07-12 02:21:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4902b0ccd9 to 7f39d5f14d 2025-07-12 05:20:58 +02:00 Compare
kjuulh force-pushed renovate/all from 7f39d5f14d to 317083fe49 2025-07-13 02:21:17 +02:00 Compare
kjuulh force-pushed renovate/all from 317083fe49 to 523c2381af 2025-07-13 05:20:51 +02:00 Compare
kjuulh force-pushed renovate/all from 523c2381af to 7041c1cbaa 2025-07-14 02:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from 7041c1cbaa to bd0f0ca924 2025-07-14 05:21:08 +02:00 Compare
kjuulh force-pushed renovate/all from bd0f0ca924 to 21b25a2006 2025-07-15 02:21:39 +02:00 Compare
kjuulh force-pushed renovate/all from 21b25a2006 to 546ce00528 2025-07-15 05:21:15 +02:00 Compare
kjuulh force-pushed renovate/all from 546ce00528 to d563e0b265 2025-07-16 02:23:48 +02:00 Compare
kjuulh force-pushed renovate/all from d563e0b265 to 10e5ff2ccc 2025-07-16 05:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from 10e5ff2ccc to b59fc92e00 2025-07-17 02:22:50 +02:00 Compare
kjuulh force-pushed renovate/all from b59fc92e00 to 76158f3d7b 2025-07-17 05:21:56 +02:00 Compare
kjuulh force-pushed renovate/all from 76158f3d7b to 403840e723 2025-07-18 02:22:30 +02:00 Compare
kjuulh force-pushed renovate/all from 403840e723 to 0eb3835abf 2025-07-18 05:22:00 +02:00 Compare
kjuulh force-pushed renovate/all from 0eb3835abf to b1b6e4dd0d 2025-07-19 02:22:37 +02:00 Compare
kjuulh force-pushed renovate/all from b1b6e4dd0d to 88bb712756 2025-07-19 05:22:21 +02:00 Compare
kjuulh force-pushed renovate/all from 88bb712756 to 7852333602 2025-07-20 02:21:55 +02:00 Compare
kjuulh force-pushed renovate/all from 7852333602 to e55b21c811 2025-07-20 05:21:54 +02:00 Compare
kjuulh force-pushed renovate/all from e55b21c811 to f8664cc369 2025-07-21 02:22:08 +02:00 Compare
kjuulh force-pushed renovate/all from f8664cc369 to 2d8ee707ed 2025-07-21 05:22:06 +02:00 Compare
kjuulh changed title from fix(deps): update all dependencies to fix(deps): update rust crate toml to 0.9.0 2025-07-22 02:23:36 +02:00
kjuulh force-pushed renovate/all from 2d8ee707ed to 4b55aaaf12 2025-07-22 02:23:38 +02:00 Compare
kjuulh changed title from fix(deps): update rust crate toml to 0.9.0 to fix(deps): update all dependencies 2025-11-13 02:49:15 +01:00
kjuulh force-pushed renovate/all from 4b55aaaf12 to 10fb0c2cde 2025-11-13 02:49:16 +01:00 Compare
kjuulh force-pushed renovate/all from 10fb0c2cde to 2906ad2813 2025-11-18 02:25:21 +01:00 Compare
kjuulh force-pushed renovate/all from 2906ad2813 to 4b129ed13c 2025-11-18 05:25:05 +01:00 Compare
kjuulh force-pushed renovate/all from 4b129ed13c to ed3821f203 2025-11-20 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from ed3821f203 to 066a365b7d 2025-11-20 05:24:05 +01:00 Compare
kjuulh force-pushed renovate/all from 066a365b7d to 8a43f4dfb8 2025-12-23 02:25:11 +01:00 Compare
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/cuddle-ci/Cargo.toml --package toml@0.8.23 --precise 0.9.11
error: package ID specification `toml@0.8.23` did not match any packages
help: there are similar package ID specifications:

  toml@0.9.11+spec-1.1.0

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/cuddle-ci/Cargo.toml --package toml@0.8.23 --precise 0.9.11 error: package ID specification `toml@0.8.23` did not match any packages help: there are similar package ID specifications: toml@0.9.11+spec-1.1.0 ```
kjuulh force-pushed renovate/all from 8a43f4dfb8 to b99d179c25 2025-12-23 05:24:07 +01:00 Compare
kjuulh force-pushed renovate/all from b99d179c25 to 7149908841 2025-12-24 02:24:42 +01:00 Compare
kjuulh force-pushed renovate/all from 7149908841 to a44ecfb2fe 2025-12-24 05:23:48 +01:00 Compare
kjuulh force-pushed renovate/all from a44ecfb2fe to 03abd2249f 2025-12-25 02:24:15 +01:00 Compare
kjuulh force-pushed renovate/all from 03abd2249f to 9f6ec0fc52 2025-12-25 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 9f6ec0fc52 to 3240378c9b 2025-12-26 02:23:42 +01:00 Compare
kjuulh force-pushed renovate/all from 3240378c9b to 86032d9f32 2025-12-26 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 86032d9f32 to 56d3ca7995 2025-12-27 02:24:09 +01:00 Compare
kjuulh force-pushed renovate/all from 56d3ca7995 to b0d820b67a 2025-12-27 05:23:39 +01:00 Compare
kjuulh force-pushed renovate/all from b0d820b67a to 71fdb502bf 2025-12-28 02:24:31 +01:00 Compare
kjuulh force-pushed renovate/all from 71fdb502bf to 2e47284f41 2025-12-28 05:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from 2e47284f41 to 15af4005ad 2025-12-29 02:24:41 +01:00 Compare
kjuulh force-pushed renovate/all from 15af4005ad to 288979eb93 2025-12-29 05:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from 288979eb93 to f1bd8f00f9 2025-12-30 02:24:29 +01:00 Compare
kjuulh force-pushed renovate/all from f1bd8f00f9 to 9f539c3194 2025-12-30 05:23:34 +01:00 Compare
kjuulh force-pushed renovate/all from 9f539c3194 to c3134cf1db 2025-12-31 02:24:57 +01:00 Compare
kjuulh force-pushed renovate/all from c3134cf1db to 71eddb7b86 2025-12-31 05:24:14 +01:00 Compare
kjuulh force-pushed renovate/all from 71eddb7b86 to e343a09363 2026-01-01 02:24:30 +01:00 Compare
kjuulh force-pushed renovate/all from e343a09363 to ffe27ff549 2026-01-01 05:24:00 +01:00 Compare
kjuulh force-pushed renovate/all from ffe27ff549 to f2a85d0880 2026-01-02 02:24:52 +01:00 Compare
kjuulh force-pushed renovate/all from f2a85d0880 to f8b074dff0 2026-01-02 05:23:18 +01:00 Compare
kjuulh force-pushed renovate/all from f8b074dff0 to b3e9902093 2026-01-03 02:24:17 +01:00 Compare
kjuulh force-pushed renovate/all from b3e9902093 to 390a784ea4 2026-01-03 05:22:51 +01:00 Compare
kjuulh force-pushed renovate/all from 390a784ea4 to 5b84a52088 2026-01-04 02:24:30 +01:00 Compare
kjuulh force-pushed renovate/all from 5b84a52088 to 1fdf7d6ec9 2026-01-04 05:22:47 +01:00 Compare
kjuulh force-pushed renovate/all from 1fdf7d6ec9 to f6648fec0a 2026-01-05 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from f6648fec0a to 01c1e9208a 2026-01-05 05:22:59 +01:00 Compare
kjuulh force-pushed renovate/all from 01c1e9208a to 2089a98576 2026-01-06 02:24:21 +01:00 Compare
kjuulh force-pushed renovate/all from 2089a98576 to f206b83ef1 2026-01-06 05:23:15 +01:00 Compare
kjuulh force-pushed renovate/all from f206b83ef1 to d613ff6bf7 2026-01-07 02:24:35 +01:00 Compare
kjuulh force-pushed renovate/all from d613ff6bf7 to 1c128cddf7 2026-01-07 05:22:37 +01:00 Compare
kjuulh force-pushed renovate/all from 1c128cddf7 to f8d9e0e7b1 2026-01-08 02:24:01 +01:00 Compare
kjuulh force-pushed renovate/all from f8d9e0e7b1 to 4ea52e2498 2026-01-15 02:24:33 +01:00 Compare
kjuulh force-pushed renovate/all from 4ea52e2498 to 5432d97f1e 2026-01-15 05:23:07 +01:00 Compare
kjuulh force-pushed renovate/all from 5432d97f1e to 2d256d2ba6 2026-01-16 02:24:02 +01:00 Compare
kjuulh force-pushed renovate/all from 2d256d2ba6 to 66e7dbbb72 2026-01-16 05:22:22 +01:00 Compare
kjuulh force-pushed renovate/all from 66e7dbbb72 to 114f44f23b 2026-01-17 02:23:06 +01:00 Compare
kjuulh force-pushed renovate/all from 114f44f23b to 0eddea0382 2026-01-17 05:22:44 +01:00 Compare
kjuulh force-pushed renovate/all from 0eddea0382 to 4a2e0de0e0 2026-01-18 02:22:35 +01:00 Compare
kjuulh force-pushed renovate/all from 4a2e0de0e0 to b5e942c9c0 2026-01-18 05:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from b5e942c9c0 to ec9e0d1b3d 2026-01-19 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from ec9e0d1b3d to 4dc0541a56 2026-01-19 05:23:01 +01:00 Compare
kjuulh force-pushed renovate/all from 4dc0541a56 to 57b4fdace0 2026-01-20 02:23:20 +01:00 Compare
kjuulh force-pushed renovate/all from 57b4fdace0 to c77699159d 2026-01-20 05:23:27 +01:00 Compare
kjuulh force-pushed renovate/all from c77699159d to bd26165171 2026-01-21 02:26:34 +01:00 Compare
kjuulh force-pushed renovate/all from bd26165171 to c53e9c7c9b 2026-01-21 05:22:46 +01:00 Compare
kjuulh force-pushed renovate/all from c53e9c7c9b to 232cd195cd 2026-01-22 02:24:47 +01:00 Compare
kjuulh force-pushed renovate/all from 232cd195cd to 4306a7473a 2026-01-22 05:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from 4306a7473a to b5b0afb27b 2026-01-23 02:23:54 +01:00 Compare
kjuulh force-pushed renovate/all from b5b0afb27b to 63fe5a07ba 2026-01-23 05:22:55 +01:00 Compare
kjuulh force-pushed renovate/all from 63fe5a07ba to b91a443401 2026-01-24 02:24:12 +01:00 Compare
kjuulh force-pushed renovate/all from b91a443401 to b02862e9f1 2026-01-24 05:23:30 +01:00 Compare
kjuulh force-pushed renovate/all from b02862e9f1 to a501b55e4e 2026-01-25 02:23:43 +01:00 Compare
kjuulh force-pushed renovate/all from a501b55e4e to b0a721fb37 2026-01-25 05:22:53 +01:00 Compare
kjuulh force-pushed renovate/all from b0a721fb37 to beb762d453 2026-01-26 02:23:53 +01:00 Compare
kjuulh force-pushed renovate/all from beb762d453 to 92ff1fd49b 2026-01-26 05:22:43 +01:00 Compare
kjuulh force-pushed renovate/all from 92ff1fd49b to b1a1c2594f 2026-01-27 02:24:11 +01:00 Compare
kjuulh force-pushed renovate/all from b1a1c2594f to a5fe5a52d7 2026-01-27 05:22:43 +01:00 Compare
Some checks are pending
renovate/artifacts Artifact file update failure
continuous-integration/drone/push
Required
continuous-integration/drone/pr
Required
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/dagger-components#69