Commit da56de8
authored
BREAKING CHANGE(deps): Update librespeed/speedtest v5.5.1 → v6.0.2 (#1767)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[librespeed/speedtest](https://redirect.github.com/librespeed/speedtest)
| major | `v5.5.1` → `v6.0.2` |
---
### Release Notes
<details>
<summary>librespeed/speedtest (librespeed/speedtest)</summary>
###
[`v6.0.2`](https://redirect.github.com/librespeed/speedtest/releases/tag/v6.0.2)
[Compare
Source](https://redirect.github.com/librespeed/speedtest/compare/v6.0.1...v6.0.2)
#### What's Changed
restore previous behaviour:
- docker: restore `TITLE` env handling in entrypoint by
[@​sstidl](https://redirect.github.com/sstidl) in
[#​787](https://redirect.github.com/librespeed/speedtest/pull/787)
- docker: apply `TITLE` to modern page heading by
[@​sstidl](https://redirect.github.com/sstidl) in
[#​788](https://redirect.github.com/librespeed/speedtest/pull/788)
- Support legacy `EMAIL` env var as deprecated fallback for `GDPR_EMAIL`
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​781](https://redirect.github.com/librespeed/speedtest/pull/781)
improve accessability:
- Fix accessibility: replace `div#startStopBtn` with `<button>` in
classic design by [@​Copilot](https://redirect.github.com/Copilot)
in
- fix: add aria-label to #startStopBtn for screen reader accessibility
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​785](https://redirect.github.com/librespeed/speedtest/pull/785)
add e2e testing and pipeline updates:
- add e2e testing by
[@​sstidl](https://redirect.github.com/sstidl) in
[#​777](https://redirect.github.com/librespeed/speedtest/pull/777)
- chore/playwright mode test plan by
[@​sstidl](https://redirect.github.com/sstidl) in
[#​778](https://redirect.github.com/librespeed/speedtest/pull/778)
- chore(deps): bump actions/checkout from 4 to 6 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​784](https://redirect.github.com/librespeed/speedtest/pull/784)
- chore(deps): bump actions/setup-node from 4 to 6 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​783](https://redirect.github.com/librespeed/speedtest/pull/783)
[#​782](https://redirect.github.com/librespeed/speedtest/pull/782)
**Full Changelog**:
<librespeed/speedtest@v6.0.1...v6.0.2>
###
[`v6.0.1`](https://redirect.github.com/librespeed/speedtest/releases/tag/v6.0.1):
Bugfix on classic design
[Compare
Source](https://redirect.github.com/librespeed/speedtest/compare/v6.0.0...v6.0.1)
#### What's Changed
- Cherry-pick: revert "Use server-list.json in classic frontend by
default" by [@​Copilot](https://redirect.github.com/Copilot) in
[#​776](https://redirect.github.com/librespeed/speedtest/pull/776)
**Full Changelog**:
<librespeed/speedtest@v6.0.0...v6.0.1>
###
[`v6.0.0`](https://redirect.github.com/librespeed/speedtest/releases/tag/v6.0.0):
New design is main now
[Compare
Source](https://redirect.github.com/librespeed/speedtest/compare/v6.0.0-pre1...v6.0.0)
#### What's Changed
- Implement the new design from
[#​649](https://redirect.github.com/librespeed/speedtest/issues/649)
by [@​sstidl](https://redirect.github.com/sstidl) in
[#​694](https://redirect.github.com/librespeed/speedtest/pull/694)
- Fix PHP version check for geoip2.phar compatibility by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​754](https://redirect.github.com/librespeed/speedtest/pull/754)
- Add .NET client library to README by
[@​Memphizzz](https://redirect.github.com/Memphizzz) in
[#​739](https://redirect.github.com/librespeed/speedtest/pull/739)
- fix: return client IPv6 address via cloudflared by
[@​MattKobayashi](https://redirect.github.com/MattKobayashi) in
[#​757](https://redirect.github.com/librespeed/speedtest/pull/757)
#### New Contributors
- [@​Memphizzz](https://redirect.github.com/Memphizzz) made their
first contribution in
[#​739](https://redirect.github.com/librespeed/speedtest/pull/739)
- [@​dependabot](https://redirect.github.com/dependabot)\[bot]
made their first contribution in
[#​763](https://redirect.github.com/librespeed/speedtest/pull/763)
**Full Changelog**:
<librespeed/speedtest@v5.5.1...v6.0.0>
###
[`v6.0.0-pre1`](https://redirect.github.com/librespeed/speedtest/releases/tag/v6.0.0-pre1)
[Compare
Source](https://redirect.github.com/librespeed/speedtest/compare/v5.5.1...v6.0.0-pre1)
****this is a pre release****
New design is here, thanks to
[@​Timendus](https://redirect.github.com/Timendus) for
implementing it.
[#​649](https://redirect.github.com/librespeed/speedtest/issues/649)
Desktop:
\<img src=frontend/screenshots/desktop.png>
Mobile:
\<img src=frontend/screenshots/mobile.png>
Mayor rework of docker deployment.
the new design can be accessed via `?design=new` switch to the index
page or via config.json, see [DESIGN\_SWITCH.md](DESIGN_SWITCH.md)
#### What's Changed
- the new design is ready (after 2 years ;-) )
- Add feature switch for new design via config file, URL parameters, and
Docker by [@​Copilot](https://redirect.github.com/Copilot) in
[#​742](https://redirect.github.com/librespeed/speedtest/pull/742)
- Add GDPR\_EMAIL environment variable for Docker deployments by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​743](https://redirect.github.com/librespeed/speedtest/pull/743)
**Full Changelog**:
<librespeed/speedtest@5.5.0...v6.0.0-pre1>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXBwL2xpYnJlc3BlZWQiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvbWFqb3IiXX0=-->1 parent a199fd0 commit da56de8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments