Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): replace all #482

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@material-ui/core (source) devDependencies replacement 4.12.4 -> 5.0.0
@material-ui/icons (source) devDependencies replacement 4.11.3 -> 5.0.0
bulma-clean-theme minor 0.13.3 -> 0.14.0 age adoption passing confidence
express (source) dependencies minor 4.19.2 -> 4.21.0 age adoption passing confidence
github.com/moov-io/base require minor v0.48.2 -> v0.51.1 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.17.0 -> v1.20.4 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.9.0 age adoption passing confidence
github.com/xrash/smetrics require digest 039620a -> 686a1a2 age adoption passing confidence
golang final minor 1.21-alpine -> 1.23-alpine age adoption passing confidence
golang.org/x/oauth2 require minor v0.14.0 -> v0.23.0 age adoption passing confidence
golang.org/x/sync require minor v0.6.0 -> v0.8.0 age adoption passing confidence
golang.org/x/text require minor v0.14.0 -> v0.18.0 age adoption passing confidence
ramda (source) devDependencies minor 0.28.0 -> 0.30.1 age adoption passing confidence
wdm minor "~> 0.1.1" -> "~> 0.2.0" age adoption passing confidence
winston dependencies minor 3.8.2 -> 3.14.2 age adoption passing confidence

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

  • Add cookie banner
  • Update Google Analytics to v4 and use consent mode
expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
moov-io/base (github.com/moov-io/base)

v0.51.1

Compare Source

IMPROVEMENTS

  • config: include decoder fallback to parse time.Duration values

v0.51.0

Compare Source

IMPROVEMENTS

  • feat: allow config to unmarshal regexes as strings

BUILD

  • chore(deps): update mysql docker tag to v9
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.5.0
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.17
  • fix(deps): update module google.golang.org/grpc to v1.65.0
  • fix(deps): update opentelemetry-go monorepo to v1.28.0

v0.50.0

Compare Source

IMPROVEMENTS

  • feat: allowing for the x-clean-statements during spanner migrations to be configurable

BUILD

  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.16

v0.49.4

Compare Source

IMPROVEMENTS

  • time: if exactly 5pm, should go to next banking day

BUILD

  • fix(deps): update module cloud.google.com/go/spanner to v1.63.0
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.4.0
  • fix(deps): update module github.com/madflojo/testcerts to v1.2.0
  • fix(deps): update module github.com/spf13/viper to v1.19.0
  • fix(deps): update module google.golang.org/grpc to v1.64.0
  • fix(deps): update opentelemetry-go monorepo to v1.27.0

v0.49.3

Compare Source

IMPROVEMENTS

  • database: enforce ordering of sql.DB config (SetConnMaxIdleTime before SetConnMaxLifetime)

v0.49.2

Compare Source

IMPROVEMENTS

  • strx: revert Go 1.22 simplification

BUILD

  • build: -short test on Windows
  • build: run oldstable Go, run go test on windows
  • database: fix cert paths in test

v0.49.1

Compare Source

BUILD

  • meta: downgrade Go to 1.21 until Openshift supports newer Go

v0.49.0

Compare Source

IMPROVEMENTS

  • config: merge arbitrary map's together
  • feat: AddBankingTime
  • strx: simplify implementation in Go 1.22+

BUILD

  • chore(deps): update mysql docker tag to v8.4
  • chore(deps): update dependency go to v1.22.3
  • fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1
  • fix(deps): update module cloud.google.com/go/spanner to v1.61.0
  • fix(deps): update module github.com/google/uuid to v1.6.0
  • fix(deps): update module github.com/stretchr/testify to v1.9.0
  • fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.3.1
  • fix(deps): update module github.com/prometheus/client_golang to v1.19.1
  • fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.1
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.14
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.15
  • fix(deps): update module google.golang.org/grpc to v1.63.2
  • fix(deps): update opentelemetry-go monorepo to v1.26.0

v0.48.5

Compare Source

IMPROVEMENTS

  • http: Update default count value to 200

BUILD

  • fix(deps): update module cloud.google.com/go/spanner to v1.55.0

v0.48.4

Compare Source

IMPROVEMENTS

  • fix: proper printf verbs

BUILD

  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0
  • fix(deps): update module github.com/spf13/viper to v1.18.2
  • fix(deps): update module google.golang.org/grpc to v1.60.1

v0.48.3

Compare Source

IMPROVEMENTS

  • chore: add better logging around running migrations
  • chore: check for some rare null pointers
  • test: checking ErrorList conditions
  • test: verify upcoming holidays calculate correctly

BUILD

  • fix(deps): update google.golang.org/grpc to v1.60.0
  • fix(deps): update module cloud.google.com/go/spanner to v1.53.1
  • fix(deps): update opentelemetry-go monorepo to v1.20.0
prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.4

Compare Source

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #​1623

v1.20.3

Compare Source

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #​1608

v1.20.2

Compare Source

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #​1596

v1.20.1

Compare Source

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #​1587

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0

v1.19.1

Compare Source

What's Changed

  • Security patches for golang.org/x/sys and google.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 use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #​1445 #​1449
  • [FEATURE] collectors: Add version collector. #​1422 #​1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

v1.18.0

Compare Source

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #​1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #​1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #​1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #​1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #​1360

New 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


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from adamdecaf as a code owner March 20, 2023 00:57
@renovate
Copy link
Contributor Author

renovate bot commented Mar 20, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: webui/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"18.2.0" from the root project
npm ERR!   peer react@">=16.8.0" from @emotion/[email protected]
npm ERR!   node_modules/@emotion/react
npm ERR!     peerOptional @emotion/react@"^11.4.1" from @mui/[email protected]
npm ERR!     node_modules/@mui/material
npm ERR!       dev @mui/material@"5.0.0" from the root project
npm ERR!     peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm ERR!     node_modules/@emotion/styled
npm ERR!       peerOptional @emotion/styled@"^11.3.0" from @mui/[email protected]
npm ERR!       node_modules/@mui/material
npm ERR!         dev @mui/material@"5.0.0" from the root project
npm ERR!   1 more (@emotion/styled)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.2" from @mui/[email protected]
npm ERR! node_modules/@mui/material
npm ERR!   dev @mui/material@"5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-04T18_10_51_948Z-debug-0.log

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.67%. Comparing base (08d6f4f) to head (fe9b76d).
Report is 32 commits behind head on master.

Current head fe9b76d differs from pull request most recent head cc2311a

Please upload reports for the commit cc2311a to get more accurate results.

❗ 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           

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 3640b9a to 04594b9 Compare April 8, 2023 16:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ca24103 to 59c0f32 Compare April 13, 2023 12:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 42b9e39 to 32f2872 Compare April 27, 2023 16:20
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5306a29 to e1435ce Compare May 9, 2023 04:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 32695d7 to 737aedf Compare May 19, 2023 00:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 49f6d3b to 0498da3 Compare May 26, 2023 18:12
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 250cb21 to 535f212 Compare June 4, 2023 12:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f192414 to 3b03878 Compare May 15, 2024 13:53
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bc3ef48 to 59175b4 Compare June 4, 2024 16:07
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2a4a691 to 015fb43 Compare June 17, 2024 16:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 91e8a27 to f0a777a Compare July 11, 2024 19:36
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 2b8d302 to 9b2f19c Compare August 8, 2024 19:57
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9e8db00 to d9458ff Compare August 20, 2024 12:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ebf3074 to 096f0de Compare September 10, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant