From d8a69a7a7bd0f4a94300a4e78ae9bd056944017b Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Wed, 15 Jun 2022 10:15:41 +0200 Subject: [PATCH] Update dependency prettier to v2.7.0 (#1414) 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 | minor | [`2.6.2` -> `2.7.0`](https://renovatebot.com/diffs/npm/prettier/2.6.2/2.7.0) | --- ### Release Notes
prettier/prettier ### [`v2.7.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​270) [Compare Source](https://github.com/prettier/prettier/compare/2.6.2...2.7.0) [diff](https://github.com/prettier/prettier/compare/2.6.2...2.7.0) 🔗 [Release Notes](https://prettier.io/blog/2022/06/14/2.7.0.html)
--- ### 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/1414 Reviewed-by: Epsilon_02 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 35e1907c8..45872ce5d 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.6.2", + "prettier": "2.7.0", "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 faaf6f131..a87e38d7a 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.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032" - integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== +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== pretty-bytes@^5.3.0: version "5.6.0"