Skip to content

Commit

Permalink
fix(deps): update dependency @textea/json-viewer to v4 (#3430)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@textea/json-viewer](https://redirect.github.com/TexteaInc/json-viewer)
| [`^3.4.1` ->
`^4.0.1`](https://renovatebot.com/diffs/npm/@textea%2fjson-viewer/3.4.1/4.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@textea%2fjson-viewer/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@textea%2fjson-viewer/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@textea%2fjson-viewer/3.4.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@textea%2fjson-viewer/3.4.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>TexteaInc/json-viewer (@&#8203;textea/json-viewer)</summary>

###
[`v4.0.1`](https://redirect.github.com/TexteaInc/json-viewer/blob/HEAD/CHANGELOG.md#401-2024-12-15)

##### Bug Fixes

- update Object datatype for correct pluralization of Items
([#&#8203;531](https://redirect.github.com/TexteaInc/json-viewer/issues/531))
([004e5c0](https://redirect.github.com/TexteaInc/json-viewer/commit/004e5c09c20a7afe4434f210b1ac98f7116ba8a7))

###
[`v4.0.0`](https://redirect.github.com/TexteaInc/json-viewer/blob/HEAD/CHANGELOG.md#400-2024-09-15)

##### ⚠ BREAKING CHANGES

-   remove deprecated `createDataType` and `displayObjectSize`
-   migrate to MUI v6

##### Features

- migrate to MUI v6
([5ed7245](https://redirect.github.com/TexteaInc/json-viewer/commit/5ed7245fee96239e5a09dda22531795cc3121eb2))
- remove deprecated `createDataType` and `displayObjectSize`
([2923478](https://redirect.github.com/TexteaInc/json-viewer/commit/2923478feaa6685f4afccffe31ad54faab290a0c))

###
[`v3.5.0`](https://redirect.github.com/TexteaInc/json-viewer/blob/HEAD/CHANGELOG.md#350-2024-08-26)

[Compare
Source](https://redirect.github.com/TexteaInc/json-viewer/compare/8d9759329ce72903f7e09f534eeb4cb1171191b3...400d2423085bee7d373c176f6c2abf341c535730)

##### Features

- add `data-key-toggle-*` class name for customization
([c1e605a](https://redirect.github.com/TexteaInc/json-viewer/commit/c1e605a5647be5821392bf74a396bb5ff95d7e4a))
- add utils `getPathValue`
([194ac43](https://redirect.github.com/TexteaInc/json-viewer/commit/194ac430170ce2e9ad21ebbc0b83008981054e26))
- hide colon when key is empty
([c1ce6ed](https://redirect.github.com/TexteaInc/json-viewer/commit/c1ce6ed7ea5b5ce9512a100cd6ad5ef1bf5ee4d1))
- passing `path` to `Editor` for better customizability
([f03ab10](https://redirect.github.com/TexteaInc/json-viewer/commit/f03ab1051fd1d0320ad6f5c482325f151b6065da))
- support `displayComma` for showing comma
([2c85bdb](https://redirect.github.com/TexteaInc/json-viewer/commit/2c85bdbccab0e2844d8a0f445f9d0a9f48434e68))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), 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/marimo-team/marimo).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Myles Scolnick <myles@marimo.io>
  • Loading branch information
renovate[bot] and mscolnick authored Jan 14, 2025
1 parent f59ea38 commit f231ff5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
2 changes: 1 addition & 1 deletion frontend/e2e-tests/components.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ test("table", async ({ page }) => {
helper.cell(3).locator(".marimo-json-output").first(),
).toHaveText(
`
[1 Items
[1 Item
0:{2 Items
"first_name":"Dwight"
"last_name":"Schrute"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@replit/codemirror-vim": "^6.2.1",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-table": "^8.20.1",
"@textea/json-viewer": "^3.4.1",
"@textea/json-viewer": "^4.0.1",
"@types/humanize-duration": "^3.27.4",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
Expand Down
43 changes: 17 additions & 26 deletions frontend/pnpm-lock.yaml

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

0 comments on commit f231ff5

Please sign in to comment.