Skip to content

Commit

Permalink
Update dependency react-json-view-lite to v2 (#2526)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-json-view-lite](https://redirect.github.com/AnyRoad/react-json-view-lite)
| [`1.5.0` ->
`2.0.1`](https://renovatebot.com/diffs/npm/react-json-view-lite/1.5.0/2.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-json-view-lite/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-json-view-lite/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-json-view-lite/1.5.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-json-view-lite/1.5.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>AnyRoad/react-json-view-lite (react-json-view-lite)</summary>

###
[`v2.0.1`](https://redirect.github.com/AnyRoad/react-json-view-lite/blob/HEAD/CHANGELOG.md#201)

[Compare
Source](https://redirect.github.com/AnyRoad/react-json-view-lite/compare/aac85a73687b6aabb544f1968c7a0a845cb3ccf6...917fd44782541e216defe3f5ab03072bc60e89ac)

##### Bug Fixes

- Fixes margin and padding for the expandable elements (because `div`
element changed to the `ul`)

###
[`v2.0.0`](https://redirect.github.com/AnyRoad/react-json-view-lite/blob/HEAD/CHANGELOG.md#200)

[Compare
Source](https://redirect.github.com/AnyRoad/react-json-view-lite/compare/1.5.0...aac85a73687b6aabb544f1968c7a0a845cb3ccf6)

Major version upgrade.

##### Breaking Changes

- Dropped support of React 16 and React 17. Please use versions 1.x.x if
your project uses React 16 or React 17.
- Expanding and collapsing nodes with the "space" button changed to
navigation and expanding using arrow keys. Left and Right to
collapse/expand, Up and Down to move to previous/next collapsable
element.

##### New Features

- [Always quote objects property names with quotesForFieldNames
property](https://redirect.github.com/AnyRoad/react-json-view-lite/pull/31)
- [Improved a11y
support](https://redirect.github.com/AnyRoad/react-json-view-lite/pull/32)

</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/jaegertracing/jaeger-ui).

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

---------

Signed-off-by: Mend Renovate <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 3eed6e3 commit c780c37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",
"react-json-view-lite": "1.5.0",
"react-json-view-lite": "2.0.1",
"react-redux": "^8.1.2",
"react-router-dom": "5.3.4",
"react-router-dom-v5-compat": "^6.24.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exports[`<KeyValuesTable> renders the expected text for each span value 1`] = `
"numberValue": "json-markup-number",
"otherValue": "json-markup-other",
"punctuation": "json-markup-puncuation",
"quotesForFieldNames": false,
"stringValue": "json-markup-string",
"undefinedValue": "json-markup-undefined",
}
Expand Down

0 comments on commit c780c37

Please sign in to comment.