chore(deps): update dependency just to v1.25.2 #3

Merged
olofvndrhr merged 1 commits from renovate/just-1.x into main 2024-03-12 10:16:26 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.16.0 -> 1.25.2

Release Notes

casey/just (just)

v1.25.2

Compare Source

v1.25.1

Compare Source

Misc
  • Pin ctrlc to version 3.1.1 (#​1945)
  • Fix AArch64 release build error (#​1942)

v1.25.0

Compare Source

Added
Misc

v1.24.0

Compare Source

Added
  • Support recipe paths containing :: in Bash completion script (#​1863 by crdx)
  • Add function to canonicalize paths (#​1859)
Misc

v1.23.0

Compare Source

Added
Fixed
  • Run imports in working directory of importer (#​1817)
Misc

v1.22.1

Compare Source

Fixed
  • Don't conflate recipes with the same name in different modules (#​1825)
Misc
  • Clarify that UUID is version 4 (#​1821 by tgross35)
  • Make sigil stripping from recipe lines less incomprehensible (#​1812)
  • Refactor invalid path argument check (#​1811)

v1.22.0

Compare Source

Added
  • Recipes can be invoked with path syntax (#​1809)
  • Add --format and --initialize as aliases for --fmt and --init (#​1802)
Misc
  • Move table of contents pointer to right (#​1806)

v1.21.0

Compare Source

Added
  • Optional modules and imports (#​1797)
  • Print submodule recipes in --summary (#​1794)
Misc

v1.20.0

Compare Source

Added
  • Allow mod statements with path to source file (#​1786)
Changed
  • Expand tilde in import and module paths (#​1792)
  • Override imported recipes (#​1790)
  • Run recipes with working directory set to submodule directory (#​1788)
Misc
  • Document import override behavior (#​1791)
  • Document submodule working directory (#​1789)

v1.19.0

Compare Source

Added

v1.18.1

Compare Source

Added
  • Display a descriptive error for !include directives (#​1779)

v1.18.0

Compare Source

Added
  • Stabilize !include path as import 'path' (#​1771)
Misc

v1.17.0

Compare Source

Added
Changed
  • Don't default to included recipes (#​1740)
Fixed
  • Pass justfile path to default chooser (#​1759 by Qeole)
  • Pass --unstable and --color always to default chooser (#​1758 by Qeole)
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.16.0` -> `1.25.2` | --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.25.2`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1252---2024-03-10) [Compare Source](https://github.com/casey/just/compare/1.25.1...1.25.2) - Unpin ctrlc ([#&#8203;1951](https://github.com/casey/just/pull/1951)) ### [`v1.25.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1251---2024-03-09) [Compare Source](https://github.com/casey/just/compare/1.25.0...1.25.1) ##### Misc - Pin ctrlc to version 3.1.1 ([#&#8203;1945](https://github.com/casey/just/pull/1945)) - Fix AArch64 release build error ([#&#8203;1942](https://github.com/casey/just/pull/1942)) ### [`v1.25.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1250---2024-03-07) [Compare Source](https://github.com/casey/just/compare/1.24.0...1.25.0) ##### Added - Add `blake3` and `blake3_file` functions ([#&#8203;1860](https://github.com/casey/just/pull/1860) by [tgross35](https://github.com/tgross35)) ##### Misc - Fix readme typo ([#&#8203;1936](https://github.com/casey/just/pull/1936) by [Justintime50](https://github.com/Justintime50)) - Use unwrap_or_default ([#&#8203;1928](https://github.com/casey/just/pull/1928)) - Set codegen-units to 1 reduce release binary size ([#&#8203;1920](https://github.com/casey/just/pull/1920) by [amarao](https://github.com/amarao)) - Document openSUSE package ([#&#8203;1918](https://github.com/casey/just/pull/1918) by [sfalken](https://github.com/sfalken)) - Fix install.sh shellcheck warnings ([#&#8203;1912](https://github.com/casey/just/pull/1912) by [tgross35](https://github.com/tgross35)) ### [`v1.24.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1240---2024-02-11) [Compare Source](https://github.com/casey/just/compare/1.23.0...1.24.0) ##### Added - Support recipe paths containing `::` in Bash completion script ([#&#8203;1863](https://github.com/casey/just/pull/1863) by [crdx](https://github.com/crdx)) - Add function to canonicalize paths ([#&#8203;1859](https://github.com/casey/just/pull/1859)) ##### Misc - Document installing just on Github Actions in readme ([#&#8203;1867](https://github.com/casey/just/pull/1867) by [cclauss](https://github.com/cclauss)) - Use unlikely-to-be-set variable name in env tests ([#&#8203;1882](https://github.com/casey/just/pull/1882)) - Skip write_error test if running as root ([#&#8203;1881](https://github.com/casey/just/pull/1881)) - Convert run_shebang into integration test ([#&#8203;1880](https://github.com/casey/just/pull/1880)) - Install mdbook with cargo in CI workflow ([#&#8203;1877](https://github.com/casey/just/pull/1877)) - Remove deprecated actions-rs/toolchain ([#&#8203;1874](https://github.com/casey/just/pull/1874) by [cclauss](https://github.com/cclauss)) - Fix Gentoo package link ([#&#8203;1875](https://github.com/casey/just/pull/1875) by [vozbu](https://github.com/vozbu)) - Fix typos found by codespell ([#&#8203;1872](https://github.com/casey/just/pull/1872) by [cclauss](https://github.com/cclauss)) - Replace deprecated set-output command in Github Actions workflows ([#&#8203;1869](https://github.com/casey/just/pull/1869) by [cclauss](https://github.com/cclauss)) - Update `actions/checkout` and `softprops/action-gh-release` ([#&#8203;1871](https://github.com/casey/just/pull/1871) by [app/dependabot](https://github.com/app/dependabot)) - Keep GitHub Actions up to date with Dependabot ([#&#8203;1868](https://github.com/casey/just/pull/1868) by [cclauss](https://github.com/cclauss)) - Add contrib directory ([#&#8203;1870](https://github.com/casey/just/pull/1870)) - Fix install script ([#&#8203;1844](https://github.com/casey/just/pull/1844)) ### [`v1.23.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1230---2024-01-12) [Compare Source](https://github.com/casey/just/compare/1.22.1...1.23.0) ##### Added - Allow setting custom confirm prompt ([#&#8203;1834](https://github.com/casey/just/pull/1834) by [CramBL](https://github.com/CramBL)) - Add `set quiet` and `[no-quiet]` ([#&#8203;1704](https://github.com/casey/just/pull/1704) by [dharrigan](https://github.com/dharrigan)) - Add `just_pid` function ([#&#8203;1833](https://github.com/casey/just/pull/1833) by [Swordelf2](https://github.com/Swordelf2)) - Add functions to return XDG base directories ([#&#8203;1822](https://github.com/casey/just/pull/1822) by [tgross35](https://github.com/tgross35)) - Add `--no-deps` to skip running recipe dependencies ([#&#8203;1819](https://github.com/casey/just/pull/1819) by [ngharrington](https://github.com/ngharrington)) ##### Fixed - Run imports in working directory of importer ([#&#8203;1817](https://github.com/casey/just/pull/1817)) ##### Misc - Include completion scripts in releases ([#&#8203;1837](https://github.com/casey/just/pull/1837)) - Tweak readme table formatting ([#&#8203;1836](https://github.com/casey/just/pull/1836)) - Don't abbreviate just in README ([#&#8203;1831](https://github.com/casey/just/pull/1831) by [thled](https://github.com/thled)) - Ignore \[private] recipes in just --list ([#&#8203;1816](https://github.com/casey/just/pull/1816) by [crdx](https://github.com/crdx)) - Add a dash to tempdir prefix ([#&#8203;1828](https://github.com/casey/just/pull/1828)) ### [`v1.22.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1221---2024-01-08) [Compare Source](https://github.com/casey/just/compare/1.22.0...1.22.1) ##### Fixed - Don't conflate recipes with the same name in different modules ([#&#8203;1825](https://github.com/casey/just/pull/1825)) ##### Misc - Clarify that UUID is version 4 ([#&#8203;1821](https://github.com/casey/just/pull/1821) by [tgross35](https://github.com/tgross35)) - Make sigil stripping from recipe lines less incomprehensible ([#&#8203;1812](https://github.com/casey/just/pull/1812)) - Refactor invalid path argument check ([#&#8203;1811](https://github.com/casey/just/pull/1811)) ### [`v1.22.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1220---2023-12-31) [Compare Source](https://github.com/casey/just/compare/1.21.0...1.22.0) ##### Added - Recipes can be invoked with path syntax ([#&#8203;1809](https://github.com/casey/just/pull/1809)) - Add `--format` and `--initialize` as aliases for `--fmt` and `--init` ([#&#8203;1802](https://github.com/casey/just/pull/1802)) ##### Misc - Move table of contents pointer to right ([#&#8203;1806](https://github.com/casey/just/pull/1806)) ### [`v1.21.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1210---2023-12-29) [Compare Source](https://github.com/casey/just/compare/1.20.0...1.21.0) ##### Added - Optional modules and imports ([#&#8203;1797](https://github.com/casey/just/pull/1797)) - Print submodule recipes in --summary ([#&#8203;1794](https://github.com/casey/just/pull/1794)) ##### Misc - Use box-drawing characters in error messages ([#&#8203;1798](https://github.com/casey/just/pull/1798)) - Use Self ([#&#8203;1795](https://github.com/casey/just/pull/1795)) ### [`v1.20.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1200---2023-12-28) [Compare Source](https://github.com/casey/just/compare/1.19.0...1.20.0) ##### Added - Allow mod statements with path to source file ([#&#8203;1786](https://github.com/casey/just/pull/1786)) ##### Changed - Expand tilde in import and module paths ([#&#8203;1792](https://github.com/casey/just/pull/1792)) - Override imported recipes ([#&#8203;1790](https://github.com/casey/just/pull/1790)) - Run recipes with working directory set to submodule directory ([#&#8203;1788](https://github.com/casey/just/pull/1788)) ##### Misc - Document import override behavior ([#&#8203;1791](https://github.com/casey/just/pull/1791)) - Document submodule working directory ([#&#8203;1789](https://github.com/casey/just/pull/1789)) ### [`v1.19.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1190---2023-12-27) [Compare Source](https://github.com/casey/just/compare/1.18.1...1.19.0) ##### Added - Add modules ([#&#8203;1782](https://github.com/casey/just/pull/1782)) ### [`v1.18.1`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1181---2023-12-24) [Compare Source](https://github.com/casey/just/compare/1.18.0...1.18.1) ##### Added - Display a descriptive error for `!include` directives ([#&#8203;1779](https://github.com/casey/just/pull/1779)) ### [`v1.18.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1180---2023-12-24) [Compare Source](https://github.com/casey/just/compare/1.17.0...1.18.0) ##### Added - Stabilize `!include path` as `import 'path'` ([#&#8203;1771](https://github.com/casey/just/pull/1771)) ##### Misc - Tweak readme ([#&#8203;1775](https://github.com/casey/just/pull/1775)) ### [`v1.17.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1170---2023-12-20) [Compare Source](https://github.com/casey/just/compare/1.16.0...1.17.0) ##### Added - Add `[confirm]` attribute ([#&#8203;1723](https://github.com/casey/just/pull/1723) by [Hwatwasthat](https://github.com/Hwatwasthat)) ##### Changed - Don't default to included recipes ([#&#8203;1740](https://github.com/casey/just/pull/1740)) ##### Fixed - Pass justfile path to default chooser ([#&#8203;1759](https://github.com/casey/just/pull/1759) by [Qeole](https://github.com/Qeole)) - Pass `--unstable` and `--color always` to default chooser ([#&#8203;1758](https://github.com/casey/just/pull/1758) by [Qeole](https://github.com/Qeole)) ##### Misc - Update Gentoo package repository ([#&#8203;1757](https://github.com/casey/just/pull/1757) by [paul-jewell](https://github.com/paul-jewell)) - Fix readme header level ([#&#8203;1752](https://github.com/casey/just/pull/1752) by [laniakea64](https://github.com/laniakea64)) - Document line continuations ([#&#8203;1751](https://github.com/casey/just/pull/1751) by [laniakea64](https://github.com/laniakea64)) - List included recipes in load order ([#&#8203;1745](https://github.com/casey/just/pull/1745)) - Fix build badge in zh readme ([#&#8203;1743](https://github.com/casey/just/pull/1743) by [chenrui333](https://github.com/chenrui333)) - Rename Justfile::first → Justfile::default ([#&#8203;1741](https://github.com/casey/just/pull/1741)) - Add file paths to error messages ([#&#8203;1737](https://github.com/casey/just/pull/1737)) - Move !include processing into compiler ([#&#8203;1618](https://github.com/casey/just/pull/1618) by [neunenak](https://github.com/neunenak)) - Update Arch Linux package URL in readme ([#&#8203;1733](https://github.com/casey/just/pull/1733) by [felixonmars](https://github.com/felixonmars)) - Clarify that aliases can only be used on the command line ([#&#8203;1726](https://github.com/casey/just/pull/1726) by [laniakea64](https://github.com/laniakea64)) - Remove VALID_ALIAS_ATTRIBUTES array ([#&#8203;1731](https://github.com/casey/just/pull/1731)) - Fix justfile search link in Chinese docs ([#&#8203;1730](https://github.com/casey/just/pull/1730) by [oluceps](https://github.com/oluceps)) - Add example of Windows shebang handling ([#&#8203;1709](https://github.com/casey/just/pull/1709) by [pfmoore](https://github.com/pfmoore)) - Fix CI ([#&#8203;1728](https://github.com/casey/just/pull/1728)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added the
renovate
label 2024-02-14 20:15:12 +01:00
renovate-bot added 1 commit 2024-02-14 20:15:13 +01:00
build and publish / build-pypackage (pull_request) Successful in 17s Details
check code / check-code (pull_request) Successful in 18s Details
f4e5f828ba
Update dependency just to v1.24.0
renovate-bot changed title from Update dependency just to v1.24.0 to chore(deps): update dependency just to v1.24.0 2024-03-04 20:16:44 +01:00
renovate-bot changed title from chore(deps): update dependency just to v1.24.0 to chore(deps): update dependency just to v1.25.0 2024-03-08 08:19:28 +01:00
renovate-bot force-pushed renovate/just-1.x from f4e5f828ba to a45ad29642 2024-03-08 08:19:30 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.25.0 to chore(deps): update dependency just to v1.25.1 2024-03-10 08:16:57 +01:00
renovate-bot force-pushed renovate/just-1.x from a45ad29642 to de972d9f38 2024-03-10 08:16:58 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency just to v1.25.1 to chore(deps): update dependency just to v1.25.2 2024-03-11 08:16:20 +01:00
renovate-bot force-pushed renovate/just-1.x from de972d9f38 to dff84f48ab 2024-03-11 08:16:20 +01:00 Compare
olofvndrhr merged commit 10e842385c into main 2024-03-12 10:16:26 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: olofvndrhr/octodns-netbox-dns#3
No description provided.