Go: Update module github.com/magefile/mage to v1.17.2
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/magefile/mage | require | minor | v1.15.0 -> v1.17.2 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
magefile/mage (github.com/magefile/mage)
v1.17.2: - Tab Completion
What's New
Tab completion is now available by running mage -install <shell> where the currently supported shells are zsh, bash, fish, and powershell. This was a long-requested feature that always made me nervous because it presumes a lot about your local machine... but I guess we're in for it now. Please report any issues you see.... it's rather a hard feature to test. But... it works on my machine?
Fixed a backtick bug in comments and mage -l and mage -h no longer require compiling a binary, so they're way faster now.
Changelog
0953947make -h no long require compiling (#552)791a5b4Support Tab Completion (#551)cff82a6fix bug #537 - backticks in comments break output (#544)
v1.17.1: - Fix for Asset Naming
Changelog
00dd13dchore(goreleaser): fix release asset names (#547)88c49b7support for inline doc comments on optional flags (#549)
What's Changed
- support for inline doc comments on optional flags by @natefinch in https://github.com/magefile/mage/pull/549
- chore(goreleaser): fix release asset names by @suzuki-shunsuke in https://github.com/magefile/mage/pull/547
New Contributors
- @suzuki-shunsuke made their first contribution in https://github.com/magefile/mage/pull/547
Full Changelog: https://github.com/magefile/mage/compare/v1.17.0...v1.17.1
v1.17.0: - Multiline help text output
Changelog
707313fadd support for retaining multiline comments (#546)0ac910fadd a bunch more tests (#543)b11eb44update goreleaser to v2 (#541)3594347Set up linter (#539)
v1.16.1
v1.16.0: Optional Arguments!
What's Changed
- feat: support trailing line comment for mage:import by @anuraaga in https://github.com/magefile/mage/pull/480
- Update documentation to include Windows Magefile Cache by @WilliamRoyNelson in https://github.com/magefile/mage/pull/484
- Comment typo: parse.go by @szTheory in https://github.com/magefile/mage/pull/485
- ci: Extend
go-versionwith1.21.xby @michalbiesek in https://github.com/magefile/mage/pull/479 - Correct test input code to support older go versions by @perrito666 in https://github.com/magefile/mage/pull/490
- getFunction() ignoring receiver on imports by @na4ma4 in https://github.com/magefile/mage/pull/509
- This adds a test to bug 508 by @perrito666 in https://github.com/magefile/mage/pull/516
- chore(docs): updated README and site to include installation using go install command by @egor-denysenko in https://github.com/magefile/mage/pull/499
- add the ability to call targets with float64 args by @natefinch in https://github.com/magefile/mage/pull/525
- Add support for optional arguments by @natefinch in https://github.com/magefile/mage/pull/538
New Contributors
- @anuraaga made their first contribution in https://github.com/magefile/mage/pull/480
- @WilliamRoyNelson made their first contribution in https://github.com/magefile/mage/pull/484
- @szTheory made their first contribution in https://github.com/magefile/mage/pull/485
- @michalbiesek made their first contribution in https://github.com/magefile/mage/pull/479
- @na4ma4 made their first contribution in https://github.com/magefile/mage/pull/509
- @egor-denysenko made their first contribution in https://github.com/magefile/mage/pull/499
Full Changelog: https://github.com/magefile/mage/compare/v1.15.0...v1.16.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.