Skip to content

fix(deps): update dependency @sidvind/better-ajv-errors to v1

HTML-validate requested to merge renovate/sidvind-better-ajv-errors-1.x into master

This MR contains the following updates:

Package Type Update Change
@sidvind/better-ajv-errors dependencies major ^0.9.0 -> ^1.0.0

Release Notes

ext/better-ajv-errors

v1.0.0

Compare Source

Major Changes
  • 146a859: 📦 better-ajv-errors v1
Breaking Changes
  • Dropped support for Node.js < 12.13.0

  • Default import in CommonJS format no longer supported

    🚫 Wrong

    const betterAjvErrors = require('@&#8203;sidvind/better-ajv-errors');

    Correct

    const betterAjvErrors = require('@&#8203;sidvind/better-ajv-errors').default;
    // Or
    const { default: betterAjvErrors } = require('@&#8203;sidvind/better-ajv-errors');
Other Changes
Patch Changes
  • 768ce0f: Bump ws from 5.2.2 to 5.2.3
  • dc45eb7: Bump tar from 4.4.10 to 4.4.19
  • 5ef7b1e: Bump path-parse from 1.0.6 to 1.0.7
  • 3ef2bbc: Bump tmpl from 1.0.4 to 1.0.5
  • 45e728b: 🚒 Bump jsonpointer - CVE-2021-23807
  • 46b57d3: Bump color-string from 1.5.3 to 1.6.0
  • d568784: Bump lodash from 4.17.10 to 4.17.21
  • e71f114: Bump browserslist from 4.7.0 to 4.17.6

v0.9.2

Compare Source

Patch Changes
  • f24ba8a: Typescript: Allow usage without es modules

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports