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

Update all dependencies #635

Merged
merged 1 commit into from Jun 1, 2021
Merged

Update all dependencies #635

merged 1 commit into from Jun 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid require minor v1.1.1 -> v1.2.0
github.com/lib/pq require minor v1.9.0 -> v1.10.2
github.com/onsi/ginkgo require patch v1.16.1 -> v1.16.3
github.com/onsi/gomega require minor v1.11.0 -> v1.13.0
golang.org/x/crypto require digest eec23a3 -> c07d793
golang.org/x/lint require digest 738671d -> 6edffad
golang.org/x/text require patch v0.3.5 -> v0.3.6
golang.org/x/tools require patch v0.1.0 -> v0.1.2

Release Notes

google/uuid

v1.2.0

Compare Source

This release introduces the NewString() function which is the equivalent of uuid.New().String().

v1.1.5

Compare Source

There are no code changes. A missing period was add to a godoc comment and the linter was told to not complain that the results of hash.Write() are ignored (the function cannot fail)

v1.1.4

Compare Source

Do not allocate memory for errors (it is only one word)

v1.1.3

Compare Source

Optimize length of time it takes to discover an input is bad by no longer using fmt.Errorf, which is quite slow. It now uses a custom error type that formats the string when the Error method is called rather than when generating the error.

v1.1.2

Compare Source

This release contains

  • Allow concurrent, re-creatable usage #​44 by trabetti was merged on Apr 16, 2019
  • Fix race in NewUUID() #​64 by AstolfoKawaii was merged on Jul 2, 2020
  • Minor formatting and typo fixes
lib/pq

v1.10.2

Compare Source

  • fix TimeTZ with second offsets
  • fix GOOS compilation

v1.10.1

Compare Source

  • fix concurrent map write

v1.10.0

Compare Source

  • support inline SSL certs
onsi/ginkgo

v1.16.3

Compare Source

1.16.3

Features
  • Measure is now deprecated and emits a deprecation warning.

v1.16.2

Compare Source

1.16.2

Fixes
  • Deprecations can be suppressed by setting an ACK_GINKGO_DEPRECATIONS=<semver> environment variable.
onsi/gomega

v1.13.0

Compare Source

  • Set consistently and eventually defaults on init (#​443)

    Using environment variables

    Closes #​434

    Signed-off-by: toby lorne toby@toby.codes

  • gmeasure provides BETA support for benchmarking (#​447)

    gmeasure is a new gomega subpackage intended to provide measurement and benchmarking support for durations and values. gmeasure replaces Ginkgo V1s deprecated Measure nodes and provides a migration path for users migrating to Ginkgo V2.

    gmeasure is organized around an Experiment metaphor. Experiments can record several different Measurements, with each Measurement comprised of multiple data points. Measurements can hold time.Durations and float64 values and gmeasure includes support measuring the duraiton of callback functions and for sampling functions repeatedly to build an ensemble of data points. In addition, gmeasure introduces a Stopwatch abtraction for easily measuring and recording durations of code segments.

    Once measured, users can readily generate Stats for Measurements to capture their key statistics and these stats can be ranked using a Ranking and associated RankingCriteria.

    Experiments can be Cached to disk to speed up subsequent runs. Experiments are cached by name and version number which makes it easy to manage and bust the cache.

    Finally, gmeasure integrates with Ginkgo V2 via the new ReportEntry abstraction. Experiments, Measurements, and Rankings can all be registered via AddReportEntry. Doing so generates colorful reports as part of Ginkgo's test output.

    gmeasure is currently in beta and will go GA around when Ginkgo V2 goes GA.

v1.12.0

Compare Source

Features
Fixes
golang/text

v0.3.6

Compare Source

golang/tools

v0.1.2

Compare Source

v0.1.1

Compare Source


Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@mmorel-35
Copy link
Contributor

Hi @ccojocar , merging #636 first shall fix the lint step problem.

@ccojocar ccojocar merged commit 3a4d09b into master Jun 1, 2021
@renovate renovate bot deleted the renovate/all branch June 1, 2021 07:43
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

3 participants