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 #2258

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 - "before 4am on Monday" (UTC), 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. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 17, 2023 00:27
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jul 17, 2023
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #2258 (2331757) into next (893e59b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #2258   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files        2644     2644           
  Lines      245775   245775           
  Branches     1084     1084           
=======================================
  Hits       244798   244798           
  Misses        950      950           
  Partials       27       27           

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/major-devdependencies branch from fbbbd58 to f184008 Compare July 17, 2023 08:22
@ST-DDT ST-DDT mentioned this pull request Jul 17, 2023
1 task
@ST-DDT
Copy link
Member

ST-DDT commented Jul 17, 2023

Updates to prettier v3. See also #2249.

@Shinigami92
Copy link
Member

@ST-DDT in exactly this moment I'm already upgrade company project to v3 👍
Right now, no problems ✅
If I find the time in evening, I will do the PR for the v3 upgrade

@Shinigami92 Shinigami92 self-assigned this Jul 17, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 10 times, most recently from 68d1edf to 97f0d80 Compare July 22, 2023 14:10
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 7 times, most recently from 9dfcbf0 to 6b1bd85 Compare July 31, 2023 10:09
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 2af6b31 to cd7de96 Compare August 5, 2023 08:49
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 24a4f4b to 88c0b71 Compare August 5, 2023 18:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-prettier to v5 chore(deps): update devdependencies (major) Aug 5, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 88c0b71 to 0c04b2d Compare August 5, 2023 21:30
@renovate renovate bot changed the title chore(deps): update devdependencies (major) chore(deps): update dependency eslint-config-prettier to v9 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 0c04b2d to 9617782 Compare August 6, 2023 12:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 9617782 to 2331757 Compare August 6, 2023 12:34
@Shinigami92 Shinigami92 enabled auto-merge (squash) August 6, 2023 12:50
@Shinigami92 Shinigami92 merged commit 73a7684 into next Aug 6, 2023
19 checks passed
@ST-DDT ST-DDT deleted the renovate/major-devdependencies branch August 6, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants