From 8dc58e6ce4ea5e04f6d45f1f3c14dbfc2772888e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 17:34:17 +0900
Subject: [PATCH] chore(deps): bump @stylistic/eslint-plugin-js from 2.12.1 to
2.13.0 (#69)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js)
from 2.12.1 to 2.13.0.
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)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin-js&package-manager=npm_and_yarn&previous-version=2.12.1&new-version=2.13.0)](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 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 196a776..d422073 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3251,9 +3251,9 @@
"license": "MIT"
},
"node_modules/@stylistic/eslint-plugin-js": {
- "version": "2.12.1",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.12.1.tgz",
- "integrity": "sha512-5ybogtEgWIGCR6dMnaabztbWyVdAPDsf/5XOk6jBonWug875Q9/a6gm9QxnU3rhdyDEnckWKX7dduwYJMOWrVA==",
+ "version": "2.13.0",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.13.0.tgz",
+ "integrity": "sha512-GPPDK4+fcbsQD58a3abbng2Dx+jBoxM5cnYjBM4T24WFZRZdlNSKvR19TxP8CPevzMOodQ9QVzNeqWvMXzfJRA==",
"license": "MIT",
"dependencies": {
"eslint-visitor-keys": "^4.2.0",
@@ -15809,7 +15809,7 @@
"globals": "^15.14.0"
},
"peerDependencies": {
- "eslint": ">=9.0.0"
+ "eslint": "^9.0.0"
}
},
"packages/eslint-config-bananass/node_modules/globals": {
@@ -15828,7 +15828,7 @@
"version": "0.0.0",
"license": "MIT",
"peerDependencies": {
- "prettier": ">=3.0.0"
+ "prettier": "^3.0.0"
}
},
"website": {