From 7b26cac683979e66ebfb5b873b1025c6fff68222 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Fri, 25 Mar 2022 09:53:50 +0100 Subject: [PATCH] Update dependency prettier to v2.6.1 (#1244) 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.6.0` -> `2.6.1`](https://renovatebot.com/diffs/npm/prettier/2.6.0/2.6.1) | --- ### Release Notes
prettier/prettier ### [`v2.6.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​261) [Compare Source](https://github.com/prettier/prettier/compare/2.6.0...2.6.1) [diff](https://github.com/prettier/prettier/compare/2.6.0...2.6.1) ##### Ignore `loglevel` when printing information ([#​12477](https://github.com/prettier/prettier/pull/12477) by [@​fisker](https://github.com/fisker)) ```bash ```
--- ### Configuration 📅 **Schedule**: 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/1244 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 efd70fef9..93467cece 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -73,7 +73,7 @@ "karma-coverage": "2.2.0", "karma-jasmine": "4.0.1", "karma-jasmine-html-reporter": "1.7.0", - "prettier": "2.6.0", + "prettier": "2.6.1", "ts-node": "10.7.0", "typescript": "4.5.5", "webpack-bundle-analyzer": "4.5.0" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 668afbb8f..40c4adeb6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6516,10 +6516,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4" - integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== +prettier@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17" + integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A== pretty-bytes@^5.3.0: version "5.6.0"