Skip to content

Bump ajv from 7.1.1 to 7.2.4#350

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ajv-7.2.4
Open

Bump ajv from 7.1.1 to 7.2.4#350
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ajv-7.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps ajv from 7.1.1 to 7.2.4.

Release notes

Sourced from ajv's releases.

v7.2.4

Fix #1515: correctly initialize evaluated properties.

v7.2.3

Remove docs from npm package

v7.2.2

Docs correction Simplified JSONSchemaType (@​erikbrinkman) Fix #1493 - incorrect reporting of missing required property with option ownProperties: true Fix #1501 - JTD not working correctly with many properties in the schema

v7.2.1

Add tests and fix parsers compiled with ajv.compileParser from JTD schemas:

  • fail on invalid JSON:
    • trailing comma in arrays/objects
    • invalid JSON numbers
    • control characters in strings
  • fix parsing of u-escaped characters
  • do not fail on duplicate object keys (consistent with JSON.parse)

Compiled parsers are now:

  • consistent with JSON.parse in case of invalid JSON
  • only parse data that is valid for JTD schema

It is a breaking change for compiled parsers compared with 7.2.0 that was released earlier on the same day.

v7.2.0

strictRequired option (off by default) - to log or fail if properties used in JSON Schema "required" are not defined in "properties" (@​PBug90, #1403)

Compiled parsers (as fast as JSON.parse on valid JSON, but replace validation and fail much faster on invalid JSON) and serializers (10x+ faster than JSON.stringify) from JSON Type Definition schemas (#1454) - see examples in javascript and typescript

Please note: there are fixes to compiled parsers in 7.2.1

The website migrated to VuePress and documentation is restructured to make navigating Ajv documentation and learning easier - this is still work in progress, but already some improvement on the information structure. Any feedback/corrections would be very much appreciated!

Improved TypeScript support for JSONSchemaType:

  • JTDSchemaType utility type to convert your data type into the type of JTD schema, to simplify its writing and to make sure it is consistent with your data type, with type inference support for ajv methods (@​erikbrinkman, #1446, #1456, #1457, #1475) - see example here
  • Alternatively, you can use JTDDataType utility type to convert your JTD schema type into the type of data (@​erikbrinkman, #1458) - see this example

Other improvements by @​Fdawgs (#1466), @​t7yang (#1472, #1473), @​koba04 (#1460)

Commits
  • d658548 7.2.4
  • 6014412 fix: correctly initialize evaluated properties with nested anyOf (etc.), clos...
  • 46d91d7 Merge pull request #1511 from radekmie/patch-1
  • c0b2476 Updated options docs link.
  • 1b07663 7.2.3
  • 43f448c remove docs from npm package
  • 678f243 7.2.2
  • 4f83021 fix incorrect missing property reporting with ownProperties option, closes #1493
  • 3ae14a3 fix incorrect code for additional properties when there are "many" properties...
  • 2ada8d6 Merge pull request #1499 from ajv-validator/format-vue
  • 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 May 31, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 55a7c51 to a086760 Compare June 21, 2021 20:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 5 times, most recently from 8b2ba85 to 6645163 Compare June 30, 2021 20:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 6 times, most recently from 5d5fa76 to 56c8af6 Compare July 15, 2021 20:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from 56c8af6 to 0688fdc Compare July 22, 2021 20:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 3 times, most recently from ef5815f to a9040a5 Compare August 4, 2021 20:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from e1c3f01 to 7f9d126 Compare August 16, 2021 20:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 9947d6e to eb8f57d Compare August 18, 2021 20:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from f3346f0 to 4146b2c Compare August 27, 2021 20:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 3 times, most recently from f6e2214 to 2ad99a9 Compare September 8, 2021 20:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 3 times, most recently from 5227766 to 306c9f1 Compare September 17, 2021 20:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 0f697be to a711683 Compare October 27, 2021 20:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 8986682 to 68d09b6 Compare November 8, 2021 20:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from 68d09b6 to 7c5f7f0 Compare November 15, 2021 20:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from 7c5f7f0 to 44054b2 Compare November 29, 2021 20:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 4 times, most recently from 39ac376 to 0e351eb Compare December 21, 2021 20:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 975efa2 to 675864e Compare December 28, 2021 20:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from 675864e to e4c1c87 Compare January 10, 2022 20:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 3 times, most recently from 2ee98d6 to c2ecfe3 Compare January 19, 2022 20:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 3 times, most recently from bd530a0 to d4f598a Compare February 7, 2022 20:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from d4f598a to ee6ab6a Compare February 10, 2022 20:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from ee6ab6a to 678e2f5 Compare February 18, 2022 20:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 5 times, most recently from b7e3224 to b380c86 Compare March 9, 2022 20:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch 2 times, most recently from 4039678 to 1dd43bb Compare March 28, 2022 20:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ajv-7.2.4 branch from 1dd43bb to 613c738 Compare April 5, 2022 20:20
Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.1.1 to 7.2.4.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v7.1.1...v7.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants