chore(deps): update dependency eslint-config-prettier to v10 #164

Open
renovate-bot wants to merge 1 commit from renovate-eslint-config-prettier-10.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
eslint-config-prettier ^9.1.0^10.0.0 age confidence

Release Notes

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.8

Compare Source

republish latest version

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes

v10.1.2

Compare Source

Patch Changes

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";
    

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

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

Compare Source

Major Changes

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 06:59 AM (* 0-6 * * *)
  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`^9.1.0` → `^10.0.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.1.2/10.1.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/10.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-prettier/9.1.2/10.1.8?slim=true) | --- ### Release Notes <details> <summary>prettier/eslint-config-prettier (eslint-config-prettier)</summary> ### [`v10.1.8`](https://github.com/prettier/eslint-config-prettier/releases/tag/v10.1.8) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8) republish latest version **Full Changelog**: <https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8> ### [`v10.1.5`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1015) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5) ##### Patch Changes - [#&#8203;332](https://github.com/prettier/eslint-config-prettier/pull/332) [`60fef02`](https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - chore: add `funding` field into `package.json` ### [`v10.1.4`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1014) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4) ##### Patch Changes - [#&#8203;328](https://github.com/prettier/eslint-config-prettier/pull/328) [`94b4799`](https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850) Thanks [@&#8203;silvenon](https://github.com/silvenon)! - fix(cli): do not crash on no rules configured ### [`v10.1.3`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1013) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3) ##### Patch Changes - [#&#8203;325](https://github.com/prettier/eslint-config-prettier/pull/325) [`4e95a1d`](https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df) Thanks [@&#8203;pilikan](https://github.com/pilikan)! - fix: this package is `commonjs`, align its types correctly ### [`v10.1.2`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1012) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.1...v10.1.2) ##### Patch Changes - [#&#8203;321](https://github.com/prettier/eslint-config-prettier/pull/321) [`a8768bf`](https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0) Thanks [@&#8203;Fdawgs](https://github.com/Fdawgs)! - chore(package): add homepage for some 3rd-party registry - see [#&#8203;321](https://github.com/prettier/eslint-config-prettier/pull/321) for more details ### [`v10.1.1`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1011) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.1.0...v10.1.1) ##### Patch Changes - [#&#8203;309](https://github.com/prettier/eslint-config-prettier/pull/309) [`eb56a5e`](https://github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - fix: separate the `/flat` entry for compatibility For flat config users, the previous `"eslint-config-prettier"` entry still works, but `"eslint-config-prettier/flat"` adds a new `name` property for [config-inspector](https://eslint.org/blog/2024/04/eslint-config-inspector/), we just can't add it for the default entry for compatibility. See also [#&#8203;308](https://github.com/prettier/eslint-config-prettier/issues/308) ```ts // before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat"; ``` ### [`v10.1.0`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1010) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.0.3...v10.1.0) ##### Minor Changes - [#&#8203;306](https://github.com/prettier/eslint-config-prettier/pull/306) [`56e2e34`](https://github.com/prettier/eslint-config-prettier/commit/56e2e3466391d0fdfc200e42130309c687aaab53) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - feat: migrate to exports field ### [`v10.0.3`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1003) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3) ##### Patch Changes - [#&#8203;294](https://github.com/prettier/eslint-config-prettier/pull/294) [`8dbbd6d`](https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e) Thanks [@&#8203;FloEdelmann](https://github.com/FloEdelmann)! - feat: add name to config - [#&#8203;280](https://github.com/prettier/eslint-config-prettier/pull/280) [`cba5737`](https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03) Thanks [@&#8203;zanminkian](https://github.com/zanminkian)! - feat: add declaration file ### [`v10.0.2`](https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#1002) [Compare Source](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.0.2) ##### Patch Changes - [#&#8203;299](https://github.com/prettier/eslint-config-prettier/pull/299) [`e750edc`](https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe) Thanks [@&#8203;Fdawgs](https://github.com/Fdawgs)! - chore(package): explicitly declare js module type ### [`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 [#&#8203;278](https://github.com/prettier/eslint-config-prettier/pull/278) - add support for `@stylistic/eslint-plugin` by [@&#8203;abrahamguo](https://github.com/abrahamguo) in [#&#8203;272](https://github.com/prettier/eslint-config-prettier/pull/272) #### New Contributors - [@&#8203;JounQin](https://github.com/JounQin) made their first contribution in [#&#8203;278](https://github.com/prettier/eslint-config-prettier/pull/278) - [@&#8203;abrahamguo](https://github.com/abrahamguo) made their first contribution in [#&#8203;272](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/62a15bbfc953d798da2cc8a46e78897da0beac22...v10.0.0) ##### Major Changes - [#&#8203;272](https://github.com/prettier/eslint-config-prettier/pull/272) [`5be64be`](https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b) Thanks [@&#8203;abrahamguo](https://github.com/abrahamguo)! - add support for [@&#8203;stylistic](https://github.com/stylistic) formatting rules </details> --- ### Configuration 📅 **Schedule**: (in timezone UTC) - Branch creation - Between 12:00 AM and 06:59 AM (`* 0-6 * * *`) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJuZWVkcy1odW1hbi1yZXZpZXciXX0=-->
chore(deps): update dependency eslint-config-prettier to v10
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 7s
PR / Typecheck (pull_request) Failing after 16s
PR / Lint (pull_request) Failing after 17s
PR / Build (pull_request) Failing after 16s
PR / Test (postgres) (pull_request) Failing after 18s
PR / npm audit (pull_request) Failing after 13s
PR / Test (sqlite) (pull_request) Failing after 22s
PR / OSV-Scanner (pull_request) Successful in 18s
PR / Coverage (soft) (pull_request) Failing after 17s
PR / Package age policy (soft) (pull_request) Successful in 20s
PR / Static analysis (pull_request) Successful in 36s
Secrets / gitleaks (pull_request) Successful in 20s
PR / Trivy (image) (pull_request) Failing after 3m44s
e478b8b6cc

Trivy (container image)

Threshold: high  ·  Total findings: 121  ·  At/above threshold: 1

critical high medium low
0 1 50 70
severity id package installed / range fix
high CVE-2026-12151 undici 6.25.0 6.27.0, 7.28.0, 8.5.0
<!-- scanner-comment: trivy --> ### Trivy (container image) **Threshold:** `high` &nbsp;·&nbsp; **Total findings:** 121 &nbsp;·&nbsp; **At/above threshold:** 1 | critical | high | medium | low | |---:|---:|---:|---:| | 0 | 1 | 50 | 70 | | severity | id | package | installed / range | fix | |---|---|---|---|---| | high | [CVE-2026-12151](https://avd.aquasec.com/nvd/cve-2026-12151) | undici | 6.25.0 | `6.27.0, 7.28.0, 8.5.0` |
renovate-bot force-pushed renovate-eslint-config-prettier-10.x from e478b8b6cc
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 7s
PR / Typecheck (pull_request) Failing after 16s
PR / Lint (pull_request) Failing after 17s
PR / Build (pull_request) Failing after 16s
PR / Test (postgres) (pull_request) Failing after 18s
PR / npm audit (pull_request) Failing after 13s
PR / Test (sqlite) (pull_request) Failing after 22s
PR / OSV-Scanner (pull_request) Successful in 18s
PR / Coverage (soft) (pull_request) Failing after 17s
PR / Package age policy (soft) (pull_request) Successful in 20s
PR / Static analysis (pull_request) Successful in 36s
Secrets / gitleaks (pull_request) Successful in 20s
PR / Trivy (image) (pull_request) Failing after 3m44s
to 7646860e6b
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 6s
PR / Static analysis (pull_request) Successful in 45s
PR / OSV-Scanner (pull_request) Failing after 18s
PR / Test (postgres) (pull_request) Successful in 1m46s
PR / Lint (pull_request) Successful in 2m51s
PR / Test (sqlite) (pull_request) Successful in 1m52s
PR / Package age policy (soft) (pull_request) Successful in 17s
PR / Typecheck (pull_request) Successful in 3m10s
Secrets / gitleaks (pull_request) Successful in 22s
PR / OpenAPI (pull_request) Successful in 3m27s
PR / Build (pull_request) Successful in 3m39s
PR / pnpm audit (pull_request) Successful in 3m26s
PR / Coverage (soft) (pull_request) Successful in 4m0s
PR / Trivy (image) (pull_request) Failing after 4m26s
2026-06-21 04:04:25 +00:00
Compare

📊 Test coverage

Patch coverage: no testable lines changed.

Overall (app/, lib/, db/, excluding UI per ADR-0019):

