Skip to content

build(deps): bump the dependencies group with 5 updates#1639

Merged
charlieegan3 merged 1 commit intomainfrom
dependabot/go_modules/dependencies-1b42a4ff95
Aug 14, 2025
Merged

build(deps): bump the dependencies group with 5 updates#1639
charlieegan3 merged 1 commit intomainfrom
dependabot/go_modules/dependencies-1b42a4ff95

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Bumps the dependencies group with 5 updates:

Package From To
github.com/arl/statsviz 0.6.0 0.7.0
github.com/go-viper/mapstructure/v2 2.3.0 2.4.0
github.com/gorilla/websocket 1.5.0 1.5.3
github.com/open-policy-agent/opa 1.6.0 1.7.1
github.com/spf13/pflag 1.0.6 1.0.7

Updates github.com/arl/statsviz from 0.6.0 to 0.7.0

Changelog

Sourced from github.com/arl/statsviz's changelog.

v0.7.0 / 2025-07-26

  • New plots showing new go1.22 runtime/metrics:
    • GC Memory Summary
    • CPU (Garbage Collector)
  • Frontend redesign/refactor:
    • Maximize plot button
    • plot category selector
Commits

Updates github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0

Release notes

Sourced from github.com/go-viper/mapstructure/v2's releases.

v2.4.0

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.3.0...v2.4.0

Commits

Updates github.com/gorilla/websocket from 1.5.0 to 1.5.3

Release notes

Sourced from github.com/gorilla/websocket's releases.

v1.5.3

Important change

This reverts the websockets package back to gorilla/websocket@931041c

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

What's Changed

... (truncated)

Commits
  • ce903f6 Reverts to v1.5.0
  • 9ec25ca fixes broken random value generation
  • 1bddf2e bumps go version & removes deprecated module usage
  • 750bf92 adds GHA & Makefile configs
  • b2c246b Revert " Update go version & add verification/testing tools (#840)"
  • 09a6bab removing error handling while closing connections
  • 58af150 return errors instead of printing to logs
  • e5f1a0a excludes errchecks linter
  • b2a86a1 Do not timeout when WriteControl deadline is zero
  • 695e909 Remove hideTempErr to allow downstream users to check for errors like net.Err...
  • Additional commits viewable in compare view

Updates github.com/open-policy-agent/opa from 1.6.0 to 1.7.1

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.7.1

This is a bug fix release addressing two issues for users that include OPA's CLI in their own application's CLI:

  • A missing symbol in the cmd package (cmd.RootCommand)
  • A possible panic in the opa parse command

v1.7.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Improved OPA SDK/API for better extensibility

SDK Improvements

The OPA SDK/API has been improved to provide better extensibility an more points of integration for developers.

Runtime, Tooling

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.7.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Improved OPA SDK/API for better extensibility

SDK Improvements

The OPA SDK/API has been improved to provide better extensibility an more points of integration for developers.

Runtime, Tooling

... (truncated)

Commits
  • 1565779 Prepare v1.7.1 release (#7814)
  • 9874953 cmd/parse: Move accidental pkg var to local var. (#7813)
  • 21a527d bugfix: Add back default cmd.RootCommand definition. (#7811)
  • 45b6eb6 Prepare v1.7.0 release (#7809)
  • d0132ee store: Improve conflicting root error message (#7808)
  • 4647660 docs: Revise docs index page wording (#7805)
  • ef9b6c8 build: Show a warning when .manifest is ignored (#7807)
  • f5f00a9 build(deps): bump the dependencies group across 1 directory with 10 updates (...
  • 9a73de9 sdk: options store takes precedence over ext store
  • 4c13c6c perf: AST compiler optimizations (#7740)
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.6 to 1.0.7

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.7

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

Commits
  • f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support
  • e3be2eb Reduce duplication by forwarding to sibling functions
  • 7cc25e3 Don't export TimeValue (yet)
  • d15848d Remove unnecessary time test stderr dev null redirect
  • c5ce22e Use time.Time for expectations in time flag tests
  • 1992c5a Add support for time.Time flags
  • 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags
  • 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433
  • 4730aa0 fix help message for Func and BoolFunc flags #430
  • f4c97c2 minor: fix typos in comments
  • Additional commits viewable in compare view

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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 1, 2025
@dependabot dependabot Bot force-pushed the dependabot/go_modules/dependencies-1b42a4ff95 branch from 0e71451 to 456d9a9 Compare August 4, 2025 14:17
@anderseknert anderseknert force-pushed the dependabot/go_modules/dependencies-1b42a4ff95 branch 3 times, most recently from 61cac37 to 5bc7549 Compare August 5, 2025 16:39
@charlieegan3 charlieegan3 force-pushed the dependabot/go_modules/dependencies-1b42a4ff95 branch from 5bc7549 to 11b6c58 Compare August 14, 2025 10:04
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/arl/statsviz](https://github.com/arl/statsviz) | `0.6.0` | `0.7.0` |
| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | `2.3.0` | `2.4.0` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |
| [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `1.6.0` | `1.7.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |


Updates `github.com/arl/statsviz` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/arl/statsviz/blob/main/CHANGELOG.md)
- [Commits](arl/statsviz@v0.6.0...v0.7.0)

Updates `github.com/go-viper/mapstructure/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.3.0...v2.4.0)

Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.3
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.0...v1.5.3)

Updates `github.com/open-policy-agent/opa` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v1.6.0...v1.7.1)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: github.com/arl/statsviz
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/gorilla/websocket
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@charlieegan3 charlieegan3 force-pushed the dependabot/go_modules/dependencies-1b42a4ff95 branch from 11b6c58 to 4b4b84b Compare August 14, 2025 10:40
@charlieegan3 charlieegan3 enabled auto-merge (squash) August 14, 2025 10:43
@charlieegan3 charlieegan3 merged commit ca8f42b into main Aug 14, 2025
6 checks passed
@charlieegan3 charlieegan3 deleted the dependabot/go_modules/dependencies-1b42a4ff95 branch August 14, 2025 10:45
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