From 4cc7993e441d64237b80ca3a8ae68dbc066034c6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 20 Jan 2025 15:27:56 -0500 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v10 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
prettier/eslint-config-prettier (eslint-config-prettier) ### [`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 [@​JounQin](https://github.com/JounQin) in https://github.com/prettier/eslint-config-prettier/pull/278 - add support for `@stylistic/eslint-plugin` by [@​abrahamguo](https://github.com/abrahamguo) in https://github.com/prettier/eslint-config-prettier/pull/272 #### New Contributors - [@​JounQin](https://github.com/JounQin) made their first contribution in https://github.com/prettier/eslint-config-prettier/pull/278 - [@​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 - [#​272](https://github.com/prettier/eslint-config-prettier/pull/272) [`5be64be`](https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b) Thanks [@​abrahamguo](https://github.com/abrahamguo)! - add support for [@​stylistic](https://github.com/stylistic) formatting rules
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cswimr Reviewed-on: https://www.coastalcommits.com/cswimr/gauntlet-cswimr-plugins/pulls/25 Co-authored-by: Renovate Co-committed-by: Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 012c203..2275090 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index c887de4..ddc7c1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"