docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Bump github.com/xeipuuv/gojsonschema from 93e72a773fade158921402d6a24c819b48aba29d to 1.1.0 #626

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/xeipuuv/gojsonschema from 93e72a773fade158921402d6a24c819b48aba29d to 1.1.0. This release includes the previously tagged commit.

Release notes *Sourced from [github.com/xeipuuv/gojsonschema's releases](https://github.com/xeipuuv/gojsonschema/releases).* > ## v1.1.0 > * Adds the ability to explicitly use draft-04, draft-06 and draft-07 modes. [#219](https://github-redirect.dependabot.com/xeipuuv/gojsonschema/issues/219) > * Improved error messages for `"uniqueItems"`. [#220](https://github-redirect.dependabot.com/xeipuuv/gojsonschema/issues/220) > * Fix rounding issues with `"multipleOf"`. [#223](https://github-redirect.dependabot.com/xeipuuv/gojsonschema/issues/223)
Commits - [`f971f3c`](https://github.com/xeipuuv/gojsonschema/commit/f971f3cd73b2899de6923801c147f075263e0c50) Replace big.Float by big.Rat - [`cdd33d0`](https://github.com/xeipuuv/gojsonschema/commit/cdd33d071d357d0d2dcf1c9b0c0e5cc58ad2a1d7) Update documentation and add draft crossreference test - [`7cd9691`](https://github.com/xeipuuv/gojsonschema/commit/7cd9691dccaf20e87a26e788189477548958e39c) Add an extra test for schema detection and fix some bugs - [`e8d857c`](https://github.com/xeipuuv/gojsonschema/commit/e8d857c9787eca1c11c2aef41a7a11e1c522c862) Add support for custom metaschemas using $schema - [`42c3b50`](https://github.com/xeipuuv/gojsonschema/commit/42c3b50333c35930a99738a1e7edb5e04581e4cd) Disable certain features if a specific draft is used - [`c813aa8`](https://github.com/xeipuuv/gojsonschema/commit/c813aa858460d279d67b0b2ff0026e93afdc2635) Handle (exclusive)minimum/maximum with different drafts - [`daa7675`](https://github.com/xeipuuv/gojsonschema/commit/daa7675e9f7a283b6f950bee9d8bc1b96b97c6af) Fully integrate draft version detection - [`2f08306`](https://github.com/xeipuuv/gojsonschema/commit/2f083069a85b7d4bb7d0f1808bcf5880a9d08ca0) First work to implement draft differentiation - [`ac52e68`](https://github.com/xeipuuv/gojsonschema/commit/ac52e6811b56ee2b7730a88915e956afe2cc0d69) Add indexes not unique array items to error details - [`f3a9dae`](https://github.com/xeipuuv/gojsonschema/commit/f3a9dae5b19473510a3062802a98815f609ed747) Removed if statement in result.go - Additional commits viewable in [compare view](https://github.com/xeipuuv/gojsonschema/compare/93e72a773fade158921402d6a24c819b48aba29d...v1.1.0)


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) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 4 years ago

Codecov Report

Merging #626 into master will decrease coverage by 0.46%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #626      +/-   ##
==========================================
- Coverage   72.46%   71.99%   -0.47%     
==========================================
  Files          49       49              
  Lines        2600     2560      -40     
==========================================
- Hits         1884     1843      -41     
- Misses        484      485       +1     
  Partials      232      232
Impacted Files Coverage Δ
internal/packager/init.go 60.97% <0%> (-7.38%) :arrow_down:
internal/commands/init.go 88.23% <0%> (-7.22%) :arrow_down:
types/parameters/parameters.go 93.65% <0%> (-3.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc0d83c...c4e1156. Read the comment docs.

silvin-lubecki commented 4 years ago

Reverted with #638