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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

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 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 was generated by Mend Renovate. View the repository job log.

@sonarcloud
Copy link

sonarcloud bot commented Aug 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link
Contributor

github-actions bot commented Aug 15, 2023

📊 Package size report   -0%↓

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
package.json 2.6 kB / 1.0 kB / 861 B -0.04%↓2.6 kB / -0.1%↓1.0 kB / 861 B
Total (Includes all files) 149.1 kB / 41.4 kB / 36.2 kB -0%↓149.1 kB / -0%↓41.4 kB / 36.2 kB
Tarball size 30.9 kB -0.01%↓30.9 kB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 144 B / 114 B / 106 B
.editorconfig 190 B / 142 B / 129 B
.eslintignore 14 B / 34 B / 18 B
.eslintrc 978 B / 370 B / 319 B
.github/.misspell-fixer.ignore 18 B / 38 B / 22 B
.github/workflows/bundle-size.yml 761 B / 413 B / 354 B
.github/workflows/eslint.yml 586 B / 330 B / 262 B
.github/workflows/github-page.yml 975 B / 516 B / 436 B
.github/workflows/misspell.yml 682 B / 391 B / 323 B
.github/workflows/release-please.yml 1.4 kB / 559 B / 463 B
.github/workflows/test.yaml 783 B / 412 B / 341 B
.husky/pre-commit 58 B / 76 B / 62 B
.stylelintrc.json 76 B / 80 B / 60 B
abstracts.png 13.4 kB / 10.7 kB / 10.5 kB
CHANGELOG.md 4.0 kB / 1.2 kB / 971 B
CODE_OF_CONDUCT.md 3.2 kB / 1.5 kB / 1.1 kB
demo/index.html 853 B / 433 B / 243 B
demo/index.js 4.0 kB / 1.1 kB / 897 B
demo/webpack.config.js 816 B / 439 B / 373 B
dist/motorcortex-abstracts.cjs.js 26.3 kB / 3.3 kB / 2.8 kB
dist/motorcortex-abstracts.esm.js 26.0 kB / 3.3 kB / 2.8 kB
dist/motorcortex-abstracts.umd.js 18.8 kB / 2.7 kB / 2.4 kB
LICENCE 1.1 kB / 649 B / 466 B
README.md 11.6 kB / 2.3 kB / 2.0 kB
renovate.json 174 B / 138 B / 117 B
rollup.config.js 941 B / 369 B / 321 B
src/CircleBubbleUp.js 3.5 kB / 995 B / 824 B
src/CircleExplosion.js 3.3 kB / 993 B / 822 B
src/CrossMoveRight.js 3.0 kB / 976 B / 824 B
src/CrossMoveRightOutline.js 2.1 kB / 868 B / 715 B
src/CrossRandom.js 2.7 kB / 1.1 kB / 860 B
src/CrossRowReveal.js 2.7 kB / 914 B / 762 B
src/Dots.js 1.6 kB / 723 B / 624 B
src/HorizontalLinesMove.js 2.1 kB / 780 B / 661 B
src/index.js 2.1 kB / 459 B / 388 B
src/validation.js 3.3 kB / 374 B / 326 B
src/VerticalLinesMove.js 2.1 kB / 788 B / 652 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 3483aef to 23a7bf2 Compare December 2, 2023 10:43
Copy link

sonarcloud bot commented Dec 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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