chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.6.2 to 1.6.3 (#14604)

* chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.6.2 to 1.6.3

Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.6.3/packages/eslint-plugin-js)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 02:55:30 +00:00 committed by GitHub
parent 2971a3c798
commit 3f0447e9c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -160,7 +160,7 @@
"@babel/preset-typescript": "7.23.3",
"@jest/globals": "29.7.0",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@stylistic/eslint-plugin-js": "1.6.2",
"@stylistic/eslint-plugin-js": "1.6.3",
"@types/aes-js": "3.1.4",
"@types/crypto-js": "4.2.2",
"@types/eslint": "8.56.4",

View File

@ -254,8 +254,8 @@ devDependencies:
specifier: 3.0.0
version: 3.0.0
'@stylistic/eslint-plugin-js':
specifier: 1.6.2
version: 1.6.2(eslint@8.57.0)
specifier: 1.6.3
version: 1.6.3(eslint@8.57.0)
'@types/aes-js':
specifier: 3.1.4
version: 3.1.4
@ -2554,8 +2554,8 @@ packages:
'@sinonjs/commons': 3.0.1
dev: true
/@stylistic/eslint-plugin-js@1.6.2(eslint@8.57.0):
resolution: {integrity: sha512-ndT6X2KgWGxv8101pdMOxL8pihlYIHcOv3ICd70cgaJ9exwkPn8hJj4YQwslxoAlre1TFHnXd/G1/hYXgDrjIA==}
/@stylistic/eslint-plugin-js@1.6.3(eslint@8.57.0):
resolution: {integrity: sha512-ckdz51oHxD2FaxgY2piJWJVJiwgp8Uu96s+as2yB3RMwavn3nHBrpliVukXY9S/DmMicPRB2+H8nBk23GDG+qA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: '>=8.40.0'