joabakk / signalk-seatalk1-autopilot

Deprecated, please use SignalK/signalk-autopilot instead. Based on sbender9/signalk-raymarine-autopilot
Apache License 2.0
4 stars 2 forks source link

An in-range update of react-jsonschema-form is breaking the build 🚨 #16

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-jsonschema-form was updated from 1.2.0 to 1.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-jsonschema-form is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/joabakk/signalk-seatalk1-autopilot/builds/488669020?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.1

Bug fixes

  • Fix typos in documentation (#1135).
  • Fix corner case in how we fill array items (#871).
  • anyOf actually supports oneOf as well (#1133) and can work inside array items (#1131).
  • Fix custom labels on booleans (#1137).
  • Arrays now support hidden fields (#978).
  • Radio boolean fields now have an ID (see #1139).
  • Filenames of data URLs are now URI encoded (#967).
  • Resolve $ref schemas inside a $ref (#1142).
  • Fix bug where anyOf branch was not selected correctly (#1129).
  • Name is not required in data-url format (#1147).
  • Use div instead of p to wrap submit buttons (#766).
  • uiSchema supports additionalProperties (#1144).

Documentation

  • Documentation is now hosted on ReadTheDocs and organized into several files in docs/ rather than one giant README (#1138).
  • Add a link to a JSFiddle that demonstrates using a custom component with ui:help (#1145).
  • Document an unfortunate interaction between schema dependencies and additionalProperties: false (#1149, based on work in #1018; see also #1148).

Thanks very much to new maintainer @epicfaace who has been putting a lot of time and effort into cleaning up this repository!

Commits

The new version differs by 38 commits.

  • a1eedfb Bump v1.2.1
  • 174e136 Fix uiSchema for additionalProperties (#1144)
  • 2368740 replace submit button paragraph tag with div (#766)
  • 2ccfa7e Fixes #824 (#1147)
  • 2de683e Fix bug where matching anyOf branch is not selected correctly (#1129)
  • 2685047 Document a gotcha with additionalProperties (#1149)
  • 15bc751 doc: add permalinks and fix internal hyperlinks in documentation
  • 8db0f3b Merge branch 'master' of https://github.com/mozilla-services/react-jsonschema-form
  • 9fdab86 doc: add doc build instructions, update PR/issue templates with doc links
  • 3f35d78 Add onBlur and onFocus events for radio and checkbox widgets (#1143)
  • a426124 add ui:help tips (#1145)
  • bc15e23 doc: fix browserstack logo size
  • f62cfc4 docs: remove docs from README and link to readthedocs #1138
  • 7e74bb6 doc: organize docs into separate files #1138
  • 67ff7da doc: add browserstack logo #990

There are 38 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.2.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 21 commits.

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 31 commits.

  • 73b1458 Bump version 1.4.0
  • 889871f docs: document placeholder and autofocus widget props (#1223)
  • 0f4889c Add Mozilla Code of Conduct file (#1240)
  • de79e37 Fix #1233 : Exclude File object from isObject detection (#1234)
  • 3afb5f9 Removed throwing error when there's an extraneous property in ui:order (#814)
  • 9104a71 fix: schema is not an html attribute (#946)
  • b096c99 #804 - Bug Fix - Empty divs are created (#1218)
  • d9bcf1a Basic support for 'nullable' types (#1213)
  • d22c1c7 fix: playground dependencies demos with plain text (#1215)
  • 68ab7a4 Add schemaPath to errors object in transformErrors (2) (#1205)
  • 58a3534 Bump version v1.3.0
  • 2a6b830 Limit cases where "required" attribute is used on checkboxes (#1194)
  • 1651066 Add the full source maps by default for development (#1208)
  • 10a6b64 Bug Fix empty html useless added by PR #1123 / v1.2.0 (#1158)
  • 92233e4 Add more schemas to validate against (#1130)

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 37 commits.

  • c6e1df4 Bump version 1.4.1
  • c5e8899 Add NullField (#1238)
  • ac397ca fix: do not error when File is not defined (#1253)
  • 06b5e2f fix mistake in validation docs (#1251)
  • e409be5 Custom string formats (#1186)
  • f8d0d45 use select widget to render oneOf / anyOf control (#1220)
  • 73b1458 Bump version 1.4.0
  • 889871f docs: document placeholder and autofocus widget props (#1223)
  • 0f4889c Add Mozilla Code of Conduct file (#1240)
  • de79e37 Fix #1233 : Exclude File object from isObject detection (#1234)
  • 3afb5f9 Removed throwing error when there's an extraneous property in ui:order (#814)
  • 9104a71 fix: schema is not an html attribute (#946)
  • b096c99 #804 - Bug Fix - Empty divs are created (#1218)
  • d9bcf1a Basic support for 'nullable' types (#1213)
  • d22c1c7 fix: playground dependencies demos with plain text (#1215)

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 37 commits.

  • 45ff77f Bump version 1.5.0
  • c5e8899 Add NullField (#1238)
  • ac397ca fix: do not error when File is not defined (#1253)
  • 06b5e2f fix mistake in validation docs (#1251)
  • e409be5 Custom string formats (#1186)
  • f8d0d45 use select widget to render oneOf / anyOf control (#1220)
  • 73b1458 Bump version 1.4.0
  • 889871f docs: document placeholder and autofocus widget props (#1223)
  • 0f4889c Add Mozilla Code of Conduct file (#1240)
  • de79e37 Fix #1233 : Exclude File object from isObject detection (#1234)
  • 3afb5f9 Removed throwing error when there's an extraneous property in ui:order (#814)
  • 9104a71 fix: schema is not an html attribute (#946)
  • b096c99 #804 - Bug Fix - Empty divs are created (#1218)
  • d9bcf1a Basic support for 'nullable' types (#1213)
  • d22c1c7 fix: playground dependencies demos with plain text (#1215)

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 54 commits.

  • 83be940 Bump version 1.6.0
  • 59f9d26 Allowing AnyOfField or OneOfField to use schema (#1302)
  • 41fce4a Ensure defaults are passed along for multiselect arrays when minItems… (#1264)
  • 2a7e4e1 Pass along label/placeholder/registry for custom multiselect widgets. (#1301)
  • bf0e8b8 remove describe.only for tests (#1305)
  • 09fda84 Default type to object if undefined (#1292)
  • 388612e Fix defaults with oneof/anyof and nested dependencies (#1304)
  • e6518e2 #1209 | allow widget to be wrapped as React.ForwardedRef (#1227)
  • cc7e1b4 Added withTheme HOC (#1226)
  • 7530230 Added example for collapsing fields. (#1294)
  • 48742bf Fix file widget tests (#1285)
  • 67d17dd Correctly use $ref when matching options with oneOf (#1287)
  • 98952b7 Support readOnly property from latest validation draft (#1282)
  • 1ee343d Make numbers nullable by allowing null values to be echoed from asNumber() (#1269)
  • fba5bee Fix/warn unknown formats (#1277)

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.7.0

New features

  • Pass registry to ArrayFieldTemplate (#1317)
  • Add "Omit extra data" prop (#1283), including a "live omit" option (#1332, #1356)
  • NumberField now has access to min and max props (#1341)
  • Allow for a custom tag name to be used instead of form (#1345)
  • Added properties ui:FieldTemplate, ui:ArrayFieldTemplate, and ui:ObjectFieldTemplate to uiSchema (#1152)

Bug fixes

  • Fix nested dependencies updating (#1320)
  • Minor follow-ups from #1283 (#1331)
  • Pass formContext to SchemaField (#1330)
  • Fix bug where defaults are not applied correctly for anyOf/oneOf schemas (#1338)
  • Ensure all widgets are represented in documentation (#1350)
  • Array items now have unique, stable keys (#1335)
  • Prevent submits from propagating when forms are nested in other forms (#1336)
  • Update to Babel 7 (#1322)
Commits

The new version differs by 80 commits.

  • 4245c7b Bump version 1.7.0
  • 310b8a5 Added ui:*Template properties (#1152)
  • 3abba3e Add liveOmit to playground (#1356)
  • 59fae44 Prevent submit from propagating. (#1336)
  • 946c621 chore: replace react-addons-test-utils with react-dom/test-utils (#1342)
  • 20796c2 Array items now have unique, stable keys (#1046) (#1335)
  • 07b07b1 Added all default widgets to documentation (#1350)
  • 750f5cb Fixed schema type not being deduced correctly in compute defaults (#1334) (#1338)
  • 7827ab0 Allows for a custom tagName to be used in place of "form" (#1345)
  • 4ca4e66 feat: pass maximum and minimum to NumberField (#1341)
  • a8319d7 pass formContext to SchemaField (#1330)
  • e98a016 [WIP] Live omit (#1332)
  • fe62b49 Minor changes: added lodash get to package.json, rename toNameSchema to toPathSchema (#1331)
  • a9e950a Merge branch 'omit-extra-data' of https://github.com/CodeGains/react-jsonschema-form into CodeGains-omit-extra-data
  • 9786567 Fix nested dependencies updating (#1320)

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 100 commits.

  • ff3de9b Bump version 1.8.0
  • 4251a2c Fix omitExtraData bugs for nested empties and nonspecified objects (#1419)
  • d2112d3 Adding support for $ref pointers to additionalProperties. (#1402)
  • 642ad56 Fix: apply netlify badge settings to all builds, not just deploy previews
  • 1c856b9 Fix omitData for top level array (#1406)
  • df8499c Encode checkbox settings in playground (#1403)
  • 21976bc Key changes on additionalProperties items no longer suffer data loss. (#1401)
  • 90f50c3 fix publicPath for netlify deploy previews (#1413)
  • 20ff3b9 Allow "0." to be typed in to a text widget (#1360)
  • ab5623f Issue1362 (#1386)
  • d7b26fb add missing space in paragraph (#1384)
  • 63c6127 fix: fix webpack public path for playground (#1379)
  • b36d9d2 Use monaco for playground (#1374)
  • 6728977 Fix dependency defaults for uncontrolled components (#1371)
  • 45ec5f6 Format tests (#1372)

There are 100 commits in total.

See the full diff