chore(deps): update dependency @stylistic/eslint-plugin to v5.9.0 #2794

Merged
renovate merged 1 commits from renovate/eslint-stylistic-monorepo into main 2026-02-19 14:03:26 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 5.8.05.9.0 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.9.0

Compare Source

Features
Bug Fixes
  • comma-dangle: check tsx file correctly (#​1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#​1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#​1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#​1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#​1129) (5aaaec6)
Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic) ([source](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)) | [`5.8.0` → `5.9.0`](https://renovatebot.com/diffs/npm/@stylistic%2feslint-plugin/5.8.0/5.9.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@stylistic%2feslint-plugin/5.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stylistic%2feslint-plugin/5.8.0/5.9.0?slim=true) | --- ### Release Notes <details> <summary>eslint-stylistic/eslint-stylistic (@&#8203;stylistic/eslint-plugin)</summary> ### [`v5.9.0`](https://github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#590-2026-02-19) [Compare Source](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.8.0...v5.9.0) ##### Features - **no-trailing-spaces:** support more file types ([#&#8203;1138](https://github.com/eslint-stylistic/eslint-stylistic/issues/1138)) ([501e838](https://github.com/eslint-stylistic/eslint-stylistic/commit/501e8383bd9b27ff3e8d5e66c43e4ac7877fc862)) - **padding-line-between-statements:** support selector-based statement matchers ([#&#8203;1134](https://github.com/eslint-stylistic/eslint-stylistic/issues/1134)) ([8f5cc9e](https://github.com/eslint-stylistic/eslint-stylistic/commit/8f5cc9ee69b58de1dc00a9a487a1461de2d3494b)) - support ESLint 10 ([#&#8203;1066](https://github.com/eslint-stylistic/eslint-stylistic/issues/1066)) ([5d99706](https://github.com/eslint-stylistic/eslint-stylistic/commit/5d99706e7c156af617a7ed935bd9bbe87630738a)) - update deps ([#&#8203;1141](https://github.com/eslint-stylistic/eslint-stylistic/issues/1141)) ([f29fcff](https://github.com/eslint-stylistic/eslint-stylistic/commit/f29fcff09f86ac7d9feff8a9f954bbeed32e91db)) ##### Bug Fixes - **comma-dangle:** check tsx file correctly ([#&#8203;1127](https://github.com/eslint-stylistic/eslint-stylistic/issues/1127)) ([271da42](https://github.com/eslint-stylistic/eslint-stylistic/commit/271da423f8d47e264e5a9e1ded444eaa7b208c43)) - **comma-dangle:** prevent crash when linting non-js files ([#&#8203;1140](https://github.com/eslint-stylistic/eslint-stylistic/issues/1140)) ([4a96eae](https://github.com/eslint-stylistic/eslint-stylistic/commit/4a96eae4e31998904bc3c2b5c0719920a7984f98)) - **indent:** ignore when source code is not ESTree ([#&#8203;1139](https://github.com/eslint-stylistic/eslint-stylistic/issues/1139)) ([9e7f422](https://github.com/eslint-stylistic/eslint-stylistic/commit/9e7f42264b9462e21c269568e506977d5abac8ed)) - **no-extra-parens:** don't report jsdoc type assertion by default ([#&#8203;1100](https://github.com/eslint-stylistic/eslint-stylistic/issues/1100)) ([cfb6296](https://github.com/eslint-stylistic/eslint-stylistic/commit/cfb62964a3daf488903ee33c88b23bade7009cac)) - **object-curly-spacing:** correctly handle object patterns with type annotations ([#&#8203;1129](https://github.com/eslint-stylistic/eslint-stylistic/issues/1129)) ([5aaaec6](https://github.com/eslint-stylistic/eslint-stylistic/commit/5aaaec61ed9f4f7cc4fb431e5628f5d67e48be3c)) ##### Chores - **lines-around-comment:** improve extensibility of allow boundary checks ([#&#8203;1136](https://github.com/eslint-stylistic/eslint-stylistic/issues/1136)) ([18b961e](https://github.com/eslint-stylistic/eslint-stylistic/commit/18b961eacd7a37dc772a3669e236e60773965d9d)) - **no-extra-parens:** simplify fixer ([#&#8203;1133](https://github.com/eslint-stylistic/eslint-stylistic/issues/1133)) ([3504e1f](https://github.com/eslint-stylistic/eslint-stylistic/commit/3504e1fa3901f68d7d028465a1c0f779077db7eb)) - **on-var-declaration-per-line:** simplify fixer ([#&#8203;1132](https://github.com/eslint-stylistic/eslint-stylistic/issues/1132)) ([c827fde](https://github.com/eslint-stylistic/eslint-stylistic/commit/c827fde7e77e2a66b0873c41d10bb8e02cb2bf66)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNS4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate force-pushed renovate/eslint-stylistic-monorepo from c183dce174 to 587acc6c8c 2026-02-19 13:05:58 +00:00 Compare
renovate merged commit 5d1e3ba4ab into main 2026-02-19 14:03:26 +00:00
Sign in to join this conversation.