Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#30)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [go](https://github.com/golang/go) | patch | `1.22.4` -> `1.22.5` |
| [just](https://github.com/casey/just) | minor | `1.29.1` -> `1.30.0`
|

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.22.5`](https://github.com/golang/go/compare/go1.22.4...go1.22.5)

</details>

<details>
<summary>casey/just (just)</summary>

###
[`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))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TBD54566975/scaffolder).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent f3e0f2d commit c083a02
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/just

0 comments on commit c083a02

Please sign in to comment.