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.1.2 (#1219)
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 | patch | [`16.1.1` -> `16.1.2`](https://renovatebot.com/diffs/npm/eslint-config-airbnb-typescript/16.1.1/16.1.2) |

---

### Release Notes

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

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

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

##### Bug Fixes

-   yarn 2 installation errors about peer dependencies fixed ([#&#8203;275](iamturns/eslint-config-airbnb-typescript#275)) ([b90ce9f](iamturns/eslint-config-airbnb-typescript@b90ce9f)), closes [#&#8203;274](iamturns/eslint-config-airbnb-typescript#274)

</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/1219
Reviewed-by: 6543 <6543@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 6543 committed Mar 14, 2022
1 parent 99270c3 commit 3a91c33
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 @@ -59,7 +59,7 @@
"@typescript-eslint/parser": "5.14.0",
"eslint": "8.10.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "16.1.1",
"eslint-config-airbnb-typescript": "16.1.2",
"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.1:
version "16.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.1.1.tgz#cfa6b0d7a0a2950465b697ce9682707869f04d22"
integrity sha512-E02SYIDMAEx6PB6Mi/twWNYwgK9yYd19vQzGASBUejWtdCSAuEcC3cSH8A6VZJjPITxaPRqbd00BKihSInFvbA==
eslint-config-airbnb-typescript@16.1.2:
version "16.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-16.1.2.tgz#6ad1d6179afd7a857e04bafad8eac131f31cd8e7"
integrity sha512-IZnWyJXCYGpWvEmGQ9eyxQUnuH/NTmw4E6pI+NNGNxu4weWclZstaDGjzD+lrld81sP4BKshaigLbqFWBB9QPg==
dependencies:
eslint-config-airbnb-base "^15.0.0"

Expand Down

0 comments on commit 3a91c33

Please sign in to comment.