swagger-api / swagger-editor

Swagger Editor
https://editor.swagger.io
Apache License 2.0
8.86k stars 2.24k forks source link

chore(deps): bump ajv and ajv-keywords #5122

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps ajv and ajv-keywords. These dependencies needed to be updated together. Updates ajv from 6.12.6 to 8.16.0

Release notes

Sourced from ajv's releases.

v8.16.0

What's Changed

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0

v8.15.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0

v8.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

v8.13.0

  • add named exports
  • update dependencies
  • update node.js

v8.12.0

  • fix JTD serialisation (remove leading comma in objects with only optional properties) (#2190, @​piliugin-anton)
  • empty JTD "values" schema (#2191)
  • empty object to work with JTD utility type (#2158, @​erikbrinkman)
  • fix JTD "discriminator" schema for objects with more than 8 properties (#2194)
  • correctly narrow "number" type to "integer" (#2192, @​JacobLey)
  • update Node.js versions in CI to 14, 16, 18 and 19

v8.11.2

Update dependencies

Export ValidationError and MissingRefError (ajv-validator/ajv#1840, @​dannyb648)

v8.11.1

... (truncated)

Commits


Updates ajv-keywords from 3.5.2 to 5.1.0

Release notes

Sourced from ajv-keywords's releases.

v5.1.0

Fix regexp keyword (#220, incorrect caching of RegExp with flags) Take Ajv option unicodeRegExp into account with regexp and patternRequiredkeywords Don't mutate a schema with a transform keyword (#173, @​n-e)

v5.0.0

Upgrade for Ajv v8 Deprecate keyword select - OpenAPI discriminator should be used instead.

v5.0.0-beta.1

Update ajv and ajv-formats versions Import fast-deep-equal directly

v5.0.0-beta.0

Upgrade ajv v8

v4.0.1

Fix select keyword with non-string values (#150)

v4.0.0

All keywords support Ajv v7. Keywords formatMinimum/formatMaximum and formatExclusiveMinimum/formatExclusiveMaximum moved to ajv-formats, the latter two were changed to be used independently for exclusive boundaries, not as modifiers. Keyword exclusiveRange was changed to be used separately, not as a modifier. Keywords select/selectCases/selectDefault are re-implemented using new Acv v7 api for keywords - they now support relative references in subschemas. Support for unevaluatedProperties/unevaluatedItems with select keyword Use "latest" metaschema URI "http://json-schema.org/schema" for compatibility with Ajv export for JSON Schema draft-2019-09. New implementation for "transform" keyword. Supports standalone validation code Keyword error type to extend tagged union DefinedError supplied by Ajv

v4.0.0-rc.0

Define keyword error types, to simplify extending type DefineError in ajv

v4.0.0-beta.3

Improve support for standalone validation code

v4.0.0-beta.2

Use "latest" metaschema URI "http://json-schema.org/schema" for compatibility with Ajv export for JSON Schema draft-2019-09. New implementation for "transform" keyword.

v4.0.0-beta.1

Support unevaluatedProperties/unevaluatedItems with select

v4.0.0-beta.0

All keywords support Ajv v7 (beta). Keywords formatMinimum/formatMaximum and formatExclusiveMinimum/formatExclusiveMaximum moved to ajv-formats, the latter two were changed to be used independently for exclusive boundaries, not as modifiers. Keyword exclusiveRange was changed to be used separately, not as a modifier. Keywords select/selectCases/selectDefault are re-implemented using new Acv v7 api for keywords - they now support relative references in subschemas.

Commits
  • 7703b78 5.1.0
  • 15b42e6 Use consistent style in README examples (#216)
  • adf56df Merge pull request #172 from ajv-validator/dependabot/add-v2-config-file
  • bc73a2d Merge pull request #173 from keplr-team/do-not-mutate
  • d53127e Merge pull request #214 from ajv-validator/dependabot/npm_and_yarn/types/node...
  • 80fc86d Merge pull request #210 from ajv-validator/dependabot/npm_and_yarn/lint-stage...
  • ac707bd Merge pull request #199 from ajv-validator/dependabot/npm_and_yarn/husky-7.0.1
  • 7f8cdda update test for typescript change
  • b8ec5ba use unicodeRegExp ajv option, fix #220 (regexp flags ignored when regexp is c...
  • d273a82 chore(deps-dev): bump @​types/node from 14.17.7 to 16.4.10
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.