Bump @stylistic/eslint-plugin from 5.1.0 to 5.2.3
Open
Number: #139
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
August 13, 2025 at 04:47 AM UTC
(4 months ago)
(4 months ago)
Updated:
August 13, 2025 at 04:47 AM UTC
(4 months ago)
(4 months ago)
Labels:
dependencies javascript
dependencies javascript
Assignees:
Rakambda
Rakambda
Description:
Bumps @stylistic/eslint-plugin from 5.1.0 to 5.2.3.
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.2.3
🐞 Bug Fixes
- indent:
- Correctly locate left paren in
CallExpressionwith specific type arguments - by@9romisein eslint-stylistic/eslint-stylistic#910 (f5516)- Prevent crashes during
JSXFragmenthandling - by@9romisein eslint-stylistic/eslint-stylistic#919 (5937b)View changes on GitHub
v5.2.2
🐞 Bug Fixes
- no-extra-parens: Skip nested
TSUnionType/TSIntersectionTypewhennestedBinaryExpressions: false- by@9romisein eslint-stylistic/eslint-stylistic#905 (348f6)- object-curly-spacing: Prevent crash when encountering multiple non-ImportSpecifier nodes - by
@9romisein eslint-stylistic/eslint-stylistic#907 (9b77d)View changes on GitHub
v5.2.1
🐞 Bug Fixes
- Run update, correct schema - by
@9romisein eslint-stylistic/eslint-stylistic#887 (cc06d)- indent: Ignore semicolon in
TSTypeAliasDeclaration- by@9romisein eslint-stylistic/eslint-stylistic#903 (71aac)🏎 Performance
- Reduce array iterations - by
@9romisein eslint-stylistic/eslint-stylistic#886 (84b7d)View changes on GitHub
v5.2.0
🚀 Features
- Support
AccessorProperty- by@9romisein eslint-stylistic/eslint-stylistic#829 (2143f)- Add
warnOnceutility for deprecation warnings - by@9romisein eslint-stylistic/eslint-stylistic#867 (f0158)- indent:
- Support
TSTypeAliasDeclaration- by@shixianqin, Vida Xie and@9romisein eslint-stylistic/eslint-stylistic#796 (c62af)- Introduce
returnTypeforFunctionDeclarationandFunctionExpression- by@9romisein eslint-stylistic/eslint-stylistic#884 (c0a09)- keyword-spacing:
- Support
ImportAttribute- by@9romisein eslint-stylistic/eslint-stylistic#863 (08d41)- multiline-comment-style:
- Add support for exclamation comments - by
@IronGeekin eslint-stylistic/eslint-stylistic#876 (b2ece)- no-extra-parens:
- Support part of TS Nodes - by
@9romisein eslint-stylistic/eslint-stylistic#873 (7d4aa)- object-curly-spacing:
- Support
ImportAttribute- by@9romisein eslint-stylistic/eslint-stylistic#862 (000f2)🐞 Bug Fixes
- Disallow extra properties in rule options - by
@andreww2012and@9romisein eslint-stylistic/eslint-stylistic#883 (bac5f)- indent: Align first element when
VariableDeclaratorisfirst- by@9romisein eslint-stylistic/eslint-stylistic#861 (ddd14)
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.2.3 (2025-08-08)
Bug Fixes
- indent: correctly locate left paren in
CallExpressionwith specific type arguments (#910) (f551685)- indent: prevent crashes during
JSXFragmenthandling (#919) (5937be9)5.2.2 (2025-07-22)
Bug Fixes
- no-extra-parens: skip nested
TSUnionType/TSIntersectionTypewhennestedBinaryExpressions: false(#905) (348f62f)- object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#907) (9b77d02)
Chores
5.2.1 (2025-07-21)
Bug Fixes
- indent: ignore semicolon in
TSTypeAliasDeclaration(#903) (71aaccc)- run update, correct schema (#887) (cc06d9a)
Chores
- object-curly-spacing: simplify import/export checks (#897) (5c1b8e9)
- unify
isRegExpLiteral(#891) (0d9a5f7)Performance
5.2.0 (2025-07-16)
Features
- add
warnOnceutility for deprecation warnings (#867) (f015822)- indent: introduce
returnTypeforFunctionDeclarationandFunctionExpression(#884) (c0a09fb)- indent: support
TSTypeAliasDeclaration(#796) (c62afea)- keyword-spacing: support
ImportAttribute(#863) (08d4193)- multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
... (truncated)
Commits
621b82achore: release v5.2.3 (main) (#911)5937be9fix(indent): prevent crashes duringJSXFragmenthandling (#919)f551685fix(indent): correctly locate left paren inCallExpressionwith specific ty...7b45fc5chore: release v5.2.2 (main) (#908)ced7591refactor(padding-line-between-statements): simplify options definition (#900)9b77d02fix(object-curly-spacing): prevent crash when encountering multiple non-Impor...348f62ffix(no-extra-parens): skip nestedTSUnionType/TSIntersectionTypewhen `nest...dee0582chore: release v5.2.1 (main) (#888)71aacccfix(indent): ignore semicolon inTSTypeAliasDeclaration(#903)5c1b8e9refactor(object-curly-spacing): simplify import/export checks (#897)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+18
+18
Deletions:
-18
-18
Package Dependencies
Technical Details
| ID: | 5070683 |
| UUID: | 2741462893 |
| Node ID: | PR_kwDONewGes6jZ2dt |
| Host: | GitHub |
| Repository: | RakambdaOrg/github-action-repo-settings-sync |
| Merge State: | Unknown |