From b2c900e4212074e8fb5770d7e96d206b73fe3f67 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 16 Jun 2022 12:47:42 +0200 Subject: [PATCH] Update dependency prettier to v2.7.1 (#1423) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`2.7.0` -> `2.7.1`](https://renovatebot.com/diffs/npm/prettier/2.7.0/2.7.1) | --- ### Release Notes
prettier/prettier ### [`v2.7.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​271) [Compare Source](https://github.com/prettier/prettier/compare/2.7.0...2.7.1) [diff](https://github.com/prettier/prettier/compare/2.7.0...2.7.1) ##### Keep useful empty lines in description ([#​13013](https://github.com/prettier/prettier/pull/13013) by [@​chimurai](https://github.com/chimurai)) ```graphql ```
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1423 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bb8b8189a..49bfa16b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -72,7 +72,7 @@ "karma-coverage": "2.2.0", "karma-jasmine": "5.0.1", "karma-jasmine-html-reporter": "2.0.0", - "prettier": "2.7.0", + "prettier": "2.7.1", "ts-node": "10.8.1", "typescript": "4.7.3", "webpack-bundle-analyzer": "4.5.0" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 07f9b58cd..fb2f1535d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7025,10 +7025,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6" - integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ== +prettier@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== pretty-bytes@^5.3.0: version "5.6.0"