Metric Value Soft target
Lines 82.9% ≥ 50%
Branches 76.0% ≥ 75%
Functions 91.3% informational

Soft thresholds per ADR-0019. Coverage is informational and does not block merge.

<!-- coverage-comment --> ## 📊 Test coverage **Patch coverage:** no testable lines changed. **Overall** (`app/`, `lib/`, `db/`, excluding UI per ADR-0019): | Metric | Value | Soft target | |---|---|---| | Lines | 82.9% ✅ | ≥ 50% | | Branches | 76.0% ✅ | ≥ 75% | | Functions | 91.3% | informational | Soft thresholds per [ADR-0019](docs/adr/0019-coverage-soft-targets.md). Coverage is informational and does not block merge.
renovate-bot force-pushed renovate-eslint-config-prettier-10.x from 7646860e6b
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 6s
PR / Static analysis (pull_request) Successful in 45s
PR / OSV-Scanner (pull_request) Failing after 18s
PR / Test (postgres) (pull_request) Successful in 1m46s
PR / Lint (pull_request) Successful in 2m51s
PR / Test (sqlite) (pull_request) Successful in 1m52s
PR / Package age policy (soft) (pull_request) Successful in 17s
PR / Typecheck (pull_request) Successful in 3m10s
Secrets / gitleaks (pull_request) Successful in 22s
PR / OpenAPI (pull_request) Successful in 3m27s
PR / Build (pull_request) Successful in 3m39s
PR / pnpm audit (pull_request) Successful in 3m26s
PR / Coverage (soft) (pull_request) Successful in 4m0s
PR / Trivy (image) (pull_request) Failing after 4m26s
to c8db251e84
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 8s
PR / OSV-Scanner (pull_request) Successful in 2m14s
PR / pnpm audit (pull_request) Successful in 2m37s
PR / Static analysis (pull_request) Successful in 2m40s
PR / OpenAPI (pull_request) Successful in 3m4s
PR / Typecheck (pull_request) Successful in 3m48s
PR / Build (pull_request) Successful in 3m55s
PR / Lint (pull_request) Successful in 4m10s
PR / Client (web export smoke) (pull_request) Successful in 4m16s
PR / Test (postgres) (pull_request) Failing after 4m16s
PR / Package age policy (soft) (pull_request) Successful in 1m36s
PR / Test (sqlite) (pull_request) Successful in 4m25s
Secrets / gitleaks (pull_request) Successful in 1m45s
PR / Coverage (soft) (pull_request) Successful in 3m6s
PR / Trivy (image) (pull_request) Failing after 5m21s
2026-06-21 17:03:37 +00:00
Compare
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Commits / Conventional Commits (pull_request) Successful in 8s
PR / OSV-Scanner (pull_request) Successful in 2m14s
PR / pnpm audit (pull_request) Successful in 2m37s
PR / Static analysis (pull_request) Successful in 2m40s
PR / OpenAPI (pull_request) Successful in 3m4s
PR / Typecheck (pull_request) Successful in 3m48s
PR / Build (pull_request) Successful in 3m55s
PR / Lint (pull_request) Successful in 4m10s
PR / Client (web export smoke) (pull_request) Successful in 4m16s
PR / Test (postgres) (pull_request) Failing after 4m16s
PR / Package age policy (soft) (pull_request) Successful in 1m36s
PR / Test (sqlite) (pull_request) Successful in 4m25s
Secrets / gitleaks (pull_request) Successful in 1m45s
PR / Coverage (soft) (pull_request) Successful in 3m6s
PR / Trivy (image) (pull_request) Failing after 5m21s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate-eslint-config-prettier-10.x:renovate-eslint-config-prettier-10.x
git switch renovate-eslint-config-prettier-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate-eslint-config-prettier-10.x
git switch renovate-eslint-config-prettier-10.x
git rebase main
git switch main
git merge --ff-only renovate-eslint-config-prettier-10.x
git switch renovate-eslint-config-prettier-10.x
git rebase main
git switch main
git merge --no-ff renovate-eslint-config-prettier-10.x
git switch main
git merge --squash renovate-eslint-config-prettier-10.x
git switch main
git merge --ff-only renovate-eslint-config-prettier-10.x
git switch main
git merge renovate-eslint-config-prettier-10.x
git push origin main
Sign in to join this conversation.
No description provided.