CI(deps): Update internal-deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c70d383c72
commit
c15e1354d5
2 changed files with 15 additions and 93 deletions
104
package-lock.json
generated
104
package-lock.json
generated
|
@ -8,8 +8,8 @@
|
|||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.8.0",
|
||||
"@revi/eslint-config": "0.0.7",
|
||||
"@revi/prettier-config": "0.1.2",
|
||||
"@revi/eslint-config": "0.0.8",
|
||||
"@revi/prettier-config": "0.1.3",
|
||||
"eslint": "9.8.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"jshint": "2.13.6",
|
||||
|
@ -221,14 +221,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@revi/eslint-config": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.7.tgz",
|
||||
"integrity": "sha512-qXNLfqnXaWqEN9F4oZpMc0K/LU9fSRRngQil0IoEt3jw3vatro8CSYJJS5jB9dEX2SNFumgBdpkiO3FemdRQ3A==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.8.tgz",
|
||||
"integrity": "sha512-UAWs+IPfkocnpo/HLQqdEVFO5Ju6OjEoS8saN/+Q2YIo74csuPP5AUImaEmt/DZM1w9Mn1ZlmAYPACPMOhpDyw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/js": "9.6.0",
|
||||
"eslint": "9.6.0",
|
||||
"@eslint/js": "9.8.0",
|
||||
"eslint": "9.8.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"globals": "15.8.0"
|
||||
},
|
||||
|
@ -236,81 +236,19 @@
|
|||
"url": "https://github.com/sponsors/revi"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "9.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/eslint-config/node_modules/@eslint/js": {
|
||||
"version": "9.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.6.0.tgz",
|
||||
"integrity": "sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/eslint-config/node_modules/eslint": {
|
||||
"version": "9.6.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.6.0.tgz",
|
||||
"integrity": "sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.2.0",
|
||||
"@eslint-community/regexpp": "^4.6.1",
|
||||
"@eslint/config-array": "^0.17.0",
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "9.6.0",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"@humanwhocodes/retry": "^0.3.0",
|
||||
"@nodelib/fs.walk": "^1.2.8",
|
||||
"ajv": "^6.12.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.2",
|
||||
"debug": "^4.3.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"eslint-scope": "^8.0.1",
|
||||
"eslint-visitor-keys": "^4.0.0",
|
||||
"espree": "^10.1.0",
|
||||
"esquery": "^1.5.0",
|
||||
"esutils": "^2.0.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"file-entry-cache": "^8.0.0",
|
||||
"find-up": "^5.0.0",
|
||||
"glob-parent": "^6.0.2",
|
||||
"ignore": "^5.2.0",
|
||||
"imurmurhash": "^0.1.4",
|
||||
"is-glob": "^4.0.0",
|
||||
"is-path-inside": "^3.0.3",
|
||||
"json-stable-stringify-without-jsonify": "^1.0.1",
|
||||
"levn": "^0.4.1",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"minimatch": "^3.1.2",
|
||||
"natural-compare": "^1.4.0",
|
||||
"optionator": "^0.9.3",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"text-table": "^0.2.0"
|
||||
},
|
||||
"bin": {
|
||||
"eslint": "bin/eslint.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
"eslint": "9.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/prettier-config": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.1.2.tgz",
|
||||
"integrity": "sha512-n3nMnAUXkQSB7L32ZBu3h1tw+fAu3gHnvjcDGdVuchFpYtPPibq11GtVgynBI0T2KYmwusOFphWCzAa8ULZMUQ==",
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.1.3.tgz",
|
||||
"integrity": "sha512-GdH3oQTd6Ed9SrFUmvDbLfYH1fN5hTOjplHuFkBX5bN3wsYllFbGi+78rr+5gdb6zz9ZAP1UZz+AwKKCalHVew==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@prettier/plugin-php": "0.22.2",
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"prettier": "3.3.2",
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-sh": "0.14.0",
|
||||
"prettier-plugin-toml": "2.0.1"
|
||||
},
|
||||
|
@ -318,23 +256,7 @@
|
|||
"url": "https://github.com/sponsors/revi"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prettier": "3.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@revi/prettier-config/node_modules/prettier": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
|
||||
"integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||
"prettier": "3.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@taplo/core": {
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.8.0",
|
||||
"@revi/eslint-config": "0.0.7",
|
||||
"@revi/prettier-config": "0.1.2",
|
||||
"@revi/eslint-config": "0.0.8",
|
||||
"@revi/prettier-config": "0.1.3",
|
||||
"eslint": "9.8.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"jshint": "2.13.6",
|
||||
|
|
Loading…
Reference in a new issue