prettier / prettier-eslint-cli

CLI for prettier-eslint
https://npm.im/prettier-eslint-cli
MIT License
539 stars 85 forks source link

chore(deps-dev): bump ajv from 6.12.6 to 8.6.0 #408

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps ajv from 6.12.6 to 8.6.0.

Release notes

Sourced from ajv's releases.

v8.6.0

Track evaluated properties with patternProperties that have always valid schemas (e.g., true) (@​P0lip, #1626) Option int32range to disable number range checking for int32 and uint32 type in JTD schemas

v8.5.0

Optimize validation code for const keyword with scalar values (@​SoAsEr, #1561) Add option schemaId to support ajv-draft-04 - Ajv for JSON Schema drat-04.

v8.4.0

JSON Type Definition schema options:

  • parseDate: parse timestamp type as Date objects.
  • allowDate: non-standard - allow date without time with timestamp type.

v8.3.0

Typescript improvements:

  • better error reporting for JSONSchemaType in case strictNullChecks option is disabled (@​erikbrinkman, #1583)
  • support missed boolean type in JTDDataType (@​m00s, #1587) JTD timestamp validation option (@​jrr, #1584). Docs corrections.

v8.2.0

Add JTDDataType to compile signature (@​erikbrinkman, #1547) Improve JSONSchemaType for records (@​erikbrinkman, #1564) Use rollup for browser bundles (@​realityking, #1533) Docs corrections

v8.1.0

unicodeRegExp option to not use RegExp unicode flag that may be incompatible with some environments (@​asaid-0, #1530) Fix JSONSchemaType (@​erikbrinkman, #1541) Extended error message for invalid keyword values (@​pcwiek, #1542)

v8.0.5

Fix: add source code back to npm package, 8.0.4 is breaking ajv-cli (and possibly other things)

v8.0.4

Reduce npm bundle size

v8.0.3

Improve JSONSchemaType errors (@​erikbrinkman, #1525)

v8.0.2

Support RegExp formats in standalone code (#1470) Add schema path to strictTuple error message (@​asaid-0, #1519)

v8.0.1

Typescript: export function getData (for ajv-errors)

v8.0.0

This document describes changes from v7.2.4 to v8.0.0.

... (truncated)

Commits
  • f870838 8.6.0
  • 2f950e6 Merge branch 'stoplightio-fix/track-pattern-properties-evaluation'
  • 795a8f8 fix tracking unevaluatedProperties for always valid patterns in patternProper...
  • 3e285b0 Merge branch 'fix/track-pattern-properties-evaluation' of https://github.com/...
  • 85ae956 build(deps-dev): bump @​rollup/plugin-commonjs from 18.1.0 to 19.0.0 (#1602)
  • 0a0eb0e build(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 (#1601)
  • 9e49401 build(deps-dev): bump ts-node from 9.1.1 to 10.0.0 (#1621)
  • cbe945a Update getting-started.md (#1624)
  • b706405 Merge branch 'vendeza-patch-1'
  • e73bc75 option int32range to disable range checking for int32 and uint32 types (#1639)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-commenter commented 3 years ago

Codecov Report

Merging #408 (81f62b1) into master (5ebffc9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #408   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          158       158           
  Branches        23        23           
=========================================
  Hits           158       158           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ebffc9...81f62b1. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #419.