chore(deps): update dependency eslint-config-prettier to v10 (#25)
All checks were successful
Actions / Build Plugins (push) Successful in 41s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | devDependencies | major | [`9.1.0` -> `10.0.1`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.1.0/10.0.1) |

---

### Release Notes

<details>
<summary>prettier/eslint-config-prettier (eslint-config-prettier)</summary>

### [`v10.0.1`](https://github.com/prettier/eslint-config-prettier/releases/tag/v10.0.1)

[Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.0.0...v10.0.1)

### eslint-config-prettier

#### 10.0.1

#### What's Changed

-   chore: migrate to changeset for automatically releasing by [@&#8203;JounQin](https://github.com/JounQin) in https://github.com/prettier/eslint-config-prettier/pull/278
-   add support for `@stylistic/eslint-plugin` by [@&#8203;abrahamguo](https://github.com/abrahamguo) in https://github.com/prettier/eslint-config-prettier/pull/272

#### New Contributors

-   [@&#8203;JounQin](https://github.com/JounQin) made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/278
-   [@&#8203;abrahamguo](https://github.com/abrahamguo) made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/272

**Full Changelog**: https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1

### [`v10.0.0`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1000)

[Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.0)

##### Major Changes

-   [#&#8203;272](https://github.com/prettier/eslint-config-prettier/pull/272) [`5be64be`](5be64bef68) Thanks [@&#8203;abrahamguo](https://github.com/abrahamguo)! - add support for [@&#8203;stylistic](https://github.com/stylistic) formatting rules

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: cswimr <seaswimmerthefsh@gmail.com>
Reviewed-on: https://www.coastalcommits.com/cswimr/gauntlet-cswimr-plugins/pulls/25
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
This commit is contained in:
Renovate 2025-01-20 15:27:56 -05:00 committed by cswimr
parent 3efd5eec92
commit 4cc7993e44
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
"@types/which": "3.0.4",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"globals": "15.14.0",

View file

@ -3032,10 +3032,10 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
eslint-config-prettier@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
eslint-config-prettier@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
eslint-plugin-prettier@5.2.1:
version "5.2.1"