Skip to content

Commit 3cd124b

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 04175f6 commit 3cd124b

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.7",
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.1",
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
@@ -1012,10 +1012,10 @@
10121012
minimatch "^3.1.2"
10131013
strip-json-comments "^3.1.1"
10141014

1015-
"@eslint/js@9.18.0", "@eslint/js@^9.18.0":
1016-
version "9.18.0"
1017-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
1018-
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
1015+
"@eslint/js@9.19.0", "@eslint/js@^9.19.0":
1016+
version "9.19.0"
1017+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.19.0.tgz#51dbb140ed6b49d05adc0b171c41e1a8713b7789"
1018+
integrity sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==
10191019

10201020
"@eslint/object-schema@^2.1.5":
10211021
version "2.1.5"
@@ -4130,10 +4130,10 @@ eslint-plugin-import-x@^4.5.0:
41304130
stable-hash "^0.0.4"
41314131
tslib "^2.6.3"
41324132

4133-
eslint-plugin-jsdoc@^50.6.2:
4134-
version "50.6.2"
4135-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.2.tgz#9c95646d8d85a1b5ed87206695c8f10f2ee35537"
4136-
integrity sha512-n7GNZ4czMAAbDg7DsDA7PvHo1IPIUwAXYmxTx6j/hTlXbt5V0x5q/kGkiJ7s4wA9SpB/yaiK8jF7CO237lOLew==
4133+
eslint-plugin-jsdoc@^50.6.3:
4134+
version "50.6.3"
4135+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.3.tgz#668dc4d32e823c84ede7310cffbf70c9d370d291"
4136+
integrity sha512-NxbJyt1M5zffPcYZ8Nb53/8nnbIScmiLAMdoe0/FAszwb7lcSiX3iYBTsuF7RV84dZZJC8r3NghomrUXsmWvxQ==
41374137
dependencies:
41384138
"@es-joy/jsdoccomment" "~0.49.0"
41394139
are-docs-informative "^0.0.2"
@@ -4147,10 +4147,10 @@ eslint-plugin-jsdoc@^50.6.2:
41474147
spdx-expression-parse "^4.0.0"
41484148
synckit "^0.9.1"
41494149

4150-
eslint-plugin-jsonc@^2.18.2:
4151-
version "2.18.2"
4152-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.2.tgz#893520feb35d343e7438e2fb57fad179ef3ff6aa"
4153-
integrity sha512-SDhJiSsWt3nItl/UuIv+ti4g3m4gpGkmnUJS9UWR3TrpyNsIcnJoBRD7Kof6cM4Rk3L0wrmY5Tm3z7ZPjR2uGg==
4150+
eslint-plugin-jsonc@^2.19.1:
4151+
version "2.19.1"
4152+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.19.1.tgz#aeedd7131d115b8c46f439a8855139837a0e2752"
4153+
integrity sha512-MmlAOaZK1+Lg7YoCZPGRjb88ZjT+ct/KTsvcsbZdBm+w8WMzGx+XEmexk0m40P1WV9G2rFV7X3klyRGRpFXEjA==
41544154
dependencies:
41554155
"@eslint-community/eslint-utils" "^4.2.0"
41564156
eslint-compat-utils "^0.6.0"
@@ -4296,17 +4296,17 @@ eslint-visitor-keys@^4.2.0:
42964296
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
42974297
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
42984298

4299-
eslint@^9.18.0:
4300-
version "9.18.0"
4301-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
4302-
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
4299+
eslint@^9.19.0:
4300+
version "9.19.0"
4301+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.19.0.tgz#ffa1d265fc4205e0f8464330d35f09e1d548b1bf"
4302+
integrity sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==
43034303
dependencies:
43044304
"@eslint-community/eslint-utils" "^4.2.0"
43054305
"@eslint-community/regexpp" "^4.12.1"
43064306
"@eslint/config-array" "^0.19.0"
43074307
"@eslint/core" "^0.10.0"
43084308
"@eslint/eslintrc" "^3.2.0"
4309-
"@eslint/js" "9.18.0"
4309+
"@eslint/js" "9.19.0"
43104310
"@eslint/plugin-kit" "^0.2.5"
43114311
"@humanfs/node" "^0.16.6"
43124312
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)