Commits
- [`f49bfd3`](https://github.com/apiaryio/dredd/commit/f49bfd34f33145768355f5bb4c66e5459e149801) chore: release dredd 12.2.0
- [`9a37728`](https://github.com/apiaryio/dredd/commit/9a37728741303e0e90c7042beb69c27f3ed31950) fix(smoke): use dredd-transactions locally
- [`95a3524`](https://github.com/apiaryio/dredd/commit/95a3524ed7f7b260677caa42b32f51ba87b7af67) Merge pull request [#1622](https://github-redirect.dependabot.com/apiaryio/dredd/issues/1622) from apiaryio/update-gavel
- [`e4ed91a`](https://github.com/apiaryio/dredd/commit/e4ed91a5e5b55d723b69d0c2e345cd35db8f1d0d) fix: upgrade fury to 3.0.0-beta.13
- [`e015c8e`](https://github.com/apiaryio/dredd/commit/e015c8e207ae6f5b4ddde5c25ef65fc774d4a739) docs: includes JSON Schema Draft 6 and 7 in "How it works" section
- [`6534cf6`](https://github.com/apiaryio/dredd/commit/6534cf61609145345da38a0674c220a37d825204) test: uses proper MSON for parameters annotation in JSON Schema Draft 7 APIB
- [`dfd4859`](https://github.com/apiaryio/dredd/commit/dfd485938c2b764ff015b1acf28885e1af0a8f55) test: uses "const" instead of "enum" in JSON Schema Draft 7 integration test
- [`52a88fe`](https://github.com/apiaryio/dredd/commit/52a88fedefac0ef457a26fb8b9bf19aacdfb3497) test: makes JSON Schema Draft 7 integration test more concise
- [`5616242`](https://github.com/apiaryio/dredd/commit/56162429e2f414d495ab44cf4aabe5b9c2badf47) test: adds JSON Schema boolean value integration test
- [`e6ad3ac`](https://github.com/apiaryio/dredd/commit/e6ad3acf8605f664940c23241c38d2956d7960dc) test: adds integration test for JSON Schema Draft 7 support
- Additional commits viewable in [compare view](https://github.com/apiaryio/dredd/compare/v12.1.0...dredd@12.2.0)
Maintainer changes
This version was pushed to npm by [kylef](https://www.npmjs.com/~kylef), a new releaser for dredd since your current version.
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 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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps dredd from 12.1.0 to 12.2.0.
Commits
- [`f49bfd3`](https://github.com/apiaryio/dredd/commit/f49bfd34f33145768355f5bb4c66e5459e149801) chore: release dredd 12.2.0 - [`9a37728`](https://github.com/apiaryio/dredd/commit/9a37728741303e0e90c7042beb69c27f3ed31950) fix(smoke): use dredd-transactions locally - [`95a3524`](https://github.com/apiaryio/dredd/commit/95a3524ed7f7b260677caa42b32f51ba87b7af67) Merge pull request [#1622](https://github-redirect.dependabot.com/apiaryio/dredd/issues/1622) from apiaryio/update-gavel - [`e4ed91a`](https://github.com/apiaryio/dredd/commit/e4ed91a5e5b55d723b69d0c2e345cd35db8f1d0d) fix: upgrade fury to 3.0.0-beta.13 - [`e015c8e`](https://github.com/apiaryio/dredd/commit/e015c8e207ae6f5b4ddde5c25ef65fc774d4a739) docs: includes JSON Schema Draft 6 and 7 in "How it works" section - [`6534cf6`](https://github.com/apiaryio/dredd/commit/6534cf61609145345da38a0674c220a37d825204) test: uses proper MSON for parameters annotation in JSON Schema Draft 7 APIB - [`dfd4859`](https://github.com/apiaryio/dredd/commit/dfd485938c2b764ff015b1acf28885e1af0a8f55) test: uses "const" instead of "enum" in JSON Schema Draft 7 integration test - [`52a88fe`](https://github.com/apiaryio/dredd/commit/52a88fedefac0ef457a26fb8b9bf19aacdfb3497) test: makes JSON Schema Draft 7 integration test more concise - [`5616242`](https://github.com/apiaryio/dredd/commit/56162429e2f414d495ab44cf4aabe5b9c2badf47) test: adds JSON Schema boolean value integration test - [`e6ad3ac`](https://github.com/apiaryio/dredd/commit/e6ad3acf8605f664940c23241c38d2956d7960dc) test: adds integration test for JSON Schema Draft 7 support - Additional commits viewable in [compare view](https://github.com/apiaryio/dredd/compare/v12.1.0...dredd@12.2.0)Maintainer changes
This version was pushed to npm by [kylef](https://www.npmjs.com/~kylef), a new releaser for dredd since your current version.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 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)