chore(deps-dev): bump eslint-plugin-unicorn from 54.0.0 to 55.0.0 (#16255)
* chore(deps-dev): bump eslint-plugin-unicorn from 54.0.0 to 55.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 54.0.0 to 55.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... 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
511e73af9a
commit
e01ac75124
|
|
@ -172,7 +172,7 @@
|
|||
"eslint-nibble": "8.1.0",
|
||||
"eslint-plugin-n": "17.9.0",
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"eslint-plugin-unicorn": "54.0.0",
|
||||
"eslint-plugin-unicorn": "55.0.0",
|
||||
"eslint-plugin-yml": "1.14.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"globals": "15.8.0",
|
||||
|
|
|
|||
|
|
@ -370,8 +370,8 @@ importers:
|
|||
specifier: 5.2.1
|
||||
version: 5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@9.7.0))(eslint@9.7.0)(prettier@3.3.3)
|
||||
eslint-plugin-unicorn:
|
||||
specifier: 54.0.0
|
||||
version: 54.0.0(eslint@9.7.0)
|
||||
specifier: 55.0.0
|
||||
version: 55.0.0(eslint@9.7.0)
|
||||
eslint-plugin-yml:
|
||||
specifier: 1.14.0
|
||||
version: 1.14.0(eslint@9.7.0)
|
||||
|
|
@ -3498,8 +3498,8 @@ packages:
|
|||
eslint-config-prettier:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-unicorn@54.0.0:
|
||||
resolution: {integrity: sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==}
|
||||
eslint-plugin-unicorn@55.0.0:
|
||||
resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
|
||||
engines: {node: '>=18.18'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.56.0'
|
||||
|
|
@ -10838,16 +10838,16 @@ snapshots:
|
|||
'@types/eslint': 9.6.0
|
||||
eslint-config-prettier: 9.1.0(eslint@9.7.0)
|
||||
|
||||
eslint-plugin-unicorn@54.0.0(eslint@9.7.0):
|
||||
eslint-plugin-unicorn@55.0.0(eslint@9.7.0):
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
|
||||
'@eslint/eslintrc': 3.1.0
|
||||
ci-info: 4.0.0
|
||||
clean-regexp: 1.0.0
|
||||
core-js-compat: 3.37.1
|
||||
eslint: 9.7.0
|
||||
esquery: 1.6.0
|
||||
globals: 15.8.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.2.1
|
||||
jsesc: 3.0.2
|
||||
|
|
@ -10857,8 +10857,6 @@ snapshots:
|
|||
regjsparser: 0.10.0
|
||||
semver: 7.6.3
|
||||
strip-indent: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-yml@1.14.0(eslint@9.7.0):
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue