From 8a21fc6e1e2885ee56a4a69d5b8536c3c2cc24ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:43:31 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-jsdoc to v1.8.0 --- package-lock.json | 91 +++-------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 87 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72ae1c3..d738694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "markdownlint-cli2-formatter-pretty": "0.0.9", "npm-run-all2": "8.0.4", "prettier": "3.7.4", - "prettier-plugin-jsdoc": "1.7.0", + "prettier-plugin-jsdoc": "1.8.0", "prettier-plugin-pkg": "0.21.2", "prettier-plugin-sort-json": "4.1.1", "tsx": "4.21.0", @@ -7294,17 +7294,15 @@ } }, "node_modules/prettier-plugin-jsdoc": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.7.0.tgz", - "integrity": "sha512-tvmMg1y9G7Hy5N2SnLsWsgJWtoSSpfphq+a7dAEoED+siiaBHDowI6N9HzhLA4/SRJhlRdHkDXwCPrXgzbRhng==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.8.0.tgz", + "integrity": "sha512-byW8EBZ1DSA3CPdDGBXfcdqqhh2eq0+HlIOPTGZ6rf9O2p/AwBmtS0e49ot5ZeOdcszj81FyzbyHr/VS0eYpCg==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "binary-searching": "^2.0.5", "comment-parser": "^1.4.0", - "mdast-util-from-markdown": "^2.0.0", - "prettier-plugin-tailwindcss": "^0.7.1" + "mdast-util-from-markdown": "^2.0.0" }, "engines": { "node": ">=14.13.1 || >=16.0.0" @@ -7313,85 +7311,6 @@ "prettier": "^3.0.0" } }, - "node_modules/prettier-plugin-jsdoc/node_modules/prettier-plugin-tailwindcss": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.2.tgz", - "integrity": "sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=20.19" - }, - "peerDependencies": { - "@ianvs/prettier-plugin-sort-imports": "*", - "@prettier/plugin-hermes": "*", - "@prettier/plugin-oxc": "*", - "@prettier/plugin-pug": "*", - "@shopify/prettier-plugin-liquid": "*", - "@trivago/prettier-plugin-sort-imports": "*", - "@zackad/prettier-plugin-twig": "*", - "prettier": "^3.0", - "prettier-plugin-astro": "*", - "prettier-plugin-css-order": "*", - "prettier-plugin-jsdoc": "*", - "prettier-plugin-marko": "*", - "prettier-plugin-multiline-arrays": "*", - "prettier-plugin-organize-attributes": "*", - "prettier-plugin-organize-imports": "*", - "prettier-plugin-sort-imports": "*", - "prettier-plugin-svelte": "*" - }, - "peerDependenciesMeta": { - "@ianvs/prettier-plugin-sort-imports": { - "optional": true - }, - "@prettier/plugin-hermes": { - "optional": true - }, - "@prettier/plugin-oxc": { - "optional": true - }, - "@prettier/plugin-pug": { - "optional": true - }, - "@shopify/prettier-plugin-liquid": { - "optional": true - }, - "@trivago/prettier-plugin-sort-imports": { - "optional": true - }, - "@zackad/prettier-plugin-twig": { - "optional": true - }, - "prettier-plugin-astro": { - "optional": true - }, - "prettier-plugin-css-order": { - "optional": true - }, - "prettier-plugin-jsdoc": { - "optional": true - }, - "prettier-plugin-marko": { - "optional": true - }, - "prettier-plugin-multiline-arrays": { - "optional": true - }, - "prettier-plugin-organize-attributes": { - "optional": true - }, - "prettier-plugin-organize-imports": { - "optional": true - }, - "prettier-plugin-sort-imports": { - "optional": true - }, - "prettier-plugin-svelte": { - "optional": true - } - } - }, "node_modules/prettier-plugin-pkg": { "version": "0.21.2", "resolved": "https://registry.npmjs.org/prettier-plugin-pkg/-/prettier-plugin-pkg-0.21.2.tgz", diff --git a/package.json b/package.json index f91166c..b6cddbf 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "markdownlint-cli2-formatter-pretty": "0.0.9", "npm-run-all2": "8.0.4", "prettier": "3.7.4", - "prettier-plugin-jsdoc": "1.7.0", + "prettier-plugin-jsdoc": "1.8.0", "prettier-plugin-pkg": "0.21.2", "prettier-plugin-sort-json": "4.1.1", "tsx": "4.21.0",