From c68c3c8e62681f0760d604d68df750d5edf9fdbf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 17:09:58 +0000
Subject: [PATCH] deps: Bump eslint-config-prettier from 9.1.0 to 10.0.1
(#2815)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.1.
Release notes
Sourced from eslint-config-prettier's releases.
v10.0.1
eslint-config-prettier
10.0.1
What's Changed
New Contributors
Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1
v10.0.0
Major Changes
Changelog
Sourced from eslint-config-prettier's changelog.
eslint-config-prettier
10.0.0
Major Changes
Versions before 10.0.0
Commits
c5170f0
fix: add main field
e814e70
chore: change release folders
9ebedc7
chore: release eslint-config-prettier (#296)
5be64be
feat: add support for @stylistic/eslint-plugin
(#272)
5687e7d
chore: migrate to changeset for automatically releasing (#278)
4f3bbb4
Remove unused eslint-disable-next-line comment
- See full diff in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
eslint-config/package.json | 2 +-
package-lock.json | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/eslint-config/package.json b/eslint-config/package.json
index 20477497d..48b1df654 100644
--- a/eslint-config/package.json
+++ b/eslint-config/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
- "eslint-config-prettier": "9.1.0",
+ "eslint-config-prettier": "10.0.1",
"eslint-config-turbo": "2.3.3"
},
"peerDependencies": {
diff --git a/package-lock.json b/package-lock.json
index 339e0e3e4..bab518672 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -350,7 +350,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
- "eslint-config-prettier": "9.1.0",
+ "eslint-config-prettier": "10.0.1",
"eslint-config-turbo": "2.3.3"
},
"devDependencies": {
@@ -3080,11 +3080,12 @@
}
},
"node_modules/eslint-config-prettier": {
- "version": "9.1.0",
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
- "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz",
+ "integrity": "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==",
+ "license": "MIT",
"bin": {
- "eslint-config-prettier": "bin/cli.js"
+ "eslint-config-prettier": "build/bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"