Skip to content

Commit 425d675

Browse files
fix(deps): update dependency remark-gfm to v4.0.1 (#970)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [remark-gfm](https://redirect.github.com/remarkjs/remark-gfm) | [`4.0.0` -> `4.0.1`](https://renovatebot.com/diffs/npm/remark-gfm/4.0.0/4.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remark-gfm/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remark-gfm/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remark-gfm/4.0.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remark-gfm/4.0.0/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remarkjs/remark-gfm (remark-gfm)</summary> ### [`v4.0.1`](https://redirect.github.com/remarkjs/remark-gfm/releases/tag/4.0.1) [Compare Source](https://redirect.github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1) ##### Types - [`4af823a`](https://redirect.github.com/remarkjs/remark-gfm/commit/4af823a) Refactor to use `interface` for exposed types - [`3a57a5b`](https://redirect.github.com/remarkjs/remark-gfm/commit/3a57a5b) Add declaration maps - [`76559f9`](https://redirect.github.com/remarkjs/remark-gfm/commit/76559f9) Refactor to use `@import`s ##### Docs - [`173394d`](https://redirect.github.com/remarkjs/remark-gfm/commit/173394d) Add docs on footnote option - [`21cae6a`](https://redirect.github.com/remarkjs/remark-gfm/commit/21cae6a) Fix typo by [@&#8203;leafac](https://redirect.github.com/leafac) in [https://github.com/remarkjs/remark-gfm/pull/73](https://redirect.github.com/remarkjs/remark-gfm/pull/73) **Full Changelog**: remarkjs/remark-gfm@4.0.0...4.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a90431 commit 425d675

File tree

1 file changed

+36
-70
lines changed

1 file changed

+36
-70
lines changed

yarn.lock

Lines changed: 36 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -8431,9 +8431,9 @@ markdown-table@^2.0.0:
84318431
repeat-string "^1.0.0"
84328432

84338433
markdown-table@^3.0.0:
8434-
version "3.0.3"
8435-
resolved "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz"
8436-
integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==
8434+
version "3.0.4"
8435+
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.4.tgz#fe44d6d410ff9d6f2ea1797a3f60aa4d2b631c2a"
8436+
integrity sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==
84378437

84388438
84398439
version "0.0.5"
@@ -8503,17 +8503,7 @@ mdast-util-directive@^3.0.0:
85038503
stringify-entities "^4.0.0"
85048504
unist-util-visit-parents "^6.0.0"
85058505

8506-
mdast-util-find-and-replace@^3.0.0:
8507-
version "3.0.1"
8508-
resolved "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz"
8509-
integrity sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==
8510-
dependencies:
8511-
"@types/mdast" "^4.0.0"
8512-
escape-string-regexp "^5.0.0"
8513-
unist-util-is "^6.0.0"
8514-
unist-util-visit-parents "^6.0.0"
8515-
8516-
mdast-util-find-and-replace@^3.0.1:
8506+
mdast-util-find-and-replace@^3.0.0, mdast-util-find-and-replace@^3.0.1:
85178507
version "3.0.2"
85188508
resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz#70a3174c894e14df722abf43bc250cbae44b11df"
85198509
integrity sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==
@@ -8565,9 +8555,9 @@ mdast-util-frontmatter@^2.0.0:
85658555
micromark-extension-frontmatter "^2.0.0"
85668556

85678557
mdast-util-gfm-autolink-literal@^2.0.0:
8568-
version "2.0.0"
8569-
resolved "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz"
8570-
integrity sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==
8558+
version "2.0.1"
8559+
resolved "https://registry.yarnpkg.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz#abd557630337bd30a6d5a4bd8252e1c2dc0875d5"
8560+
integrity sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==
85718561
dependencies:
85728562
"@types/mdast" "^4.0.0"
85738563
ccount "^2.0.0"
@@ -8576,9 +8566,9 @@ mdast-util-gfm-autolink-literal@^2.0.0:
85768566
micromark-util-character "^2.0.0"
85778567

85788568
mdast-util-gfm-footnote@^2.0.0:
8579-
version "2.0.0"
8580-
resolved "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz"
8581-
integrity sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==
8569+
version "2.1.0"
8570+
resolved "https://registry.yarnpkg.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz#7778e9d9ca3df7238cc2bd3fa2b1bf6a65b19403"
8571+
integrity sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==
85828572
dependencies:
85838573
"@types/mdast" "^4.0.0"
85848574
devlop "^1.1.0"
@@ -8588,7 +8578,7 @@ mdast-util-gfm-footnote@^2.0.0:
85888578

85898579
mdast-util-gfm-strikethrough@^2.0.0:
85908580
version "2.0.0"
8591-
resolved "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz"
8581+
resolved "https://registry.yarnpkg.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz#d44ef9e8ed283ac8c1165ab0d0dfd058c2764c16"
85928582
integrity sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==
85938583
dependencies:
85948584
"@types/mdast" "^4.0.0"
@@ -8597,7 +8587,7 @@ mdast-util-gfm-strikethrough@^2.0.0:
85978587

85988588
mdast-util-gfm-table@^2.0.0:
85998589
version "2.0.0"
8600-
resolved "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz"
8590+
resolved "https://registry.yarnpkg.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz#7a435fb6223a72b0862b33afbd712b6dae878d38"
86018591
integrity sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==
86028592
dependencies:
86038593
"@types/mdast" "^4.0.0"
@@ -8608,7 +8598,7 @@ mdast-util-gfm-table@^2.0.0:
86088598

86098599
mdast-util-gfm-task-list-item@^2.0.0:
86108600
version "2.0.0"
8611-
resolved "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz"
8601+
resolved "https://registry.yarnpkg.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz#e68095d2f8a4303ef24094ab642e1047b991a936"
86128602
integrity sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==
86138603
dependencies:
86148604
"@types/mdast" "^4.0.0"
@@ -8617,9 +8607,9 @@ mdast-util-gfm-task-list-item@^2.0.0:
86178607
mdast-util-to-markdown "^2.0.0"
86188608

86198609
mdast-util-gfm@^3.0.0:
8620-
version "3.0.0"
8621-
resolved "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz"
8622-
integrity sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==
8610+
version "3.1.0"
8611+
resolved "https://registry.yarnpkg.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz#2cdf63b92c2a331406b0fb0db4c077c1b0331751"
8612+
integrity sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==
86238613
dependencies:
86248614
mdast-util-from-markdown "^2.0.0"
86258615
mdast-util-gfm-autolink-literal "^2.0.0"
@@ -8850,7 +8840,7 @@ micromark-extension-frontmatter@^2.0.0:
88508840
micromark-util-symbol "^2.0.0"
88518841
micromark-util-types "^2.0.0"
88528842

8853-
8843+
[email protected], micromark-extension-gfm-autolink-literal@^2.0.0:
88548844
version "2.1.0"
88558845
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz#6286aee9686c4462c1e3552a9d505feddceeb935"
88568846
integrity sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==
@@ -8860,17 +8850,7 @@ [email protected]:
88608850
micromark-util-symbol "^2.0.0"
88618851
micromark-util-types "^2.0.0"
88628852

8863-
micromark-extension-gfm-autolink-literal@^2.0.0:
8864-
version "2.0.0"
8865-
resolved "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz"
8866-
integrity sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==
8867-
dependencies:
8868-
micromark-util-character "^2.0.0"
8869-
micromark-util-sanitize-uri "^2.0.0"
8870-
micromark-util-symbol "^2.0.0"
8871-
micromark-util-types "^2.0.0"
8872-
8873-
8853+
[email protected], micromark-extension-gfm-footnote@^2.0.0:
88748854
version "2.1.0"
88758855
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz#4dab56d4e398b9853f6fe4efac4fc9361f3e0750"
88768856
integrity sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==
@@ -8884,24 +8864,10 @@ [email protected]:
88848864
micromark-util-symbol "^2.0.0"
88858865
micromark-util-types "^2.0.0"
88868866

8887-
micromark-extension-gfm-footnote@^2.0.0:
8888-
version "2.0.0"
8889-
resolved "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz"
8890-
integrity sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==
8891-
dependencies:
8892-
devlop "^1.0.0"
8893-
micromark-core-commonmark "^2.0.0"
8894-
micromark-factory-space "^2.0.0"
8895-
micromark-util-character "^2.0.0"
8896-
micromark-util-normalize-identifier "^2.0.0"
8897-
micromark-util-sanitize-uri "^2.0.0"
8898-
micromark-util-symbol "^2.0.0"
8899-
micromark-util-types "^2.0.0"
8900-
89018867
micromark-extension-gfm-strikethrough@^2.0.0:
8902-
version "2.0.0"
8903-
resolved "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz"
8904-
integrity sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==
8868+
version "2.1.0"
8869+
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz#86106df8b3a692b5f6a92280d3879be6be46d923"
8870+
integrity sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==
89058871
dependencies:
89068872
devlop "^1.0.0"
89078873
micromark-util-chunked "^2.0.0"
@@ -8922,9 +8888,9 @@ [email protected]:
89228888
micromark-util-types "^2.0.0"
89238889

89248890
micromark-extension-gfm-table@^2.0.0:
8925-
version "2.0.0"
8926-
resolved "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz"
8927-
integrity sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==
8891+
version "2.1.1"
8892+
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz#fac70bcbf51fe65f5f44033118d39be8a9b5940b"
8893+
integrity sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==
89288894
dependencies:
89298895
devlop "^1.0.0"
89308896
micromark-factory-space "^2.0.0"
@@ -8934,15 +8900,15 @@ micromark-extension-gfm-table@^2.0.0:
89348900

89358901
micromark-extension-gfm-tagfilter@^2.0.0:
89368902
version "2.0.0"
8937-
resolved "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz"
8903+
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz#f26d8a7807b5985fba13cf61465b58ca5ff7dc57"
89388904
integrity sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==
89398905
dependencies:
89408906
micromark-util-types "^2.0.0"
89418907

89428908
micromark-extension-gfm-task-list-item@^2.0.0:
8943-
version "2.0.1"
8944-
resolved "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz"
8945-
integrity sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==
8909+
version "2.1.0"
8910+
resolved "https://registry.yarnpkg.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz#bcc34d805639829990ec175c3eea12bb5b781f2c"
8911+
integrity sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==
89468912
dependencies:
89478913
devlop "^1.0.0"
89488914
micromark-factory-space "^2.0.0"
@@ -8952,7 +8918,7 @@ micromark-extension-gfm-task-list-item@^2.0.0:
89528918

89538919
micromark-extension-gfm@^3.0.0:
89548920
version "3.0.0"
8955-
resolved "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz"
8921+
resolved "https://registry.yarnpkg.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz#3e13376ab95dd7a5cfd0e29560dfe999657b3c5b"
89568922
integrity sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==
89578923
dependencies:
89588924
micromark-extension-gfm-autolink-literal "^2.0.0"
@@ -9219,9 +9185,9 @@ micromark-util-sanitize-uri@^2.0.0:
92199185
micromark-util-symbol "^2.0.0"
92209186

92219187
micromark-util-subtokenize@^2.0.0:
9222-
version "2.0.3"
9223-
resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.3.tgz#70ffb99a454bd8c913c8b709c3dc97baefb65f96"
9224-
integrity sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==
9188+
version "2.0.4"
9189+
resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz#50d8ca981373c717f497dc64a0dbfccce6c03ed2"
9190+
integrity sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==
92259191
dependencies:
92269192
devlop "^1.0.0"
92279193
micromark-util-chunked "^2.0.0"
@@ -11217,9 +11183,9 @@ remark-frontmatter@^5.0.0:
1121711183
unified "^11.0.0"
1121811184

1121911185
remark-gfm@^4.0.0:
11220-
version "4.0.0"
11221-
resolved "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz"
11222-
integrity sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==
11186+
version "4.0.1"
11187+
resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-4.0.1.tgz#33227b2a74397670d357bf05c098eaf8513f0d6b"
11188+
integrity sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==
1122311189
dependencies:
1122411190
"@types/mdast" "^4.0.0"
1122511191
mdast-util-gfm "^3.0.0"
@@ -11259,7 +11225,7 @@ remark-rehype@^11.0.0:
1125911225

1126011226
remark-stringify@^11.0.0:
1126111227
version "11.0.0"
11262-
resolved "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz"
11228+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-11.0.0.tgz#4c5b01dd711c269df1aaae11743eb7e2e7636fd3"
1126311229
integrity sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==
1126411230
dependencies:
1126511231
"@types/mdast" "^4.0.0"

0 commit comments

Comments
 (0)