chore: revert ajv

This commit is contained in:
alexander.akait 2023-04-06 21:57:46 +03:00
parent f09cd1a88a
commit ce7f597c0d
3 changed files with 3 additions and 29 deletions

View File

@ -32,7 +32,6 @@ jobs:
path: .eslintcache
key: lint-${{ env.GITHUB_SHA }}
restore-keys: lint-
- run: node tooling/debug.js
- run: yarn lint
basic:
runs-on: ubuntu-latest

View File

@ -1,25 +0,0 @@
var fs = require("fs");
var path = require("path");
let content = fs.readFileSync(
path.resolve(
process.cwd(),
"node_modules/tooling/precompile-schemas/index.js"
),
"utf-8"
);
content = content.replace(
// eslint-disable-next-line no-template-curly-in-string
"console.error(`${path} need to be updated`);",
// eslint-disable-next-line no-template-curly-in-string
"console.error(`${path} need to be updated`);\nconsole.log(expected);"
);
fs.writeFileSync(
path.resolve(
process.cwd(),
"node_modules/tooling/precompile-schemas/index.js"
),
content
);

View File

@ -1301,9 +1301,9 @@ ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
uri-js "^4.2.2"
ajv@^8.0.1, ajv@^8.1.0:
version "8.12.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
version "8.6.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz#60cc45d9c46a477d80d92c48076d972c342e5720"
integrity sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"