From aad6b799fc559060e999c22607978879f9ebe976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:30:09 +0000 Subject: [PATCH] chore(deps): update dependency @markuplint/react-spec to v4.5.22 --- package.json | 2 +- yarn.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 72 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d88ec65..ddb247b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@markuplint-dev/eslint-config": "^1.0.11", "@markuplint-dev/prettier-config": "^1.0.9", "@markuplint/jsx-parser": "^4.7.15", - "@markuplint/react-spec": "4.5.5", + "@markuplint/react-spec": "4.5.22", "@playwright/test": "^1.50.1", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", diff --git a/yarn.lock b/yarn.lock index 1199c9b..f44e358 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1417,6 +1417,11 @@ "@typescript-eslint/types" "8.18.2" "@typescript-eslint/typescript-estree" "8.18.2" +"@markuplint/ml-ast@4.4.10": + version "4.4.10" + resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.4.10.tgz#e8f3c0ecf1ed12242ee00fa3dd4abb846ab4d590" + integrity sha512-cBujnRj/kMP5wtMml7eTzDEJRk/NQx8Fum4TPdRG97VNWVPBZi/FXDrgt7mIUAaLMiNQhaSKU7tTL4HB1qUChQ== + "@markuplint/ml-ast@4.4.2": version "4.4.2" resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.4.2.tgz#90080443dae5d9fcb74226bf17d96212696bf187" @@ -1461,6 +1466,17 @@ is-plain-object "5.0.0" type-fest "4.20.1" +"@markuplint/ml-spec@4.10.1": + version "4.10.1" + resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.10.1.tgz#02780df81b4ac678d586eefc764535e022ec107c" + integrity sha512-HYxN2Rh8UqWnDBAVSZtFwHvG5laTN0dOOROMhId/O4SBcOilvJffvi/gJvIOGM5y92DWjxqPF4zVRuDOFiHdPQ== + dependencies: + "@markuplint/ml-ast" "4.4.10" + "@markuplint/types" "4.8.1" + dom-accessibility-api "0.7.0" + is-plain-object "5.0.0" + type-fest "4.41.0" + "@markuplint/ml-spec@4.6.3": version "4.6.3" resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.6.3.tgz#b656af2a9c3c20ebd00bf6ef11e9eb56f1017e6d" @@ -1511,12 +1527,12 @@ type-fest "4.33.0" uuid "11.0.5" -"@markuplint/react-spec@4.5.5": - version "4.5.5" - resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.5.tgz#06ffce2eaf8378700add19d36ffe746a840bcdee" - integrity sha512-exEFSIlkCOIB8wUy9grBJD+W8Qdny4m9aRQ3kgUqyiE43YmHc1doyjm9N4fyxFvP7Vv0Z9rCQtrSyftO8WbbMw== +"@markuplint/react-spec@4.5.22": + version "4.5.22" + resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.22.tgz#1bbeb2b8341b17c322fa3a45c19aa5c048472aa7" + integrity sha512-W5ZZO0PSZJS73SOJ3vPNwwJxr0SA4HSDiRXfCTux2Go9axgVUYy5rDL9Yz6SNDf8dO0O/9D+NPziG2aZQm7icA== dependencies: - "@markuplint/ml-spec" "4.6.3" + "@markuplint/ml-spec" "4.10.1" "@markuplint/rules@4.9.3": version "4.9.3" @@ -1554,6 +1570,13 @@ dependencies: html-entities "2.5.2" +"@markuplint/shared@4.4.12": + version "4.4.12" + resolved "https://registry.yarnpkg.com/@markuplint/shared/-/shared-4.4.12.tgz#2e91300a8b3482cf3f47d6cbcf97245ca5ee6cd7" + integrity sha512-mDB3tfJyekI5PhCuBHYCHxnZlZYu3Rzb0n9iZJee0lVAqTirKXX6igwj2QC6KcXE+PAG2lPmfIdJZvlGw6yUKw== + dependencies: + html-entities "2.6.0" + "@markuplint/shared@4.4.3": version "4.4.3" resolved "https://registry.yarnpkg.com/@markuplint/shared/-/shared-4.4.3.tgz#9a811e251049b6aff26430d008864841dc56db8b" @@ -1593,6 +1616,22 @@ type-fest "4.33.0" whatwg-mimetype "4.0.0" +"@markuplint/types@4.8.1": + version "4.8.1" + resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-4.8.1.tgz#d2c7dee01f2abe4cb060fe48e76d629219cd0949" + integrity sha512-jAG4b8k9W7O7bNgOPkuHhgROah1rqb79NAJvhFRz2jbjhhtchKg+8Qyn39ey9gwX6rdjajuRDjc/KsD7UI/eqg== + dependencies: + "@markuplint/shared" "4.4.12" + "@types/css-tree" "2.3.11" + "@types/debug" "4.1.12" + "@types/whatwg-mimetype" "3.0.2" + bcp-47 "2.1.0" + css-tree "3.1.0" + debug "4.4.3" + leven "4.1.0" + type-fest "4.41.0" + whatwg-mimetype "4.0.0" + "@monaco-editor/loader@^1.4.0": version "1.4.0" resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.4.0.tgz#f08227057331ec890fa1e903912a5b711a2ad558" @@ -2009,6 +2048,11 @@ resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.10.tgz#b96abb37c1b51b03fe16054c186130c6ab69fef7" integrity sha512-WcaBazJ84RxABvRttQjjFWgTcHvZR9jGr0Y3hccPkHjFyk/a3N8EuxjKr+QfrwjoM5b1yI1Uj1i7EzOAAwBwag== +"@types/css-tree@2.3.11": + version "2.3.11" + resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.11.tgz#c9457a54fe8ea02d2d72ddc864c1b9c5625f10d0" + integrity sha512-aEokibJOI77uIlqoBOkVbaQGC9zII0A+JH1kcTNKW2CwyYWD8KM6qdo+4c77wD3wZOQfJuNWAr9M4hdk+YhDIg== + "@types/css-tree@2.3.8": version "2.3.8" resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.8.tgz#0eabc115e45051b2f7abe51ee1531074b234ed19" @@ -3249,6 +3293,13 @@ debug@4.4.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7, debug@^4.4. dependencies: ms "^2.1.3" +debug@4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== + dependencies: + ms "^2.1.3" + debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" @@ -4588,6 +4639,11 @@ html-entities@2.5.2: resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f" integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA== +html-entities@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8" + integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ== + http-proxy-agent@^7.0.2: version "7.0.2" resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e" @@ -5156,6 +5212,11 @@ leven@4.0.0: resolved "https://registry.yarnpkg.com/leven/-/leven-4.0.0.tgz#b9c39c803f835950fabef9e122a9b47b95708710" integrity sha512-puehA3YKku3osqPlNuzGDUHq8WpwXupUg1V6NXdV38G+gr+gkBwFC8g1b/+YcIvp8gnqVIus+eJCH/eGsRmJNw== +leven@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-4.1.0.tgz#1e37150e1711d18bb14e380a5c779995235a710e" + integrity sha512-KZ9W9nWDT7rF7Dazg8xyLHGLrmpgq2nVNFUckhqdW3szVP6YhCpp/RAnpmVExA9JvrMynjwSLVrEj3AepHR6ew== + levn@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" @@ -7061,6 +7122,11 @@ type-fest@4.33.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432" integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g== +type-fest@4.41.0: + version "4.41.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58" + integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== + type-fest@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"