Compare commits

..

4 Commits

Author SHA1 Message Date
Renovate Bot
36430b4209 chore(deps): update dependency jest-circus to v30
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-01 00:06:08 +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
Salman Chishti
b7c566a772 Merge pull request #745 from actions/upload-artifact-v6-release
prepare release v6.0.0 for Node.js 24 support
2025-12-12 17:58:04 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
"eslint-plugin-prettier": "^5.5.4",
"glob": "^8.0.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"jest-circus": "^30.0.0",
"prettier": "^3.7.4",
"ts-jest": "^29.0.3",
"typescript": "^5.2.2"

3
renovate.json Normal file
View File

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