erunion / mill

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

chore(deps-dev): Bump @stoplight/spectral from 5.4.0 to 5.5.0 #301

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps @stoplight/spectral from 5.4.0 to 5.5.0.

Release notes

Sourced from @stoplight/spectral's releases.

v5.5.0

Features

  • Support proxies via JS API #1081
  • Ruleset accepts documentationUrl property to specify the source of the documentation #1242
  • Introduce an experimental JSON Path engine to speed up the linting process #1136. Currently hidden behind USE_NIMMA env variable.

Fixed

  • Improve examples validation #1284
  • Path Params being applied to more than http operations #1187
  • Occasional out of memory errors caused by better-ajv-errors #1223, #455
  • Unexpected result while linting an empty document #1209
  • Casing function supports leading char #1256
  • operation-paramaters rule outputs better messages #1235
  • Document sources are not normalized correctly under Windows #1185
  • Various performance improvements #1184, #1188, #1189, #1300

v5.5.0-beta10

No release notes provided.

v5.5.0-beta9

No release notes provided.

v5.5.0-beta8

No release notes provided.

v5.5.0-beta7

No release notes provided.

v5.5.0-beta6

No release notes provided.

v5.5.0-beta5

No release notes provided.

v5.5.0-beta4

No release notes provided.

v5.5.0-beta3

No release notes provided.

v5.5.0-beta2

No release notes provided.

v5.5.0-beta1

No release notes provided.

Changelog

Sourced from @stoplight/spectral's changelog.

[5.5.0] - 2019-08-25

Features

  • Support proxies via JS API #1081
  • Ruleset accepts documentationUrl property to specify the source of the documentation #1242
  • Introduce an experimental JSON Path engine to speed up the linting process #1136. Currently hidden behind USE_NIMMA env variable.

Fixed

  • Improve examples validation #1284
  • Path Params being applied to more than http operations #1187
  • Occasional out of memory errors caused by better-ajv-errors #1223, #455
  • Unexpected result while linting an empty document #1209
  • Casing function supports leading char #1256
  • operation-paramaters rule outputs better messages #1235
  • Document sources are not normalized correctly under Windows #1185
  • Various performance improvements #1184, #1188, #1189, #1300
Commits
  • ed01dd7 test: amount of rules
  • c359340 docs(changelog): release 5.5 (#1312)
  • e9b3f93 chore(deps): bump Stoplight deps (#1311)
  • 39a4738 fix(oas): improve examples validation (#1284)
  • 2c6387c chore(docs): document no-$ref-siblings rule (#1308)
  • 627a24d build(assets): $refs under functionOptions cannot be relative to the document...
  • c9d2714 perf(pattern): improve general perf (#1300)
  • 72d30fe chore(deps-dev): bump @commitlint/config-conventional (#1296)
  • f1c2494 chore(deps-dev): bump @rollup/plugin-node-resolve from 8.1.0 to 8.4.0 (#1297)
  • f41a1d3 chore(deps-dev): bump jest-mock from 26.1.0 to 26.2.0 (#1298)
  • 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.


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[bot] commented 3 years ago

Superseded by #306.