Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump the x group with 7 updates#13825

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
coadler merged 1 commit intomainfromdependabot/go_modules/x-bfcdbf4c49
Jul 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 8, 2024

Bumps the x group with 7 updates:

PackageFromTo
golang.org/x/crypto0.24.00.25.0
golang.org/x/mod0.18.00.19.0
golang.org/x/net0.26.00.27.0
golang.org/x/oauth20.20.00.21.0
golang.org/x/sys0.21.00.22.0
golang.org/x/term0.21.00.22.0
golang.org/x/tools0.22.00.23.0

Updatesgolang.org/x/crypto from 0.24.0 to 0.25.0

Commits
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • 1c74500 ssh/test: make struct comment match struct name
  • d4e7c9c ssh: fail client auth immediately on receiving disconnect message
  • See full diff incompare view

Updatesgolang.org/x/mod from 0.18.0 to 0.19.0

Commits
  • d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
  • 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
  • See full diff incompare view

Updatesgolang.org/x/net from 0.26.0 to 0.27.0

Commits
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • See full diff incompare view

Updatesgolang.org/x/oauth2 from 0.20.0 to 0.21.0

Commits

Updatesgolang.org/x/sys from 0.21.0 to 0.22.0

Commits
  • faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
  • c892bb7 unix: fix MmapPtr test failing on OpenBSD
  • a0ef40a unix: fix MremapPtr test failing on NetBSD
  • daa2394 unix: add unsafe mmap, munmap, mremap
  • 7670087 windows: add GetAce Windows API
  • 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
  • See full diff incompare view

Updatesgolang.org/x/term from 0.21.0 to 0.22.0

Commits

Updatesgolang.org/x/tools from 0.22.0 to 0.23.0

Commits
  • 33be3ef go.mod: update golang.org/x dependencies
  • 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc
  • fcf5463 gopls/internal/server: add counters to inform v0.17.0
  • 70a59b2 gopls/doc: respond to Hana's review of CL 583316
  • 799a471 gopls/doc: document all of gopls' features
  • 2e239ad gopls/internal/golang: provide version info for stdlib fields
  • bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI
  • 72edac2 internal/typeparams: fix crash in interface hover with empty type set
  • c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
  • 5cc2d0b gopls/internal/golang: splitlines: remove workaround forgolang/go#68202
  • Additional commits viewable incompare 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 x group with 7 updates:| Package | From | To || --- | --- | --- || [golang.org/x/crypto](https://github.com/golang/crypto) | `0.24.0` | `0.25.0` || [golang.org/x/mod](https://github.com/golang/mod) | `0.18.0` | `0.19.0` || [golang.org/x/net](https://github.com/golang/net) | `0.26.0` | `0.27.0` || [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.20.0` | `0.21.0` || [golang.org/x/sys](https://github.com/golang/sys) | `0.21.0` | `0.22.0` || [golang.org/x/term](https://github.com/golang/term) | `0.21.0` | `0.22.0` || [golang.org/x/tools](https://github.com/golang/tools) | `0.22.0` | `0.23.0` |Updates `golang.org/x/crypto` from 0.24.0 to 0.25.0- [Commits](golang/crypto@v0.24.0...v0.25.0)Updates `golang.org/x/mod` from 0.18.0 to 0.19.0- [Commits](golang/mod@v0.18.0...v0.19.0)Updates `golang.org/x/net` from 0.26.0 to 0.27.0- [Commits](golang/net@v0.26.0...v0.27.0)Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0- [Commits](golang/oauth2@v0.20.0...v0.21.0)Updates `golang.org/x/sys` from 0.21.0 to 0.22.0- [Commits](golang/sys@v0.21.0...v0.22.0)Updates `golang.org/x/term` from 0.21.0 to 0.22.0- [Commits](golang/term@v0.21.0...v0.22.0)Updates `golang.org/x/tools` from 0.22.0 to 0.23.0- [Release notes](https://github.com/golang/tools/releases)- [Commits](golang/tools@v0.22.0...v0.23.0)---updated-dependencies:- dependency-name: golang.org/x/crypto  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/mod  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/net  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/oauth2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/sys  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/term  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x- dependency-name: golang.org/x/tools  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: x...Signed-off-by: dependabot[bot] <support@github.com>
@matifalimatifali requested a review fromcoadlerJuly 8, 2024 20:16
@coadlercoadler merged commit9968639 intomainJul 9, 2024
28 of 29 checks passed
@coadlercoadler deleted the dependabot/go_modules/x-bfcdbf4c49 branchJuly 9, 2024 06:13
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 9, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@coadlercoadlerAwaiting requested review from coadler

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@coadler

[8]ページ先頭

©2009-2025 Movatter.jp