Skip to content

Commit

Permalink
Update dependency eslint to v8.55.0 (#109)
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.51.0` -> `8.55.0`](https://renovatebot.com/diffs/npm/eslint/8.51.0/8.55.0) |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`8.44.4` -> `8.44.8`](https://renovatebot.com/diffs/npm/@types%2feslint/8.44.4/8.44.8) |

---

### Release Notes

<details>
<summary>eslint/eslint (eslint)</summary>

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

[Compare Source](eslint/eslint@v8.54.0...v8.55.0)

#### Features

-   [`8c9e6c1`](eslint/eslint@8c9e6c1) feat: importNamePattern option in no-restricted-imports ([#&#8203;17721](eslint/eslint#17721)) (Tanuj Kanti)

#### Documentation

-   [`83ece2a`](eslint/eslint@83ece2a) docs: fix typo `--rules` -> `--rule` ([#&#8203;17806](eslint/eslint#17806)) (OKURA Masafumi)
-   [`fffca5c`](eslint/eslint@fffca5c) docs: remove "Open in Playground" buttons for removed rules ([#&#8203;17791](eslint/eslint#17791)) (Francesco Trotta)
-   [`a6d9442`](eslint/eslint@a6d9442) docs: fix correct/incorrect examples of rules ([#&#8203;17789](eslint/eslint#17789)) (Tanuj Kanti)
-   [`383e999`](eslint/eslint@383e999) docs: update and fix examples for `no-unused-vars` ([#&#8203;17788](eslint/eslint#17788)) (Tanuj Kanti)
-   [`5a8efd5`](eslint/eslint@5a8efd5) docs: add specific stylistic rule for each deprecated rule ([#&#8203;17778](eslint/eslint#17778)) (Etienne)

#### Chores

-   [`eb8950c`](eslint/eslint@eb8950c) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).55.0 ([#&#8203;17811](eslint/eslint#17811)) (Milos Djermanovic)
-   [`93df384`](eslint/eslint@93df384) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins)
-   [`fe4b954`](eslint/eslint@fe4b954) chore: upgrade [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)[@&#8203;2](https://github.com/2).1.4 ([#&#8203;17799](eslint/eslint#17799)) (Milos Djermanovic)
-   [`bd8911d`](eslint/eslint@bd8911d) ci: pin Node.js 21.2.0 ([#&#8203;17809](eslint/eslint#17809)) (Milos Djermanovic)
-   [`b29a16b`](eslint/eslint@b29a16b) chore: fix several `cli` tests to run in the intended flat config mode ([#&#8203;17797](eslint/eslint#17797)) (Milos Djermanovic)
-   [`de165c1`](eslint/eslint@de165c1) chore: remove unused config-extends fixtures ([#&#8203;17781](eslint/eslint#17781)) (Milos Djermanovic)
-   [`d4304b8`](eslint/eslint@d4304b8) chore: remove formatting/stylistic rules from new rule templates ([#&#8203;17780](eslint/eslint#17780)) (Francesco Trotta)
-   [`21024fe`](eslint/eslint@21024fe) chore: check rule examples for syntax errors ([#&#8203;17718](eslint/eslint#17718)) (Francesco Trotta)

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

[Compare Source](eslint/eslint@v8.53.0...v8.54.0)

#### Features

-   [`a7a883b`](eslint/eslint@a7a883b) feat: for-direction rule add check for condition in reverse order ([#&#8203;17755](eslint/eslint#17755)) (Angelo Annunziata)
-   [`1452dc9`](eslint/eslint@1452dc9) feat: Add suggestions to no-console ([#&#8203;17680](eslint/eslint#17680)) (Joel Mathew Koshy)
-   [`21ebf8a`](eslint/eslint@21ebf8a) feat: update `no-array-constructor` rule ([#&#8203;17711](eslint/eslint#17711)) (Francesco Trotta)

#### Bug Fixes

-   [`98926e6`](eslint/eslint@98926e6) fix: Ensure that extra data is not accidentally stored in the cache file ([#&#8203;17760](eslint/eslint#17760)) (Milos Djermanovic)
-   [`e8cf9f6`](eslint/eslint@e8cf9f6) fix: Make dark scroll bar in dark theme ([#&#8203;17753](eslint/eslint#17753)) (Pavel)
-   [`3cbeaad`](eslint/eslint@3cbeaad) fix: Use `cwd` constructor option as config `basePath` in Linter ([#&#8203;17705](eslint/eslint#17705)) (Milos Djermanovic)

#### Documentation

-   [`becfdd3`](eslint/eslint@becfdd3) docs: Make clear when rules are removed ([#&#8203;17728](eslint/eslint#17728)) (Nicholas C. Zakas)
-   [`05d6e99`](eslint/eslint@05d6e99) docs: update "Submit a Pull Request" page ([#&#8203;17712](eslint/eslint#17712)) (Francesco Trotta)
-   [`eb2279e`](eslint/eslint@eb2279e) docs: display info about deprecated rules ([#&#8203;17749](eslint/eslint#17749)) (Percy Ma)
-   [`d245326`](eslint/eslint@d245326) docs: Correct working in migrating plugin docs ([#&#8203;17722](eslint/eslint#17722)) (Filip Tammergård)

#### Chores

-   [`d644de9`](eslint/eslint@d644de9) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).54.0 ([#&#8203;17773](eslint/eslint#17773)) (Milos Djermanovic)
-   [`1e6e314`](eslint/eslint@1e6e314) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins)
-   [`6fb8805`](eslint/eslint@6fb8805) chore: Fixed grammar in issue_templates/rule_change ([#&#8203;17770](eslint/eslint#17770)) (Joel Mathew Koshy)
-   [`85db724`](eslint/eslint@85db724) chore: upgrade `markdownlint` to 0.31.1 ([#&#8203;17754](eslint/eslint#17754)) (Nitin Kumar)
-   [`6d470d2`](eslint/eslint@6d470d2) chore: update dependency recast to ^0.23.0 ([#&#8203;17736](eslint/eslint#17736)) (renovate\[bot])
-   [`b7121b5`](eslint/eslint@b7121b5) chore: update dependency markdownlint-cli to ^0.37.0 ([#&#8203;17735](eslint/eslint#17735)) (renovate\[bot])
-   [`633b9a1`](eslint/eslint@633b9a1) chore: update dependency regenerator-runtime to ^0.14.0 ([#&#8203;17739](eslint/eslint#17739)) (renovate\[bot])
-   [`acac16f`](eslint/eslint@acac16f) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#&#8203;17740](eslint/eslint#17740)) (renovate\[bot])
-   [`ba8ca7e`](eslint/eslint@ba8ca7e) chore: add .github/renovate.json5 ([#&#8203;17567](eslint/eslint#17567)) (Josh Goldberg ✨)

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

[Compare Source](eslint/eslint@v8.52.0...v8.53.0)

#### Features

-   [`528e1c0`](eslint/eslint@528e1c0) feat: Deprecate formatting rules ([#&#8203;17696](eslint/eslint#17696)) (Nicholas C. Zakas)
-   [`c0b11dd`](eslint/eslint@c0b11dd) feat: Add suggestions for no-prototype-builtins ([#&#8203;17677](eslint/eslint#17677)) (Yonathan Randolph)

#### Bug Fixes

-   [`1ad6257`](eslint/eslint@1ad6257) fix: ensure that exit code for fatal errors is not overwritten ([#&#8203;17683](eslint/eslint#17683)) (Milos Djermanovic)
-   [`b329ea7`](eslint/eslint@b329ea7) fix: add `;` after JSX nodes in  `no-object-constructor` autofix ([#&#8203;17672](eslint/eslint#17672)) (Francesco Trotta)

#### Documentation

-   [`ab8c60d`](eslint/eslint@ab8c60d) docs: change position of return to top button ([#&#8203;17688](eslint/eslint#17688)) (Tanuj Kanti)
-   [`4fc44c0`](eslint/eslint@4fc44c0) docs: update twitter icon to new X icon ([#&#8203;17687](eslint/eslint#17687)) (Tanuj Kanti)
-   [`4164b2c`](eslint/eslint@4164b2c) docs: Update README (GitHub Actions Bot)
-   [`8651895`](eslint/eslint@8651895) docs: Fix tabs in rule examples ([#&#8203;17653](eslint/eslint#17653)) (Francesco Trotta)
-   [`3aec1c5`](eslint/eslint@3aec1c5) docs: explained rule fixers and suggestions ([#&#8203;17657](eslint/eslint#17657)) (Josh Goldberg ✨)

#### Chores

-   [`ba4d4d5`](eslint/eslint@ba4d4d5) chore: remove metascraper ([#&#8203;17707](eslint/eslint#17707)) (Milos Djermanovic)
-   [`0d07338`](eslint/eslint@0d07338) chore: Update dependencies ([#&#8203;17706](eslint/eslint#17706)) (Milos Djermanovic)
-   [`93256a3`](eslint/eslint@93256a3) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (ESLint Jenkins)
-   [`485ec7d`](eslint/eslint@485ec7d) test: fix ESLint tests for caching ([#&#8203;17699](eslint/eslint#17699)) (Milos Djermanovic)
-   [`db06a7f`](eslint/eslint@db06a7f) ci: bump actions/setup-node from 3 to 4 ([#&#8203;17676](eslint/eslint#17676)) (dependabot\[bot])
-   [`994596b`](eslint/eslint@994596b) ci: run tests in Node.js 21 ([#&#8203;17673](eslint/eslint#17673)) (Francesco Trotta)

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

[Compare Source](eslint/eslint@v8.51.0...v8.52.0)

#### Features

-   [`70648ee`](eslint/eslint@70648ee) feat: report-unused-disable-directive to report unused eslint-enable ([#&#8203;17611](eslint/eslint#17611)) (Yosuke Ota)

#### Bug Fixes

-   [`5de9637`](eslint/eslint@5de9637) fix: Ensure shared references in rule configs are separated ([#&#8203;17666](eslint/eslint#17666)) (Nicholas C. Zakas)
-   [`dcfe573`](eslint/eslint@dcfe573) fix: add preceding semicolon in suggestions of `no-object-constructor` ([#&#8203;17649](eslint/eslint#17649)) (Francesco Trotta)

#### Documentation

-   [`476d58a`](eslint/eslint@476d58a) docs: Add note about invalid CLI flags when using flat config. ([#&#8203;17664](eslint/eslint#17664)) (Nicholas C. Zakas)
-   [`660ed3a`](eslint/eslint@660ed3a) docs: Plugin flat config migration guide ([#&#8203;17640](eslint/eslint#17640)) (Nicholas C. Zakas)
-   [`a58aa20`](eslint/eslint@a58aa20) docs: fix examples for several rules ([#&#8203;17645](eslint/eslint#17645)) (Milos Djermanovic)
-   [`179929b`](eslint/eslint@179929b) docs: Remove trailing newline from the code of Playground links ([#&#8203;17641](eslint/eslint#17641)) (Francesco Trotta)
-   [`f8e5c30`](eslint/eslint@f8e5c30) docs: Update README (GitHub Actions Bot)
-   [`b7ef2f3`](eslint/eslint@b7ef2f3) docs: Enable pretty code formatter output ([#&#8203;17635](eslint/eslint#17635)) (Nicholas C. Zakas)
-   [`0bcb9a8`](eslint/eslint@0bcb9a8) docs: Fix syntax errors in rule examples ([#&#8203;17633](eslint/eslint#17633)) (Francesco Trotta)
-   [`61b9083`](eslint/eslint@61b9083) docs: Make no-continue example code work ([#&#8203;17643](eslint/eslint#17643)) (Zhongyuan Zhou)
-   [`9fafe45`](eslint/eslint@9fafe45) docs: upgrade to 11ty 2.0 ([#&#8203;17632](eslint/eslint#17632)) (Percy Ma)
-   [`ff8e4bf`](eslint/eslint@ff8e4bf) docs: Update README (GitHub Actions Bot)
-   [`fab249a`](eslint/eslint@fab249a) docs: Update README (GitHub Actions Bot)
-   [`392305b`](eslint/eslint@392305b) docs: Update `no-irregular-whitespace` and fix examples ([#&#8203;17626](eslint/eslint#17626)) (Francesco Trotta)
-   [`6b8acfb`](eslint/eslint@6b8acfb) docs: Add real whitespace to `no-trailing-spaces` examples ([#&#8203;17630](eslint/eslint#17630)) (Francesco Trotta)
-   [`1000187`](eslint/eslint@1000187) docs: Fix examples in `unicode-bom` ([#&#8203;17631](eslint/eslint#17631)) (Francesco Trotta)
-   [`000290c`](eslint/eslint@000290c) docs: Update README (GitHub Actions Bot)

#### Chores

-   [`6d1f0c2`](eslint/eslint@6d1f0c2) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).52.0 ([#&#8203;17671](eslint/eslint#17671)) (Milos Djermanovic)
-   [`d63d4fe`](eslint/eslint@d63d4fe) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (ESLint Jenkins)
-   [`f30cefe`](eslint/eslint@f30cefe) test: fix FlatESLint tests for caching ([#&#8203;17658](eslint/eslint#17658)) (Milos Djermanovic)
-   [`ef650cb`](eslint/eslint@ef650cb) test: update tests for no-promise-executor-return ([#&#8203;17661](eslint/eslint#17661)) (Milos Djermanovic)

</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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/109
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
  • Loading branch information
Renovate Bot authored and Vylpes committed Dec 4, 2023
1 parent 09e8ef7 commit f31f40f
Showing 1 changed file with 46 additions and 50 deletions.
96 changes: 46 additions & 50 deletions yarn.lock
Expand Up @@ -367,20 +367,15 @@
dependencies:
eslint-visitor-keys "^3.3.0"

"@eslint-community/regexpp@^4.5.1":
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
version "4.10.0"
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==

"@eslint-community/regexpp@^4.6.1":
version "4.9.1"
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==

"@eslint/eslintrc@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396"
integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
"@eslint/eslintrc@^2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
dependencies:
ajv "^6.12.4"
debug "^4.3.2"
Expand All @@ -392,17 +387,17 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@eslint/js@8.51.0":
version "8.51.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
"@eslint/js@8.55.0":
version "8.55.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==

"@humanwhocodes/config-array@^0.11.11":
version "0.11.11"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
"@humanwhocodes/config-array@^0.11.13":
version "0.11.13"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
dependencies:
"@humanwhocodes/object-schema" "^1.2.1"
"@humanwhocodes/object-schema" "^2.0.1"
debug "^4.1.1"
minimatch "^3.0.5"

Expand All @@ -411,10 +406,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==

"@humanwhocodes/object-schema@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@humanwhocodes/object-schema@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down Expand Up @@ -838,17 +833,17 @@
"@babel/types" "^7.20.7"

"@types/eslint@^8.21.1":
version "8.44.4"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.4.tgz#28eaff82e1ca0a96554ec5bb0188f10ae1a74c2f"
integrity sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==
version "8.44.8"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.8.tgz#f4fe1dab9b3d3dd98082d4b9f80e59ab40f1261c"
integrity sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"

"@types/estree@*":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.2.tgz#ff02bc3dc8317cd668dfec247b750ba1f1d62453"
integrity sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==

"@types/graceful-fs@^4.1.3":
version "4.1.7"
Expand Down Expand Up @@ -894,12 +889,7 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/json-schema@*":
version "7.0.13"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==

"@types/json-schema@^7.0.12":
"@types/json-schema@*", "@types/json-schema@^7.0.12":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
Expand Down Expand Up @@ -1063,6 +1053,11 @@
"@typescript-eslint/types" "6.12.0"
eslint-visitor-keys "^3.4.1"

"@ungap/structured-clone@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

acorn-jsx@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
Expand All @@ -1079,9 +1074,9 @@ acorn@^8.4.1:
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==

acorn@^8.9.0:
version "8.10.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
version "8.11.2"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.2.tgz#ca0d78b51895be5390a5903c5b3bdcdaf78ae40b"
integrity sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==

aggregate-error@^4.0.0:
version "4.0.1"
Expand Down Expand Up @@ -1951,17 +1946,18 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==

eslint@^8.49.0:
version "8.51.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
version "8.55.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
"@eslint-community/regexpp" "^4.6.1"
"@eslint/eslintrc" "^2.1.2"
"@eslint/js" "8.51.0"
"@humanwhocodes/config-array" "^0.11.11"
"@eslint/eslintrc" "^2.1.4"
"@eslint/js" "8.55.0"
"@humanwhocodes/config-array" "^0.11.13"
"@humanwhocodes/module-importer" "^1.0.1"
"@nodelib/fs.walk" "^1.2.8"
"@ungap/structured-clone" "^1.2.0"
ajv "^6.12.4"
chalk "^4.0.0"
cross-spawn "^7.0.2"
Expand Down Expand Up @@ -2211,9 +2207,9 @@ find-up@^6.3.0:
path-exists "^5.0.0"

flat-cache@^3.0.4:
version "3.1.1"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.1.tgz#a02a15fdec25a8f844ff7cc658f03dd99eb4609b"
integrity sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==
version "3.2.0"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
dependencies:
flatted "^3.2.9"
keyv "^4.5.3"
Expand Down Expand Up @@ -4073,9 +4069,9 @@ pump@^3.0.0:
once "^1.3.1"

punycode@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
version "2.3.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==

pupa@^3.1.0:
version "3.1.0"
Expand Down

0 comments on commit f31f40f

Please sign in to comment.