From 2a05aeb2e9e7fc066951a320f93794fe64db1ffb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 21 Nov 2025 13:17:34 +0000
Subject: [PATCH] chore(deps-dev): Bump @stylistic/eslint-plugin from 5.5.0 to
5.6.0 (#1528)
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.5.0 to 5.6.0.
Release notes
Sourced from @​stylistic/eslint-plugin's
releases.
v5.6.0
5.6.0
(2025-11-18)
Features
- arrow-spacing: support
TSFunctionType
and TSConstructorType (#1036)
(a5380d2)
- computed-property-spacing: support
TSIndexedAccessType (#1047)
(d6e7437)
- no-whitespace-before-property: support TS nodes (#1046)
(684ff76)
- type-annotation-spacing: deprecate
overrides.arrow in favor of arrow-spacing (#1037)
(598bbb0)
- update deps (#1052)
(29d09cc)
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
- deps: bump actions/download-artifact from 5 to 6
(#1033)
(8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029)
(aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034)
(657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType
(#1043)
(3fcec3e)
- indent: simplify logic in
JSXText (#1027)
(d83c5b0)
- space-infix-ops: simplify logic (#1022)
(6d57a7d)
- type-annotation-spacing: simplify type definitions
(#1031)
(aa6a0a3)
- type-annotation-spacing: use
unindent
for better collapse (#1032)
(839502a)
- type-generic-spacing: remove logic duplicated with
comma-spacing (#1024)
(361cfc8)
- upgrade to vitest v4 (#1040)
(c9d684b)
Changelog
Sourced from @​stylistic/eslint-plugin's
changelog.
5.6.0
(2025-11-18)
Features
- arrow-spacing: support
TSFunctionType
and TSConstructorType (#1036)
(a5380d2)
- computed-property-spacing: support
TSIndexedAccessType (#1047)
(d6e7437)
- no-whitespace-before-property: support TS nodes (#1046)
(684ff76)
- type-annotation-spacing: deprecate
overrides.arrow in favor of arrow-spacing (#1037)
(598bbb0)
- update deps (#1052)
(29d09cc)
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
- deps: bump actions/download-artifact from 5 to 6
(#1033)
(8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029)
(aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034)
(657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType
(#1043)
(3fcec3e)
- indent: simplify logic in
JSXText (#1027)
(d83c5b0)
- space-infix-ops: simplify logic (#1022)
(6d57a7d)
- type-annotation-spacing: simplify type definitions
(#1031)
(aa6a0a3)
- type-annotation-spacing: use
unindent
for better collapse (#1032)
(839502a)
- type-generic-spacing: remove logic duplicated with
comma-spacing (#1024)
(361cfc8)
- upgrade to vitest v4 (#1040)
(c9d684b)
Commits
1f5526a
chore: release v5.6.0 (main) (#1023)
684ff76
feat(no-whitespace-before-property): support TS nodes (#1046)
d6e7437
feat(computed-property-spacing): support
TSIndexedAccessType (#1047)
88248cf
docs(no-extra-parens): add missing ] in various examples.
(#1048)
aa0c6ac
fix(type-generic-spacing): ignore spaces after new in
TSConstructorType ...
3fcec3e
test(indent): cleanup TestCaseError#nodeType (#1043)
598bbb0
feat(type-annotation-spacing): deprecate overrides.arrow in
favor of `arrow...
a5380d2
feat(arrow-spacing): support TSFunctionType and
TSConstructorType (#1036)
c9d684b
test: upgrade to vitest v4 (#1040)
de3aaf1
chore: typo (#1038)
- 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 | 24 +++++++++++++++++++-----
package.json | 2 +-
2 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 985c0443..1451f50a 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.4",
- "@stylistic/eslint-plugin": "^5.5.0",
+ "@stylistic/eslint-plugin": "^5.6.0",
"@types/codemirror": "^5.60.17",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.19",
@@ -3019,14 +3019,14 @@
"license": "MIT"
},
"node_modules/@stylistic/eslint-plugin": {
- "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==",
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.6.0.tgz",
+ "integrity": "sha512-owEc4B8ME+O/xyZOkLVyLqPMsUgJXIM4XzCm5Vt3WvRXpyoOfYxgA+JkEiFqXPCI8+Nc2BzAT+KGAK7QleGs8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.9.0",
- "@typescript-eslint/types": "^8.46.1",
+ "@typescript-eslint/types": "^8.47.0",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
@@ -3039,6 +3039,20 @@
"eslint": ">=9.0.0"
}
},
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
+ "version": "8.47.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz",
+ "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
diff --git a/package.json b/package.json
index d6f61c5b..1b527f85 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.4",
- "@stylistic/eslint-plugin": "^5.5.0",
+ "@stylistic/eslint-plugin": "^5.6.0",
"@types/codemirror": "^5.60.17",
"@types/color": "^4.2.0",
"@types/cors": "^2.8.19",