Skip to content

Commit 9211400

Browse files
Bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc). Updates `@eslint/js` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js) Updates `eslint` from 9.18.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.19.0) Updates `eslint-plugin-jsdoc` from 50.6.2 to 50.6.3 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.6.2...v50.6.3) Updates `eslint-plugin-jsonc` from 2.18.2 to 2.19.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.18.2...v2.19.1) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de4faea commit 9211400

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@
8181
"@babel/plugin-transform-class-properties": "^7.25.9",
8282
"@babel/preset-env": "^7.26.0",
8383
"@double-great/stylelint-a11y": "^3.0.2",
84-
"@eslint/js": "^9.18.0",
84+
"@eslint/js": "^9.19.0",
8585
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
8686
"babel-loader": "^9.2.1",
8787
"copy-webpack-plugin": "^12.0.2",
8888
"css-loader": "^7.1.2",
8989
"css-minimizer-webpack-plugin": "^7.0.0",
9090
"electron": "^34.0.0",
9191
"electron-builder": "^25.1.8",
92-
"eslint": "^9.18.0",
93-
"eslint-plugin-jsdoc": "^50.6.2",
94-
"eslint-plugin-jsonc": "^2.18.2",
92+
"eslint": "^9.19.0",
93+
"eslint-plugin-jsdoc": "^50.6.3",
94+
"eslint-plugin-jsonc": "^2.19.1",
9595
"eslint-plugin-unicorn": "^56.0.1",
9696
"eslint-plugin-vue": "^9.32.0",
9797
"eslint-plugin-vuejs-accessibility": "^2.4.1",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,10 +1030,10 @@
10301030
minimatch "^3.1.2"
10311031
strip-json-comments "^3.1.1"
10321032

1033-
"@eslint/js@9.18.0", "@eslint/js@^9.18.0":
1034-
version "9.18.0"
1035-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
1036-
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
1033+
"@eslint/js@9.19.0", "@eslint/js@^9.19.0":
1034+
version "9.19.0"
1035+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
1036+
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
10371037

10381038
"@eslint/object-schema@^2.1.5":
10391039
version "2.1.5"
@@ -4148,10 +4148,10 @@ eslint-plugin-import-x@^4.5.0:
41484148
stable-hash "^0.0.4"
41494149
tslib "^2.6.3"
41504150

4151-
eslint-plugin-jsdoc@^50.6.2:
4152-
version "50.6.2"
4153-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.2.tgz#9c95646d8d85a1b5ed87206695c8f10f2ee35537"
4154-
integrity sha512-n7GNZ4czMAAbDg7DsDA7PvHo1IPIUwAXYmxTx6j/hTlXbt5V0x5q/kGkiJ7s4wA9SpB/yaiK8jF7CO237lOLew==
4151+
eslint-plugin-jsdoc@^50.6.3:
4152+
version "50.6.3"
4153+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.3.tgz#668dc4d32e823c84ede7310cffbf70c9d370d291"
4154+
integrity sha512-NxbJyt1M5zffPcYZ8Nb53/8nnbIScmiLAMdoe0/FAszwb7lcSiX3iYBTsuF7RV84dZZJC8r3NghomrUXsmWvxQ==
41554155
dependencies:
41564156
"@es-joy/jsdoccomment" "~0.49.0"
41574157
are-docs-informative "^0.0.2"
@@ -4165,10 +4165,10 @@ eslint-plugin-jsdoc@^50.6.2:
41654165
spdx-expression-parse "^4.0.0"
41664166
synckit "^0.9.1"
41674167

4168-
eslint-plugin-jsonc@^2.18.2:
4169-
version "2.18.2"
4170-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.2.tgz#893520feb35d343e7438e2fb57fad179ef3ff6aa"
4171-
integrity sha512-SDhJiSsWt3nItl/UuIv+ti4g3m4gpGkmnUJS9UWR3TrpyNsIcnJoBRD7Kof6cM4Rk3L0wrmY5Tm3z7ZPjR2uGg==
4168+
eslint-plugin-jsonc@^2.19.1:
4169+
version "2.19.1"
4170+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.19.1.tgz#aeedd7131d115b8c46f439a8855139837a0e2752"
4171+
integrity sha512-MmlAOaZK1+Lg7YoCZPGRjb88ZjT+ct/KTsvcsbZdBm+w8WMzGx+XEmexk0m40P1WV9G2rFV7X3klyRGRpFXEjA==
41724172
dependencies:
41734173
"@eslint-community/eslint-utils" "^4.2.0"
41744174
eslint-compat-utils "^0.6.0"
@@ -4314,17 +4314,17 @@ eslint-visitor-keys@^4.2.0:
43144314
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
43154315
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
43164316

4317-
eslint@^9.18.0:
4318-
version "9.18.0"
4319-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
4320-
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
4317+
eslint@^9.19.0:
4318+
version "9.19.0"
4319+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
4320+
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
43214321
dependencies:
43224322
"@eslint-community/eslint-utils" "^4.2.0"
43234323
"@eslint-community/regexpp" "^4.12.1"
43244324
"@eslint/config-array" "^0.19.0"
43254325
"@eslint/core" "^0.10.0"
43264326
"@eslint/eslintrc" "^3.2.0"
4327-
"@eslint/js" "9.18.0"
4327+
"@eslint/js" "9.19.0"
43284328
"@eslint/plugin-kit" "^0.2.5"
43294329
"@humanfs/node" "^0.16.6"
43304330
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)