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

fix(deps): update all #482

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

fix(deps): update 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 Change Age Adoption Passing Confidence Type Update
bulma-clean-theme 0.13.3 -> 0.14.0 age adoption passing confidence minor
github.com/antchfx/htmlquery v1.3.3 -> v1.3.4 age adoption passing confidence require patch
github.com/moov-io/base v0.48.2 -> v0.53.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.4 -> v1.10.0 age adoption passing confidence require minor
github.com/urfave/cli/v2 v2.4.0 -> v2.27.5 age adoption passing confidence require minor
github.com/xrash/smetrics 039620a -> 686a1a2 age adoption passing confidence require digest
golang.org/x/oauth2 v0.14.0 -> v0.25.0 age adoption passing confidence require minor
registry.access.redhat.com/ubi9/ubi-minimal 9.5-1733767867 -> 9.5-1736404155 age adoption passing confidence final patch
wdm "~> 0.1.1" -> "~> 0.2.0" age adoption passing confidence minor

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
antchfx/htmlquery (github.com/antchfx/htmlquery)

v1.3.4

Compare Source

Update packages:

  • update golang.org/x/net from v0.7.0 to v0.33.0
  • update github.com/antchfx/xpath from v1.3.2 to v1.3.3
moov-io/base (github.com/moov-io/base)

v0.53.0

Compare Source

IMPROVEMENTS

  • database: enable TLS with postgres tests
  • database: fix another printf
  • feat: Support PostgreSQL databases via config

BUILD

  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.7.2 (#​438)
  • fix(deps): update module github.com/madflojo/testcerts to v1.3.0 (#​435)

v0.52.1

Compare Source

IMPROVEMENTS

  • database: fix printf

v0.52.0

Compare Source

IMPROVEMENTS

  • database: add RunMigrationsContext with tracing
  • test: verify ErrorList doesn't obviously panic
  • test: verify yaml:"x-foo" works

BUILD

  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-go action to v5
  • chore(deps): update github/codeql-action action to v3
  • fix(deps): update module cloud.google.com/go/spanner to v1.67.0
  • fix(deps): update module github.com/googleapis/go-sql-spanner to v1.7.1
  • fix(deps): update module github.com/prometheus/client_golang to v1.20.2
  • fix(deps): update module github.com/rickar/cal/v2 to v2.1.19
  • fix(deps): update module google.golang.org/grpc to v1.67.0
  • fix(deps): update opentelemetry-go monorepo to v1.29.0

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
stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

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

v1.9.0

Compare Source

What's Changed

New Contributors

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

urfave/cli (github.com/urfave/cli/v2)

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

v2.25.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.6...v2.25.7

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

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: 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 3 times, most recently from 659a8b0 to f8aa2cd Compare October 29, 2024 06:56
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 49674ed to eb1ae11 Compare November 8, 2024 00:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6a1de97 to e121d65 Compare November 23, 2024 13:52
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 8395e1b to f98645a Compare December 8, 2024 02:03
@renovate renovate bot changed the title chore(deps): replace all fix(deps): replace all Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 204232e to 408f495 Compare December 20, 2024 18:13
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8dbf04f to 6ac9c81 Compare January 9, 2025 10:44
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b26b422 to 173735f Compare January 14, 2025 23:16
@renovate renovate bot changed the title fix(deps): replace all fix(deps): update all Jan 14, 2025
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