Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
894012ceeb chore(deps): update dependency jest to v30
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-01 00:06:05 +00:00
ivan
8689daa860 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 18s
Licensed / Check licenses (push) Successful in 47s
Test / Build (ubuntu-latest) (push) Failing after 1m19s
Check dist/ / check-dist (push) Successful in 9m57s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:31:47 +00:00
Renovate Bot
b2308b19e1 Add renovate.json
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 53s
Licensed / Check licenses (pull_request) Successful in 24s
Code scanning - action / CodeQL-Build (pull_request) Failing after 58s
Check dist/ / check-dist (pull_request) Successful in 2m45s
Test / Build (ubuntu-latest) (pull_request) Failing after 5m41s
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
Test / Merge (pull_request) Has been cancelled
2025-12-28 05:31:36 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
"minimatch": "^9.0.3"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
@@ -53,7 +53,7 @@
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.4",
"glob": "^8.0.3",
"jest": "^29.3.1",
"jest": "^30.0.0",
"jest-circus": "^29.3.1",
"prettier": "^3.7.4",
"ts-jest": "^29.0.3",

3
renovate.json Normal file
View File

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