-
Notifications
You must be signed in to change notification settings - Fork 88
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
chore(deps): replace all #482
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: webui/package-lock.json
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #482 +/- ##
======================================
Coverage 9.67% 9.67%
======================================
Files 39 39
Lines 2873 2873
======================================
Hits 278 278
Misses 2572 2572
Partials 23 23 |
3640b9a
to
04594b9
Compare
ca24103
to
59c0f32
Compare
42b9e39
to
32f2872
Compare
5306a29
to
e1435ce
Compare
32695d7
to
737aedf
Compare
49f6d3b
to
0498da3
Compare
250cb21
to
535f212
Compare
535f212
to
49589bc
Compare
2b8d302
to
9b2f19c
Compare
9e8db00
to
d9458ff
Compare
d9458ff
to
e88518c
Compare
ebf3074
to
096f0de
Compare
4d46c75
to
a110a26
Compare
01aa56b
to
3efa711
Compare
0aee176
to
f588193
Compare
9892650
to
89c7e31
Compare
659a8b0
to
f8aa2cd
Compare
49674ed
to
eb1ae11
Compare
eb1ae11
to
f8f9f4f
Compare
This PR contains the following updates:
4.12.4
->5.0.0
4.11.3
->5.0.0
0.13.3
->0.14.0
4.21.0
->4.21.1
v0.48.2
->v0.53.0
v1.17.0
->v1.20.5
v1.8.4
->v1.9.0
039620a
->686a1a2
1.21-alpine
->1.23-alpine
v0.14.0
->v0.24.0
v0.8.0
->v0.9.0
v0.19.0
->v0.20.0
0.28.0
->0.30.1
"~> 0.1.1"
->"~> 0.2.0"
3.8.2
->3.17.0
This is a special PR that replaces
@material-ui/core
with the community suggested minimal stable replacement version.This is a special PR that replaces
@material-ui/icons
with the community suggested minimal stable replacement version.Release Notes
chrisrhymes/bulma-clean-theme (bulma-clean-theme)
v0.14.0
Compare Source
expressjs/express (express)
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
moov-io/base (github.com/moov-io/base)
v0.53.0
Compare Source
IMPROVEMENTS
BUILD
v0.52.1
Compare Source
IMPROVEMENTS
v0.52.0
Compare Source
IMPROVEMENTS
yaml:"x-foo"
worksBUILD
v0.51.1
Compare Source
IMPROVEMENTS
v0.51.0
Compare Source
IMPROVEMENTS
BUILD
v0.50.0
Compare Source
IMPROVEMENTS
BUILD
v0.49.4
Compare Source
IMPROVEMENTS
BUILD
v0.49.3
Compare Source
IMPROVEMENTS
v0.49.2
Compare Source
IMPROVEMENTS
BUILD
v0.49.1
Compare Source
BUILD
v0.49.0
Compare Source
IMPROVEMENTS
BUILD
v0.48.5
Compare Source
IMPROVEMENTS
BUILD
v0.48.4
Compare Source
IMPROVEMENTS
BUILD
v0.48.3
Compare Source
IMPROVEMENTS
BUILD
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare Source
We decided to revert the
testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutil
package/module with more flexible and safer APIs.Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
Compare Source
v1.20.3
Compare Source
v1.20.2
Compare Source
v1.20.1
Compare Source
v1.20.0
Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559runtime/metrics
sourcing each metric (if relevant). #1568 #1578zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496WithLimit
parameter to all API methods that supports it. #1544process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555instrumentation wrapping supports new and future extra responseWriter methods. #1480
All commits
New Contributors
Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0
v1.19.1
Compare Source
What's Changed
golang.org/x/sys
andgoogle.golang.org/protobuf
New Contributors
Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1
v1.19.0
Compare Source
What's Changed
The module
prometheus/common v0.48.0
introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to useprometheus/common v0.48.0
or higher, please update client_golang to v1.19.0.New Contributors
Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0
v1.18.0
Compare Source
What's Changed
MetricVec.WithLabelValues(...)
. #1360New Contributors
Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0
stretchr/testify (github.com/stretchr/testify)
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631Configuration
📅 Schedule: Branch creation - "on monday" (UTC), 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.
👻 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.