Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

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

Release notes

Sourced from ajv's releases.

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

Update dependencies

Export ValidationError and MissingRefError (#1840, @​dannyb648)

v8.11.0

Use root schemaEnv when resolving references in oneOf (#1901, @​asprouse)

Only use equal function in generated code when it is used (#1922, @​bhvngt)

v8.10.0

uriResolver option (@​zekth, #1862)

v8.9.0

Option code.esm to generate ESM exports for standalone validation functions (@​rehanvdm, #1861) Support discriminator keyword with $ref in oneOf subschemas (@​dfeufel, #1815)

v8.8.2

Use full RegExp string (with flags) as cache key, related to ajv-validator/ajv-keywords#220

v8.8.1

Fix minContains: 0 (#1819)

v8.8.0

Fix browser bundles in cdnjs regExp option allowing to specify alternative RegExp engine, e.g. re2 (@​efebarlas)

v8.7.1

Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com

v8.7.0

Update JSON Schema Test Suite.

... (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 <dependency name> 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)

Bumps [ajv](https://github.com/ajv-validator/ajv) and [ajv-keywords](https://github.com/epoberezkin/ajv-keywords). These dependencies needed to be updated together.

Updates `ajv` from 6.12.6 to 8.13.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v8.13.0)

Updates `ajv-keywords` from 3.5.2 to 5.1.0
- [Release notes](https://github.com/epoberezkin/ajv-keywords/releases)
- [Commits](ajv-validator/ajv-keywords@v3.5.2...v5.1.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: ajv-keywords
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added cat: dependencies javascript Pull requests that update Javascript code labels May 8, 2024
@char0n char0n closed this May 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-057961d81b branch May 15, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant