From 4a2d915de172caec60cec84cbc7e4a41527b3668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:59:21 +0000 Subject: [PATCH] Update dependency @markuplint/astro-parser to v3.12.0 --- package-lock.json | 180 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 152 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e7ef2c..1454038 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ }, "devDependencies": { "@markuplint/astro-parser": "^3.0.0", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.30.0", "eslint-plugin-astro": "^0.28.0", "eslint-plugin-css-import-order": "^1.1.0", @@ -1255,17 +1255,130 @@ } }, "node_modules/@markuplint/astro-parser": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/astro-parser/-/astro-parser-3.9.0.tgz", - "integrity": "sha512-F+txh0tVn9usXPgzNZCze1GkrW4HoxvRipTqF9esrYJoHoyK3+P7BseTSQblWM81omzS1cBkWeMtK21H8bootw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/astro-parser/-/astro-parser-3.12.0.tgz", + "integrity": "sha512-OdR/1HVyHCuzaTOzmzv31FItjL674tjlt9JDM4+YiRb4PTXYa27R2XzhANnpjW0BrKw9AkLtXvrCTDcqTHNGlw==", "dev": true, + "license": "MIT", "dependencies": { "@astrojs/parser": "0.22.2", - "@markuplint/html-parser": "3.10.0", + "@markuplint/html-parser": "3.13.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.10.0", - "astro-eslint-parser": "^0.14.0", - "tslib": "^2.6.0" + "@markuplint/parser-utils": "3.13.0", + "astro-eslint-parser": "^0.16.0", + "tslib": "^2.6.2" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@astrojs/compiler": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.13.1.tgz", + "integrity": "sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/html-parser": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.13.0.tgz", + "integrity": "sha512-09GX6V8BmYVIlWECIrV3OVMdKhwhbAlLyvAGnm31qV974gR1zD5kFGmr9OSugZJD24Htqofjm2aI2P15HfDdCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.13.0", + "parse5": "7.1.2", + "tslib": "^2.6.2", + "type-fest": "^4.8.2" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/parser-utils": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.13.0.tgz", + "integrity": "sha512-XSefmOiWu4tA2Ke+42XF5C5bdgySzm2dq04ja4YUpHmSPwudvzOjYFWGY6+f00jsW1lEU4SYFDxVONq2OBUYjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.12.0", + "@types/uuid": "^9.0.7", + "tslib": "^2.6.2", + "type-fest": "^4.8.2", + "uuid": "^9.0.1" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@markuplint/types": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.12.0.tgz", + "integrity": "sha512-DG8s61lqBmipcqoi/44JSsn9hwOw6yQaIHfeOEtnjqORWhlL38F3sGh6l+hDW9zh5nltibx9o2jZvlT2LheUYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.3.4", + "@types/debug": "^4.1.12", + "@types/whatwg-mimetype": "3.0.2", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^4.8.2", + "whatwg-mimetype": "^3.0.0" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/@types/whatwg-mimetype": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz", + "integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@markuplint/astro-parser/node_modules/astro-eslint-parser": { + "version": "0.16.3", + "resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.16.3.tgz", + "integrity": "sha512-CGaBseNtunAV2DCpwBXqTKq8+9Tw65XZetMaC0FsMoZuLj0gxNIkbCf2QyKYScVrNOU7/ayfNdVw8ZCSHBiqCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@astrojs/compiler": "^2.0.0", + "@typescript-eslint/scope-manager": "^5.0.0", + "@typescript-eslint/types": "^5.0.0", + "astrojs-compiler-sync": "^0.3.0", + "debug": "^4.3.4", + "entities": "^4.5.0", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "semver": "^7.3.8" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "license": "MIT", + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/@markuplint/astro-parser/node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@markuplint/config-presets": { @@ -1831,9 +1944,10 @@ "dev": true }, "node_modules/@types/css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-3m636Jz4d9d+lHVMp6FNLsUWQrfOx1xpm1SBxPbQYSNNgXMe+XswcsDeo1ldyULiuzYyWKk1kmvkLTgNq+215Q==" + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.11.tgz", + "integrity": "sha512-aEokibJOI77uIlqoBOkVbaQGC9zII0A+JH1kcTNKW2CwyYWD8KM6qdo+4c77wD3wZOQfJuNWAr9M4hdk+YhDIg==", + "license": "MIT" }, "node_modules/@types/csso": { "version": "5.0.0", @@ -1844,9 +1958,10 @@ } }, "node_modules/@types/debug": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", - "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", + "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==", + "license": "MIT", "dependencies": { "@types/ms": "*" } @@ -1974,10 +2089,11 @@ "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" }, "node_modules/@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", - "dev": true + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "dev": true, + "license": "MIT" }, "node_modules/@types/whatwg-mimetype": { "version": "3.0.0", @@ -4091,9 +4207,10 @@ } }, "node_modules/entities": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", - "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -11234,9 +11351,10 @@ } }, "node_modules/tslib": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" }, "node_modules/tunnel-agent": { "version": "0.6.0", @@ -11558,10 +11676,16 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" }