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

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 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 - "before 5am every weekday,every weekend" (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 sheerlox as a code owner August 9, 2023 01:26
@sheerlox sheerlox merged commit 68be9e6 into main Aug 10, 2023
11 checks passed
@sheerlox sheerlox deleted the renovate/major-linters branch August 10, 2023 20:11
sheerlox pushed a commit that referenced this pull request Oct 1, 2023
## [18.1.3](v18.1.2...v18.1.3) (2023-10-01)

### 🛠 Builds

* **deps:** update dependency [@insurgentlab](https://github.com/insurgentlab)/conventional-changelog-preset to v7 ([2c84c4a](2c84c4a))

### 🚨 Tests

* await updated preset interface ([e080e22](e080e22))
* ensure commitlint preset compatibility ([9a514df](9a514df))

### ⚙️ Continuous Integrations

* **action:** update actions/checkout action to v4 ([#63](#63)) ([4256e4b](4256e4b))
* **action:** update actions/checkout digest to 8ade135 ([#75](#75)) ([9f3fb6a](9f3fb6a))
* **action:** update actions/checkout digest to f43a0e5 ([#51](#51)) ([39792cc](39792cc))
* **action:** update actions/setup-node digest to 5e21ff4 ([#47](#47)) ([a484fc4](a484fc4))
* **action:** update actions/setup-node digest to bea5baf ([#45](#45)) ([97b3730](97b3730))
* **action:** use node lts in workflows ([e089cd2](e089cd2))

### ♻️ Chores

* **deps:** lock file maintenance ([913da38](913da38))
* **deps:** lock file maintenance ([129b2f5](129b2f5))
* **deps:** lock file maintenance ([6a4d76a](6a4d76a))
* **deps:** lock file maintenance ([c63ae90](c63ae90))
* **deps:** lock file maintenance ([b7e96c8](b7e96c8))
* **deps:** lock file maintenance ([73806c2](73806c2))
* **deps:** lock file maintenance ([f0ee8c1](f0ee8c1))
* **deps:** lock file maintenance ([4f6d983](4f6d983))
* **deps:** lock file maintenance ([01c943e](01c943e))
* **deps:** lock file maintenance ([97a2237](97a2237))
* **deps:** lock file maintenance ([3963ace](3963ace))
* **deps:** update dependency [@commitlint](https://github.com/commitlint)/lint to v17.7.0 ([17a2eb0](17a2eb0))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.0.5 ([596db67](596db67))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.0.7 ([18e1bf8](18e1bf8))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.1.0 ([96cab0e](96cab0e))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.2.0 ([3626118](3626118))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v9.2.1 ([5385ee3](5385ee3))
* **deps:** update dependency eslint to v8.46.0 ([a0a3439](a0a3439))
* **deps:** update dependency eslint to v8.47.0 ([d3c62ed](d3c62ed))
* **deps:** update dependency eslint to v8.48.0 ([cc4d32e](cc4d32e))
* **deps:** update dependency eslint to v8.49.0 ([deb5f1d](deb5f1d))
* **deps:** update dependency eslint to v8.50.0 ([3960d36](3960d36))
* **deps:** update dependency eslint-config-prettier to v8.9.0 ([58bedf2](58bedf2))
* **deps:** update dependency eslint-config-prettier to v9 ([#42](#42)) ([68be9e6](68be9e6))
* **deps:** update dependency eslint-plugin-jest to v27.4.0 ([c9ae4e1](c9ae4e1))
* **deps:** update dependency jest to v29.6.2 ([b9782dc](b9782dc))
* **deps:** update dependency jest to v29.6.3 ([d095249](d095249))
* **deps:** update dependency jest to v29.6.4 ([21238e5](21238e5))
* **deps:** update dependency jest to v29.7.0 ([e5bc383](e5bc383))
* **deps:** update dependency prettier to v3.0.2 ([19952c3](19952c3))
* **deps:** update dependency prettier to v3.0.3 ([1aab4c2](1aab4c2))
* **deps:** update dependency semantic-release to v21.1.0 ([64be14f](64be14f))
* **deps:** update dependency semantic-release to v21.1.1 ([4689aa8](4689aa8))
* **deps:** update dependency semantic-release to v21.1.2 ([45778e2](45778e2))
* **deps:** update linters ([102f446](102f446))
* **deps:** update semantic-release monorepo ([eac7bad](eac7bad))
* **deps:** update semantic-release monorepo ([582260e](582260e))
* **deps:** update semantic-release monorepo ([fed2938](fed2938))
* **deps:** update semantic-release monorepo ([f7af267](f7af267))
* **deps:** update semantic-release monorepo ([d4aef44](d4aef44))
* **deps:** update semantic-release monorepo ([#73](#73)) ([f302974](f302974))
@sheerlox
Copy link
Member

sheerlox commented Oct 1, 2023

🎉 This PR is included in version 18.1.3 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant