Skip to content

Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.10.0#668

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-eslint-stylistic-monorepo
Open

Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.10.0#668
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-eslint-stylistic-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

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

Release Notes

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

v5.10.0

Compare Source

Features
  • list-style: allow 'off' in overrides (#​1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#​1143) (1ebd6d8)
Build Related
Performance

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

v5.8.0

Compare Source

Features
Bug Fixes
  • list-style: correctly get ( for optional call expressions (#​1114) (2090a72)

v5.7.1

Compare Source

Bug Fixes
Documentation
Chores

v5.7.0

Compare Source

Features
Bug Fixes
  • list-style: replace text range with delimiter directly (#​1062) (c2ac348)
  • object-curly-spacing: allow space before comment in multi-line objects (#​1076) (d73c03e)
Documentation
Build Related
Chores

v5.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

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

v5.4.0

Compare Source

Features
  • generator-star-spacing: introduce shorthand to override property function shorthands (#​980) (62d7a17)
  • introduce experimental mechanism (#​894) (87f09ee)
  • object-curly-spacing: introduce overrides (#​898) (2a422b7)
Bug Fixes
Documentation
Build Related

v5.3.1

Compare Source

Build Related

v5.2.3

Compare Source

Bug Fixes
  • indent: correctly locate left paren in CallExpression with specific type arguments (#​910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#​919) (5937be9)

v5.2.2

Compare Source

Bug Fixes
  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#​905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#​907) (9b77d02)
Chores
  • padding-line-between-statements: simplify options definition (#​900) (ced7591)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores

v5.1.0

Compare Source

Bug Fixes
Build Related
Chores

v5.0.0

Compare Source

Chores

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation

v4.1.0

Compare Source

Features
  • add module.exports named export for require(esm) compatibility (#​700) (668c955)
Documentation
Chores

v4.0.1

Compare Source

Bug Fixes
  • indent-binary-ops: handle { for left token check (#​693) (7f2740e)
Chores

v4.0.0

Compare Source

Features
Chores

v3.1.0

Compare Source

Features
  • generic-spacing: remove spaces in type param instantiation (#​677) (2a29e28)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • indent-binary-ops: remove unnecessary logic (#​645)
  • cross test function-call-spacing (#​565)
  • comma-style: turn off all exceptions option by default (#​602)
Features
  • comma-style: turn off all exceptions option by default (#​602) (c424d63)
  • cross test function-call-spacing (#​565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#​643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#​667) (8dd68e2)
Bug Fixes
  • jsx-wrap-multilines: prevent crash when using tabs (#​653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)
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 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 26, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from 1be2125 to 95ea6cf Compare January 29, 2025 17:00
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 3.0.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 3.0.1 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 95ea6cf to c91433d Compare February 7, 2025 21:40
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 3.0.1 Update dependency @stylistic/eslint-plugin from 2.13.0 to 3.1.0 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from c91433d to 0dc7081 Compare February 8, 2025 05:57
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 3.1.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.0.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 0dc7081 to afca999 Compare February 18, 2025 11:31
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.0.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.0.1 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 4 times, most recently from 0304841 to b9335f3 Compare February 26, 2025 10:06
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.0.1 Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.1.0 Feb 26, 2025
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.1.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.2.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from 8305f81 to d55c198 Compare March 7, 2025 22:04
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from d55c198 to 7b690d4 Compare March 10, 2025 22:00
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from b5de9af to 29b6eec Compare March 24, 2025 22:55
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from c9b1332 to c9bce90 Compare April 7, 2025 18:34
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from 89182e5 to cc14449 Compare April 18, 2025 19:13
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 43725d7 to 6b82371 Compare June 6, 2025 05:12
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.4.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.4.1 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 3e8eec1 to f9ab598 Compare June 9, 2025 21:56
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 0bef396 to 3e0e7cd Compare June 16, 2025 17:58
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 3e0e7cd to 3eba9d7 Compare June 23, 2025 03:34
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 4.4.1 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.0.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from b6ea84a to 446712e Compare June 29, 2025 14:34
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.0.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.1.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from 5b9bd85 to a9f12c2 Compare July 7, 2025 17:39
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 0d60bba to 159ed48 Compare July 16, 2025 10:49
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.1.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from e9191be to 9d9f342 Compare July 21, 2025 09:44
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.0 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 9128de5 to 91efd86 Compare July 22, 2025 18:09
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.1 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.2 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 91efd86 to 35f7216 Compare July 25, 2025 20:41
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 35f7216 to 5063fdb Compare August 4, 2025 21:04
@renovate renovate bot changed the title Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.2 Update dependency @stylistic/eslint-plugin from 2.13.0 to 5.2.3 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 5063fdb to 4ceb810 Compare August 8, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants