Skip to content

Commit

Permalink
chore(deps-dev): bump @guardian/prettier in /monitoring
Browse files Browse the repository at this point in the history
Bumps [@guardian/prettier](https://github.com/guardian/csnx) from 7.0.0 to 8.0.1.
- [Release notes](https://github.com/guardian/csnx/releases)
- [Commits](https://github.com/guardian/csnx/compare/@guardian/prettier@7.0.0...@guardian/prettier@8.0.1)

---
updated-dependencies:
- dependency-name: "@guardian/prettier"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent 2e04729 commit a0d7a9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@aws-sdk/client-lambda": "^3.588.0",
"@babel/parser": "^7.24.6",
"@guardian/eslint-config-typescript": "^10.0.1",
"@guardian/prettier": "^7.0.0",
"@guardian/prettier": "^8.0.1",
"@guardian/tsconfig": "^0.3.1",
"@tsconfig/node18": "^18.2.4",
"@types/aws-lambda": "^8.10.138",
Expand Down
8 changes: 4 additions & 4 deletions monitoring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,10 @@
eslint-plugin-eslint-comments "3.2.0"
eslint-plugin-import "2.29.1"

"@guardian/prettier@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@guardian/prettier/-/prettier-7.0.0.tgz#42ff79808b8aa989ccc2a26aceb14165587b1172"
integrity sha512-07Cau6PiJqGhmMJSwWlFW1IXYE+cmA4Bagr+aTEZiSBN38hljatnQEOTlRJW0gEn/PjGz6/au8dPbOhtGwZbGg==
"@guardian/prettier@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@guardian/prettier/-/prettier-8.0.1.tgz#3c7ce5f6b2d35fe19540a7c5b70807aec619bb1a"
integrity sha512-mELIji0FezEj5YTyHkylB6VNeCN1+/jsHW/iZ0RItDMn/GjU6gbaPP5D2m+BZwrTYNrxYhCoFqCE/ObkEghtdg==

"@guardian/tsconfig@^0.3.1":
version "0.3.1"
Expand Down

1 comment on commit a0d7a9a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from a0d7a9a

Please sign in to comment.