erunion / mill

☴ An annotation-based DSL for documenting a REST API.
MIT License
39 stars 2 forks source link

Bump speccy from 0.9.0 to 0.11.0 #248

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps speccy from 0.9.0 to 0.11.0.

Release notes *Sourced from [speccy's releases](https://github.com/wework/speccy/releases).* > ## v0.11.0 > ### Added > - The resolve option `--internal-refs` to resolve internal references ([#295](https://github-redirect.dependabot.com/wework/speccy/issues/295)) > - Line numbers to YAML parse errors ([#336](https://github-redirect.dependabot.com/wework/speccy/issues/336), [#337](https://github-redirect.dependabot.com/wework/speccy/issues/337)) > > ### Fixed > - The `path-keys-no-trailing-slash` rule not detecting paths with a trailing slash ([#285](https://github-redirect.dependabot.com/wework/speccy/issues/285), [#340](https://github-redirect.dependabot.com/wework/speccy/issues/340)) > - Overriding an inherited rule with a disable one would have no effect ([#274](https://github-redirect.dependabot.com/wework/speccy/issues/274)) > - `rules` and `skip` options specified in `speccy.yaml` may be ignored when omitting `--rules` or `--skip` arguments in the command line ([#278](https://github-redirect.dependabot.com/wework/speccy/issues/278)) > - A regression where assertion errors would spit out a stacktrace ([#300](https://github-redirect.dependabot.com/wework/speccy/issues/300), [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335), [#338](https://github-redirect.dependabot.com/wework/speccy/issues/338)) > > [#274](https://github-redirect.dependabot.com/wework/speccy/issues/274): [#274](https://github-redirect.dependabot.com/wework/speccy/pull/274) > [#278](https://github-redirect.dependabot.com/wework/speccy/issues/278): [#278](https://github-redirect.dependabot.com/wework/speccy/pull/278) > [#285](https://github-redirect.dependabot.com/wework/speccy/issues/285): [#285](https://github-redirect.dependabot.com/wework/speccy/issues/285) > [#295](https://github-redirect.dependabot.com/wework/speccy/issues/295): [#295](https://github-redirect.dependabot.com/wework/speccy/pull/295) > [#300](https://github-redirect.dependabot.com/wework/speccy/issues/300): [#300](https://github-redirect.dependabot.com/wework/speccy/issues/300) > [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335): [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335) > [#336](https://github-redirect.dependabot.com/wework/speccy/issues/336): [#336](https://github-redirect.dependabot.com/wework/speccy/issues/336) > [#337](https://github-redirect.dependabot.com/wework/speccy/issues/337): [#337](https://github-redirect.dependabot.com/wework/speccy/pull/337) > [#338](https://github-redirect.dependabot.com/wework/speccy/issues/338): [#338](https://github-redirect.dependabot.com/wework/speccy/pull/338) > [#340](https://github-redirect.dependabot.com/wework/speccy/issues/340): [#340](https://github-redirect.dependabot.com/wework/speccy/pull/340) > > ## v0.10.1 > ### Fixed > - A regression where the `resolve` command would not serialize the resolved YAML > > ## v0.10.0 > ### Changed > - Switched to using [yaml] for validating and parsing YAML ([#243](https://github-redirect.dependabot.com/wework/speccy/issues/243), [#267](https://github-redirect.dependabot.com/wework/speccy/issues/267)) > > ### Added > - Support for rule custom documentation URLs ([#228](https://github-redirect.dependabot.com/wework/speccy/issues/228), [#266](https://github-redirect.dependabot.com/wework/speccy/issues/266)) > - Support piping on all commands ([#270](https://github-redirect.dependabot.com/wework/speccy/issues/270), [#320](https://github-redirect.dependabot.com/wework/speccy/issues/320)) > > ### Fixed > - An invalid property declaration in the `openapi-tags-alphabetical` rule [[#269](https://github-redirect.dependabot.com/wework/speccy/issues/269)] > - Loading of external configuration files ([#294](https://github-redirect.dependabot.com/wework/speccy/issues/294)) > > ### Improved > - Verbosity handling. All verbose messages are sent to `stderr` to ensure pipes work. Verbosity level `1` is normal output. ([#235](https://github-redirect.dependabot.com/wework/speccy/issues/235), [#265](https://github-redirect.dependabot.com/wework/speccy/issues/265), [#270](https://github-redirect.dependabot.com/wework/speccy/issues/270), [#294](https://github-redirect.dependabot.com/wework/speccy/issues/294)) > > [yaml]: https://github.com/eemeli/yaml > [#228](https://github-redirect.dependabot.com/wework/speccy/issues/228): [#228](https://github-redirect.dependabot.com/wework/speccy/issues/228) > [#235](https://github-redirect.dependabot.com/wework/speccy/issues/235): [#235](https://github-redirect.dependabot.com/wework/speccy/issues/235) > [#243](https://github-redirect.dependabot.com/wework/speccy/issues/243): [#243](https://github-redirect.dependabot.com/wework/speccy/issues/243) > [#265](https://github-redirect.dependabot.com/wework/speccy/issues/265): [#265](https://github-redirect.dependabot.com/wework/speccy/pull/265) > [#266](https://github-redirect.dependabot.com/wework/speccy/issues/266): [#266](https://github-redirect.dependabot.com/wework/speccy/pull/266) > [#267](https://github-redirect.dependabot.com/wework/speccy/issues/267): [#267](https://github-redirect.dependabot.com/wework/speccy/pull/267) > [#269](https://github-redirect.dependabot.com/wework/speccy/issues/269): [#269](https://github-redirect.dependabot.com/wework/speccy/pull/269) > [#270](https://github-redirect.dependabot.com/wework/speccy/issues/270): [#270](https://github-redirect.dependabot.com/wework/speccy/pull/270) > ... (truncated)
Changelog *Sourced from [speccy's changelog](https://github.com/wework/speccy/blob/master/CHANGELOG.md).* > # Changelog > All notable changes to this project will be documented in this file. > > The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) > and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). > > ## [0.11] - 2019-06-16 > ### Added > - The resolve option `--internal-refs` to resolve internal references ([#295](https://github-redirect.dependabot.com/wework/speccy/issues/295)) > - Line numbers to YAML parse errors ([#336](https://github-redirect.dependabot.com/wework/speccy/issues/336), [#337](https://github-redirect.dependabot.com/wework/speccy/issues/337)) > > ### Fixed > - The `path-keys-no-trailing-slash` rule not detecting paths with a trailing slash ([#285](https://github-redirect.dependabot.com/wework/speccy/issues/285), [#340](https://github-redirect.dependabot.com/wework/speccy/issues/340)) > - Overriding an inherited rule with a disable one would have no effect ([#274](https://github-redirect.dependabot.com/wework/speccy/issues/274)) > - `rules` and `skip` options specified in `speccy.yaml` may be ignored when omitting `--rules` or `--skip` arguments in the command line ([#278](https://github-redirect.dependabot.com/wework/speccy/issues/278)) > - A regression where assertion errors would spit out a stacktrace ([#300](https://github-redirect.dependabot.com/wework/speccy/issues/300), [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335), [#338](https://github-redirect.dependabot.com/wework/speccy/issues/338)) > > [#274](https://github-redirect.dependabot.com/wework/speccy/issues/274): [#274](https://github-redirect.dependabot.com/wework/speccy/pull/274) > [#278](https://github-redirect.dependabot.com/wework/speccy/issues/278): [#278](https://github-redirect.dependabot.com/wework/speccy/pull/278) > [#285](https://github-redirect.dependabot.com/wework/speccy/issues/285): [#285](https://github-redirect.dependabot.com/wework/speccy/issues/285) > [#295](https://github-redirect.dependabot.com/wework/speccy/issues/295): [#295](https://github-redirect.dependabot.com/wework/speccy/pull/295) > [#300](https://github-redirect.dependabot.com/wework/speccy/issues/300): [#300](https://github-redirect.dependabot.com/wework/speccy/issues/300) > [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335): [#335](https://github-redirect.dependabot.com/wework/speccy/issues/335) > [#336](https://github-redirect.dependabot.com/wework/speccy/issues/336): [#336](https://github-redirect.dependabot.com/wework/speccy/issues/336) > [#337](https://github-redirect.dependabot.com/wework/speccy/issues/337): [#337](https://github-redirect.dependabot.com/wework/speccy/pull/337) > [#338](https://github-redirect.dependabot.com/wework/speccy/issues/338): [#338](https://github-redirect.dependabot.com/wework/speccy/pull/338) > [#340](https://github-redirect.dependabot.com/wework/speccy/issues/340): [#340](https://github-redirect.dependabot.com/wework/speccy/pull/340) > > ## [0.10.1] - 2019-05-18 > ### Fixed > - A regression where the `resolve` command would not serialize the resolved YAML > > ## [0.10.0] - 2019-05-18 > ### Changed > - Switched to using [yaml] for validating and parsing YAML ([#243](https://github-redirect.dependabot.com/wework/speccy/issues/243), [#267](https://github-redirect.dependabot.com/wework/speccy/issues/267)) > > ### Added > - Support for rule custom documentation URLs ([#228](https://github-redirect.dependabot.com/wework/speccy/issues/228), [#266](https://github-redirect.dependabot.com/wework/speccy/issues/266)) > - Support piping on all commands ([#270](https://github-redirect.dependabot.com/wework/speccy/issues/270), [#320](https://github-redirect.dependabot.com/wework/speccy/issues/320)) > > ### Fixed > - An invalid property declaration in the `openapi-tags-alphabetical` rule [[#269](https://github-redirect.dependabot.com/wework/speccy/issues/269)] > - Loading of external configuration files ([#294](https://github-redirect.dependabot.com/wework/speccy/issues/294)) > > ### Improved > - Verbosity handling. All verbose messages are sent to `stderr` to ensure pipes work. Verbosity level `1` is normal output. ([#235](https://github-redirect.dependabot.com/wework/speccy/issues/235), [#265](https://github-redirect.dependabot.com/wework/speccy/issues/265), [#270](https://github-redirect.dependabot.com/wework/speccy/issues/270), [#294](https://github-redirect.dependabot.com/wework/speccy/issues/294)) > > [yaml]: https://github.com/eemeli/yaml > [#228](https://github-redirect.dependabot.com/wework/speccy/issues/228): [#228](https://github-redirect.dependabot.com/wework/speccy/issues/228) > [#235](https://github-redirect.dependabot.com/wework/speccy/issues/235): [#235](https://github-redirect.dependabot.com/wework/speccy/issues/235) > ... (truncated)
Commits - [`d65271d`](https://github.com/wework/speccy/commit/d65271d16bc5befa1468a2e42f25fcd3eb3b78ef) Release v0.11.0 - [`c63b233`](https://github.com/wework/speccy/commit/c63b233cdc384984e94ed3cc88b5f7d95b41516f) Fix passing `--internal-refs` flag - [`4c32ed4`](https://github.com/wework/speccy/commit/4c32ed41be799e3c546eb86e4b16012281e2e2ff) Add flag for internal resolving. ([#295](https://github-redirect.dependabot.com/wework/speccy/issues/295)) - [`84c78ba`](https://github.com/wework/speccy/commit/84c78ba71610707752481e02b9eab891c2f2a25a) Adapt 'enabled' to 'disabled' and emit a deprecation warning - [`13b05c2`](https://github.com/wework/speccy/commit/13b05c2b9ecce5d2eb72fd8e340c096c689b5bc1) Fix overriding a rule with a disable one - [`36c6b4c`](https://github.com/wework/speccy/commit/36c6b4c40de4f32f59d65f58692be5a689842f6f) Config: prevent meaningless empty arrays override options in file - [`ba50c5f`](https://github.com/wework/speccy/commit/ba50c5f9f81ef0b6c2d7471bf31a62d53fb7b918) Make 'verbose' explicit in lint test to avoid failures - [`ff7e38b`](https://github.com/wework/speccy/commit/ff7e38bf49fed6595988aac66e4bf61712f78a5c) Bump coveralls from 3.0.3 to 3.0.4 - [`b865037`](https://github.com/wework/speccy/commit/b86503728296623dd44b7d8f1e91db6522f98546) fix no trailing slash on path items rule - [`49bcb74`](https://github.com/wework/speccy/commit/49bcb742ec31f06e21d0b3a0c642dd7d444e6c2d) adds pretty error printing for yaml parsing - Additional commits viewable in [compare view](https://github.com/wework/speccy/compare/v0.9.0...v0.11.0)
Maintainer changes This version was pushed to npm by [djtarazona](https://www.npmjs.com/~djtarazona), a new releaser for speccy since your current version.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 5 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.