Skip to content

Commit

Permalink
⬆️ Update dependency @codesandbox/sandpack-react to ^2.19.10 (#5436)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@codesandbox/sandpack-react](https://redirect.github.com/codesandbox/sandpack)
| [`^2.19.9` ->
`^2.19.10`](https://renovatebot.com/diffs/npm/@codesandbox%2fsandpack-react/2.19.9/2.19.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@codesandbox%2fsandpack-react/2.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codesandbox%2fsandpack-react/2.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codesandbox%2fsandpack-react/2.19.9/2.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codesandbox%2fsandpack-react/2.19.9/2.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.19.10`](https://redirect.github.com/codesandbox/sandpack/blob/HEAD/CHANGELOG.md#21910-2024-11-21)

[Compare
Source](https://redirect.github.com/codesandbox/sandpack/compare/v2.19.9...v2.19.10)

##### Bug Fixes

- replace eval with globalThis to comply with CSP policies
([#&#8203;1232](https://redirect.github.com/codesandbox/sandpack/issues/1232))
([515488d](https://redirect.github.com/codesandbox/sandpack/commit/515488da9dcbf4cf062527347b46adc7d7dba08f))

</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/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent b514080 commit 2544d0d
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.19.9",
"@codesandbox/sandpack-react": "^2.19.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docusaurus/core": "3.6.2",
"@docusaurus/plugin-pwa": "3.6.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,9 +2015,9 @@ __metadata:
languageName: node
linkType: hard

"@codesandbox/sandpack-react@npm:^2.19.9":
version: 2.19.9
resolution: "@codesandbox/sandpack-react@npm:2.19.9"
"@codesandbox/sandpack-react@npm:^2.19.10":
version: 2.19.10
resolution: "@codesandbox/sandpack-react@npm:2.19.10"
dependencies:
"@codemirror/autocomplete": "npm:^6.4.0"
"@codemirror/commands": "npm:^6.1.3"
Expand All @@ -2041,7 +2041,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 10c0/d0356e4d8076302651f699dd473976c38544a6127ba847488e5e4ac01330b779cac8ef4d2e67144f8a674faf35b7569102300b9de23845c8ca65755fd3b4a7ff
checksum: 10c0/67604f6b68bbe476b0727cc50d9c4fb3fa39ab22ce7531abb9c371861396e3a31cc7f71b87b12e751f71e2ff4b8cfe9da4b964e37baa2d512b03929a8e7a98db
languageName: node
linkType: hard

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

0 comments on commit 2544d0d

Please sign in to comment.