Skip to content

Update dependency eslint-config-prettier to v10#1534

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-config-prettier-10.x
Open

Update dependency eslint-config-prettier to v10#1534
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-config-prettier-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-config-prettier 8.10.210.1.8 age confidence

Release Notes

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

v10.1.8

Compare Source

republish latest version

Full Changelog: prettier/eslint-config-prettier@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: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes

v9.1.2

Compare Source

v9.1.0

Compare Source

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.

v9.0.0

Compare Source

  • Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
  • Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 13, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @nx/eslint-plugin@16.7.4
npm ERR! Found: eslint-config-prettier@10.1.8
npm ERR! node_modules/eslint-config-prettier
npm ERR!   dev eslint-config-prettier@"10.1.8" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional eslint-config-prettier@"^8.1.0" from @nx/eslint-plugin@16.7.4
npm ERR! node_modules/@nx/eslint-plugin
npm ERR!   dev @nx/eslint-plugin@"16.7.4" from the root project
npm ERR!   @nx/eslint-plugin@"16.7.4" from @nrwl/eslint-plugin-nx@16.7.4
npm ERR!   node_modules/@nrwl/eslint-plugin-nx
npm ERR!     @nrwl/eslint-plugin-nx@"16.7.4" from @nx/eslint-plugin@16.7.4
npm ERR! 
npm ERR! Conflicting peer dependency: eslint-config-prettier@8.10.2
npm ERR! node_modules/eslint-config-prettier
npm ERR!   peerOptional eslint-config-prettier@"^8.1.0" from @nx/eslint-plugin@16.7.4
npm ERR!   node_modules/@nx/eslint-plugin
npm ERR!     dev @nx/eslint-plugin@"16.7.4" from the root project
npm ERR!     @nx/eslint-plugin@"16.7.4" from @nrwl/eslint-plugin-nx@16.7.4
npm ERR!     node_modules/@nrwl/eslint-plugin-nx
npm ERR!       @nrwl/eslint-plugin-nx@"16.7.4" from @nx/eslint-plugin@16.7.4
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-03-15T20_47_13_204Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 8 times, most recently from 4388bc7 to c4649a7 Compare January 20, 2025 20:55
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 7 times, most recently from 27b04e6 to 2733612 Compare January 28, 2025 09:20
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 6 times, most recently from 44cf7d7 to 31d8289 Compare February 4, 2025 10:59
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 6 times, most recently from 08261a5 to c8162ec Compare February 13, 2025 02:21
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 2 times, most recently from 3e3e2d5 to bb6ae46 Compare February 13, 2025 10:33
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 14 times, most recently from a039dac to 1c97b12 Compare March 4, 2025 03:14
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 8 times, most recently from 9ca79b7 to d4d5ab9 Compare March 8, 2025 14:08
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 7 times, most recently from 06f036e to aa7346f Compare March 14, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants