From 0da3611db37735ab020e76cb17b3dd2914656247 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Tue, 5 Apr 2022 12:22:57 +0200 Subject: [PATCH] Update dependency eslint-config-airbnb-typescript to v17 (#1283) 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 | |---|---|---|---| | [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) | devDependencies | major | [`16.2.0` -> `17.0.0`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-typescript/16.2.0/17.0.0) | --- ### Release Notes
iamturns/eslint-config-airbnb-typescript ### [`v17.0.0`](https://github.com/iamturns/eslint-config-airbnb-typescript/releases/v17.0.0) [Compare Source](https://github.com/iamturns/eslint-config-airbnb-typescript/compare/v16.2.0...v17.0.0) ##### chore - bump peerDependencies to reflect the use of space-before-blocks ([#​293](https://github.com/iamturns/eslint-config-airbnb-typescript/issues/293)) ([91fd090](https://github.com/iamturns/eslint-config-airbnb-typescript/commit/91fd090f6fdd8d598a6ac6e9bb2c2ba33014e425)) ##### BREAKING CHANGES - Update your `@typescript-eslint/eslint-plugin` to `^5.13.0`
--- ### 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/1283 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 61e5f43ff..9e12fbd8f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "5.17.0", "eslint": "8.12.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-config-airbnb-typescript": "16.2.0", + "eslint-config-airbnb-typescript": "17.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-deprecation": "1.3.2", "eslint-plugin-import": "2.25.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 56581cd44..7427cb662 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3803,10 +3803,10 @@ eslint-config-airbnb-base@15.0.0, eslint-config-airbnb-base@^15.0.0: object.entries "^1.1.5" semver "^6.3.0" -eslint-config-airbnb-typescript@16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.2.0.tgz#9193fafd62f1cbf444895f4495eae334baf3265b" - integrity sha512-OUaMPZpTOZGKd5tXOjJ9PRU4iYNW/Z5DoHIynjsVK/FpkWdiY5+nxQW6TiJAlLwVI1l53xUOrnlZWtVBVQzuWA== +eslint-config-airbnb-typescript@17.0.0: + version "17.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.0.0.tgz#360dbcf810b26bbcf2ff716198465775f1c49a07" + integrity sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g== dependencies: eslint-config-airbnb-base "^15.0.0"