Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2021

Bumps oas from 6.1.0 to 9.0.0.

Changelog

Sourced from oas's changelog.

9.0.0 (2021-01-09)

  • fix: adding support for handling malformed arrays (ee46b4e)
  • feat: implementing blocking on oas.dereference to prevent multiple executions (#344) (fe8d06b), closes #344
  • feat: implementing memoization on sample generation (#346) (0ba761d), closes #346
  • chore(deps-dev): bump @babel/preset-env from 7.12.10 to 7.12.11 (#339) (62827e7), closes #339
  • chore(deps-dev): bump @readme/eslint-config from 3.8.0 to 4.0.0 (#341) (f67b3c7), closes #341
  • chore(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#338) (0bf9655), closes #338
  • chore(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#350) (01fd0a5), closes #350
  • chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#342) (96f77e6), closes #342
  • chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#343) (4f362f0), closes #343
  • ci: stop dependabot trying to upgrade webpack (3e042a1)
  • test: adding a test to make sure that oas.derefernce doesnt fail on an empty spec (7aef665)

8.0.1 (2020-12-17)

  • fix: regression of common parameters support in JSON Schema generation (#337) (632d89c), closes #337

6.1.1 (2020-12-16)

  • fix: resolving a regression of common parameters support in jsonschema generation (88f2a13)

8.0.0 (2020-12-15)

BREAKING CHANGE

If you are using oas/tooling the flattenSchema library now expects a fully dereferenced schema (which can be done with Oas.dereference()). Additionally this library now only accepts a single argument and is no longer a Promise.

  • feat: flattenSchema now expects a fully dereferenced schema (#336) (5e1cc5a), closes #336
  • chore(deps-dev): bump @babel/core from 7.12.9 to 7.12.10 (#330) (603e086), closes #330
  • chore(deps-dev): bump @babel/preset-env from 7.12.7 to 7.12.10 (#329) (ff7edf6), closes #329
  • chore(deps-dev): bump @readme/eslint-config from 3.7.1 to 3.8.0 (#333) (0b00857), closes #333
  • chore(deps-dev): bump husky from 4.3.0 to 4.3.6 (#334) (7f0ed77), closes #334
  • chore(deps-dev): bump sinon from 9.2.1 to 9.2.2 (#331) (9aa0a20), closes #331
  • chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (#335) (0f0a354), closes #335
  • chore(deps): bump ini from 1.3.5 to 1.3.7 (#328) (9b993f1), closes #328

7.0.0 (2020-12-08)

BREAKING CHANGE

If you are using oas/tooling a few changes have have happened to the Operation class: dereference has been removed and getRequestBodyExamples and getResponseExamples are no longer asynchronous.

... (truncated)

Commits
  • 5b2b9da build: 9.0.0 release
  • ee46b4e fix: adding support for handling malformed arrays
  • 0ba761d feat: implementing memoization on sample generation (#346)
  • fe8d06b feat: implementing blocking on oas.dereference to prevent multiple executions...
  • 01fd0a5 chore(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#350)
  • 4f362f0 chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#343)
  • 0bf9655 chore(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#338)
  • f67b3c7 chore(deps-dev): bump @readme/eslint-config from 3.8.0 to 4.0.0 (#341)
  • 62827e7 chore(deps-dev): bump @babel/preset-env from 7.12.10 to 7.12.11 (#339)
  • 96f77e6 chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#342)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2021
@dependabot dependabot bot requested a review from erunion January 11, 2021 05:40
Bumps [oas](https://github.com/readmeio/oas) from 6.1.0 to 9.0.0.
- [Release notes](https://github.com/readmeio/oas/releases)
- [Changelog](https://github.com/readmeio/oas/blob/master/CHANGELOG.md)
- [Commits](readmeio/oas@6.1.0...9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oas-9.0.0 branch from 6b0a135 to d8b2ee3 Compare January 12, 2021 19:12
@erunion erunion changed the title chore(deps): bump oas from 6.1.0 to 9.0.0 chore(deps): bump oas from 6.1.0 to 10.0.0 Jan 28, 2021
Copy link
Member

@domharrington domharrington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if build passes.

@erunion erunion merged commit 166000a into master Jan 28, 2021
@erunion erunion deleted the dependabot/npm_and_yarn/oas-9.0.0 branch January 28, 2021 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants