Skip to content

Commit d7ab691

Browse files
fix(deps): update dependency rehype-github-alerts to v4 (#942)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rehype-github-alerts](https://redirect.github.com/chrisweb/rehype-github-alerts) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/rehype-github-alerts/3.0.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rehype-github-alerts/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rehype-github-alerts/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rehype-github-alerts/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rehype-github-alerts/3.0.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chrisweb/rehype-github-alerts (rehype-github-alerts)</summary> ### [`v4.0.0`](https://redirect.github.com/chrisweb/rehype-github-alerts/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/chrisweb/rehype-github-alerts/compare/3.0.0...4.0.0) #### What's Changed - CSS stylesheet in build and external octicons by [@&#8203;chrisweb](https://redirect.github.com/chrisweb) in [https://github.com/chrisweb/rehype-github-alerts/pull/14](https://redirect.github.com/chrisweb/rehype-github-alerts/pull/14) **Full Changelog**: chrisweb/rehype-github-alerts@4.0.0-beta.1...4.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7eeae2 commit d7ab691

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-instantsearch": "^7.15.3",
5858
"react-lite-youtube-embed": "^2.4.0",
5959
"react-transition-group": "^4.4.5",
60-
"rehype-github-alerts": "^3.0.0",
60+
"rehype-github-alerts": "^4.0.0",
6161
"remark-gfm": "^4.0.1",
6262
"remarkable": "2.0.1",
6363
"remarkable-react": "1.4.3",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,6 +2482,13 @@
24822482
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.28.tgz#d45e01c4a56f143ee69c54dd6b12eade9e270a73"
24832483
integrity sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==
24842484

2485+
"@primer/octicons@^19.14.0":
2486+
version "19.15.0"
2487+
resolved "https://registry.yarnpkg.com/@primer/octicons/-/octicons-19.15.0.tgz#995ac47d2b12e57c01682f331184f9e6e9d5f9a1"
2488+
integrity sha512-WaZ3Qno+MJZh0skrZ8nEfYJdrqTLuxxHxJqHjhc/QRLNojcHq57njtqOt9H8d0dCGAem2stQJ3nAK8893Hz5pA==
2489+
dependencies:
2490+
object-assign "^4.1.1"
2491+
24852492
"@radix-ui/[email protected]":
24862493
version "1.1.1"
24872494
resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz#6f766faa975f8738269ebb8a23bad4f5a8d2faec"
@@ -6908,7 +6915,7 @@ hasown@^2.0.2:
69086915
dependencies:
69096916
function-bind "^1.1.2"
69106917

6911-
hast-util-from-html@^2.0.1:
6918+
hast-util-from-html@^2.0.3:
69126919
version "2.0.3"
69136920
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
69146921
integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
@@ -10977,12 +10984,13 @@ regjsparser@^0.12.0:
1097710984
dependencies:
1097810985
jsesc "~3.0.2"
1097910986

10980-
rehype-github-alerts@^3.0.0:
10981-
version "3.0.0"
10982-
resolved "https://registry.yarnpkg.com/rehype-github-alerts/-/rehype-github-alerts-3.0.0.tgz#f86c235acdc3fa8b2dd0cd1a60cfd91e4616663e"
10983-
integrity sha512-m8Lm+V0Ee0T9JqaLN0eBqtyUSfMUDFhAOIjbvoAQfI6EKtxKsIGWP6PaQE01UBHat0K7dBtnaeyCmJuUO7ylHg==
10987+
rehype-github-alerts@^4.0.0:
10988+
version "4.1.0"
10989+
resolved "https://registry.yarnpkg.com/rehype-github-alerts/-/rehype-github-alerts-4.1.0.tgz#0324fd7becda99c03f1af967518a9b77e76c23a0"
10990+
integrity sha512-Tpdh3YIoSMpmh4wCFtd4HBYOAo+4/goCBYrTSc+GtDbOHeuC9NNVYArkWbpTX+4woW1eX8krYR8UeQn2wSH9RQ==
1098410991
dependencies:
10985-
hast-util-from-html "^2.0.1"
10992+
"@primer/octicons" "^19.14.0"
10993+
hast-util-from-html "^2.0.3"
1098610994
hast-util-is-element "^3.0.0"
1098710995
unist-util-visit "^5.0.0"
1098810996

0 commit comments

Comments
 (0)