Skip to content

Bump the go group across 1 directory with 2 updates #6132

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

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the go group with 2 updates in the / directory: github.com/dlclark/regexp2 and github.com/gkampitakis/go-snaps.

Updates github.com/dlclark/regexp2 from 1.11.2 to 1.11.4

Commits
  • 5f3687a fixes #83 - fix dot when using EcmaScript and Singleline options together - n...
  • 636cbb0 fixes #83 - fix dot when using EcmaScript and Singleline options together
  • See full diff in compare view

Updates github.com/gkampitakis/go-snaps from 0.5.6 to 0.5.7

Release notes

Sourced from github.com/gkampitakis/go-snaps's releases.

v0.5.7

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.6...v0.5.7

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/nginxinc/nginx-prometheus-exporter [>= 1.2.a, < 1.3]
github.com/prometheus/client_golang [>= 1.19.a, < 1.20]

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 August 5, 2024 17:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 5, 2024
@nginx-bot nginx-bot enabled auto-merge (squash) August 5, 2024 17:57
Bumps the go group with 2 updates in the / directory: [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) and [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps).

Updates `github.com/dlclark/regexp2` from 1.11.2 to 1.11.4
- [Commits](dlclark/regexp2@v1.11.2...v1.11.4)

Updates `github.com/gkampitakis/go-snaps` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: github.com/dlclark/regexp2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@pdabelf5 pdabelf5 force-pushed the dependabot/go_modules/go-30864c01b8 branch from 502a565 to 7ef2b9b Compare August 6, 2024 13:40
@pdabelf5 pdabelf5 changed the title Bump the go group across 1 directory with 5 updates Bump the go group across 1 directory with 2 updates Aug 6, 2024
@nginx-bot nginx-bot merged commit 5f68f1b into main Aug 6, 2024
77 checks passed
@nginx-bot nginx-bot deleted the dependabot/go_modules/go-30864c01b8 branch August 6, 2024 15:39
nginx-bot pushed a commit that referenced this pull request Aug 6, 2024
Bumps the go group with 2 updates in the / directory: [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) and [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps).

Updates `github.com/dlclark/regexp2` from 1.11.2 to 1.11.4
- [Commits](dlclark/regexp2@v1.11.2...v1.11.4)

Updates `github.com/gkampitakis/go-snaps` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: github.com/dlclark/regexp2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
Co-authored-by: Jakub Jarosz <99677300+jjngx@users.noreply.github.com>
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.

3 participants