Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
a2924f5e9d chore(deps): update dependency @types/node to v25
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-28 14:48:46 +00:00
ivan
a5b3063b1e Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Check dist / check-dist (push) Failing after 1s
CodeQL / Analyze (javascript) (push) Failing after 1s
Build and Test / build (push) Failing after 1s
Build and Test / test-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 1s
Build and Test / test-output (push) Successful in 3s
Licensed / Check licenses (push) Successful in 28s
Build and Test / test-bypass-proxy (push) Failing after 38s
Build and Test / test (ubuntu-latest) (push) Failing after 1m2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:29:15 +00:00
Renovate Bot
386edfd568 Add renovate.json
Some checks failed
Build and Test / build (pull_request) Failing after 4s
Check dist / check-dist (pull_request) Failing after 8s
Build and Test / test-proxy (pull_request) Failing after 5s
Licensed / Check licenses (pull_request) Successful in 13s
Build and Test / test-git-container (pull_request) Failing after 8s
Build and Test / test-output (pull_request) Successful in 3s
CodeQL / Analyze (javascript) (pull_request) Failing after 22s
Build and Test / test-bypass-proxy (pull_request) Failing after 39s
Build and Test / test (ubuntu-latest) (pull_request) Failing after 1m14s
Build and Test / test (macos-latest) (pull_request) Has been cancelled
Build and Test / test (windows-latest) (pull_request) Has been cancelled
2025-12-28 05:29:01 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^24.1.0",
"@types/node": "^25.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}