Skip to content

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: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from e2f9f7a to 2b56dc3 Compare February 26, 2025 15:40
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 2b56dc3 to 308c322 Compare March 7, 2025 10:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 308c322 to a9fdb40 Compare April 12, 2025 15:36
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch 2 times, most recently from bb2e368 to 3af1e29 Compare May 10, 2025 15:55
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 3af1e29 to d79d122 Compare July 20, 2025 16:02
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from d79d122 to a4057c9 Compare August 3, 2025 15:41
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from a4057c9 to 4897841 Compare August 24, 2025 19:57
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 4897841 to 41d2055 Compare September 1, 2025 05:46
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 41d2055 to e4e4ed9 Compare September 25, 2025 14:33
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from e4e4ed9 to b224aa4 Compare October 23, 2025 06:34
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from b224aa4 to 5cbdb42 Compare November 10, 2025 20:52
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 5cbdb42 to 6d930ba Compare December 3, 2025 16:59
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from 6d930ba to f86bf8d Compare January 19, 2026 15:32
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-10.x branch from f86bf8d to 72e2424 Compare January 23, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants