From 26f380498b1b87be13ecce77078a116abd72c198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:53:30 -0600 Subject: [PATCH] Bump prettier from 3.2.5 to 3.3.3 in /ops/services/app_functions/report_stream_batched_publisher/functions (#8012) * Bump prettier Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Lint files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: elisa lee --- .../functions/common/errorHandlers.ts | 2 +- .../functions/package.json | 2 +- .../report_stream_batched_publisher/functions/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts index bdc252f620..d23f972da4 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/common/errorHandlers.ts @@ -8,7 +8,7 @@ export const trackFailures = ( properties: { count: testEventBatch.parseFailureCount, parseFailures: Object.keys(testEventBatch.parseFailure), - operationId + operationId, }, }); } diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/package.json b/ops/services/app_functions/report_stream_batched_publisher/functions/package.json index d20235d57b..ff419199d1 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/package.json +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/package.json @@ -41,7 +41,7 @@ "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", - "prettier": "3.2.5", + "prettier": "3.3.3", "rimraf": "^5.0.7", "ts-jest": "^29.2.4", "typescript": "^5.5.3" diff --git a/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock b/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock index 82fa49d74d..425e170997 100644 --- a/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock +++ b/ops/services/app_functions/report_stream_batched_publisher/functions/yarn.lock @@ -3883,10 +3883,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@3.2.5: - version "3.2.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" - integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== +prettier@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"