setup-git-for-windows-sdk
setup-git-for-windows-sdk copied to clipboard
build(deps-dev): Bump @stylistic/eslint-plugin from 4.4.1 to 5.5.0
Bumps @stylistic/eslint-plugin from 4.4.1 to 5.5.0.
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.5.0
5.5.0 (2025-10-18)
Features
- comma-dangle: support
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f)- comma-dangle: support
TSTypeParameterInstantiation(#1016) (ba930e7)- indent: deprecate
offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1)- indent: introduce
NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f)- new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjectsoption 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
NewExpressioninConditionalExpression(#994) (01cec33)- replace
context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides(#998) (6452b52)Chores
- no-extra-parens: remove useless logic (#1013) (8e34765)
- remove
TestCaseError#type(#1005) (83d00c5)- replace
Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)v5.4.0
5.4.0 (2025-09-19)
Features
- generator-star-spacing: introduce
shorthandto override property function shorthands (#980) (62d7a17)- introduce experimental mechanism (#894) (87f09ee)
- object-curly-spacing: introduce
overrides(#898) (2a422b7)Bug Fixes
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.5.0 (2025-10-18)
Features
- comma-dangle: support
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f)- comma-dangle: support
TSTypeParameterInstantiation(#1016) (ba930e7)- indent: deprecate
offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1)- indent: introduce
NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f)- new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjectsoption 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
NewExpressioninConditionalExpression(#994) (01cec33)- replace
context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides(#998) (6452b52)Chores
- no-extra-parens: remove useless logic (#1013) (8e34765)
- remove
TestCaseError#type(#1005) (83d00c5)- replace
Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)5.4.0 (2025-09-19)
Features
- generator-star-spacing: introduce
shorthandto override property function shorthands (#980) (62d7a17)- introduce experimental mechanism (#894) (87f09ee)
- object-curly-spacing: introduce
overrides(#898) (2a422b7)Bug Fixes
... (truncated)
Commits
ad0c6a9chore: release v5.5.0 (main) (#995)ba930e7feat(comma-dangle): supportTSTypeParameterInstantiation(#1016)b3a3acffeat(padding-line-between-statements): narrow report range to reduce noise (#...cd3776ffeat(comma-dangle): supportTSFunctionTypeandTSDeclareFunction(#1015)8e34765refactor(no-extra-parens): remove useless logic (#1013)9d5085cfeat: update deps (#1011)f2837b1feat(indent): deprecateoffsetTernaryExpressionsOffsetCallExpressionsvia `...85ef5bcfeat(object-curly-spacing): addemptyObjectsoption to control spacing in e...a9ec0defeat: new rule list-style (#895)2b5a39ffeat(indent): introduceNewExpressionandAwaitExpressionin `offsetTerna...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @stylistic/eslint-plugin since your current version.
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)