From 3d9e6ee3a1cf76a03578c41ea8cf56be5bf7b533 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Thu, 28 Mar 2024 09:34:18 -0700 Subject: [PATCH] chore(deps): eslint-plugin-jsdoc to 48.2.2 has our patch so remove that https://github.com/gajus/eslint-plugin-jsdoc/issues/1218 --- package.json | 2 +- patches/eslint-plugin-jsdoc+47.0.2.patch | 13 ------------- yarn.lock | 22 +++++++++++----------- 3 files changed, 12 insertions(+), 25 deletions(-) delete mode 100644 patches/eslint-plugin-jsdoc+47.0.2.patch diff --git a/package.json b/package.json index 14389b3c2919..0a82ecc7cb40 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-ava": "^14.0.0", "eslint-plugin-github": "^4.10.2", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^47.0.2", + "eslint-plugin-jsdoc": "^48.2.2", "eslint-plugin-prettier": "^5.1.3", "lerna": "^5.6.2", "npm-run-all": "^4.1.5", diff --git a/patches/eslint-plugin-jsdoc+47.0.2.patch b/patches/eslint-plugin-jsdoc+47.0.2.patch deleted file mode 100644 index 7e48da29d7ce..000000000000 --- a/patches/eslint-plugin-jsdoc+47.0.2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/eslint-plugin-jsdoc/dist/tagNames.js b/node_modules/eslint-plugin-jsdoc/dist/tagNames.js -index 4d27508..2d9aeb5 100644 ---- a/node_modules/eslint-plugin-jsdoc/dist/tagNames.js -+++ b/node_modules/eslint-plugin-jsdoc/dist/tagNames.js -@@ -102,6 +102,8 @@ const jsdocTags = exports.jsdocTags = { - */ - const typeScriptTags = exports.typeScriptTags = { - ...jsdocTags, -+ // https://github.com/microsoft/TypeScript/issues/22160 -+ import: [], - // https://www.typescriptlang.org/tsconfig/#stripInternal - internal: [], - // https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#overload-support-in-jsdoc diff --git a/yarn.lock b/yarn.lock index f6ab7aeca3c9..c79eda7c5577 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1742,10 +1742,10 @@ resolved "https://registry.yarnpkg.com/@endo/zip/-/zip-1.0.3.tgz#2ae5cb4d8728598edca69e542f7a13660dddbf50" integrity sha512-eq+YTx9Fj3CuOzjCWsB7ezG3ngUAXJgNRMzSKDs95t0X+ZgyfmuKZ2kcZ/c2dFy2HI6wY79xqhfha4XTgRomZw== -"@es-joy/jsdoccomment@~0.41.0": - version "0.41.0" - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6" - integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw== +"@es-joy/jsdoccomment@~0.42.0": + version "0.42.0" + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.42.0.tgz#59e878708336aaee88c2b34c894f73dbf77ae2b0" + integrity sha512-R1w57YlVA6+YE01wch3GPYn6bCsrOV3YW/5oGGE2tmX6JcL9Nr+b5IikrjMPF+v9CV3ay+obImEdsDhovhJrzw== dependencies: comment-parser "1.4.1" esquery "^1.5.0" @@ -5969,19 +5969,19 @@ eslint-plugin-import@^2.25.2, eslint-plugin-import@^2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-jsdoc@^47.0.2: - version "47.0.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-47.0.2.tgz#113a6370e623535e5c6e0a59a094ffdc253371ff" - integrity sha512-sIq81Pv+yrhhwY0m1JH79rdZRgDNunehv3S0Yv0UfewpoeJyPkODFn2o4o20nofVoI2tjku9/QBcCYUmmeWFXA== +eslint-plugin-jsdoc@^48.2.2: + version "48.2.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.2.tgz#eefdc5e3bb3cea957b66dd4817e9de30930b5270" + integrity sha512-S0Gk+rpT5w/ephKCncUY7kUsix9uE4B9XI8D/fS1/26d8okE+vZsuG1IvIt4B6sJUdQqsnzi+YXfmh+HJG11CA== dependencies: - "@es-joy/jsdoccomment" "~0.41.0" + "@es-joy/jsdoccomment" "~0.42.0" are-docs-informative "^0.0.2" comment-parser "1.4.1" debug "^4.3.4" escape-string-regexp "^4.0.0" esquery "^1.5.0" is-builtin-module "^3.2.1" - semver "^7.5.4" + semver "^7.6.0" spdx-expression-parse "^4.0.0" eslint-plugin-jsx-a11y@^6.7.1: @@ -10547,7 +10547,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0, semver@^6.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4: +semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0: version "7.6.0" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==