-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #534
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #534 +/- ##
=======================================
Coverage 18.57% 18.57%
=======================================
Files 122 122
Lines 9588 9588
Branches 297 297
=======================================
Hits 1781 1781
Misses 7724 7724
Partials 83 83 ☔ View full report in Codecov by Sentry. |
574d524
to
9009f9e
Compare
1fdbfbe
to
608522e
Compare
4b60f29
to
39fea03
Compare
b4913bd
to
44a6b80
Compare
b2d7d36
to
c855b27
Compare
c855b27
to
bd35505
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passedIssues Measures |
* chore(deps): update dependency @vue/eslint-config-prettier to v10 (#697) * chore(deps): update dependency @vue/eslint-config-prettier to v10 * fix: adding Hardhat Dockerfile in GitHub Workflow (#693) * fix(hardhat): prevent race conditions in contract deployment (#704) * fix(hardhat): Add contract deployment and healthcheck to prevent race conditions - Added healthcheck to hardhat service in docker-compose.yml - Modified Dockerfile.hardhat to deploy contracts after node is ready - Added proper service dependency in docker-compose.yml to ensure jsonrpc waits for hardhat This fixes the race condition where jsonrpc would try to access hardhat accounts before they were available, causing the finality window to crash. * fix: use named volume for hardhat artifacts to fix permissions issue - Changed hardhat artifacts from bind mount to named volume - This ensures correct permissions are maintained - Fixes CI/CD pipeline issues with hardhat compilation * chore(docker): add curl to Dockerfile.hardhat and update healthcheck method * chore(docker): merge RUN instructions and sort package names in Dockerfile * fix: change health check command to nc instead of curl * fix: healthcheck trying curl with increased retries --------- Co-authored-by: kstroobants <[email protected]> * fix: catch exception to keep loop running (#705) Co-authored-by: Cristiam Da Silva <[email protected]> * fix: add BACKEND_BUILD_TARGET used in docker compose file in .env.example to run in debug (#707) Co-authored-by: Cristiam Da Silva <[email protected]> * chore: Update reviewers for renovate (#694) Co-authored-by: Cristiam Da Silva <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edinaldo Pereira da Silva Junior <[email protected]> Co-authored-by: Miguel Paya <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: Cristiam Da Silva <[email protected]> Co-authored-by: Agustín Díaz <[email protected]> * chore(deps): update sonarsource/sonarcloud-github-action action to v4 (#696) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update node.js to v22 (#695) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update codecov/codecov-action action to v5 (#660) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update dependency pre-commit to v4 (#557) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update dependency @types/chai to v5 (#551) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * fix(deps): update all non-major dependencies (#534) * fix(deps): update all non-major dependencies * remove trailing whitespace --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Den <[email protected]> Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore: updated target branch to staging * chore: update dependencies * chore(deps): update dependency @vue/eslint-config-prettier to v10 (#716) * chore(deps): update dependency @vue/eslint-config-prettier to v10 * fix: adding Hardhat Dockerfile in GitHub Workflow (#693) * fix(hardhat): prevent race conditions in contract deployment (#704) * fix(hardhat): Add contract deployment and healthcheck to prevent race conditions - Added healthcheck to hardhat service in docker-compose.yml - Modified Dockerfile.hardhat to deploy contracts after node is ready - Added proper service dependency in docker-compose.yml to ensure jsonrpc waits for hardhat This fixes the race condition where jsonrpc would try to access hardhat accounts before they were available, causing the finality window to crash. * fix: use named volume for hardhat artifacts to fix permissions issue - Changed hardhat artifacts from bind mount to named volume - This ensures correct permissions are maintained - Fixes CI/CD pipeline issues with hardhat compilation * chore(docker): add curl to Dockerfile.hardhat and update healthcheck method * chore(docker): merge RUN instructions and sort package names in Dockerfile * fix: change health check command to nc instead of curl * fix: healthcheck trying curl with increased retries --------- Co-authored-by: kstroobants <[email protected]> * fix: catch exception to keep loop running (#705) Co-authored-by: Cristiam Da Silva <[email protected]> * fix: add BACKEND_BUILD_TARGET used in docker compose file in .env.example to run in debug (#707) Co-authored-by: Cristiam Da Silva <[email protected]> * chore: Update reviewers for renovate (#694) Co-authored-by: Cristiam Da Silva <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edinaldo Pereira da Silva Junior <[email protected]> Co-authored-by: Miguel Paya <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: Cristiam Da Silva <[email protected]> Co-authored-by: Agustín Díaz <[email protected]> * chore(deps): update node.js to v22 (#717) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * chore: updated frontend dependencies config * fix: dependencies * chore(deps): update dependency @vue/eslint-config-typescript to v14 (#698) * chore(deps): update dependency @vue/eslint-config-typescript to v14 * fix: adding Hardhat Dockerfile in GitHub Workflow (#693) * fix(hardhat): prevent race conditions in contract deployment (#704) * fix(hardhat): Add contract deployment and healthcheck to prevent race conditions - Added healthcheck to hardhat service in docker-compose.yml - Modified Dockerfile.hardhat to deploy contracts after node is ready - Added proper service dependency in docker-compose.yml to ensure jsonrpc waits for hardhat This fixes the race condition where jsonrpc would try to access hardhat accounts before they were available, causing the finality window to crash. * fix: use named volume for hardhat artifacts to fix permissions issue - Changed hardhat artifacts from bind mount to named volume - This ensures correct permissions are maintained - Fixes CI/CD pipeline issues with hardhat compilation * chore(docker): add curl to Dockerfile.hardhat and update healthcheck method * chore(docker): merge RUN instructions and sort package names in Dockerfile * fix: change health check command to nc instead of curl * fix: healthcheck trying curl with increased retries --------- Co-authored-by: kstroobants <[email protected]> * fix: catch exception to keep loop running (#705) Co-authored-by: Cristiam Da Silva <[email protected]> * fix: add BACKEND_BUILD_TARGET used in docker compose file in .env.example to run in debug (#707) Co-authored-by: Cristiam Da Silva <[email protected]> * chore: Update reviewers for renovate (#694) Co-authored-by: Cristiam Da Silva <[email protected]> * chore(deps): update dependency @vue/eslint-config-typescript to v14 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edinaldo Pereira da Silva Junior <[email protected]> Co-authored-by: Miguel Paya <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: Cristiam Da Silva <[email protected]> Co-authored-by: Agustín Díaz <[email protected]> * chore(deps): update codecov/codecov-action action to v5 (#719) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cristiam Da Silva <[email protected]> * fix: docker python images version * fix: removed unused dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edinaldo Pereira da Silva Junior <[email protected]> Co-authored-by: Miguel Paya <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: kstroobants <[email protected]> Co-authored-by: Agustín Díaz <[email protected]> Co-authored-by: Den <[email protected]>
This PR contains the following updates:
3.3.0
->3.4.1
5.56.2
->5.59.20
4.3.19
->4.3.20
10.0.8
->10.0.9
20.16.5
->20.17.6
4.1.26
->4.1.27
5.1.4
->5.1.5
5.2.0
^0.5.1
->^0.6.0
11.1.0
->11.2.0
==3.0.3
->==3.1.0
==2.0.35
->==2.0.36
==3.10.5
->==3.11.0
==1.13.2
->==1.14.0
==0.34.2
->==0.39.0
==24.8.0
->==24.10.0
5.1.1
->5.1.2
v4.5.0
->v4.6.0
==1.8.5
->==1.8.8
4.0.8
->4.0.9
9.28.0
->9.30.0
9.31.0
==0.13.3
->==0.13.4
==5.0.0
->==5.1.0
==5.3.7
->==5.4.1
^0.441.0
->^0.456.0
10.7.3
->10.8.2
6.2.3
->6.2.6
0.3.11
->0.4.1
==1.47.0
->==1.54.4
2.2.2
->2.2.6
8.4.47
->8.4.48
8.4.49
0.6.6
->0.6.8
==2.9.9
->==2.9.10
==2.9.9
->==2.9.10
3.12.6-slim
->3.13.0-slim
==4.25.0
->==4.26.1
4.24.1
->4.26.0
==3.1.1
->==3.3.0
4.7.5
->4.8.1
v3.0.0
->v3.1.0
3.4.12
->3.4.14
4.19.1
->4.19.2
5.6.2
->5.6.3
2.21.10
->2.21.44
2.21.45
5.4.6
->5.4.11
7.4.5
->7.6.3
7.6.4
3.5.6
->3.5.12
2.1.6
->2.1.10
1.2.0
->1.3.0
Release Notes
kyvg/vue3-notification (@kyvg/vue3-notification)
v3.4.1
Compare Source
What's Changed
v3.4.0
Compare Source
What's Changed
TanStack/query (@tanstack/vue-query)
v5.59.20
Compare Source
Version 5.59.20 - 11/6/24, 2:13 PM
Changes
Fix
848df62
) by Dominik DorfmeisterTest
06e315c
) by @manudeliDocs
aa92acc
) by Artur AbdullinPackages
v5.59.17
Compare Source
Version 5.59.17 - 11/2/24, 5:45 PM
Changes
Fix
c643635
) by Dominik DorfmeisterChore
setIsRestoring(true)
to fix lint warning (#8213) (39a35d8
) by Sol Leecaf6556
) by @ugurcanatasTest
query-persist-client-core
import (#8212) (1865f0d
) by Lachlan CollinsDocs
c61ff1e
) by ArnoudPackages
v5.59.16
Compare Source
Version 5.59.16 - 10/23/24, 12:53 PM
Changes
Fix
df49fbd
) by Dominik DorfmeisterChore
4fceb26
) by Haeun Namd3e2a8a
) by @manudeliDocs
9d99fcb
) by Ollie Chicka2ea754
) by Qiushi Yan1980a11
) by Ariel-MoroshkoPackages
v5.59.13
Compare Source
Version 5.59.13 - 10/12/24, 9:38 AM
Changes
Fix
5d69ad7
) by Dominik DorfmeisterPackages
v5.59.12
Compare Source
Version 5.59.12 - 10/12/24, 7:40 AM
Changes
Fix
4758303
) by Dominik DorfmeisterTypes
4dfb0fc
) by @DogPawHatPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.