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

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 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 - 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 5, 2023
@changeset-bot
Copy link

changeset-bot bot commented Aug 5, 2023

⚠️ No Changeset found

Latest commit: d900566

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 216       ✗ 0  
     data_received..................: 25 MB   2.5 MB/s
     data_sent......................: 92 kB   9.2 kB/s
     http_req_blocked...............: avg=6.27µs   min=3.1µs   med=4µs      max=214.9µs  p(90)=4.72µs   p(95)=7.04µs  
     http_req_connecting............: avg=1.47µs   min=0s      med=0s       max=159µs    p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=87.45ms  min=72.19ms med=81.25ms  max=242.52ms p(90)=108.18ms p(95)=134.33ms
       { expected_response:true }...: avg=87.45ms  min=72.19ms med=81.25ms  max=242.52ms p(90)=108.18ms p(95)=134.33ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 108
     http_req_receiving.............: avg=178.12µs min=122.7µs med=141.05µs max=837.2µs  p(90)=261.34µs p(95)=318.64µs
     http_req_sending...............: avg=156.52µs min=19.3µs  med=27.7µs   max=3.25ms   p(90)=40.47µs  p(95)=762.16µs
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=87.12ms  min=72.03ms med=80.98ms  max=241.81ms p(90)=107.81ms p(95)=134.02ms
     http_reqs......................: 108     10.737781/s
     iteration_duration.............: avg=93.09ms  min=76.81ms med=87.05ms  max=248.13ms p(90)=113.43ms p(95)=141.05ms
     iterations.....................: 108     10.737781/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2023

💻 Website Preview

The latest changes are available as preview in: https://0be204a7.graphql-tools.pages.dev

@ardatan ardatan merged commit ebb77d9 into master Aug 5, 2023
31 checks passed
@ardatan ardatan deleted the renovate/eslint-config-prettier-9.x branch August 5, 2023 23:16
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.

1 participant