From eb4336d99815840993aff0de5e9a86070f9d5ac5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 19:54:21 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump eslint-config-prettier from
9.1.0 to 10.0.1 (#192)
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 9 +++++----
package.json | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 41c887d..0e64373 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.18.0",
- "eslint-config-prettier": "^9.1.0",
+ "eslint-config-prettier": "^10.0.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
@@ -4186,11 +4186,12 @@
}
},
"node_modules/eslint-config-prettier": {
- "version": "9.1.0",
+ "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==",
"dev": true,
- "license": "MIT",
"bin": {
- "eslint-config-prettier": "bin/cli.js"
+ "eslint-config-prettier": "build/bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"
diff --git a/package.json b/package.json
index 293e0dd..e4841d3 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.18.0",
- "eslint-config-prettier": "^9.1.0",
+ "eslint-config-prettier": "^10.0.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",