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

Update eslint-config-prettier 8.10.0 → 9.1.0 (major) #6412

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jan 25, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint-config-prettier (8.10.0 → 9.1.0) · Repo · Changelog

Release Notes

9.1.0 (from changelog)

9.0.0 (from changelog)

  • 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)!

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 18 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jan 25, 2024
@depfu depfu bot requested a review from a team January 25, 2024 13:50
@cla-bot cla-bot bot added the cla: yes label Jan 25, 2024
@kraenhansen kraenhansen self-assigned this Jan 26, 2024
Copy link

coveralls-official bot commented Jan 26, 2024

Coverage Status

coverage: 85.346%. remained the same
when pulling 41f8805 on depfu/update/npm/eslint-config-prettier-9.1.0
into 95af4f5 on main.

@kraenhansen
Copy link
Member

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/npm/eslint-config-prettier-9.1.0 branch from 5fd9057 to 13564e9 Compare January 27, 2024 12:46
@depfu depfu bot force-pushed the depfu/update/npm/eslint-config-prettier-9.1.0 branch from 13564e9 to 41f8805 Compare January 27, 2024 17:45
@kraenhansen kraenhansen merged commit 47a0180 into main Jan 27, 2024
30 checks passed
@kraenhansen kraenhansen deleted the depfu/update/npm/eslint-config-prettier-9.1.0 branch January 27, 2024 22:46
bimusiek pushed a commit to bimusiek/realm-js that referenced this pull request Mar 14, 2024
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant