Skip to content

Commit 4cc7993

Browse files
Renovatecswimr
Renovate
andcommitted
chore(deps): update dependency eslint-config-prettier to v10 (#25)
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](prettier/eslint-config-prettier@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 prettier/eslint-config-prettier#278 - add support for `@stylistic/eslint-plugin` by [@&#8203;abrahamguo](https://github.com/abrahamguo) in prettier/eslint-config-prettier#272 #### New Contributors - [@&#8203;JounQin](https://github.com/JounQin) made their first contribution in prettier/eslint-config-prettier#278 - [@&#8203;abrahamguo](https://github.com/abrahamguo) made their first contribution in prettier/eslint-config-prettier#272 **Full Changelog**: prettier/eslint-config-prettier@v9.1.0...v10.0.1 ### [`v10.0.0`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1000) [Compare Source](prettier/eslint-config-prettier@v9.1.0...v10.0.0) ##### Major Changes - [#&#8203;272](prettier/eslint-config-prettier#272) [`5be64be`](prettier/eslint-config-prettier@5be64be) 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 <[email protected]> Reviewed-on: https://www.coastalcommits.com/cswimr/gauntlet-cswimr-plugins/pulls/25 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
1 parent 3efd5ee commit 4cc7993

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/which": "3.0.4",
2222
"@typescript-eslint/parser": "8.19.1",
2323
"eslint": "9.18.0",
24-
"eslint-config-prettier": "9.1.0",
24+
"eslint-config-prettier": "10.0.1",
2525
"eslint-plugin-prettier": "5.2.1",
2626
"eslint-plugin-react": "7.37.3",
2727
"globals": "15.14.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,10 +3032,10 @@ escape-string-regexp@^4.0.0:
30323032
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
30333033
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
30343034

3035-
eslint-config-prettier@9.1.0:
3036-
version "9.1.0"
3037-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
3038-
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
3035+
eslint-config-prettier@10.0.1:
3036+
version "10.0.1"
3037+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
3038+
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
30393039

30403040
30413041
version "5.2.1"

0 commit comments

Comments
 (0)