Chore(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.2.2
Open
Number: #364
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
July 23, 2025 at 02:20 AM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
July 23, 2025 at 02:20 AM UTC
(about 2 months ago)
(about 2 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @stylistic/eslint-plugin from 4.4.1 to 5.2.2.
Release notes
Sourced from @stylistic/eslint-plugin
's releases.
v5.2.2
🐞 Bug Fixes
- no-extra-parens: Skip nested
TSUnionType/TSIntersectionType
whennestedBinaryExpressions: false
- by@9romise
in eslint-stylistic/eslint-stylistic#905 (348f6)- object-curly-spacing: Prevent crash when encountering multiple non-ImportSpecifier nodes - by
@9romise
in eslint-stylistic/eslint-stylistic#907 (9b77d)View changes on GitHub
v5.2.1
🐞 Bug Fixes
- Run update, correct schema - by
@9romise
in eslint-stylistic/eslint-stylistic#887 (cc06d)- indent: Ignore semicolon in
TSTypeAliasDeclaration
- by@9romise
in eslint-stylistic/eslint-stylistic#903 (71aac)🏎 Performance
- Reduce array iterations - by
@9romise
in eslint-stylistic/eslint-stylistic#886 (84b7d)View changes on GitHub
v5.2.0
🚀 Features
- Support
AccessorProperty
- by@9romise
in eslint-stylistic/eslint-stylistic#829 (2143f)- Add
warnOnce
utility for deprecation warnings - by@9romise
in eslint-stylistic/eslint-stylistic#867 (f0158)- indent:
- Support
TSTypeAliasDeclaration
- by@shixianqin
, Vida Xie and@9romise
in eslint-stylistic/eslint-stylistic#796 (c62af)- Introduce
returnType
forFunctionDeclaration
andFunctionExpression
- by@9romise
in eslint-stylistic/eslint-stylistic#884 (c0a09)- keyword-spacing:
- Support
ImportAttribute
- by@9romise
in eslint-stylistic/eslint-stylistic#863 (08d41)- multiline-comment-style:
- Add support for exclamation comments - by
@IronGeek
in eslint-stylistic/eslint-stylistic#876 (b2ece)- no-extra-parens:
- Support part of TS Nodes - by
@9romise
in eslint-stylistic/eslint-stylistic#873 (7d4aa)- object-curly-spacing:
- Support
ImportAttribute
- by@9romise
in eslint-stylistic/eslint-stylistic#862 (000f2)🐞 Bug Fixes
- Disallow extra properties in rule options - by
@andreww2012
and@9romise
in eslint-stylistic/eslint-stylistic#883 (bac5f)- indent: Align first element when
VariableDeclarator
isfirst
- by@9romise
in eslint-stylistic/eslint-stylistic#861 (ddd14)View changes on GitHub
v5.1.0
5.1.0 (2025-06-29)
Bug Fixes
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin
's changelog.
5.2.2 (2025-07-22)
Bug Fixes
- no-extra-parens: skip nested
TSUnionType/TSIntersectionType
whennestedBinaryExpressions: 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
warnOnce
utility for deprecation warnings (#867) (f015822)- indent: introduce
returnType
forFunctionDeclaration
andFunctionExpression
(#884) (c0a09fb)- indent: support
TSTypeAliasDeclaration
(#796) (c62afea)- keyword-spacing: support
ImportAttribute
(#863) (08d4193)- multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
- no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
- object-curly-spacing: support
ImportAttribute
(#862) (000f2f4)- support
AccessorProperty
(#829) (2143f34)Bug Fixes
... (truncated)
Commits
7b45fc5
chore: release v5.2.2 (main) (#908)ced7591
refactor(padding-line-between-statements): simplify options definition (#900)9b77d02
fix(object-curly-spacing): prevent crash when encountering multiple non-Impor...348f62f
fix(no-extra-parens): skip nestedTSUnionType/TSIntersectionType
when `nest...dee0582
chore: release v5.2.1 (main) (#888)71aaccc
fix(indent): ignore semicolon inTSTypeAliasDeclaration
(#903)5c1b8e9
refactor(object-curly-spacing): simplify import/export checks (#897)0d9a5f7
refactor: unifyisRegExpLiteral
(#891)cc06d9a
fix: run update, correct schema (#887)84b7d0e
perf: reduce array iterations (#886)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will 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:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
ID: | 4068755 |
UUID: | 2687276407 |
Node ID: | PR_kwDOAvOSEs6gLJV3 |
Host: | GitHub |
Repository: | posthtml/htmlnano |
Merge State: | Unknown |