Compare commits

..

4 Commits

Author SHA1 Message Date
Renovate Bot
1c2a4df727 chore(deps): update dependency eslint-plugin-jest to v29
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-31 02:41:01 +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

@@ -50,7 +50,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-jest": "^29.0.0",
"eslint-plugin-prettier": "^5.5.4",
"glob": "^8.0.3",
"jest": "^29.3.1",

3
renovate.json Normal file
View File

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