Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
0fab64e9a5 chore(deps): update dependency eslint to v9
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-29 20:02:23 +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

@@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.8.2",
"jest": "^29.7.0",

3
renovate.json Normal file
View File

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