Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump jjsontree.js from 2.9.0 to 4.6.1 #1298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps jjsontree.js from 2.9.0 to 4.6.1.

Release notes

Sourced from jjsontree.js's releases.

JsonTree.js v4.6.1 - 12-hour format support! UI improvements and fixes!

  • Fixed a fault that prevented the Control Buttons from sticking to the top-right of the JSON column.
  • Fixed a fault that caused the Control Buttons open state to be forgotten when moving columns around.
  • RGB colors that are now spaced out better for readability (for example, "rgb( 1, 1, 1 )").
  • Added "{aa}" Date/Time formatting support, which will show either AM or PM, depending on the time of day.
  • Added "{hhh}" Date/Time formatting support, which will show the hours in a 12-hour format.
  • BigInt values now show an "n" character at the end so it's clear what value they are (unless obscured by the "maximum.bigIntLength" binding option).
  • The padding used for null/undefined values in the display has been slightly decreased.

JsonTree.js v4.6.0 - Open/Close control buttons! SASS improvements! Fixes!

New Features:

  • Added support to open/close the control buttons in the main columns.

Binding Options:

  • Added a new binding option called "controlPanel.showOpenCloseButton" (defaults to true), which states if the open/close button is shown.

Configuration Options:

  • Added a new option called "text.openCloseSymbolText", which states the symbol text to use for the Control Buttons open/close button (defaults to "↹").

Improvements:

  • Updated the NPM packages to the latest versions.
  • SCSS files now use @​use statements instead of @​import (which has been deprecated).
  • The "Import" link now shows a space between the text and the ellipsis when no JSON is available to view.

Fixes:

  • Fixed a fault that caused the wrong nodes to be opened/closed when manually deleting a column.
  • Fixed a huge fault that caused errors when attempting to bulk edit the JSON in a column (or single view).

JsonTree.js v4.5.0 - More options, performance improvements, and fixes!

Shortcut Navigation Keys:

  • Pressing Ctrl/Command + C will copy all the JSON to the clipboard (if only one instance of JsonTree.js is used).

Binding Options:

  • Added a new binding option called "openUrlsInSameWindow" (defaults to false), which states if a URL should be opened in the same window.
  • Added a new binding option called "maximum.functionLength" (defaults to 0, state will use the full name), which states the maximum size a function can be in the display.
  • Added a new binding option called "maximum.lambdaLength" (defaults to 0, state will use the full name), which states the maximum size a lambda can be in the display.

Improvements:

  • The onscroll() method used for all columns is much faster.
  • Empty symbols are now shown as "Symbol" instead of "Symbol()".
  • Symbols that are not empty are spaced out better for readability (for example, "Symbol( id )").
  • Functions and Lambdas now show the accepted parameters.

Fixes:

  • Fixed a fault that prevented synchronized scrolling from working on all other columns except the first one.
  • Fixed a fault that didn't allow empty strings to be edited.
  • Fixed a slight misalignment of the object borders (when enabled) for the current expand icon types.
  • Fixed a fault that caused a string value that contains only whitespace characters to be treated as a float value.
  • Fixed the missing CSS variable colors from all theme files.

... (truncated)

Commits
  • 66b3c2a Merge pull request #46 from williamtroup/4.6.1
  • b7b0aab Slightly decreased the padding used for Null/Undefined values in the display.
  • 75b4bac BigInt values now show an "n" character at the end so it's clear what value t...
  • 6fdf316 Added "{hhh}" Date/Time formatting support, which will show the hours in a 12...
  • e589eda Added "{aa}" Date/Time formatting support, which will show either AM or PM de...
  • a84abe1 RGB colors that are now spaced out better for readability (for example, "rgb(...
  • 07ae7f8 Fixed a fault that caused the Control Buttons open state to be forgotten when...
  • 747b0cb Fixed a fault that that prevented the Control Buttons from sticking to the to...
  • 85ad2e3 Updated to v4.6.1.
  • 62e2f82 Merge pull request #44 from williamtroup/4.6.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jjsontree.js](https://github.com/williamtroup/JsonTree.js) from 2.9.0 to 4.6.1.
- [Release notes](https://github.com/williamtroup/JsonTree.js/releases)
- [Commits](williamtroup/JsonTree.js@2.9.0...4.6.1)

---
updated-dependencies:
- dependency-name: jjsontree.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants