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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2023

Mend Renovate

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 - "before 12pm on Sunday" (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 RealShadowNova as a code owner August 6, 2023 03:25
@renovate renovate bot added the dependencies label Aug 6, 2023
@netlify
Copy link

netlify bot commented Aug 6, 2023

Deploy Preview for joshdocs ready!

Name Link
🔨 Latest commit d6b12fb
🔍 Latest deploy log https://app.netlify.com/sites/joshdocs/deploys/662decb2400af40008ad7f6d
😎 Deploy Preview https://deploy-preview-170--joshdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 1d41b96 to 707dc70 Compare August 13, 2023 06:48
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 225b37a to 453cee2 Compare August 20, 2023 06:53
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 390de36 to f3410e0 Compare August 27, 2023 07:32
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from b43bcc8 to 7954505 Compare September 3, 2023 07:41
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 1a55583 to 560f259 Compare September 17, 2023 04:30
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 5 times, most recently from 0717019 to 58108f3 Compare September 24, 2023 06:05
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 0560589 to 1f2528d Compare October 1, 2023 06:13
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 1f2528d to a40e135 Compare October 1, 2023 10:19
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 0fd5356 to 5bf97bd Compare October 15, 2023 04:03
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 2c8c8d2 to 240013a Compare October 22, 2023 04:10
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 5 times, most recently from ecdc2c2 to b6ebc2a Compare October 29, 2023 06:34
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 4 times, most recently from 42b58bd to 70cc396 Compare November 5, 2023 06:51
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 2 times, most recently from cfd6291 to e3c8945 Compare December 3, 2023 14:06
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from ac2337e to 0a56d22 Compare December 10, 2023 10:08
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 3 times, most recently from 9e0a039 to d865cec Compare April 7, 2024 09:17
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from d865cec to 28ad96c Compare April 28, 2024 04:35
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 28ad96c to d6b12fb Compare April 28, 2024 06:29
@RealShadowNova RealShadowNova deleted the renovate/eslint-config-prettier-9.x branch May 3, 2024 23:04
Copy link
Contributor Author

renovate bot commented May 3, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant