From 535efa16a4267894d208946ce18b546cb9a713a9 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 6 Dec 2022 13:52:01 +0000 Subject: [PATCH] Update dependency prettier to v2.8.0 (#1665) 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.7.1` -> `2.8.0`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.8.0) | --- ### Release Notes
prettier/prettier ### [`v2.8.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​280) [Compare Source](https://github.com/prettier/prettier/compare/2.7.1...2.8.0) [diff](https://github.com/prettier/prettier/compare/2.7.1...2.8.0) 🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.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, check this box --- 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/1665 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 042f059e9..d0ab4303b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -72,7 +72,7 @@ "karma-coverage": "2.2.0", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.0.0", - "prettier": "2.7.1", + "prettier": "2.8.0", "ts-node": "10.9.1", "typescript": "4.8.4", "webpack-bundle-analyzer": "4.7.0" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9abb82805..56d741844 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7134,10 +7134,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -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== +prettier@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9" + integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA== pretty-bytes@^5.3.0: version "5.6.0"