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: v8.12.0 #23

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

chore: v8.12.0 #23

wants to merge 42 commits into from

Commits on Sep 27, 2022

  1. Update README.md

    epoberezkin committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1657fe4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    epoberezkin committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    13caf47 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    epoberezkin committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    948ffbf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    572c843 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary console.log (ajv-validator#2138)

    There are already console logs in the parseAndLog function itself. parseAndLog(json) and parseAndLog(invalidJson) will just print 2 undefined in plus
    vargaeric committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    58f9e7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d8d5f View commit details
    Browse the repository at this point in the history
  4. Doc: update the documentation of addKeyword args (ajv-validator#2090)

    * update the documentation of addKeyword args
    
    * add the
    
    * corrections
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    TommyDew42 and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    7516a09 View commit details
    Browse the repository at this point in the history
  5. docs: parsing does not support non-standard JTD keywords (ajv-validat…

    …or#2072)
    
    * add Non-standard JTD keywords warn
    
    * correction
    
    * correction
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    avanelli and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b3cbbc1 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump husky from 7.0.4 to 8.0.2 (ajv-validator#2153)

    Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.2.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v7.0.4...v8.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: husky
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    69d7897 View commit details
    Browse the repository at this point in the history
  7. ensure that nullable is not set for required parameters (ajv-validato…

    …r#2079)
    
    nullable was enforced for optional parameters, but not forbidden for
    required parameters. This tests and enforces the latter case.
    
    fixes ajv-validator#2030
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    erikbrinkman and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    00b3939 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6f3ac9 View commit details
    Browse the repository at this point in the history
  9. docs: fix link for useDefaults (ajv-validator#1955)

    * Clarify validation errors and fix link for useDefaults.
    
    * Make it clear the value, not the property, may be missing.
    
    * remove correction
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    bradjones1 and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    5d5c803 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump @rollup/plugin-commonjs from 21.1.0 to 23.0.2 (a…

    …jv-validator#2142)
    
    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 23.0.2.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.2/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f90a1cf View commit details
    Browse the repository at this point in the history
  11. build(deps-dev): bump fast-uri from 1.0.1 to 2.1.0 (ajv-validator#2007)

    Bumps [fast-uri](https://github.com/fastify/fast-uri) from 1.0.1 to 2.1.0.
    - [Release notes](https://github.com/fastify/fast-uri/releases)
    - [Commits](fastify/fast-uri@v1.0.1...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: fast-uri
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    d0beea5 View commit details
    Browse the repository at this point in the history
  12. docs: fix broken links (ajv-validator#2006)

    Co-authored-by: Connor Smith <Connor.Smith@aexp.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    3 people committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    67e7f1c View commit details
    Browse the repository at this point in the history
  13. Update security.md -> ReDoS Attack Section (ajv-validator#1953)

    I made a mistake with one of the code snippets in the documentation. The 'regExp' attribute belongs to the code options, not the ajv options directly.
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    efebarlas and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b2a109c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f38d269 View commit details
    Browse the repository at this point in the history
  15. build(deps-dev): bump @rollup/plugin-node-resolve from 13.3.0 to 15.0…

    ….1 (ajv-validator#2143)
    
    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 15.0.1.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.0.1/packages/node-resolve)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-node-resolve"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b8f563b View commit details
    Browse the repository at this point in the history
  16. build(deps-dev): bump @types/node from 17.0.45 to 18.11.9 (ajv-valida…

    …tor#2151)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.11.9.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    fa4343b View commit details
    Browse the repository at this point in the history
  17. build(deps-dev): bump mocha from 9.2.2 to 10.0.0 (ajv-validator#1972)

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.2...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b3c53ed View commit details
    Browse the repository at this point in the history
  18. build(deps-dev): bump lint-staged from 12.5.0 to 13.0.3 (ajv-validato…

    …r#2019)
    
    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.3.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.5.0...v13.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    65220d6 View commit details
    Browse the repository at this point in the history
  19. export ValidationError and MissingRefError, closes ajv-validator#1926,

    …closes ajv-validator#1840 (ajv-validator#2020)
    
    * expost Validation Error - fix to ajv-validator#1926
    
    * fixed prettier issues
    
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dannyb648 and epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    16af695 View commit details
    Browse the repository at this point in the history
  20. 8.11.1

    epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    92e5a1e View commit details
    Browse the repository at this point in the history
  21. 8.11.2

    epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    1f83903 View commit details
    Browse the repository at this point in the history
  22. readme: update group link

    epoberezkin committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    01e644a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. build(deps-dev): bump @rollup/plugin-json from 4.1.0 to 5.0.1 (ajv-va…

    …lidator#2159)
    
    Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 4.1.0 to 5.0.1.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/url-v5.0.1/packages/json)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-json"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4ea1bf0 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (ajv-validato…

    …r#2162)
    
    Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 9.1.1 to 10.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    35034b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. remove leading comma in JTD serialisation result, fixes ajv-validator…

    …#2001, fixes ajv-validator#2171, fixes ajv-validator#2181 (ajv-validator#2190)
    
    * fixes ajv-validator#2001
    
    fixes ajv-validator#2001
    
    * reduce diff
    
    * prettier
    
    * JTD only optional properties test
    
    * Test case
    
    * simplify, avoid run time code changes when possible
    
    * fix test
    
    * style
    
    * style
    
    * prettier
    
    Co-authored-by: Anton Piliugin <87300344+piliugin-anton@users.noreply.github.com>
    Co-authored-by: Anton Piliugin <anton.piliugin@icloud.com>
    3 people committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    5c72864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a211e8d View commit details
    Browse the repository at this point in the history
  3. correctly narrow "number" type to "integer", fixes ajv-validator#1935 (

    …ajv-validator#2192)
    
    * Add failing test for integer subschema narrowing
    
    * Add number to includesType check for context types
    
    * narrow number to integer correctly
    
    * fix lint errors
    
    Co-authored-by: Jacob Ley <jacob@getshowcase.io>
    epoberezkin and JacobLey committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    a489265 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @rollup/plugin-typescript from 8.5.0 to 9.0.2 (a…

    …jv-validator#2160)
    
    Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 8.5.0 to 9.0.2.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/typescript-v9.0.2/packages/typescript)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-typescript"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d2c57d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dab8504 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @rollup/plugin-json from 5.0.2 to 6.0.0 (ajv-va…

    …lidator#2183)
    
    Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 5.0.2 to 6.0.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/json)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-json"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    a697668 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump @rollup/plugin-typescript from 9.0.2 to 10.0.1 (a…

    …jv-validator#2193)
    
    Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 9.0.2 to 10.0.1.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/typescript-v10.0.1/packages/typescript)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-typescript"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2e5884b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. build(deps-dev): bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 (a…

    …jv-validator#2184)
    
    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 23.0.7 to 24.0.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v24.0.0/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
    dependabot[bot] and epoberezkin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    527d43a View commit details
    Browse the repository at this point in the history
  2. fix JTD discriminator with more than 8 properties, fixes ajv-validato…

    …r#1971 (ajv-validator#2194)
    
    * fix JTD discriminator with more than 8 properties, fixes ajv-validator#1971
    
    * prettier
    epoberezkin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c5c195b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321fad6 View commit details
    Browse the repository at this point in the history
  4. 8.12.0

    epoberezkin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    bf1266a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    eaf4615 View commit details
    Browse the repository at this point in the history
  2. fix prettier

    epoberezkin committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    45583fd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. update chat badge

    epoberezkin committed May 30, 2023
    Configuration menu
    Copy the full SHA
    490eb8c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. chore: v8.12.0

    tatomyr committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8be3ccf View commit details
    Browse the repository at this point in the history