From 3b4016af92be32c7fa39886a526e464a3ce920ce Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Oct 2025 13:28:07 +0000
Subject: [PATCH] chore(deps-dev): Bump @stylistic/eslint-plugin from 5.4.0 to
5.5.0 (#1459)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)
from 5.4.0 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
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
- 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.call with
Object.hasOwn (#992)
(97193e1)
Changelog
Sourced from @​stylistic/eslint-plugin's
changelog.
5.5.0
(2025-10-18)
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
- 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.call with
Object.hasOwn (#992)
(97193e1)
Commits
ad0c6a9
chore: release v5.5.0 (main) (#995)
ba930e7
feat(comma-dangle): support TSTypeParameterInstantiation
(#1016)
b3a3acf
feat(padding-line-between-statements): narrow report range to reduce
noise (#...
cd3776f
feat(comma-dangle): support TSFunctionType and
TSDeclareFunction (#1015)
8e34765
refactor(no-extra-parens): remove useless logic (#1013)
9d5085c
feat: update deps (#1011)
f2837b1
feat(indent): deprecate
offsetTernaryExpressionsOffsetCallExpressions via `...
85ef5bc
feat(object-curly-spacing): add emptyObjects option to
control spacing in e...
a9ec0de
feat: new rule list-style (#895)
2b5a39f
feat(indent): introduce NewExpression and
AwaitExpression in `offsetTerna...
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 10 +++++-----
package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index fdee3ab8..41f275b4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -69,7 +69,7 @@
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^6.0.1",
- "@stylistic/eslint-plugin": "^5.4.0",
+ "@stylistic/eslint-plugin": "^5.5.0",
"@types/codemirror": "^5.60.16",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.19",
@@ -2996,14 +2996,14 @@
"license": "MIT"
},
"node_modules/@stylistic/eslint-plugin": {
- "version": "5.4.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.4.0.tgz",
- "integrity": "sha512-UG8hdElzuBDzIbjG1QDwnYH0MQ73YLXDFHgZzB4Zh/YJfnw8XNsloVtytqzx0I2Qky9THSdpTmi8Vjn/pf/Lew==",
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz",
+ "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.9.0",
- "@typescript-eslint/types": "^8.44.0",
+ "@typescript-eslint/types": "^8.46.1",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
diff --git a/package.json b/package.json
index 1ef3820c..24710dbb 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-replace": "^6.0.2",
"@shellygo/cypress-test-utils": "^6.0.1",
- "@stylistic/eslint-plugin": "^5.4.0",
+ "@stylistic/eslint-plugin": "^5.5.0",
"@types/codemirror": "^5.60.16",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.19",