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/daveshanley/vacuum from 0.9.15 to 0.16.3 #1528

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps github.com/daveshanley/vacuum from 0.9.15 to 0.16.3.

Release notes

Sourced from github.com/daveshanley/vacuum's releases.

v0.16.3

Changelog

  • 63db0e9 Addressed issue #615
  • f9d0f16 fix: do not override node lookup timeout concurrently

v0.16.2

Changelog

  • 98ca707 Added ext-refs flag to bundle command.
  • 96bf024 Added support for extension reference lookup control
  • 9c91ec6 Addressed #613
  • 49d1d7c Addressed issue #606
  • a690d98 Converts timestamp nodes to strings
  • a4e789c added apideck as a sponsor
  • 1ef2133 added support for new ext-refs flag to execution.
  • 0be3420 bumped deps
  • a97560b cleanup
  • 218c30f small cleanup.
  • 6c107fa tuned examples missing function.

v0.16.1

Changelog

  • 6c0d077 bump jsonpath

v0.15.3

Changelog

  • 041c2f0 truthy and defined functions were not returning the located object path for the infraction because it was looking for a node that did not exist.

v0.15.2

Changelog

  • 80e7cc6 added file attribute to JUnit report
  • 10bbe26 fixed unit test

v0.15.1

Changelog

  • f2331c6 updated JUnit rendering

v0.15.0

Changelog

  • 74c4ba3 Added NoRequestBody to recommended ruleset
  • 9e67e6c Added generate-ignorefile command to generate an ignorefile.yaml from a lint report.json file
  • f3e09d2 Added multi location lookup support
  • bc1858c Added new BuildDeepGraph property
  • e6619af Added new Paths property
  • 2131152 Added new rule path-item-refs and a new function
  • b90f0cf Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a request body
  • 398fb1f Added oas function to check that HTTP GET and DELETE methods do not have a requestBody
  • adb9a26 All core functions have been updated to use new lookup code.
  • 948e95c Bumped deps
  • 5dda749 Downgraded rule.
  • f97b20e Fixed borked tests

... (truncated)

Commits
  • 63db0e9 Addressed issue #615
  • f9d0f16 fix: do not override node lookup timeout concurrently
  • a4e789c added apideck as a sponsor
  • 98ca707 Added ext-refs flag to bundle command.
  • 0be3420 bumped deps
  • 1ef2133 added support for new ext-refs flag to execution.
  • a690d98 Converts timestamp nodes to strings
  • 96bf024 Added support for extension reference lookup control
  • a97560b cleanup
  • 218c30f small cleanup.
  • 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/daveshanley/vacuum](https://github.com/daveshanley/vacuum) from 0.9.15 to 0.16.3.
- [Release notes](https://github.com/daveshanley/vacuum/releases)
- [Changelog](https://github.com/daveshanley/vacuum/blob/main/.goreleaser.yaml)
- [Commits](daveshanley/vacuum@v0.9.15...v0.16.3)

---
updated-dependencies:
- dependency-name: github.com/daveshanley/vacuum
  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 Feb 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.15%. Comparing base (2c33bcb) to head (4524915).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1528      +/-   ##
==========================================
+ Coverage   29.09%   29.15%   +0.05%     
==========================================
  Files          62       62              
  Lines        6682     6682              
==========================================
+ Hits         1944     1948       +4     
+ Misses       4599     4596       -3     
+ Partials      139      138       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@czeslavo czeslavo self-assigned this Feb 13, 2025
@czeslavo czeslavo force-pushed the dependabot/go_modules/github.com/daveshanley/vacuum-0.16.3 branch from 744db8d to bf36616 Compare February 13, 2025 11:32
@czeslavo czeslavo force-pushed the dependabot/go_modules/github.com/daveshanley/vacuum-0.16.3 branch from bf36616 to 4524915 Compare February 13, 2025 12:19
@czeslavo czeslavo enabled auto-merge (squash) February 13, 2025 14:52
@czeslavo czeslavo merged commit ab748dc into main Feb 13, 2025
23 checks passed
@czeslavo czeslavo deleted the dependabot/go_modules/github.com/daveshanley/vacuum-0.16.3 branch February 13, 2025 14:52
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.

2 participants