Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mvdan.cc/sh/v3 from 3.9.0 to 3.10.0 in the common group #280

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the common group with 1 update: mvdan.cc/sh/v3.

Updates mvdan.cc/sh/v3 from 3.9.0 to 3.10.0

Release notes

Sourced from mvdan.cc/sh/v3's releases.

v3.10.0

  • cmd/shfmt
    • Report the correct language variant in parser error messages - #1102
    • Move --filename out of the parser options category - #1079
  • syntax
    • Parse all CRLF line endings as LF, including inside heredocs - #1088
    • Count skipped backslashes inside backticks in position column numbers - #1098
    • Count skipped null bytes in position column numbers for consistency
  • interp
    • Fix a regression in v3.9.0 which broke redirecting files to stdin - #1099
    • Fix a regression in v3.9.0 where HandlerContext.Stdin was never nil
    • Add an Interactive option to be used by interactive shells - #1100
    • Support closing stdin, stdout, and stderr via redirections like <&-

Consider becoming a sponsor if you benefit from the work that went into this release!

Binaries built on go version go1.23.2 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s -X=main.version=v3.10.0"

Changelog

Sourced from mvdan.cc/sh/v3's changelog.

[3.10.0] - 2024-10-20

  • cmd/shfmt
    • Report the correct language variant in parser error messages - #1102
    • Move --filename out of the parser options category - #1079
  • syntax
    • Parse all CRLF line endings as LF, including inside heredocs - #1088
    • Count skipped backslashes inside backticks in position column numbers - #1098
    • Count skipped null bytes in position column numbers for consistency
  • interp
    • Fix a regression in v3.9.0 which broke redirecting files to stdin - #1099
    • Fix a regression in v3.9.0 where HandlerContext.Stdin was never nil
    • Add an Interactive option to be used by interactive shells - #1100
    • Support closing stdin, stdout, and stderr via redirections like <&-

Consider becoming a sponsor if you benefit from the work that went into this release!

Commits
  • 392da98 CHANGELOG: prepare for v3.10.0
  • 3ec5b6c cmd/shfmt: bump deps in Dockerfile
  • 686e8c1 interp: let HandlerContext.Stdin be nil again when there is no stdin
  • 7a3cb55 interp: support closing stdin, stdout, and stderr files
  • 9482bff cmd/shfmt: move --filename out of parser options
  • f3c9101 interp: test and fix read with regular files as stdin
  • 26182ab all: clarify that the "keep padding" formatting option is deprecated
  • 25c0048 cmd/shfmt: report correct language read from EditorConfig in errors
  • 21e38aa cmd/shfmt: show broken behavior in test for #1102
  • fa9120a update all deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from simar7 as a code owner October 21, 2024 15:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 21, 2024
Bumps the common group with 1 update: [mvdan.cc/sh/v3](https://github.com/mvdan/sh).


Updates `mvdan.cc/sh/v3` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/mvdan/sh/releases)
- [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md)
- [Commits](mvdan/sh@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: mvdan.cc/sh/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-4b54cca114 branch from cc5b051 to 432ac90 Compare October 28, 2024 15:07
@simar7 simar7 added this pull request to the merge queue Oct 30, 2024
Merged via the queue into main with commit 99a48a1 Oct 30, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/common-4b54cca114 branch October 30, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant