CI(deps): Update internal-deps (#52)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-02 21:20:59 +00:00 committed by GitHub
parent 685015e78f
commit ccc62f4019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 124 additions and 56 deletions

176
package-lock.json generated
View file

@ -8,8 +8,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "9.15.0",
"@revi/eslint-config": "0.0.18",
"@revi/prettier-config": "0.2.2",
"@revi/eslint-config": "0.0.19",
"@revi/prettier-config": "0.2.3",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"jshint": "2.13.6",
@ -55,6 +55,31 @@
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/config-array": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz",
"integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/object-schema": "^2.1.4",
"debug": "^4.3.1",
"minimatch": "^3.1.2"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/core": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz",
"integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/eslintrc": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz",
@ -256,14 +281,14 @@
}
},
"node_modules/@revi/eslint-config": {
"version": "0.0.18",
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.18.tgz",
"integrity": "sha512-1PR2pHbXrKOw2gh6VBf2KWwFBh3luJ+HGN+JBWaJksFvltVrPR/i66NObHhqRWU9Tv2G+WIO293+ys81hiRI/g==",
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.19.tgz",
"integrity": "sha512-3e22+/M/enqgbfI7F1QQS1JpHROBORLQkCts2uVvlroIi44s+LW/wb+9iV/zUFi3PkV3Tg5fx+9qIW7VuL+MRg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/js": "9.15.0",
"eslint": "9.15.0",
"@eslint/js": "9.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.12.0"
},
@ -271,19 +296,103 @@
"url": "https://github.com/sponsors/revi"
},
"peerDependencies": {
"eslint": "9.15.0"
"eslint": "9.16.0"
}
},
"node_modules/@revi/eslint-config/node_modules/@eslint/js": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz",
"integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@revi/eslint-config/node_modules/@humanwhocodes/retry": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz",
"integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@revi/eslint-config/node_modules/eslint": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz",
"integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.19.0",
"@eslint/core": "^0.9.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.16.0",
"@eslint/plugin-kit": "^0.2.3",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.1",
"@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"ajv": "^6.12.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.5",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.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",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.3"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
},
"peerDependencies": {
"jiti": "*"
},
"peerDependenciesMeta": {
"jiti": {
"optional": true
}
}
},
"node_modules/@revi/prettier-config": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.2.2.tgz",
"integrity": "sha512-DGpENc7ZYSKINfqBZUi57fk0Qb3bIA9+1Hn3PdXaA2FqsJXsL7uT+f052kXlXQ7UTjuM46WD9LJx6HsdgrWDUA==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.2.3.tgz",
"integrity": "sha512-uM67hek2zmfukowrEclRtBsHyxY9Oqh6gyX+UqSLzqiFkYEWaRe5VuadwKPEzV3QRD5KxO5UJcTaPk6P0obO+w==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@prettier/plugin-php": "0.22.2",
"@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
@ -292,23 +401,7 @@
"url": "https://github.com/sponsors/revi"
},
"peerDependencies": {
"prettier": "3.3.3"
}
},
"node_modules/@revi/prettier-config/node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
"prettier": "3.4.1"
}
},
"node_modules/@taplo/core": {
@ -805,31 +898,6 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/config-array": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz",
"integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/object-schema": "^2.1.4",
"debug": "^4.3.1",
"minimatch": "^3.1.2"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/eslint/node_modules/@eslint/core": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz",
"integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/eslint/node_modules/@humanwhocodes/retry": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz",

View file

@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/package.json",
"devDependencies": {
"@eslint/js": "9.15.0",
"@revi/eslint-config": "0.0.18",
"@revi/prettier-config": "0.2.2",
"@revi/eslint-config": "0.0.19",
"@revi/prettier-config": "0.2.3",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"jshint": "2.13.6",