Skip to content

Commit effdd25

Browse files
chore(deps-dev): bump the dependencies group with 2 updates (#4502)
Bumps the dependencies group with 2 updates: [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@stylistic/eslint-plugin` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.0/packages/eslint-plugin) Updates `eslint-plugin-jsdoc` from 51.4.0 to 51.4.1 - [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@v51.4.0...v51.4.1) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 51.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64703fc commit effdd25

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

yarn.lock

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,16 +2653,16 @@
26532653
"@sinonjs/commons" "^3.0.0"
26542654

26552655
"@stylistic/eslint-plugin@^5.0.0":
2656-
version "5.1.0"
2657-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.1.0.tgz#98769a3e6fc68d92deba20538341b0ea7923b3ce"
2658-
integrity sha512-TJRJul4u/lmry5N/kyCU+7RWWOk0wyXN+BncRlDYBqpLFnzXkd7QGVfN7KewarFIXv0IX0jSF/Ksu7aHWEDeuw==
2656+
version "5.2.0"
2657+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.0.tgz#fd664d2c81544cbe12c35d4af6d79b42814fc57f"
2658+
integrity sha512-RCEdbREv9EBiToUBQTlRhVYKG093I6ZnnQ990j08eJ6uRZh71DXkOnoxtTLfDQ6utVCVQzrhZFHZP0zfrfOIjA==
26592659
dependencies:
26602660
"@eslint-community/eslint-utils" "^4.7.0"
2661-
"@typescript-eslint/types" "^8.34.1"
2661+
"@typescript-eslint/types" "^8.37.0"
26622662
eslint-visitor-keys "^4.2.1"
26632663
espree "^10.4.0"
26642664
estraverse "^5.3.0"
2665-
picomatch "^4.0.2"
2665+
picomatch "^4.0.3"
26662666

26672667
"@tsconfig/node10@^1.0.7":
26682668
version "1.0.11"
@@ -3130,16 +3130,11 @@
31303130
debug "^4.3.4"
31313131
ts-api-utils "^2.1.0"
31323132

3133-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.37.0":
3133+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.37.0":
31343134
version "8.37.0"
31353135
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
31363136
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
31373137

3138-
"@typescript-eslint/types@^8.34.1":
3139-
version "8.35.0"
3140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
3141-
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
3142-
31433138
"@typescript-eslint/[email protected]":
31443139
version "8.37.0"
31453140
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
@@ -5404,9 +5399,9 @@ eslint-plugin-jest@^29.0.1:
54045399
"@typescript-eslint/utils" "^8.0.0"
54055400

54065401
eslint-plugin-jsdoc@^51.2.3:
5407-
version "51.4.0"
5408-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.0.tgz#03d3e2f40b5d8dda39f773430e0dad5ce29cd314"
5409-
integrity sha512-woooKbcFiQdpfJg1g/WmFHItaZuDE14SZ7QVW3eV/5e3mbOicjtgVz6cFkYJ3MP9n5WL9/ZAvuWuGkAkMFhDYQ==
5402+
version "51.4.1"
5403+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz#a512460da6ba328ac3be0c3e7b2aaa4633175625"
5404+
integrity sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==
54105405
dependencies:
54115406
"@es-joy/jsdoccomment" "~0.52.0"
54125407
are-docs-informative "^0.0.2"
@@ -9811,10 +9806,10 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
98119806
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
98129807
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
98139808

9814-
picomatch@^4.0.2:
9815-
version "4.0.2"
9816-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
9817-
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
9809+
picomatch@^4.0.2, picomatch@^4.0.3:
9810+
version "4.0.3"
9811+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
9812+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
98189813

98199814
pidtree@^0.6.0:
98209815
version "0.6.0"

0 commit comments

Comments
 (0)