chore(deps-dev): bump eslint-plugin-yml from 1.18.0 to 1.19.0 (#20222)
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 1.18.0 to 1.19.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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: eslint-plugin-yml dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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
dffc6ca1d6
commit
debb9f934e
|
|
@ -176,7 +176,7 @@
|
|||
"eslint-plugin-n": "17.23.1",
|
||||
"eslint-plugin-prettier": "5.5.4",
|
||||
"eslint-plugin-unicorn": "61.0.2",
|
||||
"eslint-plugin-yml": "1.18.0",
|
||||
"eslint-plugin-yml": "1.19.0",
|
||||
"fs-extra": "11.3.2",
|
||||
"globals": "16.4.0",
|
||||
"got": "14.4.9",
|
||||
|
|
|
|||
|
|
@ -406,8 +406,8 @@ importers:
|
|||
specifier: 61.0.2
|
||||
version: 61.0.2(eslint@9.36.0(jiti@2.6.1))
|
||||
eslint-plugin-yml:
|
||||
specifier: 1.18.0
|
||||
version: 1.18.0(eslint@9.36.0(jiti@2.6.1))
|
||||
specifier: 1.19.0
|
||||
version: 1.19.0(eslint@9.36.0(jiti@2.6.1))
|
||||
fs-extra:
|
||||
specifier: 11.3.2
|
||||
version: 11.3.2
|
||||
|
|
@ -3305,6 +3305,10 @@ packages:
|
|||
dezalgo@1.0.4:
|
||||
resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==}
|
||||
|
||||
diff-sequences@27.5.1:
|
||||
resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
||||
|
||||
diff@8.0.2:
|
||||
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
|
||||
engines: {node: '>=0.3.1'}
|
||||
|
|
@ -3577,8 +3581,8 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: '>=9.29.0'
|
||||
|
||||
eslint-plugin-yml@1.18.0:
|
||||
resolution: {integrity: sha512-9NtbhHRN2NJa/s3uHchO3qVVZw0vyOIvWlXWGaKCr/6l3Go62wsvJK5byiI6ZoYztDsow4GnS69BZD3GnqH3hA==}
|
||||
eslint-plugin-yml@1.19.0:
|
||||
resolution: {integrity: sha512-S+4GbcCWksFKAvFJtf0vpdiCkZZvDJCV4Zsi9ahmYkYOYcf+LRqqzvzkb/ST7vTYV6sFwXOvawzYyL/jFT2nQA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
|
@ -9211,6 +9215,8 @@ snapshots:
|
|||
asap: 2.0.6
|
||||
wrappy: 1.0.2
|
||||
|
||||
diff-sequences@27.5.1: {}
|
||||
|
||||
diff@8.0.2: {}
|
||||
|
||||
difflib@https://codeload.github.com/postlight/difflib.js/tar.gz/32e8e38c7fcd935241b9baab71bb432fd9b166ed:
|
||||
|
|
@ -9550,9 +9556,10 @@ snapshots:
|
|||
semver: 7.7.2
|
||||
strip-indent: 4.0.0
|
||||
|
||||
eslint-plugin-yml@1.18.0(eslint@9.36.0(jiti@2.6.1)):
|
||||
eslint-plugin-yml@1.19.0(eslint@9.36.0(jiti@2.6.1)):
|
||||
dependencies:
|
||||
debug: 4.4.1
|
||||
debug: 4.4.3
|
||||
diff-sequences: 27.5.1
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 9.36.0(jiti@2.6.1)
|
||||
eslint-compat-utils: 0.6.5(eslint@9.36.0(jiti@2.6.1))
|
||||
|
|
|
|||
Loading…
Reference in New Issue