chore(deps-dev): bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1 (#17405)
* chore(deps-dev): bump @stylistic/eslint-plugin from 2.9.0 to 2.10.1 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.9.0 to 2.10.1. - [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.10.1/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 * test: trigger tests --------- 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
a3ec1fe3db
commit
5225991164
|
|
@ -142,7 +142,7 @@
|
|||
"@eslint/eslintrc": "3.1.0",
|
||||
"@eslint/js": "9.13.0",
|
||||
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
||||
"@stylistic/eslint-plugin": "2.9.0",
|
||||
"@stylistic/eslint-plugin": "2.10.1",
|
||||
"@types/aes-js": "3.1.4",
|
||||
"@types/babel__preset-env": "7.9.7",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
|
|
|
|||
|
|
@ -280,8 +280,8 @@ importers:
|
|||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
'@stylistic/eslint-plugin':
|
||||
specifier: 2.9.0
|
||||
version: 2.9.0(eslint@9.13.0)(typescript@5.6.3)
|
||||
specifier: 2.10.1
|
||||
version: 2.10.1(eslint@9.13.0)(typescript@5.6.3)
|
||||
'@types/aes-js':
|
||||
specifier: 3.1.4
|
||||
version: 3.1.4
|
||||
|
|
@ -1785,8 +1785,8 @@ packages:
|
|||
resolution: {integrity: sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@stylistic/eslint-plugin@2.9.0':
|
||||
resolution: {integrity: sha512-OrDyFAYjBT61122MIY1a3SfEgy3YCMgt2vL4eoPmvTwDBwyQhAXurxNQznlRD/jESNfYWfID8Ej+31LljvF7Xg==}
|
||||
'@stylistic/eslint-plugin@2.10.1':
|
||||
resolution: {integrity: sha512-U+4yzNXElTf9q0kEfnloI9XbOyD4cnEQCxjUI94q0+W++0GAEQvJ/slwEj9lwjDHfGADRSr+Tco/z0XJvmDfCQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
|
|
@ -7286,7 +7286,7 @@ snapshots:
|
|||
|
||||
'@sindresorhus/is@7.0.1': {}
|
||||
|
||||
'@stylistic/eslint-plugin@2.9.0(eslint@9.13.0)(typescript@5.6.3)':
|
||||
'@stylistic/eslint-plugin@2.10.1(eslint@9.13.0)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.12.2(eslint@9.13.0)(typescript@5.6.3)
|
||||
eslint: 9.13.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue