chore(deps): update dependecies

This commit is contained in:
alexander.akait 2024-03-13 16:36:17 +03:00
parent 4b30c82fdf
commit 67239691bb
4 changed files with 247 additions and 492 deletions

View File

@ -135,11 +135,11 @@ jobs:
cache: "yarn" cache: "yarn"
# Install old `jest` version and deps for legacy node versions # Install old `jest` version and deps for legacy node versions
- run: | - run: |
yarn upgrade jest@^27.5.0 jest-circus@^27.5.0 jest-cli@^27.5.0 jest-diff@^27.5.0 jest-environment-node@^27.5.0 jest-junit@^13.0.0 @types/jest@^27.4.0 pretty-format@^27.0.2 --ignore-engines yarn upgrade jest@^27.5.0 jest-circus@^27.5.0 jest-cli@^27.5.0 jest-diff@^27.5.0 jest-environment-node@^27.5.0 jest-junit@^13.0.0 @types/jest@^27.4.0 pretty-format@^27.0.2 husky@^8.0.3 lint-staged@^13.2.1 --ignore-engines
yarn --frozen-lockfile --ignore-engines yarn --frozen-lockfile --ignore-engines
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x'
- run: | - run: |
yarn upgrade eslint-plugin-jsdoc@^47.0.0 yarn upgrade eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1
yarn --frozen-lockfile yarn --frozen-lockfile
if: matrix.node-version == '16.x' if: matrix.node-version == '16.x'
# Install main version of our deps # Install main version of our deps

View File

@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install lint-staged npx --no-install lint-staged

View File

@ -7,9 +7,9 @@
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.5", "@types/estree": "^1.0.5",
"@webassemblyjs/ast": "^1.11.5", "@webassemblyjs/ast": "^1.12.1",
"@webassemblyjs/wasm-edit": "^1.11.5", "@webassemblyjs/wasm-edit": "^1.12.1",
"@webassemblyjs/wasm-parser": "^1.11.5", "@webassemblyjs/wasm-parser": "^1.12.1",
"acorn": "^8.7.1", "acorn": "^8.7.1",
"acorn-import-assertions": "^1.9.0", "acorn-import-assertions": "^1.9.0",
"browserslist": "^4.21.10", "browserslist": "^4.21.10",
@ -27,7 +27,7 @@
"schema-utils": "^3.2.0", "schema-utils": "^3.2.0",
"tapable": "^2.1.1", "tapable": "^2.1.1",
"terser-webpack-plugin": "^5.3.10", "terser-webpack-plugin": "^5.3.10",
"watchpack": "^2.4.0", "watchpack": "^2.4.1",
"webpack-sources": "^3.2.3" "webpack-sources": "^3.2.3"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@ -41,7 +41,7 @@
"@types/glob-to-regexp": "^0.4.4", "@types/glob-to-regexp": "^0.4.4",
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@types/mime-types": "^2.1.4", "@types/mime-types": "^2.1.4",
"@types/node": "^20.11.26", "@types/node": "^20.11.27",
"assemblyscript": "^0.27.22", "assemblyscript": "^0.27.22",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
@ -64,7 +64,7 @@
"file-loader": "^6.0.0", "file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2", "fork-ts-checker-webpack-plugin": "^9.0.2",
"hash-wasm": "^4.9.0", "hash-wasm": "^4.9.0",
"husky": "^8.0.3", "husky": "^9.0.11",
"is-ci": "^3.0.0", "is-ci": "^3.0.0",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"jest": "^29.7.0", "jest": "^29.7.0",
@ -77,14 +77,14 @@
"json5": "^2.1.3", "json5": "^2.1.3",
"less": "^4.0.0", "less": "^4.0.0",
"less-loader": "^8.0.0", "less-loader": "^8.0.0",
"lint-staged": "^13.2.1", "lint-staged": "^15.2.2",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"lodash-es": "^4.17.15", "lodash-es": "^4.17.15",
"memfs": "^3.6.0", "memfs": "^4.7.7",
"mini-css-extract-plugin": "^1.6.1", "mini-css-extract-plugin": "^1.6.1",
"mini-svg-data-uri": "^1.2.3", "mini-svg-data-uri": "^1.2.3",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"open-cli": "^7.2.0", "open-cli": "^8.0.0",
"prettier": "^3.2.1", "prettier": "^3.2.1",
"prettier-2": "npm:prettier@^2", "prettier-2": "npm:prettier@^2",
"pretty-format": "^29.5.0", "pretty-format": "^29.5.0",
@ -104,7 +104,7 @@
"ts-loader": "^9.5.1", "ts-loader": "^9.5.1",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"url-loader": "^4.1.0", "url-loader": "^4.1.0",
"wast-loader": "^1.11.5", "wast-loader": "^1.12.1",
"webassembly-feature": "1.3.0", "webassembly-feature": "1.3.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.1",
"xxhashjs": "^0.2.2", "xxhashjs": "^0.2.2",
@ -159,7 +159,7 @@
"special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals", "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals",
"special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write", "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write",
"fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix", "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix",
"prepare": "husky install", "prepare": "husky",
"pretty-lint-base": "node node_modules/prettier/bin/prettier.cjs --cache .", "pretty-lint-base": "node node_modules/prettier/bin/prettier.cjs --cache .",
"pretty-lint-fix": "yarn pretty-lint-base --loglevel warn --write", "pretty-lint-fix": "yarn pretty-lint-base --loglevel warn --write",
"pretty-lint": "yarn pretty-lint-base --check", "pretty-lint": "yarn pretty-lint-base --check",

710
yarn.lock

File diff suppressed because it is too large Load Diff