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

build(deps): bump the go group with 3 updates #186

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the go group with 3 updates: github.com/go-logr/logr, go.einride.tech/clock and golang.org/x/sync.

Updates github.com/go-logr/logr from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.2

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

Commits
  • 1205f42 Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...
  • ccedcbd Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...
  • bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
  • 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
  • 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
  • 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  • 88d98bd Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...
  • 432cd86 Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...
  • Additional commits viewable in compare view

Updates go.einride.tech/clock from 0.11.5 to 0.12.0

Release notes

Sourced from go.einride.tech/clock's releases.

v0.12.0

0.12.0 (2024-05-20)

Breaking Changes

  • use slog for logging (c2e78cc4)

Currently externalclock takes a logr and uses it for some debug
logging. Since log/slog now exists in std library we should use it.

This commit removes logr dependency with using slog directly. This is a breaking change as the signature for externalclock.New changes. Previous calls to externalclock.New(logr, time) can safely drop the logr argument.

Chores

  • deps: bump google.golang.org/protobuf (fcfdd213)
  • deps: bump golang.org/x/sync from 0.6.0 to 0.7.0 in the go group (ec77ddc8)
  • deps: bump the go group with 1 update (0a7256fe)
  • deps: bump go.einride.tech/sage from 0.272.0 to 0.275.0 in /.sage (b0545a9b)
  • deps: bump go.einride.tech/sage from 0.270.1 to 0.272.0 in /.sage (77810fcc)
  • deps: bump go.einride.tech/sage from 0.268.0 to 0.270.1 in /.sage (cf7d5588)
  • update to valid domain (d81ca98f)
  • deps: bump go.einride.tech/sage from 0.265.1 to 0.268.0 in /.sage (4d252a14)
  • deps: bump go-semantic-release/action from 1.21 to 1.23 (cccc1d96)
  • deps: bump go.einride.tech/sage from 0.264.0 to 0.265.1 in /.sage (07fe03c5)
  • deps: bump go.einride.tech/sage from 0.263.0 to 0.264.0 in /.sage (7e5fbe2a)
  • deps: bump the go group with 1 update (f0ff91aa)
  • deps: bump go.einride.tech/sage from 0.260.0 to 0.263.0 in /.sage (599251d3)
  • deps: bump the go group with 2 updates (6087924a)
  • deps: bump go.einride.tech/sage from 0.259.0 to 0.260.0 in /.sage (9a0b754b)
  • deps: bump go.einride.tech/sage from 0.254.0 to 0.259.0 in /.sage (a8d94b3d)
  • deps: bump the go group with 1 update (b86529dc)
  • deps: bump go.einride.tech/sage from 0.249.0 to 0.254.0 in /.sage (8ecc1a94)
  • deps: bump go.einride.tech/sage from 0.247.0 to 0.249.0 in /.sage (5002eafe)
  • deps: bump the go group with 1 update (dd3a4f61)
  • deps: bump go.einride.tech/sage from 0.244.0 to 0.247.0 in /.sage (f90a29ba)
  • deps: bump go.einride.tech/sage from 0.243.0 to 0.244.0 in /.sage (32891746)
Commits
  • c2e78cc refactor!: use slog for logging
  • fcfdd21 chore(deps): bump google.golang.org/protobuf
  • ec77ddc chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 in the go group
  • 0a7256f chore(deps): bump the go group with 1 update
  • b0545a9 chore(deps): bump go.einride.tech/sage from 0.272.0 to 0.275.0 in /.sage
  • 77810fc chore(deps): bump go.einride.tech/sage from 0.270.1 to 0.272.0 in /.sage
  • cf7d558 chore(deps): bump go.einride.tech/sage from 0.268.0 to 0.270.1 in /.sage
  • d81ca98 chore: update to valid domain
  • 4d252a1 chore(deps): bump go.einride.tech/sage from 0.265.1 to 0.268.0 in /.sage
  • cccc1d9 chore(deps): bump go-semantic-release/action from 1.21 to 1.23
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.6.0 to 0.7.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner May 27, 2024 03:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 27, 2024
@Edholm
Copy link
Member

Edholm commented Aug 29, 2024

@dependabot rebase

Bumps the go group with 3 updates: [github.com/go-logr/logr](https://github.com/go-logr/logr), [go.einride.tech/clock](https://github.com/einride/clock-go) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/go-logr/logr` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.1...v1.4.2)

Updates `go.einride.tech/clock` from 0.11.5 to 0.12.0
- [Release notes](https://github.com/einride/clock-go/releases)
- [Commits](einride/clock-go@v0.11.5...v0.12.0)

Updates `golang.org/x/sync` from 0.6.0 to 0.7.0
- [Commits](golang/sync@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: go.einride.tech/clock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-96c26cbb33 branch from 35ba6ba to 4a52cc8 Compare August 29, 2024 09:17
Copy link
Member

@Edholm Edholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 0d8b06a into master Aug 29, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-96c26cbb33 branch August 29, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant