Skip to content

Commit 8e23ef1

Browse files
Bump the eslint group with 2 updates
Bumps the eslint group with 2 updates: [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) and [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml). Updates `eslint-plugin-jsonc` from 2.13.0 to 2.14.1 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-jsonc@v2.13.0...v2.14.1) Updates `eslint-plugin-yml` from 1.12.2 to 1.13.2 - [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](ota-meshi/eslint-plugin-yml@v1.12.2...v1.13.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16f38ff commit 8e23ef1

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@
9595
"eslint-config-prettier": "^9.1.0",
9696
"eslint-config-standard": "^17.1.0",
9797
"eslint-plugin-import": "^2.29.1",
98-
"eslint-plugin-jsonc": "^2.13.0",
98+
"eslint-plugin-jsonc": "^2.14.1",
9999
"eslint-plugin-n": "^16.6.2",
100100
"eslint-plugin-prettier": "^5.1.3",
101101
"eslint-plugin-promise": "^6.1.1",
102102
"eslint-plugin-unicorn": "^51.0.1",
103103
"eslint-plugin-vue": "^9.23.0",
104104
"eslint-plugin-vuejs-accessibility": "^2.2.1",
105-
"eslint-plugin-yml": "^1.12.2",
105+
"eslint-plugin-yml": "^1.13.2",
106106
"html-webpack-plugin": "^5.6.0",
107107
"js-yaml": "^4.1.0",
108108
"json-minimizer-webpack-plugin": "^5.0.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3704,10 +3704,10 @@ eslint-compat-utils@^0.1.2:
37043704
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.1.2.tgz#f45e3b5ced4c746c127cf724fb074cd4e730d653"
37053705
integrity sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==
37063706

3707-
eslint-compat-utils@^0.4.0:
3708-
version "0.4.1"
3709-
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz#498d9dad03961174a283f7741838a3fbe4a34e89"
3710-
integrity sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==
3707+
eslint-compat-utils@^0.5.0:
3708+
version "0.5.0"
3709+
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz#f7b2eb2befec25a370fac76934d3f9189f312a65"
3710+
integrity sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==
37113711
dependencies:
37123712
semver "^7.5.4"
37133713

@@ -3769,13 +3769,13 @@ eslint-plugin-import@^2.29.1:
37693769
semver "^6.3.1"
37703770
tsconfig-paths "^3.15.0"
37713771

3772-
eslint-plugin-jsonc@^2.13.0:
3773-
version "2.13.0"
3774-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.13.0.tgz#e05f88d3671c08ca96e87b5be6a4cfe8d66e6746"
3775-
integrity sha512-2wWdJfpO/UbZzPDABuUVvlUQjfMJa2p2iQfYt/oWxOMpXCcjuiMUSaA02gtY/Dbu82vpaSqc+O7Xq6ECHwtIxA==
3772+
eslint-plugin-jsonc@^2.14.1:
3773+
version "2.14.1"
3774+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.14.1.tgz#1ad123c9b28e91b76b5b5fefaa71c46bd6a1d981"
3775+
integrity sha512-Tei6G4N7pZulP5MHi0EIdtseiCqUPkDMd0O8Zrw4muMIlsjJ5/B9X+U3Pfo6B7l0mTL9LN9FwuWT70dRJ6z7tg==
37763776
dependencies:
37773777
"@eslint-community/eslint-utils" "^4.2.0"
3778-
eslint-compat-utils "^0.4.0"
3778+
eslint-compat-utils "^0.5.0"
37793779
espree "^9.6.1"
37803780
graphemer "^1.4.0"
37813781
jsonc-eslint-parser "^2.0.4"
@@ -3856,13 +3856,13 @@ eslint-plugin-vuejs-accessibility@^2.2.1:
38563856
emoji-regex "^10.0.0"
38573857
vue-eslint-parser "^9.0.1"
38583858

3859-
eslint-plugin-yml@^1.12.2:
3860-
version "1.12.2"
3861-
resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.12.2.tgz#e75d27cfbf5c0297c509b409fd8d43dfc2c4dc8b"
3862-
integrity sha512-hvS9p08FhPT7i/ynwl7/Wt7ke7Rf4P2D6fT8lZlL43peZDTsHtH2A0SIFQ7Kt7+mJ6if6P+FX3iJhMkdnxQwpg==
3859+
eslint-plugin-yml@^1.13.2:
3860+
version "1.13.2"
3861+
resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.13.2.tgz#e4ef9a3316da3fc1cb35919c43ca9d1fe12e220a"
3862+
integrity sha512-1i71VhmsG5UxE41rIJmJjhlTTxYy7upAY5Hqj8AdBc7rfJzRIZr3a2spuOS8+N7ZDCWsHAWY3J6lzQNQHDv6Uw==
38633863
dependencies:
38643864
debug "^4.3.2"
3865-
eslint-compat-utils "^0.4.0"
3865+
eslint-compat-utils "^0.5.0"
38663866
lodash "^4.17.21"
38673867
natural-compare "^1.4.0"
38683868
yaml-eslint-parser "^1.2.1"

0 commit comments

Comments
 (0)