Update dependency just to v1.16.0 #51

Merged
olofvndrhr merged 1 commit from renovate/just-1.x into master 2023-11-09 09:27:47 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
just minor 1.14.0 -> 1.16.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

casey/just (just)

v1.16.0

Compare Source

Added
Fixed
Misc

v1.15.0

Compare Source

Added
Changed
  • Allow selecting multiple recipes with default chooser (#​1547 by fzdwx)
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.14.0` -> `1.16.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>casey/just (just)</summary> ### [`v1.16.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1160---2023-11-08) [Compare Source](https://github.com/casey/just/compare/1.15.0...1.16.0) ##### Added - Add ARMv6 release target ([#&#8203;1715](https://github.com/casey/just/pull/1715) by [ragazenta](https://github.com/ragazenta)) - Add `semver_matches` function ([#&#8203;1713](https://github.com/casey/just/pull/1713) by [t3hmrman](https://github.com/t3hmrman)) - Add `dotenv-filename` and `dotenv-path` settings ([#&#8203;1692](https://github.com/casey/just/pull/1692) by [ltfourrier](https://github.com/ltfourrier)) - Allow setting echoed recipe line color ([#&#8203;1670](https://github.com/casey/just/pull/1670) by [avi-cenna](https://github.com/avi-cenna)) ##### Fixed - Fix Fish completion script ([#&#8203;1710](https://github.com/casey/just/pull/1710) by [l4zygreed](https://github.com/l4zygreed)) ##### Misc - Fix readme typo ([#&#8203;1717](https://github.com/casey/just/pull/1717) by [barraponto](https://github.com/barraponto)) - Clean up error display ([#&#8203;1699](https://github.com/casey/just/pull/1699) by [nyurik](https://github.com/nyurik)) - Misc fixes ([#&#8203;1700](https://github.com/casey/just/pull/1700) by [nyurik](https://github.com/nyurik)) - Fix readme build badge ([#&#8203;1697](https://github.com/casey/just/pull/1697)) - Fix set tempdir grammar ([#&#8203;1695](https://github.com/casey/just/pull/1695)) - Add version to attributes ([#&#8203;1694](https://github.com/casey/just/pull/1694) by [JoeyTeng](https://github.com/JoeyTeng)) - Update README.md ([#&#8203;1691](https://github.com/casey/just/pull/1691) by [laniakea64](https://github.com/laniakea64)) ### [`v1.15.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1150---2023-10-09) [Compare Source](https://github.com/casey/just/compare/1.14.0...1.15.0) ##### Added - Add Nushell completion script ([#&#8203;1571](https://github.com/casey/just/pull/1571) by [presidento](https://github.com/presidento)) - Allow unstable features to be enabled with environment variable ([#&#8203;1588](https://github.com/casey/just/pull/1588) by [neunenak](https://github.com/neunenak)) - Add num_cpus() function ([#&#8203;1568](https://github.com/casey/just/pull/1568) by [schultetwin1](https://github.com/schultetwin1)) - Allow escaping newlines ([#&#8203;1551](https://github.com/casey/just/pull/1551) by [ids1024](https://github.com/ids1024)) - Stabilize JSON dump format ([#&#8203;1633](https://github.com/casey/just/pull/1633)) - Add env() function ([#&#8203;1613](https://github.com/casey/just/pull/1613) by [kykyi](https://github.com/kykyi)) ##### Changed - Allow selecting multiple recipes with default chooser ([#&#8203;1547](https://github.com/casey/just/pull/1547) by [fzdwx](https://github.com/fzdwx)) ##### Misc - Don't recommend `vim-polyglot` in readme ([#&#8203;1644](https://github.com/casey/just/pull/1644) by [laniakea64](https://github.com/laniakea64)) - Note Micro support in readme ([#&#8203;1316](https://github.com/casey/just/pull/1316) by [tomodachi94](https://github.com/tomodachi94)) - Update Indentation Documentation ([#&#8203;1600](https://github.com/casey/just/pull/1600) by [GinoMan](https://github.com/GinoMan)) - Fix triple-quoted string example in readme ([#&#8203;1620](https://github.com/casey/just/pull/1620) by [avi-cenna](https://github.com/avi-cenna)) - README fix: the -d in `mktemp -d` is required to created folders. ([#&#8203;1688](https://github.com/casey/just/pull/1688) by [gl-yziquel](https://github.com/gl-yziquel)) - Placate clippy ([#&#8203;1689](https://github.com/casey/just/pull/1689)) - Fix README typos ([#&#8203;1660](https://github.com/casey/just/pull/1660) by [akuhnregnier](https://github.com/akuhnregnier)) - Document Windows Package Manager install instructions ([#&#8203;1656](https://github.com/casey/just/pull/1656)) - Test unpaired escaped carriage return error ([#&#8203;1650](https://github.com/casey/just/pull/1650)) - Avoid grep aliases in bash completions ([#&#8203;1622](https://github.com/casey/just/pull/1622) by [BojanStipic](https://github.com/BojanStipic)) - Clarify \[unix] attribute in readme ([#&#8203;1619](https://github.com/casey/just/pull/1619) by [neunenak](https://github.com/neunenak)) - Add descriptions to fish recipe completions ([#&#8203;1578](https://github.com/casey/just/pull/1578) by [patricksjackson](https://github.com/patricksjackson)) - Add better documentation for --dump and --fmt ([#&#8203;1603](https://github.com/casey/just/pull/1603) by [neunenak](https://github.com/neunenak)) - Cleanup ([#&#8203;1566](https://github.com/casey/just/pull/1566) by [nyurik](https://github.com/nyurik)) - Document Helix editor support in readme ([#&#8203;1604](https://github.com/casey/just/pull/1604) by [kenden](https://github.com/kenden)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot added the
renovate
label 2023-10-12 20:09:08 +02:00
renovate-bot added 1 commit 2023-10-12 20:09:09 +02:00
renovate-bot changed title from Update dependency just to v1.15.0 to Update dependency just to v1.16.0 2023-11-09 08:08:33 +01:00
renovate-bot force-pushed renovate/just-1.x from c4959b1843 to 553a85b436 2023-11-09 08:08:35 +01:00 Compare
olofvndrhr merged commit 236222b19b into master 2023-11-09 09:27:47 +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#51
No description provided.