Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-config-prettier to v9 #558

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier 8.10.0 -> 9.1.0 age adoption passing confidence

Release Notes

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

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 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.

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (a94e2b5) to head (7dfa160).
Report is 83 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #558      +/-   ##
==========================================
+ Coverage   92.38%   92.75%   +0.37%     
==========================================
  Files          26       27       +1     
  Lines        1944     2099     +155     
  Branches      405      451      +46     
==========================================
+ Hits         1796     1947     +151     
- Misses        102      103       +1     
- Partials       46       49       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from e1ae2c9 to 6db0027 Compare January 3, 2024 16:03
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 5 times, most recently from 1c52523 to 9717e5a Compare April 7, 2024 00:23
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 6eaa96e to 4feecf7 Compare May 14, 2024 17:35
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 4feecf7 to f734bde Compare May 16, 2024 17:28
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 2 times, most recently from a8b559e to f02e424 Compare May 24, 2024 18:35
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 9e71149 to 3cf63f0 Compare July 8, 2024 10:31
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 3475e93 to 17f538a Compare July 29, 2024 05:15
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 17f538a to 45af7aa Compare August 16, 2024 20:50
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 6 times, most recently from 29557b9 to 4381f60 Compare August 29, 2024 13:38
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from bf14262 to a30913d Compare September 3, 2024 13:27
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 8 times, most recently from 95d40c9 to fec7ec3 Compare September 15, 2024 19:08
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from fec7ec3 to 7de6b3b Compare September 17, 2024 09:58
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 2 times, most recently from 2fdeb94 to c94bf5e Compare October 8, 2024 18:18
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from c94bf5e to 7dfa160 Compare November 5, 2024 12:32
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