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): bump the go group across 1 directory with 5 updates #8

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 5 updates in the / directory:

Package From To
github.com/davecgh/go-spew 1.1.0 1.1.1
github.com/evanphx/json-patch 0.5.2 5.9.0+incompatible
github.com/mitchellh/mapstructure 1.4.1 1.5.0
github.com/stretchr/testify 1.6.1 1.9.0
golang.org/x/oauth2 0.0.0-20210413134643-5e61552d6c78 0.20.0

Updates github.com/davecgh/go-spew from 1.1.0 to 1.1.1

Commits
  • 8991bc2 travis: test against go 1.10.x
  • 87df7c6 simpler, more robust bypass
  • db69d09 vet: fix vet warnings
  • ecdeabc Add Go tip to coverage matrix
  • dce690a Update tests for cgo changes to Go tip.
  • a476722 travis: test against go 1.9
  • adab964 travis: test against 1.8.x
  • 9fadf46 travis: Use gometalinter
  • e250ec7 Fix 'and/or' in the ISC license text
  • d0f88da Fix build, license, coverage, and godoc links
  • Additional commits viewable in compare view

Updates github.com/evanphx/json-patch from 0.5.2 to 5.9.0+incompatible

Release notes

Sourced from github.com/evanphx/json-patch's releases.

v5.9.0

What's Changed

Full Changelog: evanphx/json-patch@v5.8.1...v5.9.0

Fix API breakage

This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: evanphx/json-patch@v5.8.0...v5.8.1

Blargh Phixs and Empathyprovements

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: evanphx/json-patch@v5.7.0...v5.8.0

The 2023 Release

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.6.0...v5.7.0

Bug fixes

... (truncated)

Commits
  • b7a4e4a Merge pull request #202 from evanphx/f-html-escape
  • 7eef36c Guard using options to avoid a crash bug
  • 1bcbd0f Merge pull request #201 from evanphx/b-null
  • 9d7ba23 Add option to control if the output is HTMLEscaped
  • 009bc56 Validate that the partialDoc is decoded correctly
  • b82b685 Use a type alias for RawMessage to avoid breaking the public API of Operation
  • 05c9526 Merge pull request #197 from evanphx/f-perf
  • 7a438a6 Minor simplifications
  • 2a122d1 More optimizations
  • 174e1d7 Add MergePatch benchmark
  • Additional commits viewable in compare view

Updates github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0

Changelog

Sourced from github.com/mitchellh/mapstructure's changelog.

1.5.0

  • New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277
  • New option ErrorUnset which makes it an error if any fields in a target struct are not set by the decoding process. GH-225
  • New function OrComposeDecodeHookFunc to help compose decode hooks. GH-240
  • Decoding to slice from array no longer crashes GH-265
  • Decode nested struct pointers to map GH-271
  • Fix issue where ,squash was ignored if Squash option was set. GH-280
  • Fix issue where fields with ,omitempty would sometimes decode into a map with an empty string key GH-281

1.4.3

  • Fix cases where json.Number didn't decode properly GH-261

1.4.2

  • Custom name matchers to support any sort of casing, formatting, etc. for field names. GH-250
  • Fix possible panic in ComposeDecodeHookFunc GH-251
Commits
  • ab69d8d update CHANGELOG to 1.5.0
  • bd687ea update CHANGELOG
  • c9b585b update test to not rely on fmt
  • 5a2eb61 Merge pull request #281 from semrekkers/issue-238
  • 74e07d1 update CHANGELOG
  • 3a684c7 Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func
  • 0bb6a2e Merge branch 'master' into feature/add_or_compose_decode_hook_func
  • ac10e22 update CHANGELOG
  • 8385cfa Merge pull request #225 from SaschaRoland/unset-fields
  • 17e49ec update CHANGELOG
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.6.1 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.0.0-20210413134643-5e61552d6c78 to 0.20.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

Bumps the go group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/davecgh/go-spew](https://github.com/davecgh/go-spew) | `1.1.0` | `1.1.1` |
| [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `0.5.2` | `5.9.0+incompatible` |
| [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) | `1.4.1` | `1.5.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.6.1` | `1.9.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.0.0-20210413134643-5e61552d6c78` | `0.20.0` |



Updates `github.com/davecgh/go-spew` from 1.1.0 to 1.1.1
- [Commits](davecgh/go-spew@v1.1.0...v1.1.1)

Updates `github.com/evanphx/json-patch` from 0.5.2 to 5.9.0+incompatible
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v0.5.2...v5.9.0)

Updates `github.com/mitchellh/mapstructure` from 1.4.1 to 1.5.0
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.1...v1.5.0)

Updates `github.com/stretchr/testify` from 1.6.1 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.6.1...v1.9.0)

Updates `golang.org/x/oauth2` from 0.0.0-20210413134643-5e61552d6c78 to 0.20.0
- [Commits](https://github.com/golang/oauth2/commits/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/davecgh/go-spew
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/evanphx/json-patch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 10, 2024
Copy link

changeset-bot bot commented May 10, 2024

⚠️ No Changeset found

Latest commit: 7b3c42a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 10, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-51e03c5bfc branch May 10, 2024 12:54
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.

0 participants