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

fix(deps): update dependency eslint-config-prettier to v9 #77

Merged
merged 1 commit into from
Oct 16, 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.8.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 - "every weekend" in timezone America/New_York, 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 force-pushed the renovate/eslint-config-prettier-9.x branch from daa7722 to c393ba0 Compare August 7, 2023 09:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch 7 times, most recently from 774002e to 3719b45 Compare October 16, 2023 00:43
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-9.x branch from 3719b45 to 24f2a5e Compare October 16, 2023 00:43
@lytovka lytovka merged commit d4828c9 into main Oct 16, 2023
6 checks passed
@lytovka lytovka deleted the renovate/eslint-config-prettier-9.x branch October 16, 2023 00:46
lytovka pushed a commit that referenced this pull request Oct 16, 2023
## [1.4.0](v1.3.0...v1.4.0) (2023-10-16)

### ⚠ BREAKING CHANGES

* drop Node v14 and v16 support (#105)

### ## CI 🛠️

* update `GITHUB_TOKEN` permissions ([#106](#106)) ([1a8e086](1a8e086))
* update semantic release token ([#107](#107)) ([e904e1b](e904e1b))

### ## Chores 🧹

* **deps:** lock file maintenance ([#100](#100)) ([874fdc1](874fdc1))
* **deps:** lock file maintenance ([#42](#42)) ([b5c739a](b5c739a))
* **deps:** lock file maintenance ([#43](#43)) ([afeabe0](afeabe0))
* **deps:** lock file maintenance ([#44](#44)) ([6faf296](6faf296))
* **deps:** lock file maintenance ([#48](#48)) ([9c91bf4](9c91bf4))
* **deps:** lock file maintenance ([#49](#49)) ([cc10fef](cc10fef))
* **deps:** lock file maintenance ([#50](#50)) ([202b228](202b228))
* **deps:** lock file maintenance ([#51](#51)) ([c2c284d](c2c284d))
* **deps:** lock file maintenance ([#53](#53)) ([1001990](1001990))
* **deps:** lock file maintenance ([#56](#56)) ([8c5d786](8c5d786))
* **deps:** lock file maintenance ([#61](#61)) ([7071b43](7071b43))
* **deps:** lock file maintenance ([#65](#65)) ([654460b](654460b))
* **deps:** lock file maintenance ([#68](#68)) ([86d8669](86d8669))
* **deps:** lock file maintenance ([#71](#71)) ([61baa3a](61baa3a))
* **deps:** lock file maintenance ([#75](#75)) ([ea6d74f](ea6d74f))
* **deps:** lock file maintenance ([#78](#78)) ([adfb0ba](adfb0ba))
* **deps:** lock file maintenance ([#80](#80)) ([2422772](2422772))
* **deps:** lock file maintenance ([#84](#84)) ([56ba792](56ba792))
* **deps:** lock file maintenance ([#89](#89)) ([2b82f5f](2b82f5f))
* **deps:** lock file maintenance ([#90](#90)) ([b90bae2](b90bae2))
* **deps:** lock file maintenance ([#92](#92)) ([3f2626b](3f2626b))
* **deps:** lock file maintenance ([#97](#97)) ([149c4be](149c4be))
* **deps:** update actions/checkout action to v4 ([#94](#94)) ([a579383](a579383))
* **deps:** update dependency @types/eslint to v8.44.0 ([#63](#63)) ([b15bd0c](b15bd0c))
* **deps:** update dependency @types/eslint to v8.44.2 ([#76](#76)) ([544cca3](544cca3))
* **deps:** update dependency @types/eslint to v8.44.3 ([#99](#99)) ([312455f](312455f))
* **deps:** update dependency @types/eslint to v8.44.4 ([#103](#103)) ([eec4063](eec4063))
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#88](#88)) ([c35d565](c35d565))
* **deps:** update dependency eslint to v8.43.0 ([#55](#55)) ([d1c6584](d1c6584))
* **deps:** update dependency eslint to v8.44.0 ([#60](#60)) ([a2bb1b0](a2bb1b0))
* **deps:** update dependency eslint to v8.45.0 ([#66](#66)) ([99bca68](99bca68))
* **deps:** update dependency eslint to v8.46.0 ([#72](#72)) ([13bcbce](13bcbce))
* **deps:** update dependency eslint to v8.47.0 ([#79](#79)) ([0e13294](0e13294))
* **deps:** update dependency eslint to v8.48.0 ([#85](#85)) ([f7a3297](f7a3297))
* **deps:** update dependency eslint to v8.49.0 ([#93](#93)) ([082323d](082323d))
* **deps:** update dependency eslint to v8.50.0 ([#98](#98)) ([627a541](627a541))
* **deps:** update dependency eslint to v8.51.0 ([#101](#101)) ([b729b05](b729b05))
* **deps:** update dependency prettier to v3 ([#64](#64)) ([ab9bd2c](ab9bd2c))
* **deps:** update dependency semantic-release to v21.0.6 ([#58](#58)) ([0177772](0177772))
* **deps:** update dependency semantic-release to v21.0.7 ([#62](#62)) ([a3b36d2](a3b36d2))
* **deps:** update dependency semantic-release to v21.0.9 ([#83](#83)) ([9efe20a](9efe20a))
* **deps:** update dependency semantic-release to v21.1.1 ([#86](#86)) ([285bea4](285bea4))
* **deps:** update dependency semantic-release to v21.1.2 ([#95](#95)) ([2503d9e](2503d9e))
* **deps:** update dependency semantic-release to v22 ([#96](#96)) ([d461a24](d461a24))
* **deps:** update dependency typescript to v5.1.6 ([#59](#59)) ([2eeab26](2eeab26))
* **deps:** update dependency typescript to v5.2.2 ([#87](#87)) ([eb8b85f](eb8b85f))
* **deps:** update npm to v9.9.0 ([#102](#102)) ([7d0fdbc](7d0fdbc))
* update all deps at once ([#104](#104)) ([beab4fa](beab4fa))

### ## Fixes 🐛

* **deps:** update dependency eslint-config-prettier to v9 ([#77](#77)) ([d4828c9](d4828c9))
* **deps:** update typescript-eslint monorepo to v6 (major) ([#67](#67)) ([0dc5f1c](0dc5f1c))

### ## Features ✨

* drop Node v14 and v16 support ([#105](#105)) ([082acbd](082acbd))
* turn off `react/hook-use-state` ([#45](#45)) ([12b4e2c](12b4e2c))
* turn off `react/jsx-no-constructed-context-values` ([#46](#46)) ([1c5b09e](1c5b09e))
@lytovka
Copy link
Owner

lytovka commented Oct 16, 2023

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant