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

build(deps): bump the gomod-normal-deps group with 3 updates #289

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the gomod-normal-deps group with 3 updates: github.com/blacktop/go-macho, github.com/go-delve/delve and golang.org/x/net.

Updates github.com/blacktop/go-macho from 1.1.233 to 1.1.234

Release notes

Sourced from github.com/blacktop/go-macho's releases.

v1.1.234

Changelog

daaf9878 fix: ReadSleb128 (#69) 688e64e8 Update types.go

Commits

Updates github.com/go-delve/delve from 1.23.1 to 1.24.0

Release notes

Sourced from github.com/go-delve/delve's releases.

v1.24.0

Curated CHANGELOG: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1240-2024-12-18

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from github.com/go-delve/delve's changelog.

[1.24.0] 2024-12-18

Added

Fixed

Changed

  • Update 'client-addr' to support Unix domain sockets (#3819, @​n1lesh)
  • Adds pointer pinning to call injection, improving function calls during debug session (#3787, @​aarzilli)
  • Allow modification of starlark structs returned by API (#3872, @​aarzilli)
  • API V1 has been removed following the deprecation from last version (#3881, @​aarzilli)
Commits
  • 0b7bffc *: v1.24.0 (#3883)
  • 59aece9 goversion,proc_test: add go1.24 compatiblity, disable broken test (#3882)
  • 530afae proc: fix loading goroutine labels on Go 1.24 (#3879)
  • 1c434de service/rpc1: delete APIv1 (#3881)
  • 84c99e5 tests: removing of dlvbin is not needed (#3875)
  • 477e46e pkg/proc: support swiss table map implementation (#3838)
  • 698f838 terminal/starbind: allow modification of structs returned by API (#3872)
  • d97b471 pkg/proc,service/debugger: do not disable unsatisfiable breakpoints (#3868)
  • 7b9a379 proc: allow accessing captured variable as if they were struct fields (#3866)
  • 9af0968 feat: print a message when the debuggee process exits (#3870)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.32.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • See full diff 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

Bumps the gomod-normal-deps group with 3 updates: [github.com/blacktop/go-macho](https://github.com/blacktop/go-macho), [github.com/go-delve/delve](https://github.com/go-delve/delve) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/blacktop/go-macho` from 1.1.233 to 1.1.234
- [Release notes](https://github.com/blacktop/go-macho/releases)
- [Commits](blacktop/go-macho@v1.1.233...v1.1.234)

Updates `github.com/go-delve/delve` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/go-delve/delve/releases)
- [Changelog](https://github.com/go-delve/delve/blob/master/CHANGELOG.md)
- [Commits](go-delve/delve@v1.23.1...v1.24.0)

Updates `golang.org/x/net` from 0.32.0 to 0.33.0
- [Commits](golang/net@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/blacktop/go-macho
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
- dependency-name: github.com/go-delve/delve
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-normal-deps
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-normal-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Zxilly as a code owner December 23, 2024 00:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Bundle Report

Changes will increase total bundle size by 1 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gsa-explorer-esm 8.43MB 1 bytes (0.0%) ⬆️

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   91.38%   91.47%   +0.09%     
==========================================
  Files          85       85              
  Lines        4270     4270              
  Branches      100      100              
==========================================
+ Hits         3902     3906       +4     
+ Misses        285      282       -3     
+ Partials       83       82       -1     
Flag Coverage Δ
integration 66.05% <ø> (+0.11%) ⬆️
ui 87.66% <ø> (ø)
unit 40.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📢 Thoughts on this report? Let us know!

@Zxilly Zxilly merged commit e13e048 into master Dec 23, 2024
38 checks passed
@Zxilly Zxilly deleted the dependabot/go_modules/gomod-normal-deps-8bf7861a07 branch December 23, 2024 10:55
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