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

Bump ajv and ajv-keywords #89

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

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

Release notes

Sourced from ajv's releases.

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

What's Changed

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

New Contributors

Full Changelog: ajv-validator/ajv@v8.16.0...v8.17.0

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

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

@dependabot dependabot bot requested a review from a team as a code owner October 1, 2024 05:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
@dependabot dependabot bot requested review from rogers-kwitonda and filepounder and removed request for a team October 1, 2024 05:43
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.17.1
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v8.17.1)

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 force-pushed the dependabot/npm_and_yarn/develop/multi-52c7da6437 branch from f946378 to 60517b0 Compare October 22, 2024 08:42
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants