Skip to content

Commit 9f2c776

Browse files
chore: bump prettier-plugin-sh from 0.13.1 to 0.14.0 (#6700)
Bumps [prettier-plugin-sh](https://github.com/un-ts/prettier) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@0.14.0) --- updated-dependencies: - dependency-name: prettier-plugin-sh dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c7f7d commit 9f2c776

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-import": "^2.28.1",
6262
"eslint-plugin-prettier": "^5.0.0",
6363
"prettier": "^3.0.3",
64-
"prettier-plugin-sh": "^0.13.1",
64+
"prettier-plugin-sh": "^0.14.0",
6565
"ts-node": "^10.9.1",
6666
"typescript": "^5.2.2"
6767
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2798,10 +2798,10 @@ prettier-linter-helpers@^1.0.0:
27982798
dependencies:
27992799
fast-diff "^1.1.2"
28002800

2801-
prettier-plugin-sh@^0.13.1:
2802-
version "0.13.1"
2803-
resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.13.1.tgz#99388c0811994f24334d5233eb5a7cb874dcb840"
2804-
integrity sha512-ytMcl1qK4s4BOFGvsc9b0+k9dYECal7U29bL/ke08FEUsF/JLN0j6Peo0wUkFDG4y2UHLMhvpyd6Sd3zDXe/eg==
2801+
prettier-plugin-sh@^0.14.0:
2802+
version "0.14.0"
2803+
resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.14.0.tgz#22b186adea79b36212ccd9faa8dd01f33ef34ff6"
2804+
integrity sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==
28052805
dependencies:
28062806
mvdan-sh "^0.10.1"
28072807
sh-syntax "^0.4.1"

0 commit comments

Comments
 (0)