Skip to content

Commit

Permalink
build(deps-dev): bump @markuplint/jsx-parser from 3.9.1 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [@markuplint/jsx-parser](https://github.com/markuplint/markuplint) from 3.9.1 to 3.12.0.
- [Release notes](https://github.com/markuplint/markuplint/releases)
- [Commits](https://github.com/markuplint/markuplint/compare/@markuplint/[email protected]...@markuplint/[email protected])

---
updated-dependencies:
- dependency-name: "@markuplint/jsx-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 9134014 commit a74b0ec
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@astrojs/react": "^3.0.2",
"@kubosho/configs": "^2.1.17",
"@markuplint/jsx-parser": "^3.9.1",
"@markuplint/jsx-parser": "^3.12.0",
"@markuplint/react-spec": "^2.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down
83 changes: 77 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,17 @@
tslib "^2.6.2"
type-fest "^4.3.1"

"@markuplint/[email protected]":
version "3.13.0"
resolved "https://registry.yarnpkg.com/@markuplint/html-parser/-/html-parser-3.13.0.tgz#7a95dd79c307c03707cae6e1a51fb0f60e833c30"
integrity sha512-09GX6V8BmYVIlWECIrV3OVMdKhwhbAlLyvAGnm31qV974gR1zD5kFGmr9OSugZJD24Htqofjm2aI2P15HfDdCg==
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"

"@markuplint/[email protected]":
version "3.11.1"
resolved "https://registry.yarnpkg.com/@markuplint/html-spec/-/html-spec-3.11.1.tgz#e0da92d5c3078007f65327d0367e11bb7b562070"
Expand All @@ -864,14 +875,14 @@
resolved "https://registry.npmjs.org/@markuplint/i18n/-/i18n-3.9.0.tgz"
integrity sha512-M1eYAOpvRBOnBt05+2+YKOkXbbpn/Z6ABV/Ecwv0NxbKHZuzRZyZkuWVsYg2MOGFwB0TXWkyE3AFGh4r74ZOLA==

"@markuplint/jsx-parser@^3.9.1":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@markuplint/jsx-parser/-/jsx-parser-3.9.1.tgz#16b9f1610c137b2713e388eadd4c45650cb580a9"
integrity sha512-xBySbyQA5BKLp1xSos+k7bGof3fz42+xQM2ejQRVBNn+IReaj9ysyoesQY/dYlwXmclmruLsLz1PumFkWLNE1Q==
"@markuplint/jsx-parser@^3.12.0":
version "3.12.0"
resolved "https://registry.yarnpkg.com/@markuplint/jsx-parser/-/jsx-parser-3.12.0.tgz#109011671303043cc9774a469113c26e4f08d757"
integrity sha512-Ru235ox95kvu43cMX2vIR0FWjaz09oJGrLb8gzpAJzLPBQJdCYch2z+CM4WsPPWGQSTMFezG/qWeXyMS0G7sEQ==
dependencies:
"@markuplint/html-parser" "3.10.1"
"@markuplint/html-parser" "3.13.0"
"@markuplint/ml-ast" "3.2.0"
"@markuplint/parser-utils" "3.10.1"
"@markuplint/parser-utils" "3.13.0"
"@typescript-eslint/types" "5"
"@typescript-eslint/typescript-estree" "5"
tslib "^2.6.2"
Expand Down Expand Up @@ -946,6 +957,18 @@
type-fest "^4.3.1"
uuid "^9.0.0"

"@markuplint/[email protected]":
version "3.13.0"
resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-3.13.0.tgz#f1eb2232f17cf9eb16896c19ce577325d3c08648"
integrity sha512-XSefmOiWu4tA2Ke+42XF5C5bdgySzm2dq04ja4YUpHmSPwudvzOjYFWGY6+f00jsW1lEU4SYFDxVONq2OBUYjw==
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"

"@markuplint/react-spec@^2.1.2":
version "2.1.2"
resolved "https://registry.npmjs.org/@markuplint/react-spec/-/react-spec-2.1.2.tgz"
Expand Down Expand Up @@ -991,6 +1014,22 @@
dependencies:
html-entities "^2.4.0"

"@markuplint/[email protected]":
version "3.12.0"
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-3.12.0.tgz#c70a6637126cded36eac650399d2c1ba2cc5a8c9"
integrity sha512-DG8s61lqBmipcqoi/44JSsn9hwOw6yQaIHfeOEtnjqORWhlL38F3sGh6l+hDW9zh5nltibx9o2jZvlT2LheUYA==
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"

"@markuplint/[email protected]":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-3.9.1.tgz#c385a3807d3d1ab2ee066c81ffe9ee6f1e5d0771"
Expand Down Expand Up @@ -1605,13 +1644,25 @@
resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.2.tgz#caf5579204b16ef09472af8001e8c4642652f101"
integrity sha512-B5nF6h7xxpMLvZ1pzugAYUGj1aw4KgTpXZzOijkDMRzey4SlFi0jVWb3o0SS1CVSxyBciltVgjt67CwrgjmlWA==

"@types/css-tree@^2.3.4":
version "2.3.4"
resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.4.tgz#5fc907bb3023a7616e8ce2ddaa08b4ca9e2fe922"
integrity sha512-wdxxe7zEpOXfy5C3FmwinAIc/6p6du/wOKMGZf07JHuHHRIvLtLq8h66zi3Yn7PCyswxbp3Ujx9h+vSuMvfN/w==

"@types/debug@^4.0.0", "@types/debug@^4.1.8":
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==
dependencies:
"@types/ms" "*"

"@types/debug@^4.1.12":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
dependencies:
"@types/ms" "*"

"@types/escape-html@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz"
Expand Down Expand Up @@ -1797,11 +1848,21 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.3.tgz#6cdd939b4316b4f81625de9f06028d848c4a1533"
integrity sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==

"@types/uuid@^9.0.7":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==

"@types/[email protected]":
version "3.0.0"
resolved "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz"
integrity sha512-xHFOhd41VpUR6Y0k8ZinlyFv5cyhC/r2zghJgWWN8oNxqNo45Nf0qCBInJsFeifLeoHcIF4voEfap4A2GYHWkw==

"@types/[email protected]":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz#e5e06dcd3e92d4e622ef0129637707d66c28d6a4"
integrity sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==

"@typescript-eslint/eslint-plugin@^5.60.1":
version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
Expand Down Expand Up @@ -11217,6 +11278,11 @@ type-fest@^4.3.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.3.1.tgz#5cb58cdab5120f7ab0b40cfdc35073fb9adb651d"
integrity sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw==

type-fest@^4.8.2:
version "4.8.3"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.8.3.tgz#6db08d9f44d596cd953f83020c7c56310c368d1c"
integrity sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==

type@^1.0.1:
version "1.2.0"
resolved "https://registry.npmjs.org/type/-/type-1.2.0.tgz"
Expand Down Expand Up @@ -11694,6 +11760,11 @@ uuid@^9.0.0:
resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

uuid@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==

uvu@^0.5.0:
version "0.5.3"
resolved "https://registry.npmjs.org/uvu/-/uvu-0.5.3.tgz"
Expand Down

0 comments on commit a74b0ec

Please sign in to comment.