omissis / go-jsonschema

A tool to generate Go data types from JSON Schema definitions.
MIT License
563 stars 90 forks source link

chore(deps): update dependency shfmt to v3.8.0 #198

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
shfmt minor 3.7.0 -> 3.8.0

Release Notes

mvdan/sh (shfmt) ### [`v3.8.0`](https://togithub.com/mvdan/sh/blob/HEAD/CHANGELOG.md#380---2024-02-11) [Compare Source](https://togithub.com/mvdan/sh/compare/v3.7.0...v3.8.0) This release drops support for Go 1.19 and 1.20 and includes many features and bugfixes, such as improving EditorConfig support in `shfmt`. - **cmd/shfmt** - Support EditorConfig language sections such as `[[shell]]` - [#​664](https://togithub.com/mvdan/sh/issues/664) - Add `--apply-ignore` for tools and editors - [#​1037](https://togithub.com/mvdan/sh/issues/1037) - **syntax** - Allow formatting redirects before all command argumetnts - [#​942](https://togithub.com/mvdan/sh/issues/942) - Support brace expansions with uppercase letters - [#​1042](https://togithub.com/mvdan/sh/issues/1042) - Unescape backquotes in single quotes within backquotes - [#​1041](https://togithub.com/mvdan/sh/issues/1041) - Better error when using `function` in POSIX mode - [#​993](https://togithub.com/mvdan/sh/issues/993) - Better column numbers for escapes inside backquotes - [#​1028](https://togithub.com/mvdan/sh/issues/1028) - **interp** - Support parentheses in classic test commands - [#​1036](https://togithub.com/mvdan/sh/issues/1036) - Determine access to a directory via `unix.Access` - [#​1033](https://togithub.com/mvdan/sh/issues/1033) - Support subshells with `FuncEnviron` as `Env` - [#​1043](https://togithub.com/mvdan/sh/issues/1043) - Add support for `fs.DirEntry` via `ReadDirHandler2` - **expand** - Add support for `fs.DirEntry` via `ReadDir2` - Support zero-padding in brace expansions - [#​1042](https://togithub.com/mvdan/sh/issues/1042)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba259ff) 76.58% compared to head (4468370) 76.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #198 +/- ## ======================================= Coverage 76.58% 76.58% ======================================= Files 24 24 Lines 1892 1892 ======================================= Hits 1449 1449 Misses 354 354 Partials 89 89 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.