Skip to content

Commit

Permalink
⬆️ Update dependency @codesandbox/sandpack-react to ^2.18.3 (#5226)
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 |
|---|---|---|---|---|---|
|
[@codesandbox/sandpack-react](https://togithub.com/codesandbox/sandpack)
| [`^2.18.2` ->
`^2.18.3`](https://renovatebot.com/diffs/npm/@codesandbox%2fsandpack-react/2.18.2/2.18.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@codesandbox%2fsandpack-react/2.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codesandbox%2fsandpack-react/2.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codesandbox%2fsandpack-react/2.18.2/2.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codesandbox%2fsandpack-react/2.18.2/2.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>codesandbox/sandpack
(@&#8203;codesandbox/sandpack-react)</summary>

###
[`v2.18.3`](https://togithub.com/codesandbox/sandpack/blob/HEAD/CHANGELOG.md#2183-2024-08-19)

[Compare
Source](https://togithub.com/codesandbox/sandpack/compare/v2.18.2...v2.18.3)

##### Bug Fixes

- **code editor:** remount when readOnly change
([#&#8203;1179](https://togithub.com/codesandbox/sandpack/issues/1179))
([f30adcb](https://togithub.com/codesandbox/sandpack/commit/f30adcb17fda8b87f087dbb0dfba1f8e46cdc0db))

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent a4abb54 commit c998075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.18.2",
"@codesandbox/sandpack-react": "^2.18.3",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-pwa": "3.4.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1847,9 +1847,9 @@ __metadata:
languageName: node
linkType: hard

"@codesandbox/sandpack-react@npm:^2.18.2":
version: 2.18.2
resolution: "@codesandbox/sandpack-react@npm:2.18.2"
"@codesandbox/sandpack-react@npm:^2.18.3":
version: 2.18.3
resolution: "@codesandbox/sandpack-react@npm:2.18.3"
dependencies:
"@codemirror/autocomplete": "npm:^6.4.0"
"@codemirror/commands": "npm:^6.1.3"
Expand All @@ -1873,7 +1873,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 10c0/6030f6bdd8a6ee1814273d31984345275d48bdc4a436f1898ee66167e06c3b439c4a274112b3cd59471617851f401fa8ba62c4a0741d2a6d1be66628fd5ace33
checksum: 10c0/70b0681d979bf9d8e9432ae41a4cea9484cc124059acc35c0eca5a0cee923bad98adba4cf7ec3ae99540df67da4d2a3b2c1df257ea24befdcb1d52f29afd0af4
languageName: node
linkType: hard

Expand Down Expand Up @@ -19389,7 +19389,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "website@workspace:website"
dependencies:
"@codesandbox/sandpack-react": "npm:^2.18.2"
"@codesandbox/sandpack-react": "npm:^2.18.3"
"@codesandbox/sandpack-themes": "npm:^2.0.21"
"@docusaurus/core": "npm:3.4.0"
"@docusaurus/module-type-aliases": "npm:3.4.0"
Expand Down

0 comments on commit c998075

Please sign in to comment.