Skip to content

chore(deps): update eslint-stylistic monorepo to v5#338

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

chore(deps): update eslint-stylistic monorepo to v5#338
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-eslint-stylistic-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 25, 2025

Copy link
Copy Markdown
Contributor

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: (UTC)

  • 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.

@vercel

vercel Bot commented Jan 25, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 11, 2026 10:20am

@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 2964b30 to aae0935 Compare January 29, 2025 18:08
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from aae0935 to ecaff45 Compare February 8, 2025 05:48
@renovate renovate Bot changed the title chore(deps): update dependency @stylistic/eslint-plugin to v3 chore(deps): update dependency @stylistic/eslint-plugin to v4 Feb 18, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from ecaff45 to acda7db Compare February 18, 2025 12:44
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from acda7db to 8221b60 Compare February 19, 2025 11:49
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 8221b60 to 027ae8e Compare February 26, 2025 11:13
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 027ae8e to b69dc79 Compare March 3, 2025 10:22
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from b69dc79 to e8a6a96 Compare May 24, 2025 06:44
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 24, 2025

Copy link
Copy Markdown

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 452d226
Status:🚫  Build failed.

View logs

@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from e8a6a96 to a883274 Compare June 6, 2025 04:24
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from a883274 to 4735f53 Compare June 23, 2025 02:53
@renovate renovate Bot changed the title chore(deps): update dependency @stylistic/eslint-plugin to v4 chore(deps): update dependency @stylistic/eslint-plugin to v5 Jun 23, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 4735f53 to 935bb07 Compare June 29, 2025 10:27
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 935bb07 to 46edfa7 Compare July 16, 2025 11:45
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 46edfa7 to ec7125a Compare July 21, 2025 11:34
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from ec7125a to 26dced3 Compare July 22, 2025 17:54
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from cf3bfe2 to 7b4c154 Compare September 25, 2025 16:08
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 7b4c154 to a27fea8 Compare October 18, 2025 05:10
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from a27fea8 to 71e95fd Compare October 21, 2025 10:46
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 71e95fd to 2f8b6da Compare November 11, 2025 02:35
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 2f8b6da to 4e912d2 Compare November 18, 2025 11:45
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 4e912d2 to 84ef353 Compare November 19, 2025 08:51
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 84ef353 to 7c8af47 Compare December 3, 2025 20:01
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 7c8af47 to 1328572 Compare December 31, 2025 16:52
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 1328572 to ba1a753 Compare January 8, 2026 06:51
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from ba1a753 to 9a93ee4 Compare January 8, 2026 16:58
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 9a93ee4 to 89683d8 Compare January 9, 2026 09:05
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 89683d8 to 2ddf1a1 Compare January 19, 2026 16:41
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 2ddf1a1 to 3cf19b6 Compare January 23, 2026 14:15
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 3cf19b6 to a83a40e Compare January 23, 2026 16:38
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from a83a40e to 96dcbde Compare February 2, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants