chore(deps-dev): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 (#17019)
* chore(deps-dev): bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... 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:
parent
db0d03d84b
commit
30f3b44e15
|
|
@ -140,7 +140,7 @@
|
|||
"@eslint/eslintrc": "3.1.0",
|
||||
"@eslint/js": "9.12.0",
|
||||
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
||||
"@stylistic/eslint-plugin": "2.8.0",
|
||||
"@stylistic/eslint-plugin": "2.9.0",
|
||||
"@types/aes-js": "3.1.4",
|
||||
"@types/babel__preset-env": "7.9.7",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
|
|
|
|||
|
|
@ -274,8 +274,8 @@ importers:
|
|||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
'@stylistic/eslint-plugin':
|
||||
specifier: 2.8.0
|
||||
version: 2.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
specifier: 2.9.0
|
||||
version: 2.9.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
'@types/aes-js':
|
||||
specifier: 3.1.4
|
||||
version: 3.1.4
|
||||
|
|
@ -1816,8 +1816,8 @@ packages:
|
|||
resolution: {integrity: sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@stylistic/eslint-plugin@2.8.0':
|
||||
resolution: {integrity: sha512-Ufvk7hP+bf+pD35R/QfunF793XlSRIC7USr3/EdgduK9j13i2JjmsM0LUz3/foS+jDYp2fzyWZA9N44CPur0Ow==}
|
||||
'@stylistic/eslint-plugin@2.9.0':
|
||||
resolution: {integrity: sha512-OrDyFAYjBT61122MIY1a3SfEgy3YCMgt2vL4eoPmvTwDBwyQhAXurxNQznlRD/jESNfYWfID8Ej+31LljvF7Xg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
|
|
@ -7369,7 +7369,7 @@ snapshots:
|
|||
|
||||
'@sindresorhus/is@7.0.1': {}
|
||||
|
||||
'@stylistic/eslint-plugin@2.8.0(eslint@9.11.1)(typescript@5.6.2)':
|
||||
'@stylistic/eslint-plugin@2.9.0(eslint@9.11.1)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.8.0(eslint@9.11.1)(typescript@5.6.2)
|
||||
eslint: 9.11.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue