vuejs / router

🚦 The official router for Vue.js
https://router.vuejs.org/
MIT License
3.75k stars 1.15k forks source link

chore: update chromedriver to 121.0.2 to fix binary CDN URL issue #2144

Closed sodatea closed 4 months ago

sodatea commented 4 months ago

The default CDN URL for Chrome binaries has been updated in the past few days. So fresh installations of the chromedriver package will fail with a 404 error. Here's an example in vuejs/ecosystem-ci: https://github.com/vuejs/ecosystem-ci/actions/runs/7954792731/job/21714823187#step:7:5745

This issue was fixed in chromedriver 121.0.2: https://github.com/giggio/node-chromedriver/commit/06656e982bf7e2ab4ff18ca73dc70ec3032765c0

netlify[bot] commented 4 months ago

Deploy Preview for vue-router canceled.

Name Link
Latest commit 4694060317221b84aa4e5c7a72b57a86fefc21f5
Latest deploy log https://app.netlify.com/sites/vue-router/deploys/65d31abe061d07000895b5d7
codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9aa1108) 90.88% compared to head (4694060) 90.90%. Report is 5 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2144 +/- ## ========================================== + Coverage 90.88% 90.90% +0.01% ========================================== Files 24 24 Lines 1119 1121 +2 Branches 347 347 ========================================== + Hits 1017 1019 +2 Misses 63 63 Partials 39 39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.