From 415328f150a12eddb8da0f659a101351f818348f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 05:01:58 +0000 Subject: [PATCH 1/2] 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](https://github.com/eemeli/yaml/compare/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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3035a9ac..ebab0d8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,13 +6,13 @@ "packages": { "": { "name": "aws-actions-amazon-ecs-deploy-task-definition", - "version": "2.3.4", + "version": "2.4.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "@aws-sdk/client-codedeploy": "^3.848.0", "@aws-sdk/client-ecs": "^3.883.0", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/js": "^9.35.0", @@ -9307,9 +9307,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz", - "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", + "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/package.json b/package.json index 41be784c..dddab758 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@actions/core": "^1.10.1", "@aws-sdk/client-codedeploy": "^3.848.0", "@aws-sdk/client-ecs": "^3.883.0", - "yaml": "^2.8.0" + "yaml": "^2.8.1" }, "devDependencies": { "@eslint/js": "^9.35.0", From 39538009aa82bf86b2971fe207df0b6dd535d83a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Sep 2025 05:02:34 +0000 Subject: [PATCH 2/2] chore: Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 07debbd5..d47e54fc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -123352,7 +123352,7 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) { const { blockQuote, commentString, lineWidth } = ctx.options; // 1. Block can't end in whitespace unless the last line is non-empty. // 2. Strings consisting of only whitespace are best rendered explicitly. - if (!blockQuote || /\n[\t ]+$/.test(value) || /^\s*$/.test(value)) { + if (!blockQuote || /\n[\t ]+$/.test(value)) { return quotedString(value, ctx); } const indent = ctx.indent ||