chore(deps-dev): bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 (#15903)
* chore(deps-dev): bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 53.0.0 to 54.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.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
fceb7e570f
commit
a4f0bbe67c
|
|
@ -163,7 +163,7 @@
|
|||
"eslint-nibble": "8.1.0",
|
||||
"eslint-plugin-n": "17.9.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-unicorn": "53.0.0",
|
||||
"eslint-plugin-unicorn": "54.0.0",
|
||||
"eslint-plugin-yml": "1.14.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"got": "14.4.1",
|
||||
|
|
|
|||
|
|
@ -343,8 +343,8 @@ importers:
|
|||
specifier: 5.1.3
|
||||
version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2)
|
||||
eslint-plugin-unicorn:
|
||||
specifier: 53.0.0
|
||||
version: 53.0.0(eslint@8.57.0)
|
||||
specifier: 54.0.0
|
||||
version: 54.0.0(eslint@8.57.0)
|
||||
eslint-plugin-yml:
|
||||
specifier: 1.14.0
|
||||
version: 1.14.0(eslint@8.57.0)
|
||||
|
|
@ -2704,8 +2704,8 @@ packages:
|
|||
eslint-config-prettier:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-unicorn@53.0.0:
|
||||
resolution: {integrity: sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==}
|
||||
eslint-plugin-unicorn@54.0.0:
|
||||
resolution: {integrity: sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==}
|
||||
engines: {node: '>=18.18'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.56.0'
|
||||
|
|
@ -8131,7 +8131,7 @@ snapshots:
|
|||
'@types/eslint': 8.56.10
|
||||
eslint-config-prettier: 9.1.0(eslint@8.57.0)
|
||||
|
||||
eslint-plugin-unicorn@53.0.0(eslint@8.57.0):
|
||||
eslint-plugin-unicorn@54.0.0(eslint@8.57.0):
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue