chore(deps): update dependency just to v1.35.0 #25

Open
renovate-bot wants to merge 1 commit from renovate/just-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.25.2 -> 1.35.0

Release Notes

casey/just (just)

v1.35.0

Compare Source

Changed
Misc

v1.34.0

Compare Source

Fixed
  • Make function paths relative to correct working directory (#​2294 by casey)
Changed
Misc

v1.33.0

Compare Source

Fixed
  • Use correct backtick and shell() expression working directory in submodules (#​2285 by casey)
Added
Misc

v1.32.0

Compare Source

Added
  • Add unstable [script(…)] attribute (#​2259 by casey)
  • Add [extension: 'EXT'] attribute to set shebang recipe script file extension (#​2256 by casey)
  • Suppress mod doc comment with empty [doc] attribute (#​2254 by casey)
  • Allow [doc] annotation on modules (#​2247 by neunenak)

v1.31.0

Compare Source

Stabilized
Added
  • Allow mod path to be directory containing module source (#​2238 by casey)
  • Allow enabling unstable features with set unstable (#​2237 by casey)
  • Allow abbreviating functions ending in _directory to _dir (#​2235 by casey)
Fixed
  • Lexiclean search directory so .. does not check the current directory (#​2236 by casey)
Misc
  • Print space before submodules in --list with groups (#​2244 by casey)

v1.30.1

Compare Source

Fixed
  • Fix function argument count mismatch error message (#​2231 by casey)

v1.30.0

Compare Source

Fixed
Changed
  • Allow unstable features with --summary (#​2210 by casey)
  • Don't analyze comments when ignore-comments is set (#​2180 by casey)
  • List recipes by group in group justfile order with just --list --unsorted (#​2164 by casey)
  • List groups in source order with just --groups --unsorted (#​2160 by casey)
Added
Library
Misc

v1.29.1

Compare Source

Fixed

v1.29.0

Compare Source

Added
Fixed
  • Load environment file from dotenv-path relative to working directory (#​2152 by casey)
  • Fix fzf chooser preview with space-separated module paths (#​2141 by casey)
Misc

v1.28.0

Compare Source

Changed
  • Write shebang recipes to $XDG_RUNTIME_DIR (#​2128 by casey)
  • Add set dotenv-required to require an environment file (#​2116 by casey)
  • Don't display submodule recipes in --list (#​2112 by casey)
Added
Fixed
Misc

v1.27.0

Compare Source

Changed
Added
Fixed
  • List modules in source order with --unsorted (#​2085 by casey)
  • Show submodule recipes in --choose (#​2069 by casey)
  • Allow multiple imports of the same file in different modules (#​2065 by casey)
  • Fix submodule recipe listing indentation (#​2063 by casey)
  • Pass command as first argument to shell (#​2061 by casey)
  • Allow shell expanded strings in mod and import paths (#​2059 by casey)
  • Run imported recipes in root justfile with correct working directory (#​2056 by casey)
  • Fix output \r\n stripping (#​2035 by casey)
Misc

v1.26.0

Compare Source

Added
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.25.2` -> `1.35.0` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.35.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1350---2024-08-28) [Compare Source](https://github.com/casey/just/compare/1.34.0...1.35.0) ##### Changed - Allow fallback with recipes in submodules ([#&#8203;2329](https://github.com/casey/just/pull/2329) by [casey](https://github.com/casey)) - Allow `[private]` attribute on assignments ([#&#8203;2300](https://github.com/casey/just/pull/2300) by [adsnaider](https://github.com/adsnaider)) ##### Misc - Generate `.sha256sum` files for release artifacts ([#&#8203;2323](https://github.com/casey/just/pull/2323) by [twm](https://github.com/twm)) - Clarify that subsequent dependencies run immediately after recipe ([#&#8203;2326](https://github.com/casey/just/pull/2326) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;2321](https://github.com/casey/just/pull/2321) by [arminius-smh](https://github.com/arminius-smh)) - Remove Config::run ([#&#8203;2320](https://github.com/casey/just/pull/2320) by [neunenak](https://github.com/neunenak)) - Bump MSRV to 1.74 ([#&#8203;2306](https://github.com/casey/just/pull/2306) by [casey](https://github.com/casey)) - Remove logging ([#&#8203;2305](https://github.com/casey/just/pull/2305) by [casey](https://github.com/casey)) - Group commands under dedicated heading in `--help` output ([#&#8203;2302](https://github.com/casey/just/pull/2302) by [casey](https://github.com/casey)) - Fix readme typo ([#&#8203;2297](https://github.com/casey/just/pull/2297) by [nyurik](https://github.com/nyurik)) ### [`v1.34.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1340---2024-08-02) [Compare Source](https://github.com/casey/just/compare/1.33.0...1.34.0) ##### Fixed - Make function paths relative to correct working directory ([#&#8203;2294](https://github.com/casey/just/pull/2294) by [casey](https://github.com/casey)) ##### Changed - Keep multi-line shebangs together ([#&#8203;2276](https://github.com/casey/just/pull/2276) by [vkstrm](https://github.com/vkstrm)) ##### Misc - Document `set working-directory` ([#&#8203;2288](https://github.com/casey/just/pull/2288) by [nyurik](https://github.com/nyurik)) - Fix readme typos ([#&#8203;2289](https://github.com/casey/just/pull/2289) by [casey](https://github.com/casey)) ### [`v1.33.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1330---2024-07-30) [Compare Source](https://github.com/casey/just/compare/1.32.0...1.33.0) ##### Fixed - Use correct backtick and `shell()` expression working directory in submodules ([#&#8203;2285](https://github.com/casey/just/pull/2285) by [casey](https://github.com/casey)) ##### Added - Add `working-directory` setting ([#&#8203;2283](https://github.com/casey/just/pull/2283) by [nyurik](https://github.com/nyurik)) - Allow `[group]` attribute on submodules ([#&#8203;2263](https://github.com/casey/just/pull/2263) by [jmwoliver](https://github.com/jmwoliver)) - Allow empty `[script]` attribute and add `set script-interpreter` ([#&#8203;2264](https://github.com/casey/just/pull/2264) by [casey](https://github.com/casey)) ##### Misc - Document which attributes apply to which items ([#&#8203;2282](https://github.com/casey/just/pull/2282) by [casey](https://github.com/casey)) - Add missing productions ([#&#8203;2280](https://github.com/casey/just/pull/2280) by [poliorcetics](https://github.com/poliorcetics)) - Fix Rust 1.80.0 warnings ([#&#8203;2281](https://github.com/casey/just/pull/2281) by [casey](https://github.com/casey)) - Update softprops/action-gh-release ([#&#8203;2269](https://github.com/casey/just/pull/2269) by [app/dependabot](https://github.com/app/dependabot)) - Remove `(no group)` header before ungrouped recipes ([#&#8203;2268](https://github.com/casey/just/pull/2268) by [casey](https://github.com/casey)) - Document `script-interpreter` setting ([#&#8203;2265](https://github.com/casey/just/pull/2265) by [casey](https://github.com/casey)) - `set dotenv-path` does not override `set dotenv-filename` ([#&#8203;2262](https://github.com/casey/just/pull/2262) by [casey](https://github.com/casey)) ### [`v1.32.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1320---2024-07-17) [Compare Source](https://github.com/casey/just/compare/1.31.0...1.32.0) ##### Added - Add unstable `[script(…)]` attribute ([#&#8203;2259](https://github.com/casey/just/pull/2259) by [casey](https://github.com/casey)) - Add `[extension: 'EXT']` attribute to set shebang recipe script file extension ([#&#8203;2256](https://github.com/casey/just/pull/2256) by [casey](https://github.com/casey)) - Suppress mod doc comment with empty `[doc]` attribute ([#&#8203;2254](https://github.com/casey/just/pull/2254) by [casey](https://github.com/casey)) - Allow `[doc]` annotation on modules ([#&#8203;2247](https://github.com/casey/just/pull/2247) by [neunenak](https://github.com/neunenak)) ### [`v1.31.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1310---2024-07-14) [Compare Source](https://github.com/casey/just/compare/1.30.1...1.31.0) ##### Stabilized - Stabilize modules ([#&#8203;2250](https://github.com/casey/just/pull/2250) by [casey](https://github.com/casey)) ##### Added - Allow `mod` path to be directory containing module source ([#&#8203;2238](https://github.com/casey/just/pull/2238) by [casey](https://github.com/casey)) - Allow enabling unstable features with `set unstable` ([#&#8203;2237](https://github.com/casey/just/pull/2237) by [casey](https://github.com/casey)) - Allow abbreviating functions ending in `_directory` to `_dir` ([#&#8203;2235](https://github.com/casey/just/pull/2235) by [casey](https://github.com/casey)) ##### Fixed - Lexiclean search directory so `..` does not check the current directory ([#&#8203;2236](https://github.com/casey/just/pull/2236) by [casey](https://github.com/casey)) ##### Misc - Print space before submodules in `--list` with groups ([#&#8203;2244](https://github.com/casey/just/pull/2244) by [casey](https://github.com/casey)) ### [`v1.30.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1301---2024-07-06) [Compare Source](https://github.com/casey/just/compare/1.30.0...1.30.1) ##### Fixed - Fix function argument count mismatch error message ([#&#8203;2231](https://github.com/casey/just/pull/2231) by [casey](https://github.com/casey)) ### [`v1.30.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1300---2024-07-06) [Compare Source](https://github.com/casey/just/compare/1.29.1...1.30.0) ##### Fixed - Allow comments after `mod` statements ([#&#8203;2201](https://github.com/casey/just/pull/2201) by [casey](https://github.com/casey)) ##### Changed - Allow unstable features with `--summary` ([#&#8203;2210](https://github.com/casey/just/pull/2210) by [casey](https://github.com/casey)) - Don't analyze comments when `ignore-comments` is set ([#&#8203;2180](https://github.com/casey/just/pull/2180) by [casey](https://github.com/casey)) - List recipes by group in group justfile order with `just --list --unsorted` ([#&#8203;2164](https://github.com/casey/just/pull/2164) by [casey](https://github.com/casey)) - List groups in source order with `just --groups --unsorted` ([#&#8203;2160](https://github.com/casey/just/pull/2160) by [casey](https://github.com/casey)) ##### Added - Avoid `install` and add 32-bit arm targets to `install.sh` ([#&#8203;2214](https://github.com/casey/just/pull/2214) by [CramBL](https://github.com/CramBL)) - Give modules doc comments for `--list` ([#&#8203;2199](https://github.com/casey/just/pull/2199) by [Spatenheinz](https://github.com/Spatenheinz)) - Add `datetime()` and `datetime_utc()` functions ([#&#8203;2167](https://github.com/casey/just/pull/2167) by [casey](https://github.com/casey)) - Allow setting more command-line options with environment variables ([#&#8203;2161](https://github.com/casey/just/pull/2161) by [casey](https://github.com/casey)) ##### Library - Don't exit process in `run()` on argument parse error ([#&#8203;2176](https://github.com/casey/just/pull/2176) by [casey](https://github.com/casey)) - Allow passing command-line arguments into `run()` ([#&#8203;2173](https://github.com/casey/just/pull/2173) by [casey](https://github.com/casey)) - Ignore env_logger initialization errors ([#&#8203;2170](https://github.com/casey/just/pull/2170) by [EnigmaCurry](https://github.com/EnigmaCurry)) ##### Misc - Tweak readme ([#&#8203;2227](https://github.com/casey/just/pull/2227) by [casey](https://github.com/casey)) - Add development guide to readme ([#&#8203;2226](https://github.com/casey/just/pull/2226) by [casey](https://github.com/casey)) - Add shell-expanded string syntax to grammar ([#&#8203;2223](https://github.com/casey/just/pull/2223) by [casey](https://github.com/casey)) - Add recipe for testing bash completion script ([#&#8203;2221](https://github.com/casey/just/pull/2221) by [casey](https://github.com/casey)) - Fix use of `justfile_directory()` in readme ([#&#8203;2219](https://github.com/casey/just/pull/2219) by [casey](https://github.com/casey)) - Use default values for `--list-heading` and `--list-prefix` ([#&#8203;2213](https://github.com/casey/just/pull/2213) by [casey](https://github.com/casey)) - Use `clap::ValueParser` ([#&#8203;2211](https://github.com/casey/just/pull/2211) by [neunenak](https://github.com/neunenak)) - Document module doc comments in readme ([#&#8203;2208](https://github.com/casey/just/pull/2208) by [casey](https://github.com/casey)) - Use `-and` instead of `&&` in PowerShell completion script ([#&#8203;2204](https://github.com/casey/just/pull/2204) by [casey](https://github.com/casey)) - Fix readme formatting ([#&#8203;2203](https://github.com/casey/just/pull/2203) by [casey](https://github.com/casey)) - Link to justfiles on GitHub in readme ([#&#8203;2198](https://github.com/casey/just/pull/2198) by [bukowa](https://github.com/bukowa)) - Link to modules when first introduced in readme ([#&#8203;2193](https://github.com/casey/just/pull/2193) by [casey](https://github.com/casey)) - Update `softprops/action-gh-release` ([#&#8203;2183](https://github.com/casey/just/pull/2183) by [app/dependabot](https://github.com/app/dependabot)) - Document remote justfile workaround ([#&#8203;2175](https://github.com/casey/just/pull/2175) by [casey](https://github.com/casey)) - Document library interface ([#&#8203;2174](https://github.com/casey/just/pull/2174) by [casey](https://github.com/casey)) - Remove dependency on cradle ([#&#8203;2169](https://github.com/casey/just/pull/2169) by [nc7s](https://github.com/nc7s)) - Add note to readme about quoting paths on Windows ([#&#8203;2166](https://github.com/casey/just/pull/2166) by [casey](https://github.com/casey)) - Add missing changelog credits ([#&#8203;2163](https://github.com/casey/just/pull/2163) by [casey](https://github.com/casey)) - Credit myself in changelog ([#&#8203;2162](https://github.com/casey/just/pull/2162) by [casey](https://github.com/casey)) ### [`v1.29.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1291---2024-06-14) [Compare Source](https://github.com/casey/just/compare/1.29.0...1.29.1) ##### Fixed - Fix unexport syntax conflicts ([#&#8203;2158](https://github.com/casey/just/pull/2158) by [casey](https://github.com/casey)) ### [`v1.29.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1290---2024-06-13) [Compare Source](https://github.com/casey/just/compare/1.28.0...1.29.0) ##### Added - Add \[positional-arguments] attribute ([#&#8203;2151](https://github.com/casey/just/pull/2151) by [casey](https://github.com/casey)) - Use `--justfile` in Fish shell completions ([#&#8203;2148](https://github.com/casey/just/pull/2148) by [rubot](https://github.com/rubot)) - Add `is_dependency()` function ([#&#8203;2139](https://github.com/casey/just/pull/2139) by [neunenak](https://github.com/neunenak)) - Allow printing nu completion script with `just --completions nushell` ([#&#8203;2140](https://github.com/casey/just/pull/2140) by [casey](https://github.com/casey)) - Add `[ATTRIBUTE: VALUE]` shorthand ([#&#8203;2136](https://github.com/casey/just/pull/2136) by [neunenak](https://github.com/neunenak)) - Allow unexporting environment variables ([#&#8203;2098](https://github.com/casey/just/pull/2098) by [neunenak](https://github.com/neunenak)) ##### Fixed - Load environment file from dotenv-path relative to working directory ([#&#8203;2152](https://github.com/casey/just/pull/2152) by [casey](https://github.com/casey)) - Fix `fzf` chooser preview with space-separated module paths ([#&#8203;2141](https://github.com/casey/just/pull/2141) by [casey](https://github.com/casey)) ##### Misc - Improve argument parsing and error handling for submodules ([#&#8203;2154](https://github.com/casey/just/pull/2154) by [casey](https://github.com/casey)) - Document shell expanded string defaults ([#&#8203;2153](https://github.com/casey/just/pull/2153) by [casey](https://github.com/casey)) - Test bare bash path in shebang on windows ([#&#8203;2144](https://github.com/casey/just/pull/2144) by [casey](https://github.com/casey)) - Test shell not found error messages ([#&#8203;2145](https://github.com/casey/just/pull/2145) by [casey](https://github.com/casey)) - Refactor evaluator ([#&#8203;2138](https://github.com/casey/just/pull/2138) by [neunenak](https://github.com/neunenak)) - Fix man page generation in release workflow ([#&#8203;2132](https://github.com/casey/just/pull/2132) by [casey](https://github.com/casey)) ### [`v1.28.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1280---2024-06-05) [Compare Source](https://github.com/casey/just/compare/1.27.0...1.28.0) ##### Changed - Write shebang recipes to $XDG_RUNTIME_DIR ([#&#8203;2128](https://github.com/casey/just/pull/2128) by [casey](https://github.com/casey)) - Add `set dotenv-required` to require an environment file ([#&#8203;2116](https://github.com/casey/just/pull/2116) by [casey](https://github.com/casey)) - Don't display submodule recipes in `--list` ([#&#8203;2112](https://github.com/casey/just/pull/2112) by [casey](https://github.com/casey)) ##### Added - Allow listing recipes in submodules with `--list-submodules` ([#&#8203;2113](https://github.com/casey/just/pull/2113) by [casey](https://github.com/casey)) - Show recipes in submodules with `--show RECIPE::PATH` ([#&#8203;2111](https://github.com/casey/just/pull/2111) by [casey](https://github.com/casey)) - Add `--timestamp-format` ([#&#8203;2106](https://github.com/casey/just/pull/2106) by [neunenak](https://github.com/neunenak)) - Allow listing submodule recipes with `--list PATH` ([#&#8203;2108](https://github.com/casey/just/pull/2108) by [casey](https://github.com/casey)) - Print recipe command timestamps with `--timestamps` ([#&#8203;2084](https://github.com/casey/just/pull/2084) by [neunenak](https://github.com/neunenak)) - Add `module_file()` and `module_directory()` functions ([#&#8203;2105](https://github.com/casey/just/pull/2105) by [casey](https://github.com/casey)) ##### Fixed - Use space-separated recipe paths in `--choose` ([#&#8203;2115](https://github.com/casey/just/pull/2115) by [casey](https://github.com/casey)) - Fix bash completion for aliases ([#&#8203;2104](https://github.com/casey/just/pull/2104) by [laniakea64](https://github.com/laniakea64)) ##### Misc - Don't check in manpage ([#&#8203;2130](https://github.com/casey/just/pull/2130) by [casey](https://github.com/casey)) - Document default shell ([#&#8203;2129](https://github.com/casey/just/pull/2129) by [casey](https://github.com/casey)) - Remove duplicate section in Chinese readme ([#&#8203;2127](https://github.com/casey/just/pull/2127) by [potterxu](https://github.com/potterxu)) - Update Chinese readme ([#&#8203;2124](https://github.com/casey/just/pull/2124) by [potterxu](https://github.com/potterxu)) - Fix typo in readme ([#&#8203;2122](https://github.com/casey/just/pull/2122) by [potterxu](https://github.com/potterxu)) - Don't check in auto-generated completion scripts ([#&#8203;2120](https://github.com/casey/just/pull/2120) by [casey](https://github.com/casey)) - Document when dependencies run in readme ([#&#8203;2103](https://github.com/casey/just/pull/2103) by [casey](https://github.com/casey)) - Build aarch64-pc-windows-msvc release binaries ([#&#8203;2100](https://github.com/casey/just/pull/2100) by [alshdavid](https://github.com/alshdavid)) - Clarify that `dotenv-path`-given env file is required ([#&#8203;2099](https://github.com/casey/just/pull/2099) by [casey](https://github.com/casey)) - Print multi-line doc comments before recipe in `--list` ([#&#8203;2090](https://github.com/casey/just/pull/2090) by [casey](https://github.com/casey)) - List unsorted imported recipes by import depth and offset ([#&#8203;2092](https://github.com/casey/just/pull/2092) by [casey](https://github.com/casey)) - Update README.md ([#&#8203;2091](https://github.com/casey/just/pull/2091) by [laniakea64](https://github.com/laniakea64)) ### [`v1.27.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1270---2024-05-25) [Compare Source](https://github.com/casey/just/compare/1.26.0...1.27.0) ##### Changed - Use cache dir for temporary files ([#&#8203;2067](https://github.com/casey/just/pull/2067) by [casey](https://github.com/casey)) ##### Added - Add `[doc]` attribute to set and suppress documentation comments ([#&#8203;2050](https://github.com/casey/just/pull/2050) by [neunenak](https://github.com/neunenak)) - Add source_file() and source_directory() functions ([#&#8203;2088](https://github.com/casey/just/pull/2088) by [casey](https://github.com/casey)) - Add recipe groups ([#&#8203;1842](https://github.com/casey/just/pull/1842) by [neunenak](https://github.com/neunenak)) - Add shell() function for running external commands ([#&#8203;2047](https://github.com/casey/just/pull/2047) by [gyreas](https://github.com/gyreas)) - Add `--global-justfile` flag ([#&#8203;1846](https://github.com/casey/just/pull/1846) by [neunenak](https://github.com/neunenak)) - Add shell-expanded strings ([#&#8203;2055](https://github.com/casey/just/pull/2055) by [casey](https://github.com/casey)) - Add `encode_uri_component` function ([#&#8203;2052](https://github.com/casey/just/pull/2052) by [laniakea64](https://github.com/laniakea64)) - Add `choose` function for generating random strings ([#&#8203;2049](https://github.com/casey/just/pull/2049) by [laniakea64](https://github.com/laniakea64)) - Add predefined constants ([#&#8203;2054](https://github.com/casey/just/pull/2054) by [casey](https://github.com/casey)) - Allow setting some command-line options with environment variables ([#&#8203;2044](https://github.com/casey/just/pull/2044) by [neunenak](https://github.com/neunenak)) - Add prepend() function ([#&#8203;2045](https://github.com/casey/just/pull/2045) by [gyreas](https://github.com/gyreas)) - Add append() function ([#&#8203;2046](https://github.com/casey/just/pull/2046) by [gyreas](https://github.com/gyreas)) - Add --man subcommand ([#&#8203;2041](https://github.com/casey/just/pull/2041) by [casey](https://github.com/casey)) - Make `dotenv-path` relative to working directory ([#&#8203;2040](https://github.com/casey/just/pull/2040) by [casey](https://github.com/casey)) - Add `assert` expression ([#&#8203;1845](https://github.com/casey/just/pull/1845) by [de1iza](https://github.com/de1iza)) - Add 'allow-duplicate-variables' setting ([#&#8203;1922](https://github.com/casey/just/pull/1922) by [Mijago](https://github.com/Mijago)) ##### Fixed - List modules in source order with `--unsorted` ([#&#8203;2085](https://github.com/casey/just/pull/2085) by [casey](https://github.com/casey)) - Show submodule recipes in --choose ([#&#8203;2069](https://github.com/casey/just/pull/2069) by [casey](https://github.com/casey)) - Allow multiple imports of the same file in different modules ([#&#8203;2065](https://github.com/casey/just/pull/2065) by [casey](https://github.com/casey)) - Fix submodule recipe listing indentation ([#&#8203;2063](https://github.com/casey/just/pull/2063) by [casey](https://github.com/casey)) - Pass command as first argument to `shell` ([#&#8203;2061](https://github.com/casey/just/pull/2061) by [casey](https://github.com/casey)) - Allow shell expanded strings in mod and import paths ([#&#8203;2059](https://github.com/casey/just/pull/2059) by [casey](https://github.com/casey)) - Run imported recipes in root justfile with correct working directory ([#&#8203;2056](https://github.com/casey/just/pull/2056) by [casey](https://github.com/casey)) - Fix output `\r\n` stripping ([#&#8203;2035](https://github.com/casey/just/pull/2035) by [casey](https://github.com/casey)) ##### Misc - Forbid whitespace in shell-expanded string prefixes ([#&#8203;2083](https://github.com/casey/just/pull/2083) by [casey](https://github.com/casey)) - Add Debian and Ubuntu install instructions to readme ([#&#8203;2072](https://github.com/casey/just/pull/2072) by [casey](https://github.com/casey)) - Remove snap installation instructions from readme ([#&#8203;2070](https://github.com/casey/just/pull/2070) by [casey](https://github.com/casey)) - Fallback to wget in install script if curl isn't available([#&#8203;1913](https://github.com/casey/just/pull/1913) by [tgross35](https://github.com/tgross35)) - Use std::io::IsTerminal instead of atty crate ([#&#8203;2066](https://github.com/casey/just/pull/2066) by [casey](https://github.com/casey)) - Improve `shell()` documentation ([#&#8203;2060](https://github.com/casey/just/pull/2060) by [laniakea64](https://github.com/laniakea64)) - Add bash completion for snap ([#&#8203;2058](https://github.com/casey/just/pull/2058) by [albertodonato](https://github.com/albertodonato)) - Refactor list subcommand ([#&#8203;2062](https://github.com/casey/just/pull/2062) by [casey](https://github.com/casey)) - Document working directory ([#&#8203;2053](https://github.com/casey/just/pull/2053) by [casey](https://github.com/casey)) - Replace FunctionContext with Evaluator ([#&#8203;2048](https://github.com/casey/just/pull/2048) by [casey](https://github.com/casey)) - Update clap to version 4 ([#&#8203;1924](https://github.com/casey/just/pull/1924) by [poliorcetics](https://github.com/poliorcetics)) - Cleanup ([#&#8203;2026](https://github.com/casey/just/pull/2026) by [adamnemecek](https://github.com/adamnemecek)) - Increase --list maximum alignable width from 30 to 50 ([#&#8203;2039](https://github.com/casey/just/pull/2039) by [casey](https://github.com/casey)) - Document using `env -S` ([#&#8203;2038](https://github.com/casey/just/pull/2038) by [casey](https://github.com/casey)) - Update line continuation documentation ([#&#8203;1998](https://github.com/casey/just/pull/1998) by [laniakea64](https://github.com/laniakea64)) - Add example using GNU parallel to run tasks in concurrently ([#&#8203;1915](https://github.com/casey/just/pull/1915) by [amarao](https://github.com/amarao)) - Placate clippy: use `clone_into` ([#&#8203;2037](https://github.com/casey/just/pull/2037) by [casey](https://github.com/casey)) - Use --command-color when printing shebang recipe commands ([#&#8203;1911](https://github.com/casey/just/pull/1911) by [avi-cenna](https://github.com/avi-cenna)) - Document how to use watchexec to re-run recipes when files change ([#&#8203;2036](https://github.com/casey/just/pull/2036) by [casey](https://github.com/casey)) - Update VS Code extensions in readme ([#&#8203;2034](https://github.com/casey/just/pull/2034) by [casey](https://github.com/casey)) - Add rust:just repology package table to readme ([#&#8203;2032](https://github.com/casey/just/pull/2032) by [casey](https://github.com/casey)) ### [`v1.26.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1260---2024-05-13) [Compare Source](https://github.com/casey/just/compare/1.25.2...1.26.0) ##### Added - Add --no-aliases to hide aliases in --list ([#&#8203;1961](https://github.com/casey/just/pull/1961) by [WJehee](https://github.com/WJehee)) - Add -E as alias for --dotenv-path ([#&#8203;1910](https://github.com/casey/just/pull/1910) by [amarao](https://github.com/amarao)) ##### Misc - Update softprops/action-gh-release ([#&#8203;2029](https://github.com/casey/just/pull/2029) by [app/dependabot](https://github.com/app/dependabot)) - Update dependencies ([#&#8203;1999](https://github.com/casey/just/pull/1999) by [neunenak](https://github.com/neunenak)) - Bump peaceiris/actions-gh-pages to version 4 ([#&#8203;2005](https://github.com/casey/just/pull/2005) by [app/dependabot](https://github.com/app/dependabot)) - Clarify that janus operates on public justfiles only ([#&#8203;2021](https://github.com/casey/just/pull/2021) by [casey](https://github.com/casey)) - Fix Error::TmpdirIo error message ([#&#8203;1987](https://github.com/casey/just/pull/1987) by [casey](https://github.com/casey)) - Update softprops/action-gh-release ([#&#8203;1973](https://github.com/casey/just/pull/1973) by [app/dependabot](https://github.com/app/dependabot)) - Rename `delete` example recipe to `delete-all` ([#&#8203;1966](https://github.com/casey/just/pull/1966) by [aarmn](https://github.com/aarmn)) - Update softprops/action-gh-release ([#&#8203;1954](https://github.com/casey/just/pull/1954) by [app/dependabot](https://github.com/app/dependabot)) - Fix function name typo ([#&#8203;1953](https://github.com/casey/just/pull/1953) by [racerole](https://github.com/racerole)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate-bot added the
renovate
label 2024-05-14 08:18:29 +02:00
renovate-bot added 1 commit 2024-05-14 08:18:30 +02:00
chore(deps): update dependency just to v1.26.0
Some checks failed
build and publish / update-changelog (pull_request) Failing after 4s
build and publish / release-pypackage (pull_request) Successful in 25s
check code / check-code (pull_request) Successful in 25s
3768ebbc42
renovate-bot changed title from chore(deps): update dependency just to v1.26.0 to chore(deps): update dependency just to v1.27.0 2024-05-25 20:16:39 +02:00
renovate-bot force-pushed renovate/just-1.x from 3768ebbc42 to a7692b2d17 2024-05-25 20:16:41 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.27.0 to chore(deps): update dependency just to v1.28.0 2024-06-06 08:19:35 +02:00
renovate-bot force-pushed renovate/just-1.x from a7692b2d17 to 3c8522959f 2024-06-06 08:19:37 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.28.0 to chore(deps): update dependency just to v1.29.0 2024-06-14 08:19:25 +02:00
renovate-bot force-pushed renovate/just-1.x from 3c8522959f to 2c0b325620 2024-06-14 08:19:25 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.29.0 to chore(deps): update dependency just to v1.29.1 2024-06-15 08:20:02 +02:00
renovate-bot force-pushed renovate/just-1.x from 2c0b325620 to 12c7ca7779 2024-06-15 08:20:04 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.29.1 to chore(deps): update dependency just to v1.30.1 2024-07-07 08:20:34 +02:00
renovate-bot force-pushed renovate/just-1.x from 12c7ca7779 to 691a5c469c 2024-07-07 08:20:36 +02:00 Compare
renovate-bot force-pushed renovate/just-1.x from 691a5c469c to d85b742387 2024-07-07 20:18:19 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.30.1 to chore(deps): update dependency just to v1.31.0 2024-07-15 08:20:52 +02:00
renovate-bot force-pushed renovate/just-1.x from d85b742387 to 126ac4d8dc 2024-07-15 08:20:54 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.31.0 to chore(deps): update dependency just to v1.32.0 2024-07-18 20:18:42 +02:00
renovate-bot force-pushed renovate/just-1.x from 126ac4d8dc to e812298ce8 2024-07-18 20:18:43 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.32.0 to chore(deps): update dependency just to v1.33.0 2024-07-31 08:20:20 +02:00
renovate-bot force-pushed renovate/just-1.x from e812298ce8 to 3a229b483e 2024-07-31 08:20:22 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.33.0 to chore(deps): update dependency just to v1.34.0 2024-08-03 08:21:42 +02:00
renovate-bot force-pushed renovate/just-1.x from 3a229b483e to e77f979683 2024-08-03 08:21:44 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.34.0 to chore(deps): update dependency just to v1.35.0 2024-08-29 04:16:22 +02:00
renovate-bot force-pushed renovate/just-1.x from e77f979683 to 0a388f5d51 2024-08-29 04:16:25 +02:00 Compare
All checks were successful
build pypackage and create release / release-github (pull_request) Successful in 12s
check code / check-code (pull_request) Successful in 17s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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/just-1.x:renovate/just-1.x
git checkout renovate/just-1.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/just-1.x
git checkout main
git merge --ff-only renovate/just-1.x
git checkout renovate/just-1.x
git rebase main
git checkout main
git merge --no-ff renovate/just-1.x
git checkout main
git merge --squash renovate/just-1.x
git checkout main
git merge --ff-only renovate/just-1.x
git checkout main
git merge renovate/just-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: olofvndrhr/octodns-netbox-dns#25
No description provided.