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

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/eslint-stylistic-monorepo into main 2025-10-18 06:40:30 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-18 05:03:04 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 5.4.0 -> 5.5.0 age confidence

Release Notes

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

v5.5.0

Compare Source

Features
  • comma-dangle: support TSFunctionType and TSDeclareFunction (#​1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#​1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#​997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#​996) (2b5a39f)
  • new rule list-style (#​895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#​1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#​1017) (b3a3acf)
  • update deps (#​1011) (9d5085c)
Bug Fixes
  • indent: correctly indent NewExpression in ConditionalExpression (#​994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#​1004) (f3faa54)
Documentation
Chores

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | Age | 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.4.0` -> `5.5.0`](https://renovatebot.com/diffs/npm/@stylistic%2feslint-plugin/5.4.0/5.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stylistic%2feslint-plugin/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stylistic%2feslint-plugin/5.4.0/5.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint-stylistic/eslint-stylistic (@&#8203;stylistic/eslint-plugin)</summary> ### [`v5.5.0`](https://github.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#550-2025-10-18) [Compare Source](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.4.0...v5.5.0) ##### Features - **comma-dangle:** support `TSFunctionType` and `TSDeclareFunction` ([#&#8203;1015](https://github.com/eslint-stylistic/eslint-stylistic/issues/1015)) ([cd3776f](https://github.com/eslint-stylistic/eslint-stylistic/commit/cd3776f8a9c66fdc8ac0ee523734c8b1e30d0859)) - **comma-dangle:** support `TSTypeParameterInstantiation` ([#&#8203;1016](https://github.com/eslint-stylistic/eslint-stylistic/issues/1016)) ([ba930e7](https://github.com/eslint-stylistic/eslint-stylistic/commit/ba930e7269351ea1bfc423dd8036e9658438f25c)) - **indent:** deprecate `offsetTernaryExpressionsOffsetCallExpressions` via `offsetTernaryExpressions.CallExpression` ([#&#8203;997](https://github.com/eslint-stylistic/eslint-stylistic/issues/997)) ([f2837b1](https://github.com/eslint-stylistic/eslint-stylistic/commit/f2837b1d9a5d74bef64f660846f5ac78684aaed0)) - **indent:** introduce `NewExpression` and `AwaitExpression` in `offsetTernaryExpressions` ([#&#8203;996](https://github.com/eslint-stylistic/eslint-stylistic/issues/996)) ([2b5a39f](https://github.com/eslint-stylistic/eslint-stylistic/commit/2b5a39fc985a2c9263736f43ae362a86c4426281)) - new rule list-style ([#&#8203;895](https://github.com/eslint-stylistic/eslint-stylistic/issues/895)) ([a9ec0de](https://github.com/eslint-stylistic/eslint-stylistic/commit/a9ec0de85d61c9e7452dac1942fff46684c379ed)) - **object-curly-spacing:** add `emptyObjects` option to control spacing in empty objects ([#&#8203;1002](https://github.com/eslint-stylistic/eslint-stylistic/issues/1002)) ([85ef5bc](https://github.com/eslint-stylistic/eslint-stylistic/commit/85ef5bcf052bdd4646abed86130b4fc8d7d948fb)) - **padding-line-between-statements:** narrow report range to reduce noise ([#&#8203;1017](https://github.com/eslint-stylistic/eslint-stylistic/issues/1017)) ([b3a3acf](https://github.com/eslint-stylistic/eslint-stylistic/commit/b3a3acffbfa88d6cc0c0072e9e46129cfeeb9a98)) - update deps ([#&#8203;1011](https://github.com/eslint-stylistic/eslint-stylistic/issues/1011)) ([9d5085c](https://github.com/eslint-stylistic/eslint-stylistic/commit/9d5085c0309e1b6868838c5a992fce2b703e023d)) ##### Bug Fixes - **indent:** correctly indent `NewExpression` in `ConditionalExpression` ([#&#8203;994](https://github.com/eslint-stylistic/eslint-stylistic/issues/994)) ([01cec33](https://github.com/eslint-stylistic/eslint-stylistic/commit/01cec33474304bcb0365ab7d9ca8f4b504529e82)) - replace `context.getSourceCode()` with `context.sourceCode` ([#&#8203;1004](https://github.com/eslint-stylistic/eslint-stylistic/issues/1004)) ([f3faa54](https://github.com/eslint-stylistic/eslint-stylistic/commit/f3faa54295621c5eddbbefbf4630974770f60a69)) ##### Documentation - **contribute:** add guide to run the document site ([#&#8203;1001](https://github.com/eslint-stylistic/eslint-stylistic/issues/1001)) ([37a64c5](https://github.com/eslint-stylistic/eslint-stylistic/commit/37a64c5b9c1edd3c184d9d112e1539d06ddc08dc)) - **object-curly-spacing:** introduce `overrides` ([#&#8203;998](https://github.com/eslint-stylistic/eslint-stylistic/issues/998)) ([6452b52](https://github.com/eslint-stylistic/eslint-stylistic/commit/6452b523a48f4f21a3c1d37ca70c6246ce9fa897)) ##### Chores - **no-extra-parens:** remove useless logic ([#&#8203;1013](https://github.com/eslint-stylistic/eslint-stylistic/issues/1013)) ([8e34765](https://github.com/eslint-stylistic/eslint-stylistic/commit/8e34765bed7ed363386d8d38e27a34b605c4fed6)) - remove `TestCaseError#type` ([#&#8203;1005](https://github.com/eslint-stylistic/eslint-stylistic/issues/1005)) ([83d00c5](https://github.com/eslint-stylistic/eslint-stylistic/commit/83d00c5735a3ac5a69fc053c3714cd8ca14ab5f4)) - replace `Object.prototype.hasOwnProperty.call` with `Object.hasOwn` ([#&#8203;992](https://github.com/eslint-stylistic/eslint-stylistic/issues/992)) ([97193e1](https://github.com/eslint-stylistic/eslint-stylistic/commit/97193e14d60d9e46b9c9a5cde3be5f2f35e9c251)) </details> --- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-18 05:03:07 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-10-18 06:40:30 +00:00 (Migrated from gitlab.com)

mentioned in commit 179092774d

mentioned in commit 179092774de1f5ac33ebee23e92935000e9ba68c
argoyle (Migrated from gitlab.com) merged commit 179092774d into main 2025-10-18 06:40:30 +00:00
Sign in to join this conversation.