volsync
volsync copied to clipboard
Update syncthing packages to v1.28.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| github.com/syncthing/syncthing | v1.27.12 -> v1.28.0 |
require | minor | ||||
| syncthing/syncthing | v1.27.12 -> v1.28.0 |
minor |
Release Notes
syncthing/syncthing (github.com/syncthing/syncthing)
v1.28.0
Bugfixes:
- #9597: Filenames with extended characters not ignored correctly on macOS
- #9668: The Web UI defaults to Filipino on Finnish browsers.
- #9670: lib/api: /svc/lang disregards the passed quality values
- #9719: Unable to establish/maintain multiple connections due to connection priority error
Enhancements:
- #9715: Lower the log level of "already connected to this device" to DEBUG (is: INFO)
Configuration
📅 Schedule: Branch creation - "* 3-6 * * 1-5" in timezone America/New_York, 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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 11 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/calmh/xdr |
v1.1.0 -> v1.2.0 |
github.com/klauspost/compress |
v1.17.9 -> v1.17.11 |
github.com/lufia/plan9stats |
v0.0.0-20211012122336-39d0f177ccd0 -> v0.0.0-20240909124753-873cd0166683 |
github.com/prometheus/common |
v0.55.0 -> v0.60.0 |
github.com/quic-go/quic-go |
v0.46.0 -> v0.48.0 |
github.com/shirou/gopsutil/v4 |
v4.24.7 -> v4.24.9 |
github.com/tklauser/go-sysconf |
v0.3.12 -> v0.3.14 |
github.com/tklauser/numcpus |
v0.6.1 -> v0.9.0 |
golang.org/x/exp |
v0.0.0-20240808152545-0cdaa3abc0fa -> v0.0.0-20241009180824-f66d83c29e7c |
golang.org/x/oauth2 |
v0.21.0 -> v0.23.0 |
golang.org/x/time |
v0.6.0 -> v0.7.0 |
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/retest
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: renovate-bot, tesshuflower
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [tesshuflower]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.2%. Comparing base (
07d38e5) to head (fa3ef9e). Report is 133 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1426 +/- ##
=======================================
- Coverage 66.3% 66.2% -0.2%
=======================================
Files 57 57
Lines 7474 7474
=======================================
- Hits 4959 4950 -9
- Misses 2230 2236 +6
- Partials 285 288 +3
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.