loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem
https://ls-lint.org
MIT License
1.73k stars 32 forks source link

chore(deps): update dependency com_github_cli_cli_linux_amd64 to v2.57.0 #242

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change
com_github_cli_cli_linux_amd64 http_archive minor v2.52.0 -> v2.57.0

Release Notes

cli/cli (com_github_cli_cli_linux_amd64) ### [`v2.57.0`](https://redirect.github.com/cli/cli/releases/tag/v2.57.0): GitHub CLI 2.57.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.56.0...v2.57.0) #### What's Changed - Move non-integration tests to different test file by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9577](https://redirect.github.com/cli/cli/pull/9577) - Added tenancy aware attestation commands by [@​kommendorkapten](https://redirect.github.com/kommendorkapten) in [https://github.com/cli/cli/pull/9542](https://redirect.github.com/cli/cli/pull/9542) - Added `--active` flag to the `gh auth status` command by [@​velumuruganr](https://redirect.github.com/velumuruganr) in [https://github.com/cli/cli/pull/9520](https://redirect.github.com/cli/cli/pull/9520) - build(deps): bump github.com/sigstore/sigstore-go from 0.6.1 to 0.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9601](https://redirect.github.com/cli/cli/pull/9601) - `gh attestation verify` test for custom OIDC issuers by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9595](https://redirect.github.com/cli/cli/pull/9595) - Suggest installing Rosetta when extension installation fails due to missing `darwin-arm64` binary, but a `darwin-amd64` binary is available by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9599](https://redirect.github.com/cli/cli/pull/9599) - Update `gh attestation verify` bundle parsing and validation errors by [@​malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9564](https://redirect.github.com/cli/cli/pull/9564) - Suppress `attestation verify` output when no TTY present by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9612](https://redirect.github.com/cli/cli/pull/9612) - Use api subdomains for tenant hosts by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9618](https://redirect.github.com/cli/cli/pull/9618) #### New Contributors - [@​kommendorkapten](https://redirect.github.com/kommendorkapten) made their first contribution in [https://github.com/cli/cli/pull/9542](https://redirect.github.com/cli/cli/pull/9542) - [@​velumuruganr](https://redirect.github.com/velumuruganr) made their first contribution in [https://github.com/cli/cli/pull/9520](https://redirect.github.com/cli/cli/pull/9520) - [@​bdehamer](https://redirect.github.com/bdehamer) made their first contribution in [https://github.com/cli/cli/pull/9595](https://redirect.github.com/cli/cli/pull/9595) - [@​timrogers](https://redirect.github.com/timrogers) made their first contribution in [https://github.com/cli/cli/pull/9599](https://redirect.github.com/cli/cli/pull/9599) **Full Changelog**: https://github.com/cli/cli/compare/v2.56.0...v2.57.0 ### [`v2.56.0`](https://redirect.github.com/cli/cli/releases/tag/v2.56.0): GitHub CLI 2.56.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.55.0...v2.56.0) #### Important note about renewed GPG key The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your `.deb` or `.rpm` packages, please read [cli/cli#9569](https://redirect.github.com/cli/cli/issues/9569). #### What's Changed - Always print URL scheme to stdout by [@​heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9471](https://redirect.github.com/cli/cli/pull/9471) - Quote repo names consistently in `gh repo sync` stdout by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9491](https://redirect.github.com/cli/cli/pull/9491) - Fetch bundle from OCI registry for verify by [@​ejahnGithub](https://redirect.github.com/ejahnGithub) in [https://github.com/cli/cli/pull/9421](https://redirect.github.com/cli/cli/pull/9421) - Remove `Internal` from `gh repo create` prompt when owner is not an org by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9465](https://redirect.github.com/cli/cli/pull/9465) - Drop surplus trailing space char in flag names in web by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9495](https://redirect.github.com/cli/cli/pull/9495) - fix the trimming of log filenames for `gh run view` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9482](https://redirect.github.com/cli/cli/pull/9482) - "offline" verification using the bundle of attestations without any additional handling of the file by [@​aryanbhosale](https://redirect.github.com/aryanbhosale) in [https://github.com/cli/cli/pull/9523](https://redirect.github.com/cli/cli/pull/9523) - build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9518](https://redirect.github.com/cli/cli/pull/9518) - Fix doc typo for `repo sync` by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9509](https://redirect.github.com/cli/cli/pull/9509) - Correct the help message for -F by [@​Goooler](https://redirect.github.com/Goooler) in [https://github.com/cli/cli/pull/9525](https://redirect.github.com/cli/cli/pull/9525) - chore: fix some function names by [@​crystalstall](https://redirect.github.com/crystalstall) in [https://github.com/cli/cli/pull/9555](https://redirect.github.com/cli/cli/pull/9555) - verify 2nd artifact without swapping order by [@​aryanbhosale](https://redirect.github.com/aryanbhosale) in [https://github.com/cli/cli/pull/9532](https://redirect.github.com/cli/cli/pull/9532) - `gh attestation verify` handles empty JSONL files by [@​malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9541](https://redirect.github.com/cli/cli/pull/9541) - Enhance Linux installation docs to redirect users to GPG renewal issue, better troubleshooting support by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9573](https://redirect.github.com/cli/cli/pull/9573) - Upgrade sigstore-go to v0.6.1 by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9566](https://redirect.github.com/cli/cli/pull/9566) - Check for nil values to prevent nil dereference panic by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9578](https://redirect.github.com/cli/cli/pull/9578) - build(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9575](https://redirect.github.com/cli/cli/pull/9575) #### New Contributors - [@​aryanbhosale](https://redirect.github.com/aryanbhosale) made their first contribution in [https://github.com/cli/cli/pull/9523](https://redirect.github.com/cli/cli/pull/9523) - [@​Goooler](https://redirect.github.com/Goooler) made their first contribution in [https://github.com/cli/cli/pull/9525](https://redirect.github.com/cli/cli/pull/9525) - [@​crystalstall](https://redirect.github.com/crystalstall) made their first contribution in [https://github.com/cli/cli/pull/9555](https://redirect.github.com/cli/cli/pull/9555) **Full Changelog**: https://github.com/cli/cli/compare/v2.55.0...v2.56.0 ### [`v2.55.0`](https://redirect.github.com/cli/cli/releases/tag/v2.55.0): GitHub CLI 2.55.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.54.0...v2.55.0) #### What's Changed - Update `gh variable get` to use repo host by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9411](https://redirect.github.com/cli/cli/pull/9411) - build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9400](https://redirect.github.com/cli/cli/pull/9400) - Unify use of tab indent in non-test source files by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9407](https://redirect.github.com/cli/cli/pull/9407) - Add Acceptance Criteria requirement to triage.md for accepted issues by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9435](https://redirect.github.com/cli/cli/pull/9435) - Improve Unix compliance `gh repo set-default` by [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) in [https://github.com/cli/cli/pull/9431](https://redirect.github.com/cli/cli/pull/9431) - Document that `gh run download` downloads the latest artifact by default by [@​sato11](https://redirect.github.com/sato11) in [https://github.com/cli/cli/pull/9412](https://redirect.github.com/cli/cli/pull/9412) - build(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9432](https://redirect.github.com/cli/cli/pull/9432) - Replace `--project.*` flags' `name` with `title` in docs by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9443](https://redirect.github.com/cli/cli/pull/9443) - Wrap flags with backticks, continued by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9444](https://redirect.github.com/cli/cli/pull/9444) - Improve `gh release create --notes-from-tag` behavior with multiline tag annotation by [@​babakks](https://redirect.github.com/babakks) in [https://github.com/cli/cli/pull/9385](https://redirect.github.com/cli/cli/pull/9385) - Add `pr create --editor` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9433](https://redirect.github.com/cli/cli/pull/9433) - build(deps): bump actions/attest-build-provenance from 1.4.0 to 1.4.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9451](https://redirect.github.com/cli/cli/pull/9451) - Require Sigstore Bundle v0.2+ when verifying with `gh attestation` by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9442](https://redirect.github.com/cli/cli/pull/9442) - build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9459](https://redirect.github.com/cli/cli/pull/9459) - Update Go and other extension workflow templates to reflect recent enhancements to `cli/gh-extension-precompile` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9462](https://redirect.github.com/cli/cli/pull/9462) - Add note for external contributors to `working-with-us.md` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9468](https://redirect.github.com/cli/cli/pull/9468) - Update attestation TUF root by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9467](https://redirect.github.com/cli/cli/pull/9467) - Improve documentation for pr checks and exit codes by [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) in [https://github.com/cli/cli/pull/9452](https://redirect.github.com/cli/cli/pull/9452) - cmd/pr/checks: Describe bucket and state JSON fields by [@​arunsathiya](https://redirect.github.com/arunsathiya) in [https://github.com/cli/cli/pull/9439](https://redirect.github.com/cli/cli/pull/9439) - Add Flox as an installation option by [@​bryanhonof](https://redirect.github.com/bryanhonof) in [https://github.com/cli/cli/pull/9396](https://redirect.github.com/cli/cli/pull/9396) - fix behavior for `gh issue develop -b does-not-exist-on-remote` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9477](https://redirect.github.com/cli/cli/pull/9477) - Update `--project ` flags in `gh search` to `owner/number` by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9453](https://redirect.github.com/cli/cli/pull/9453) #### New Contributors - [@​jtmcg](https://redirect.github.com/jtmcg) made their first contribution in [https://github.com/cli/cli/pull/9435](https://redirect.github.com/cli/cli/pull/9435) - [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) made their first contribution in [https://github.com/cli/cli/pull/9431](https://redirect.github.com/cli/cli/pull/9431) - [@​sato11](https://redirect.github.com/sato11) made their first contribution in [https://github.com/cli/cli/pull/9412](https://redirect.github.com/cli/cli/pull/9412) - [@​codysoyland](https://redirect.github.com/codysoyland) made their first contribution in [https://github.com/cli/cli/pull/9442](https://redirect.github.com/cli/cli/pull/9442) - [@​BagToad](https://redirect.github.com/BagToad) made their first contribution in [https://github.com/cli/cli/pull/9462](https://redirect.github.com/cli/cli/pull/9462) - [@​bryanhonof](https://redirect.github.com/bryanhonof) made their first contribution in [https://github.com/cli/cli/pull/9396](https://redirect.github.com/cli/cli/pull/9396) **Full Changelog**: https://github.com/cli/cli/compare/v2.54.0...v2.55.0 ### [`v2.54.0`](https://redirect.github.com/cli/cli/releases/tag/v2.54.0): GitHub CLI 2.54.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.53.0...v2.54.0) #### What's Changed - Remove redundant whitespace by [@​jessehouwing](https://redirect.github.com/jessehouwing) in [https://github.com/cli/cli/pull/9334](https://redirect.github.com/cli/cli/pull/9334) - Remove attestation test that requires being online by [@​steiza](https://redirect.github.com/steiza) in [https://github.com/cli/cli/pull/9340](https://redirect.github.com/cli/cli/pull/9340) - Update documentation for gh api PATCH by [@​cmbuckley](https://redirect.github.com/cmbuckley) in [https://github.com/cli/cli/pull/9352](https://redirect.github.com/cli/cli/pull/9352) - Clarify usage of template flags for PR and issue creation by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9354](https://redirect.github.com/cli/cli/pull/9354) - Expose json databaseId field for release commands by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9356](https://redirect.github.com/cli/cli/pull/9356) - Expose fullDatabaseId for PR json export by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9355](https://redirect.github.com/cli/cli/pull/9355) - Handle `--bare` clone targets by [@​hyperrealist](https://redirect.github.com/hyperrealist) in [https://github.com/cli/cli/pull/9271](https://redirect.github.com/cli/cli/pull/9271) - Slightly clarify when CLI exits with code 4 by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9358](https://redirect.github.com/cli/cli/pull/9358) - Update sigstore-go in gh CLI to v0.5.1 by [@​steiza](https://redirect.github.com/steiza) in [https://github.com/cli/cli/pull/9366](https://redirect.github.com/cli/cli/pull/9366) - Exit with 1 on authentication issues by [@​Stausssi](https://redirect.github.com/Stausssi) in [https://github.com/cli/cli/pull/9240](https://redirect.github.com/cli/cli/pull/9240) - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.4 to 1.4.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9372](https://redirect.github.com/cli/cli/pull/9372) - build(deps): bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9373](https://redirect.github.com/cli/cli/pull/9373) - Add `--remove-milestone` option to `issue edit` and `pr edit` by [@​babakks](https://redirect.github.com/babakks) in [https://github.com/cli/cli/pull/9344](https://redirect.github.com/cli/cli/pull/9344) - handle attest case insensitivity by [@​ejahnGithub](https://redirect.github.com/ejahnGithub) in [https://github.com/cli/cli/pull/9392](https://redirect.github.com/cli/cli/pull/9392) #### New Contributors - [@​cmbuckley](https://redirect.github.com/cmbuckley) made their first contribution in [https://github.com/cli/cli/pull/9352](https://redirect.github.com/cli/cli/pull/9352) - [@​hyperrealist](https://redirect.github.com/hyperrealist) made their first contribution in [https://github.com/cli/cli/pull/9271](https://redirect.github.com/cli/cli/pull/9271) - [@​Stausssi](https://redirect.github.com/Stausssi) made their first contribution in [https://github.com/cli/cli/pull/9240](https://redirect.github.com/cli/cli/pull/9240) - [@​ejahnGithub](https://redirect.github.com/ejahnGithub) made their first contribution in [https://github.com/cli/cli/pull/9392](https://redirect.github.com/cli/cli/pull/9392) **Full Changelog**: https://github.com/cli/cli/compare/v2.53.0...v2.54.0 ### [`v2.53.0`](https://redirect.github.com/cli/cli/releases/tag/v2.53.0): GitHub CLI 2.53.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.52.0...v2.53.0) #### What's Changed - Add `--json` option to `variable get` command by [@​babakks](https://redirect.github.com/babakks) in [https://github.com/cli/cli/pull/9128](https://redirect.github.com/cli/cli/pull/9128) - Add GH_DEBUG to issue template by [@​TWiStErRob](https://redirect.github.com/TWiStErRob) in [https://github.com/cli/cli/pull/9167](https://redirect.github.com/cli/cli/pull/9167) - Fetch variable selected repo relationship when required by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9256](https://redirect.github.com/cli/cli/pull/9256) - build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9250](https://redirect.github.com/cli/cli/pull/9250) - Alternate gh attestation trusted-root subcommand by [@​steiza](https://redirect.github.com/steiza) in [https://github.com/cli/cli/pull/9206](https://redirect.github.com/cli/cli/pull/9206) - fix: indentation in 'gh release create --help' by [@​cchristous](https://redirect.github.com/cchristous) in [https://github.com/cli/cli/pull/9296](https://redirect.github.com/cli/cli/pull/9296) - build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9305](https://redirect.github.com/cli/cli/pull/9305) - docs: Update documentation for `gh repo create` to clarify owner by [@​jessehouwing](https://redirect.github.com/jessehouwing) in [https://github.com/cli/cli/pull/9309](https://redirect.github.com/cli/cli/pull/9309) - Fix panic when calling `gh pr view --json stateReason` by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9307](https://redirect.github.com/cli/cli/pull/9307) - Add `issue create --editor` by [@​notomo](https://redirect.github.com/notomo) in [https://github.com/cli/cli/pull/7193](https://redirect.github.com/cli/cli/pull/7193) - Add `pr update-branch` command by [@​babakks](https://redirect.github.com/babakks) in [https://github.com/cli/cli/pull/8953](https://redirect.github.com/cli/cli/pull/8953) #### New Contributors - [@​TWiStErRob](https://redirect.github.com/TWiStErRob) made their first contribution in [https://github.com/cli/cli/pull/9167](https://redirect.github.com/cli/cli/pull/9167) - [@​cchristous](https://redirect.github.com/cchristous) made their first contribution in [https://github.com/cli/cli/pull/9296](https://redirect.github.com/cli/cli/pull/9296) - [@​jessehouwing](https://redirect.github.com/jessehouwing) made their first contribution in [https://github.com/cli/cli/pull/9309](https://redirect.github.com/cli/cli/pull/9309) - [@​notomo](https://redirect.github.com/notomo) made their first contribution in [https://github.com/cli/cli/pull/7193](https://redirect.github.com/cli/cli/pull/7193) **Full Changelog**: https://github.com/cli/cli/compare/v2.52.0...v2.53.0

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.