Skip to content

Comments

chore(deps): bump the dependencies group with 3 updates#454

Merged
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-0e0f5f2755
Sep 15, 2025
Merged

chore(deps): bump the dependencies group with 3 updates#454
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-0e0f5f2755

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2025

Bumps the dependencies group with 3 updates: github.com/k1LoW/errors, golang.org/x/net and google.golang.org/api.

Updates github.com/k1LoW/errors from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/k1LoW/errors's releases.

v1.1.0

What's Changed

New Features 🎉

Other Changes

New Contributors

Full Changelog: k1LoW/errors@v1.0.0...v1.1.0

Changelog

Sourced from github.com/k1LoW/errors's changelog.

v1.1.0 - 2025-09-12

New Features 🎉

Other Changes

Commits
  • 1eb1eb9 Merge pull request #18 from k1LoW/tagpr-from-v1.0.0
  • 7424d5c [tagpr] update CHANGELOG.md
  • c6682f0 [tagpr] prepare for the next release
  • 313ab61 Merge pull request #22 from k1LoW/dependabot/github_actions/dependencies-b71b...
  • 100abef chore(deps): bump the dependencies group across 1 directory with 2 updates
  • 3889ed3 Merge pull request #21 from k1LoW/errors
  • 19cb593 fix: ci
  • f924db9 feat: add Errors for separating joined errors.
  • 6b1993b Update CREDITS
  • See full diff in compare view

Updates golang.org/x/net from 0.43.0 to 0.44.0

Commits
  • 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
  • 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
  • 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
  • 6dc6880 http2: simplify ClientConn Close and Shutdown tests
  • 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
  • 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
  • b9acd77 http2: speed up TestTransportFlowControl
  • 5153f4d go.mod: update golang.org/x dependencies
  • 9338bdd http2: speed up TestTransportHandlerBodyClose
  • 6b20036 http2: add synchronous handler support to serverTester
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.248.0 to 0.249.0

Release notes

Sourced from google.golang.org/api's releases.

v0.249.0

0.249.0 (2025-09-08)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.249.0 (2025-09-08)

Features

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 dependencies group with 3 updates: [github.com/k1LoW/errors](https://github.com/k1LoW/errors), [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/k1LoW/errors` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/k1LoW/errors/releases)
- [Changelog](https://github.com/k1LoW/errors/blob/main/CHANGELOG.md)
- [Commits](k1LoW/errors@v1.0.0...v1.1.0)

Updates `golang.org/x/net` from 0.43.0 to 0.44.0
- [Commits](golang/net@v0.43.0...v0.44.0)

Updates `google.golang.org/api` from 0.248.0 to 0.249.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.248.0...v0.249.0)

---
updated-dependencies:
- dependency-name: github.com/k1LoW/errors
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.249.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 minor labels Sep 14, 2025
@github-actions
Copy link
Contributor

Code Metrics Report

main (14a9200) #454 (8d430d0) +/-
Coverage 32.3% 32.3% 0.0%
Code to Test Ratio 1:0.8 1:0.8 0.0
Test Execution Time 9s 11s +2s
Details
  |                     | main (14a9200) | #454 (8d430d0) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          32.3% |          32.3% | 0.0% |
  |   Files             |             30 |             30 |    0 |
  |   Lines             |           3191 |           3191 |    0 |
  |   Covered           |           1032 |           1032 |    0 |
  | Code to Test Ratio  |          1:0.8 |          1:0.8 |  0.0 |
  |   Code              |           6552 |           6552 |    0 |
  |   Test              |           5796 |           5796 |    0 |
- | Test Execution Time |             9s |            11s |  +2s |

Reported by octocov

@k1LoW k1LoW removed the minor label Sep 15, 2025
@k1LoW k1LoW merged commit 44aa0f6 into main Sep 15, 2025
4 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-0e0f5f2755 branch September 15, 2025 02:34
@github-actions github-actions bot mentioned this pull request Sep 14, 2025
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