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 github.com/ggicci/owl from 0.1.7 to 0.4.0 #74

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps github.com/ggicci/owl from 0.1.7 to 0.4.0.

Release notes

Sourced from github.com/ggicci/owl's releases.

v0.4.0

Remove type ScanErrors, the returned error now is an error that joined by errors.Join API.

Use the following code to expand it:

err.(interface{ Unwrap() []error }).Unwrap()

v0.3.0

No release notes provided.

v0.2.0

Added a new API Resolver.Scan:

Scan scans the struct value by traversing the fields in depth-first order. The value is required to have the same type as the resolver holds. While scanning, it will run the directives on each field. The DirectiveRuntime that can be accessed during the directive exeuction will have its Value property populated with reflect.Value of the field. Typically, Scan is used to do some readonly operations against the struct value, e.g. validate the struct value, build something based on the struct value, etc.

Commits
  • 0c508e7 chore: fix GitHub action, upgrade Go 1.19 -> 1.20
  • 365fd21 Merge pull request #6 from ggicci/feat/remove-scanerrors
  • c3b0fdb feat: remove ScanErrors, use errors.Join in Go1.20
  • 1635467 Merge pull request #5 from ggicci/feat/override-namespace
  • f6b3757 feat: allow overriding namespace when calling Scan and Resolve
  • ff1212b Merge pull request #4 from ggicci/feat/scan
  • 1879737 feat: add api Scan
  • b53858f Merge pull request #3 from ggicci/revert-2-dependabot/github_actions/codecov/...
  • e0e4ee8 Revert "chore(deps): bump codecov/codecov-action from 3 to 4"
  • de66cd6 Merge pull request #2 from ggicci/dependabot/github_actions/codecov/codecov-a...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ggicci/owl](https://github.com/ggicci/owl) from 0.1.7 to 0.4.0.
- [Release notes](https://github.com/ggicci/owl/releases)
- [Commits](ggicci/owl@v0.1.7...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/ggicci/owl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2023

Looks like github.com/ggicci/owl is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 8, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ggicci/owl-0.4.0 branch October 8, 2023 19:26
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