CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Bump @json-editor/json-editor from 1.3.5 to 2.2.1 #88

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @json-editor/json-editor from 1.3.5 to 2.2.1.

Changelog

Sourced from @json-editor/json-editor's changelog.

2.3.0-dev

  • Removed codeception container, use codeceptjs as node-dev module

2.2.1-current

  • AbstractEditor, AbstractTheme, AbstractIconlib had been removed, re-expose them
  • fix static property #724 #723
  • fix option remove_empty_properties #725 #728

2.2.0

  • Removed Class.js in favour Javascript class declaration.
  • Ability to add style rules for editors (i.e. StarratingEditor)
  • Modified build/CSSToJson.js to generate Javascript modules instead of Json files. This is helpful when importing JSONEditor directly as Javascript module without a build step.
  • Unified how styles are loaded for themes and editors,
    • Style rules are stored in class static property ‘rules’
    • Rules are loaded as ESM Module,
      • Generated @ build stage (stylesheet-filename.css.js) or
      • Written manually.
  • Cleaned src/defaults.js and move resolvers to a separate module, src/resolvers.js
  • Cleaned how default themes, iconlibs, editors and templates are imported to JSONEditor
  • Added ability to attache editors and themes style rules to the shadowRoot if the editor is inside a Web Component.
  • Fix of #701 - editors/number.js and editors/integer.js don't change values when validation is failed
  • Fix of #716 - add ignore for allOf to fall in line with existing ignores of anyOf/oneOf for additionalProperties validation
  • Fix of #714 - Checkboxes inside object tables duplicate labels from heading
  • Added copy button to arrays in table format

2.1.0

  • fixed vulnerability in "http-server" package (origin/feature/merges-20200227, feature/merges-20200227) - using latest node LTS
  • extract css
  • Add webpack plugin to support theme development
  • css-loader can be omitted
  • Fix some eslint warnings
  • Remove comments from css in production mode (germanbisurgi-master) - updated readme
  • lib loader
  • better interactive page
  • codeceptjs output directory added to npm ignore list

2.0.0

  • Fix of #643 - Allow use of themes not compiled directly into the build
  • Removed Themes and IconSets that have not been updated to 2.0 format.
  • Fix of #618 - links are placed AFTER the description. Now places the link BEFORE description (if available) or at bottom of container
  • Changes to Vallilla Colorpicker editor.
  • Added support for 'setValue'
  • Added better enable/disable methods.
  • Removed "onChange" function from list of required options so it can be overidden using schema options.
  • Changed the update method (Otherwise buttons have no meaning). Now updating is done in "onDone" function, except if inline element. Then updating is done using "onChange" function.
  • Fix of #629 - BS4 theme bug where basic tab was placed outside tabs container.
  • Improved IMask support for Date, Number, IMask.MaskedEnum, IMask.MaskedRange and regular expression masks. #591
... (truncated)
Commits
  • 52a20ce 2.2.1
  • b43e476 Merge pull request #728 from tohosaku/Fix_remove_empty_properties
  • 51f46e2 Merge branch 'master' into Fix_remove_empty_properties
  • a136e18 changelog for 2.2.1 (#727)
  • 0d511c6 Merge pull request #730 from tohosaku/Fix_param_order
  • 7b2ba67 Fix parameter order and Add test case
  • b29d1a4 Add changelog
  • 0ed21cb Merge remote-tracking branch 'upstream/schmunk42-patch-1' into Fix_remove_emp...
  • 13124e0 Fix remove_empty_properties
  • 698d4d5 changelog for 2.2.1
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 21b67a06 and detected 0 issues on this pull request.

View more on Code Climate.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.