Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update dependency eslint-config-airbnb-typescript to v16.2.0 (#1278)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) | devDependencies | minor | [`16.1.4` -> `16.2.0`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-typescript/16.1.4/16.2.0) |

---

### Release Notes

<details>
<summary>iamturns/eslint-config-airbnb-typescript</summary>

### [`v16.2.0`](https://github.com/iamturns/eslint-config-airbnb-typescript/releases/v16.2.0)

[Compare Source](iamturns/eslint-config-airbnb-typescript@v16.1.4...v16.2.0)

##### Features

-   Introduce 'space-before-blocks' ([#&#8203;288](iamturns/eslint-config-airbnb-typescript#288)) ([4aec570](iamturns/eslint-config-airbnb-typescript@4aec570))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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 <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1278
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and Epsilon_02 committed Apr 1, 2022
1 parent 0e9f7f1 commit e3d2bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -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.1.4",
"eslint-config-airbnb-typescript": "16.2.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-import": "2.25.4",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Expand Up @@ -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.1.4:
version "16.1.4"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.1.4.tgz#ac8553a55080cce34aa1ab5625564b4faf5a5f1c"
integrity sha512-dfm2cEaYXh4mCYd+RyJO8+PQfd5/zp8WwrCeRznly5qD9W5tal3KTjgdInYWuEAdwWnNJxWcmQ/HFiA4bfkM1g==
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==
dependencies:
eslint-config-airbnb-base "^15.0.0"

Expand Down

0 comments on commit e3d2bb9

Please sign in to comment.