chore(deps): update dependency just to v1.42.2 #89

Merged
rafael merged 1 commit from renovate/asdf-tool-versions into main 2025-07-17 13:52:53 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.40.0 -> 1.42.2

Release Notes

casey/just (just)

v1.42.2

Compare Source

Fixed

v1.42.1

Compare Source

Fixed

v1.42.0

Compare Source

Fixed
  • Use correct scope when running recipes in submodules (#​2810 by casey)
Added
Changed

v1.41.0

Compare Source

Changed
Added
Fixed
  • Pin clap_complete to last compatible version (#​2800 by casey)
Misc

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | Update | Change | |---|---|---| | [just](https://github.com/casey/just) | minor | `1.40.0` -> `1.42.2` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.42.2`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1422---2025-07-15) [Compare Source](https://github.com/casey/just/compare/1.42.1...1.42.2) ##### Fixed - Fix scope lookup for nested submodules ([#&#8203;2820](https://github.com/casey/just/pull/2820) by [casey](https://github.com/casey)) ### [`v1.42.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1421---2025-07-14) [Compare Source](https://github.com/casey/just/compare/1.42.0...1.42.1) ##### Fixed - Export variables to submodules ([#&#8203;2816](https://github.com/casey/just/pull/2816) by [casey](https://github.com/casey)) - Only override root-justfile variable assignments ([#&#8203;2815](https://github.com/casey/just/pull/2815) by [casey](https://github.com/casey)) ### [`v1.42.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1420---2025-07-13) [Compare Source](https://github.com/casey/just/compare/1.41.0...1.42.0) ##### Fixed - Use correct scope when running recipes in submodules ([#&#8203;2810](https://github.com/casey/just/pull/2810) by [casey](https://github.com/casey)) ##### Added - Add `[parallel]` attribute to run dependencies in parallel ([#&#8203;2803](https://github.com/casey/just/pull/2803) by [casey](https://github.com/casey)) - Allow configuring `cygpath` with `--cygpath` and `$JUST_CYGPATH` ([#&#8203;2804](https://github.com/casey/just/pull/2804) by [hyrious](https://github.com/hyrious)) - Use GitHub token in `install.sh` if available ([#&#8203;2676](https://github.com/casey/just/pull/2676) by [jpeeler](https://github.com/jpeeler)) - Add `[metadata]` recipe attribute ([#&#8203;2794](https://github.com/casey/just/pull/2794) by [wiktor-k](https://github.com/wiktor-k)) - Allow depending on recipes in submodules ([#&#8203;2672](https://github.com/casey/just/pull/2672) by [corvusrabus](https://github.com/corvusrabus)) ##### Changed - Allow completing multiple recipes in bash ([#&#8203;2764](https://github.com/casey/just/pull/2764) by [antirais](https://github.com/antirais)) - Make global justfile filename case-insensitive ([#&#8203;2802](https://github.com/casey/just/pull/2802) by [casey](https://github.com/casey)) ### [`v1.41.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1410---2025-07-01) [Compare Source](https://github.com/casey/just/compare/1.40.0...1.41.0) ##### Changed - Treat SIGINFO as non-fatal ([#&#8203;2788](https://github.com/casey/just/pull/2788) by [casey](https://github.com/casey)) - Improve signal handling ([#&#8203;2488](https://github.com/casey/just/pull/2488) by [casey](https://github.com/casey)) ##### Added - Add `dotenv-override` setting ([#&#8203;2785](https://github.com/casey/just/pull/2785) by [Lun4m](https://github.com/Lun4m)) - Add `PATH_SEP` and `PATH_VAR_SEP` constants ([#&#8203;2679](https://github.com/casey/just/pull/2679) by [casey](https://github.com/casey)) - Add `--tempdir` command-line option ([#&#8203;2798](https://github.com/casey/just/pull/2798) by [casey](https://github.com/casey)) ##### Fixed - Pin `clap_complete` to last compatible version ([#&#8203;2800](https://github.com/casey/just/pull/2800) by [casey](https://github.com/casey)) ##### Misc - Add `arkade` to readme ([#&#8203;2700](https://github.com/casey/just/pull/2700) by [rgee0](https://github.com/rgee0)) - Link to pipx instead of pypi in readme ([#&#8203;2799](https://github.com/casey/just/pull/2799) by [casey](https://github.com/casey)) - Add reasons to `#[ignore]` attributes ([#&#8203;2797](https://github.com/casey/just/pull/2797) by [casey](https://github.com/casey)) - Mention that command-line environment variables are inherited ([#&#8203;2783](https://github.com/casey/just/pull/2783) by [philipmgrant](https://github.com/philipmgrant)) - Fix attribute grammar and update documentation ([#&#8203;2790](https://github.com/casey/just/pull/2790) by [casey](https://github.com/casey)) - Tweak prose in groups section of readme ([#&#8203;2767](https://github.com/casey/just/pull/2767) by [offby1](https://github.com/offby1)) - Update `extractions/setup-just` version in readme ([#&#8203;2735](https://github.com/casey/just/pull/2735) by [esadek](https://github.com/esadek)) - Remove `return` in `Recipe::confirm` ([#&#8203;2789](https://github.com/casey/just/pull/2789) by [casey](https://github.com/casey)) - Add `mise` to alternatives in readem ([#&#8203;2758](https://github.com/casey/just/pull/2758) by [koppor](https://github.com/koppor)) - Update `softprops/action-gh-release` ([#&#8203;2781](https://github.com/casey/just/pull/2781) by [app/dependabot](https://github.com/app/dependabot)) - Use `default` as name of `--init` justfile default recipe ([#&#8203;2777](https://github.com/casey/just/pull/2777) by [casey](https://github.com/casey)) - Add `just.systems` link to `--init` justfile ([#&#8203;2776](https://github.com/casey/just/pull/2776) by [casey](https://github.com/casey)) - Fix `kitchen-sink.just` comment ([#&#8203;2738](https://github.com/casey/just/pull/2738) by [azarmadr](https://github.com/azarmadr)) - Update `softprops/action-gh-release` ([#&#8203;2716](https://github.com/casey/just/pull/2716) by [app/dependabot](https://github.com/app/dependabot)) - Fix clippy lints ([#&#8203;2768](https://github.com/casey/just/pull/2768) by [casey](https://github.com/casey)) - Add back-to-the-top link to readme ([#&#8203;2707](https://github.com/casey/just/pull/2707) by [bravesasha](https://github.com/bravesasha)) - Placate clippy lints for 1.86 ([#&#8203;2708](https://github.com/casey/just/pull/2708) by [casey](https://github.com/casey)) - Use `-S` in `uv` example ([#&#8203;2696](https://github.com/casey/just/pull/2696) by [rmoorman](https://github.com/rmoorman)) - Handle `--request` without parsing justfile ([#&#8203;2683](https://github.com/casey/just/pull/2683) by [casey](https://github.com/casey)) - Bump MSRV to 1.77 and enforce on CI ([#&#8203;2674](https://github.com/casey/just/pull/2674) by [casey](https://github.com/casey)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC41IiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-07-02 14:51:58 +02:00
chore(deps): update dependency just to v1.41.0
Some checks failed
continuous-integration/drone/push Build is failing
c39ba0b919
rafael force-pushed renovate/asdf-tool-versions from c39ba0b919 to a51f872541 2025-07-02 17:09:38 +02:00 Compare
renovate force-pushed renovate/asdf-tool-versions from a51f872541 to 87146a91c6 2025-07-15 02:12:02 +02:00 Compare
renovate changed title from chore(deps): update dependency just to v1.41.0 to chore(deps): update dependency just to v1.42.1 2025-07-15 02:12:03 +02:00
renovate force-pushed renovate/asdf-tool-versions from 87146a91c6 to f307294849 2025-07-16 02:30:24 +02:00 Compare
renovate changed title from chore(deps): update dependency just to v1.42.1 to chore(deps): update dependency just to v1.42.2 2025-07-16 02:30:25 +02:00
moritz added this to the Sprint 4 - 09.07 - 30.07 project 2025-07-17 11:22:55 +02:00
rafael merged commit 15316c7f3b into main 2025-07-17 13:52:53 +02:00
rafael deleted branch renovate/asdf-tool-versions 2025-07-17 13:52:54 +02:00
Sign in to join this conversation.
No description provided.