From 4a94222c7b8b5a332f40bcf2614e501f56ee14d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 22:27:20 +0900
Subject: [PATCH] chore(deps): update @stylistic/eslint-plugin-js requirement
from ^2.12.1 to ^2.13.0 in /packages/eslint-config-bananass (#73)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on
[@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js)
to permit the latest version.
Release notes
Sourced from @​stylistic/eslint-plugin-js
's
releases.
v2.13.0
2.13.0
(2025-01-13)
Features
- key-spacing: add ignoredNodes option (#640)
(33ae1f6)
- no-extra-parens: introduce
nestedConditionalExpressions
option (#657)
(bf63800)
- padded-blocks: add start and end options (#655)
(cf49939)
Bug Fixes
- indent-binary-ops: correctly handle
TypeAliasDeclaration
(#647)
(ca2aabc)
- indent-binary-ops: indent on multiline assignment
(#644)
(d708587)
Documentation
Chores
- replace deprecated
isSpaceBetweenTokens
with
isSpaceBetween
(#646)
(6da7c42)
Changelog
Sourced from @​stylistic/eslint-plugin-js
's
changelog.
2.13.0
(2025-01-13)
Features
- key-spacing: add ignoredNodes option (#640)
(33ae1f6)
- no-extra-parens: introduce
nestedConditionalExpressions
option (#657)
(bf63800)
- padded-blocks: add start and end options (#655)
(cf49939)
Bug Fixes
- indent-binary-ops: correctly handle
TypeAliasDeclaration
(#647)
(ca2aabc)
- indent-binary-ops: indent on multiline assignment
(#644)
(d708587)
Documentation
Chores
- replace deprecated
isSpaceBetweenTokens
with
isSpaceBetween
(#646)
(6da7c42)
2.12.1
(2024-12-11)
Features
- indent: introduce
offsetTernaryExpressionsOffsetCallExpressions
options (#636)
(c14a3ee)
Documentation
- correct eslint flat config in migration guide (#634)
(16a0ae0)
Chores
2.12.0
(2024-12-08)
Bug Fixes
- comma-style: handles comma after default import and
trailing comma (#600)
(2d8d8ce)
- function-call-spacing: remove invalid defaults from
schema (#617)
(0714754)
... (truncated)
Commits
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>
---
packages/eslint-config-bananass/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/eslint-config-bananass/package.json b/packages/eslint-config-bananass/package.json
index 7f67385..1b01e5c 100644
--- a/packages/eslint-config-bananass/package.json
+++ b/packages/eslint-config-bananass/package.json
@@ -40,7 +40,7 @@
"eslint": "^9.0.0"
},
"dependencies": {
- "@stylistic/eslint-plugin-js": "^2.12.1",
+ "@stylistic/eslint-plugin-js": "^2.13.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"globals": "^15.14.0"