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 to v8.34.0 (#1781)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.33.0` -> `8.34.0`](https://renovatebot.com/diffs/npm/eslint/8.33.0/8.34.0) |

---

### Release Notes

<details>
<summary>eslint/eslint</summary>

### [`v8.34.0`](https://github.com/eslint/eslint/releases/tag/v8.34.0)

[Compare Source](eslint/eslint@v8.33.0...v8.34.0)

#### Features

-   [`9b2fcf7`](eslint/eslint@9b2fcf7) feat: `array-callback-return` supports `Array.prototype.toSorted` ([#&#8203;16845](eslint/eslint#16845)) (SUZUKI Sosuke)

#### Bug Fixes

-   [`923f61d`](eslint/eslint@923f61d) fix: false positive with assignment in `no-extra-parens` ([#&#8203;16872](eslint/eslint#16872)) (Francesco Trotta)

#### Documentation

-   [`f0a9883`](eslint/eslint@f0a9883) docs: split rules documentation ([#&#8203;16797](eslint/eslint#16797)) (Ben Perlmutter)
-   [`67aa37b`](eslint/eslint@67aa37b) docs: fix typo in command-line-interface.md ([#&#8203;16871](eslint/eslint#16871)) (Kevin Rouchut)
-   [`337f7ed`](eslint/eslint@337f7ed) docs: fix width of language input ([#&#8203;16849](eslint/eslint#16849)) (Tanuj Kanti)
-   [`71349a1`](eslint/eslint@71349a1) docs: Configure a Parser page ([#&#8203;16803](eslint/eslint#16803)) (Ben Perlmutter)
-   [`de7e925`](eslint/eslint@de7e925) docs: remove extra line numbers in example ([#&#8203;16848](eslint/eslint#16848)) (jonz94)
-   [`ad38d77`](eslint/eslint@ad38d77) docs: Update README (GitHub Actions Bot)

#### Chores

-   [`9dbe06d`](eslint/eslint@9dbe06d) chore: add `type` property to array-element-newline schema ([#&#8203;16877](eslint/eslint#16877)) (MHO)
-   [`a061527`](eslint/eslint@a061527) chore: Remove unused functions ([#&#8203;16868](eslint/eslint#16868)) (Nicholas C. Zakas)

</details>

---

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjguMyIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1781
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 Feb 13, 2023
1 parent 5c7045d commit 8f29a64
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 @@
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.6.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Expand Up @@ -5157,10 +5157,10 @@ eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==

eslint@8.33.0:
version "8.33.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
eslint@8.34.0:
version "8.34.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
dependencies:
"@eslint/eslintrc" "^1.4.1"
"@humanwhocodes/config-array" "^0.11.8"
Expand Down

0 comments on commit 8f29a64

Please sign in to comment.