From 8448dc527273b9ee12be305deded9cb966f7c16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:43:37 +0800 Subject: [PATCH] fix(deps): update dependency eslint-plugin-markdown to v3 (#9139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/eslint-config/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/internal/eslint-config/package.json b/internal/eslint-config/package.json index e12ea96bec..1f980fe926 100644 --- a/internal/eslint-config/package.json +++ b/internal/eslint-config/package.json @@ -21,7 +21,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsonc": "^2.3.0", - "eslint-plugin-markdown": "^2.2.1", + "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-prettier": "^4.1.0", "eslint-plugin-unicorn": "^42.0.0", "eslint-plugin-vue": "^9.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f5a16ea0b..15fa8a0154 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -314,7 +314,7 @@ importers: eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import: ^2.26.0 eslint-plugin-jsonc: ^2.3.0 - eslint-plugin-markdown: ^2.2.1 + eslint-plugin-markdown: ^3.0.0 eslint-plugin-prettier: ^4.1.0 eslint-plugin-unicorn: ^42.0.0 eslint-plugin-vue: ^9.1.1 @@ -330,7 +330,7 @@ importers: eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0 eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy eslint-plugin-jsonc: 2.3.0_eslint@8.18.0 - eslint-plugin-markdown: 2.2.1_eslint@8.18.0 + eslint-plugin-markdown: 3.0.0_eslint@8.18.0 eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby eslint-plugin-unicorn: 42.0.0_eslint@8.18.0 eslint-plugin-vue: 9.1.1_eslint@8.18.0 @@ -4826,8 +4826,8 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - JSONStream: 1.3.5 is-text-path: 1.0.1 + JSONStream: 1.3.5 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 @@ -6064,11 +6064,11 @@ packages: natural-compare: 1.4.0 dev: false - /eslint-plugin-markdown/2.2.1_eslint@8.18.0: - resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} - engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} + /eslint-plugin-markdown/3.0.0_eslint@8.18.0: + resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '>=6.0.0' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: eslint: 8.18.0 mdast-util-from-markdown: 0.8.5