Skip to content

Commit 894716a

Browse files
dependabot[bot]GitHub Actionsecs-github-actions-cicd-bot
authored
chore: Bump yaml from 2.8.0 to 2.8.1 (#797)
* chore: Bump yaml from 2.8.0 to 2.8.1 Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update dist --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <runner@runnervmf4ws1.cwerdptpvzpeflxqczcybh3zdd.yx.internal.cloudapp.net> Co-authored-by: ecs-github-actions-cicd-bot <168218924+ecs-github-actions-cicd-bot@users.noreply.github.com>
1 parent dbda09d commit 894716a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126614,7 +126614,7 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
126614126614
const { blockQuote, commentString, lineWidth } = ctx.options;
126615126615
// 1. Block can't end in whitespace unless the last line is non-empty.
126616126616
// 2. Strings consisting of only whitespace are best rendered explicitly.
126617-
if (!blockQuote || /\n[\t ]+$/.test(value) || /^\s*$/.test(value)) {
126617+
if (!blockQuote || /\n[\t ]+$/.test(value)) {
126618126618
return quotedString(value, ctx);
126619126619
}
126620126620
const indent = ctx.indent ||

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@actions/core": "^1.10.1",
2929
"@aws-sdk/client-codedeploy": "^3.888.0",
3030
"@aws-sdk/client-ecs": "^3.883.0",
31-
"yaml": "^2.8.0"
31+
"yaml": "^2.8.1"
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "^9.36.0",

0 commit comments

Comments
 (0)