Skip to content

Commit

Permalink
fix(deps): update dependency remark-gfm to v4 (#5070)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [remark-gfm](https://togithub.com/remarkjs/remark-gfm) | [`^3.0.1` ->
`^4.0.0`](https://renovatebot.com/diffs/npm/remark-gfm/3.0.1/4.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/remark-gfm/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remark-gfm/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remark-gfm/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remark-gfm/3.0.1/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>remarkjs/remark-gfm (remark-gfm)</summary>

###
[`v4.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/4.0.0)

[Compare
Source](https://togithub.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0)

##### Change

- [`b8cc334`](https://togithub.com/remarkjs/remark-gfm/commit/b8cc334)
Update `@types/mdast`, `unified`, utilities
    **migrate**: update too
- [`9eb0f54`](https://togithub.com/remarkjs/remark-gfm/commit/9eb0f54)
Change to use `exports`
    **migrate**: don’t use private APIs
- [`5715c93`](https://togithub.com/remarkjs/remark-gfm/commit/5715c93)
Change to require Node.js 16
    **migrate**: update too

**Full Changelog**:
remarkjs/remark-gfm@3.0.1...4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SAP/ui5-webcomponents-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTA3LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 8773693 commit 93092d8
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 403 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@ui5/webcomponents-icons": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "^3.0.1",
"remark-gfm": "^4.0.0",
"tocbot": "^4.12.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 93092d8

Please sign in to comment.