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

Mend Renovate

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
github.com/moov-io/base require minor v0.48.2 -> v0.50.0 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.17.0 -> v1.19.1 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.22-alpine age adoption passing confidence
golang.org/x/oauth2 require minor v0.14.0 -> v0.21.0 age adoption passing confidence
golang.org/x/sync require minor v0.6.0 -> v0.7.0 age adoption passing confidence
golang.org/x/text require minor v0.14.0 -> v0.16.0 age adoption passing confidence
ramda (source) devDependencies minor 0.28.0 -> 0.30.1 age adoption passing confidence
winston dependencies minor 3.8.2 -> 3.13.0 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
moov-io/base (github.com/moov-io/base)

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

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

ramda/ramda (ramda)

v0.30.1: v.0.30.1

Compare Source

upgrade guide: https://github.com/ramda/ramda/issues/3472

v0.30.0

Compare Source

Upgrade guide: https://github.com/ramda/ramda/issues/3453

v0.29.1

Compare Source

Upgrade guide: https://github.com/ramda/ramda/issues/3415

v0.29.0

Compare Source

Added

🆕 addIndexRight
🆕 isNotNil
🆕 swap
🆕 dropRepeatsBy

Removed

Deprecated

Changes

⚠️ propEq/pathEq parameter order

  • Documentation improvements
  • Transducer updates
  • Some support for types
  • Many more!

Thank you to everyone who contributed to this release!

winstonjs/winston (winston)

v3.13.0

Compare Source

  • fix(http): allow passing maximumDepth to prevent big object being stringified (#​2425) a237865

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.0

Compare Source

v3.10.0

Compare Source

v3.9.0

Compare Source

Functionality changes
Dependency updates by @​dependabot + CI autotesting
Documentation changes
Build Infrastructure changes

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 has been generated by Mend Renovate. View repository job log here.

@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: watchman-search-ui@0.1.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR!   react@"18.2.0" from the root project
npm ERR!   peer react@">=16.8.0" from @emotion/react@11.11.4
npm ERR!   node_modules/@emotion/react
npm ERR!     peerOptional @emotion/react@"^11.4.1" from @mui/material@5.0.0
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/styled@11.11.5
npm ERR!     node_modules/@emotion/styled
npm ERR!       peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.0.0
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/material@5.0.0
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 2976258 to 043089a Compare March 14, 2024 14:54
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5601026 to fd7e207 Compare March 26, 2024 17:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2913027 to 481f93a Compare April 4, 2024 16:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 90f811a to 166e3ec Compare April 8, 2024 19:09
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 67e7e5e to ea094bb Compare May 4, 2024 18:10
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ 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: watchman-search-ui@0.1.0
npm ERR! Found: react@18.3.1
npm ERR! node_modules/react
npm ERR!   react@"18.3.1" from the root project
npm ERR!   peer react@">=16.8.0" from @emotion/react@11.11.4
npm ERR!   node_modules/@emotion/react
npm ERR!     peerOptional @emotion/react@"^11.4.1" from @mui/material@5.0.0
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/styled@11.11.5
npm ERR!     node_modules/@emotion/styled
npm ERR!       peerOptional @emotion/styled@"^11.3.0" from @mui/material@5.0.0
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/material@5.0.0
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-06-19T15_30_54_384Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all branch 6 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
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.

None yet

1 participant