chore(deps-dev): bump eslint-plugin-yml from 1.9.0 to 1.10.0 (#13484)
* chore(deps-dev): bump eslint-plugin-yml from 1.9.0 to 1.10.0 Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml 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
4f306c825e
commit
b737aadb7a
|
|
@ -185,7 +185,7 @@
|
|||
"eslint-config-prettier": "9.0.0",
|
||||
"eslint-plugin-n": "16.1.0",
|
||||
"eslint-plugin-prettier": "5.0.0",
|
||||
"eslint-plugin-yml": "1.9.0",
|
||||
"eslint-plugin-yml": "1.10.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"husky": "8.0.3",
|
||||
"jest": "29.7.0",
|
||||
|
|
|
|||
|
|
@ -308,8 +308,8 @@ devDependencies:
|
|||
specifier: 5.0.0
|
||||
version: 5.0.0(@types/eslint@8.44.3)(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3)
|
||||
eslint-plugin-yml:
|
||||
specifier: 1.9.0
|
||||
version: 1.9.0(eslint@8.51.0)
|
||||
specifier: 1.10.0
|
||||
version: 1.10.0(eslint@8.51.0)
|
||||
fs-extra:
|
||||
specifier: 11.1.1
|
||||
version: 11.1.1
|
||||
|
|
@ -3162,6 +3162,15 @@ packages:
|
|||
source-map: 0.6.1
|
||||
dev: false
|
||||
|
||||
/eslint-compat-utils@0.1.2(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
eslint: 8.51.0
|
||||
dev: true
|
||||
|
||||
/eslint-config-prettier@9.0.0(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==}
|
||||
hasBin: true
|
||||
|
|
@ -3222,14 +3231,15 @@ packages:
|
|||
synckit: 0.8.5
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-yml@1.9.0(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==}
|
||||
/eslint-plugin-yml@1.10.0(eslint@8.51.0):
|
||||
resolution: {integrity: sha512-53SUwuNDna97lVk38hL/5++WXDuugPM9SUQ1T645R0EHMRCdBIIxGye/oOX2qO3FQ7aImxaUZJU/ju+NMUBrLQ==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.51.0
|
||||
eslint-compat-utils: 0.1.2(eslint@8.51.0)
|
||||
lodash: 4.17.21
|
||||
natural-compare: 1.4.0
|
||||
yaml-eslint-parser: 1.2.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue