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 6 updates#15001

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
matifali merged 1 commit intomainfromdependabot/go_modules/x-5fce64d3a4
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 7, 2024
edited
Loading

Bumps the x group with 6 updates:

PackageFromTo
golang.org/x/crypto0.27.00.28.0
golang.org/x/net0.29.00.30.0
golang.org/x/sys0.25.00.26.0
golang.org/x/term0.24.00.25.0
golang.org/x/text0.18.00.19.0
golang.org/x/tools0.25.00.26.0

Updatesgolang.org/x/crypto from 0.27.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • See full diff incompare view

Updatesgolang.org/x/net from 0.29.0 to 0.30.0

Commits
  • 6cc5ac4 go.mod: update golang.org/x dependencies
  • f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
  • 7191757 http2: add support for net/http HTTP2 config field
  • 4790dc7 http2: add support for server-originated pings
  • 541dbe5 http2: add Server.WriteByteTimeout
  • 3c333c0 route: fix address parsing of messages on Darwin
  • See full diff incompare view

Updatesgolang.org/x/sys from 0.25.0 to 0.26.0

Commits
  • 23b0dab unix: mark vgetrandom as non-escaping
  • cbf0eb6 unix: fix grep syntax to work on non-GNU greps
  • e7397b9 unix: update to Linux 6.11
  • 981de40 unix: use vDSO for getrandom() on linux
  • 48aad76 linux: add tcp_cc_info and its related types
  • d58f986 all: fix some typos in comment
  • 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD
  • 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker
  • c08bc6e unix: update Go to 1.23.0
  • See full diff incompare view

Updatesgolang.org/x/term from 0.24.0 to 0.25.0

Commits

Updatesgolang.org/x/text from 0.18.0 to 0.19.0

Commits
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • See full diff incompare view

Updatesgolang.org/x/tools from 0.25.0 to 0.26.0

Commits
  • 2ab3b51 go.mod: update golang.org/x dependencies
  • 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
  • efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
  • d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
  • a19eef6 gopls/internal/cache: express packageHandle as a state machine
  • dd745ec gopls/internal/test/marker: update regression test issue68918.txt
  • a02ee35 go/analysis/passes/stdversion: reenable tests
  • a24facf all: set gotypesalias=0 explicitly
  • ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
  • a2ff832 go/ssa: remove references to GOEXPERIMENT range
  • 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

@matifali
Copy link
Member

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

Bumps the x group with 6 updates:| Package | From | To || --- | --- | --- || [golang.org/x/crypto](https://github.com/golang/crypto) | `0.27.0` | `0.28.0` || [golang.org/x/net](https://github.com/golang/net) | `0.29.0` | `0.30.0` || [golang.org/x/sys](https://github.com/golang/sys) | `0.25.0` | `0.26.0` || [golang.org/x/term](https://github.com/golang/term) | `0.24.0` | `0.25.0` || [golang.org/x/text](https://github.com/golang/text) | `0.18.0` | `0.19.0` || [golang.org/x/tools](https://github.com/golang/tools) | `0.25.0` | `0.26.0` |Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0- [Commits](golang/crypto@v0.27.0...v0.28.0)Updates `golang.org/x/net` from 0.29.0 to 0.30.0- [Commits](golang/net@v0.29.0...v0.30.0)Updates `golang.org/x/sys` from 0.25.0 to 0.26.0- [Commits](golang/sys@v0.25.0...v0.26.0)Updates `golang.org/x/term` from 0.24.0 to 0.25.0- [Commits](golang/term@v0.24.0...v0.25.0)Updates `golang.org/x/text` from 0.18.0 to 0.19.0- [Release notes](https://github.com/golang/text/releases)- [Commits](golang/text@v0.18.0...v0.19.0)Updates `golang.org/x/tools` from 0.25.0 to 0.26.0- [Release notes](https://github.com/golang/tools/releases)- [Commits](golang/tools@v0.25.0...v0.26.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/net  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/text  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>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/x-5fce64d3a4 branch from09fbbc0 to29f1341CompareOctober 8, 2024 03:13
@matifalimatifali merged commita33c38d intomainOct 8, 2024
26 checks passed
@matifalimatifali deleted the dependabot/go_modules/x-5fce64d3a4 branchOctober 8, 2024 03:33
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 8, 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

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
@matifali

[8]ページ先頭

©2009-2025 Movatter.jp