Skip to content

Update dependency @stylistic/eslint-plugin to v5 (master) - autoclosed#2449

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

Update dependency @stylistic/eslint-plugin to v5 (master) - autoclosed#2449
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-eslint-stylistic-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 4, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) ^1.7.0^5.0.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

v2.13.0

[Compare Source](https://redirect.github.co


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 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: reposense@1.0.0
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error   dev eslint@"^8.57.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^9.0.0 || ^10.0.0" from @stylistic/eslint-plugin@5.10.0
npm error node_modules/@stylistic/eslint-plugin
npm error   dev @stylistic/eslint-plugin@"^5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-13T05_11_14_031Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-13T05_11_14_031Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 97af0c3 to b6ca279 Compare June 23, 2025 01:35
@renovate renovate Bot changed the title Update dependency @stylistic/eslint-plugin to v4 Update dependency @stylistic/eslint-plugin to v5 Jun 23, 2025
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from b6ca279 to 03727f4 Compare July 8, 2025 05:14
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 6 times, most recently from 23f3931 to da45ed3 Compare July 25, 2025 05:53
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from da45ed3 to b9f73da Compare August 4, 2025 14:03
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from b9f73da to 3905b6f Compare August 14, 2025 08:42
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 3905b6f to 144a31a Compare August 28, 2025 01:58
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 144a31a to fbdc3c8 Compare January 19, 2026 05:36
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 4 times, most recently from a8e5658 to de6e6a8 Compare January 30, 2026 02:47
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 2 times, most recently from 5bf5ce1 to a48376d Compare February 9, 2026 10:05
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from a48376d to 1fee32a Compare February 18, 2026 08:06
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 4 times, most recently from 2f16a8d to 56dd5e2 Compare March 10, 2026 18:24
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 56dd5e2 to a209556 Compare March 19, 2026 08:01
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from a209556 to 4a7e92c Compare March 26, 2026 08:10
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch 3 times, most recently from 626b33f to 42dbe2b Compare April 13, 2026 04:15
@renovate renovate Bot force-pushed the renovate/major-eslint-stylistic-monorepo branch from 42dbe2b to 03d1095 Compare April 13, 2026 05:11
@renovate renovate Bot changed the title Update dependency @stylistic/eslint-plugin to v5 Update dependency @stylistic/eslint-plugin to v5 (master) Apr 13, 2026
@renovate renovate Bot changed the title Update dependency @stylistic/eslint-plugin to v5 (master) Update dependency @stylistic/eslint-plugin to v5 (master) - autoclosed Apr 13, 2026
@renovate renovate Bot closed this Apr 13, 2026
@renovate renovate Bot deleted the renovate/major-eslint-stylistic-monorepo branch April 13, 2026 05:12
@github-actions
Copy link
Copy Markdown
Contributor

The following links are for previewing this pull request:

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