Update dependency just to v1.23.0 #53

Merged
olofvndrhr merged 1 commit from renovate/just-1.x into master 2024-01-23 14:22:50 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.16.0 -> 1.23.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

casey/just (just)

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.23.0` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4wIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added the
renovate
label 2023-12-20 08:10:33 +01:00
renovate-bot added 1 commit 2023-12-20 08:10:34 +01:00
renovate-bot changed title from Update dependency just to v1.17.0 to Update dependency just to v1.18.1 2023-12-24 20:10:20 +01:00
renovate-bot force-pushed renovate/just-1.x from 984bbf0510 to 1155e9d7f2 2023-12-24 20:10:22 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.18.1 to Update dependency just to v1.19.0 2023-12-28 08:10:50 +01:00
renovate-bot force-pushed renovate/just-1.x from 1155e9d7f2 to 31610a3db9 2023-12-28 08:10:52 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.19.0 to Update dependency just to v1.20.0 2023-12-29 08:10:53 +01:00
renovate-bot force-pushed renovate/just-1.x from 31610a3db9 to c2ff6058a7 2023-12-29 08:10:54 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.20.0 to Update dependency just to v1.21.0 2023-12-30 08:10:09 +01:00
renovate-bot force-pushed renovate/just-1.x from c2ff6058a7 to 748a006354 2023-12-30 08:10:11 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.21.0 to Update dependency just to v1.22.0 2024-01-05 08:11:33 +01:00
renovate-bot force-pushed renovate/just-1.x from 748a006354 to 5eb54f3a61 2024-01-05 08:11:34 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.22.0 to Update dependency just to v1.22.1 2024-01-09 08:11:31 +01:00
renovate-bot force-pushed renovate/just-1.x from 5eb54f3a61 to 6dcc85838d 2024-01-09 08:11:32 +01:00 Compare
renovate-bot changed title from Update dependency just to v1.22.1 to Update dependency just to v1.23.0 2024-01-13 08:10:58 +01:00
renovate-bot force-pushed renovate/just-1.x from 6dcc85838d to 9a709cc811 2024-01-13 08:10:59 +01:00 Compare
olofvndrhr merged commit 45dca15d39 into master 2024-01-23 14:22:50 +01:00
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/manga-dlp#53
No description provided.