Skip to content

Commit

Permalink
fix(deps): update dependency @mdx-js/react to v3.0.1 (#555)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mdx-js/react](https://mdxjs.com)
([source](https://github.com/mdx-js/mdx/tree/HEAD/packages/react/))
| [`3.0.0` ->
`3.0.1`](https://renovatebot.com/diffs/npm/@mdx-js%2freact/3.0.0/3.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mdx-js%2freact/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mdx-js%2freact/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mdx-js%2freact/3.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mdx-js%2freact/3.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mdx-js/mdx (@&#8203;mdx-js/react)</summary>

###
[`v3.0.1`](https://github.com/mdx-js/mdx/releases/tag/3.0.1)

[Compare
Source](https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1)

##### Fix

- [`49fd094`](https://github.com/mdx-js/mdx/commit/49fd094a)
Fix generated JSX pragmas for new babel
by [@&#8203;remcohaszing](https://github.com/remcohaszing) in
[mdx-js/mdx#2438
- [`d1fface`](https://github.com/mdx-js/mdx/commit/d1fface1)
Refactor to handle uncaught webpack errors
by [@&#8203;remcohaszing](https://github.com/remcohaszing) in
[mdx-js/mdx#2398

##### Types

- [`c03e16c`](https://github.com/mdx-js/mdx/commit/c03e16c6)
Add declaration maps
- [`85c5dd0`](https://github.com/mdx-js/mdx/commit/85c5dd05)
Fix webpack loader types
by [@&#8203;remcohaszing](https://github.com/remcohaszing) in
[mdx-js/mdx#2386

##### Site

- [`38f7a5c`](https://github.com/mdx-js/mdx/commit/38f7a5c9)
Fix reset of playground render errors
by [@&#8203;ManasMakde](https://github.com/ManasMakde) in
[mdx-js/mdx#2392
- [`680445d`](https://github.com/mdx-js/mdx/commit/680445df)
Add note on broken react runtime types
by [@&#8203;ky1ejs](https://github.com/ky1ejs) in
[mdx-js/mdx#2383

**Full Changelog**: mdx-js/mdx@3.0.0...3.0.1

</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/zeebe-io/zeebe-chaos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
Zelldon committed Sep 3, 2024
2 parents b5f389e + a7fbff2 commit 0916903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chaos-days/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chaos-days/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@docusaurus/core": "3.5.1",
"@docusaurus/preset-classic": "3.5.1",
"@mdx-js/react": "3.0.0",
"@mdx-js/react": "3.0.1",
"@svgr/webpack": "^8.0.0",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 0916903

Please sign in to comment.