build(deps): Bump the go-minor-and-patch group across 1 directory with 8 updates#108
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…h 8 updates Bumps the go-minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.20` | `0.0.22` | | [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.11.6` | `0.11.7` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.1` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.4` | `2.3.1` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.42.0` | `0.44.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.35.0` | `0.36.0` | Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.22 - [Commits](mattn/go-isatty@v0.0.20...v0.0.22) Updates `github.com/charmbracelet/x/ansi` from 0.11.6 to 0.11.7 - [Commits](charmbracelet/x@ansi/v0.11.6...ansi/v0.11.7) Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1) Updates `github.com/lucasb-eyer/go-colorful` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/lucasb-eyer/go-colorful/releases) - [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md) - [Commits](lucasb-eyer/go-colorful@v1.3.0...v1.4.0) Updates `github.com/mattn/go-runewidth` from 0.0.21 to 0.0.23 - [Commits](mattn/go-runewidth@v0.0.21...v0.0.23) Updates `github.com/pelletier/go-toml/v2` from 2.2.4 to 2.3.1 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.2.4...v2.3.1) Updates `golang.org/x/sys` from 0.42.0 to 0.44.0 - [Commits](golang/sys@v0.42.0...v0.44.0) Updates `golang.org/x/text` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/charmbracelet/x/ansi dependency-version: 0.11.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/fsnotify/fsnotify dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/lucasb-eyer/go-colorful dependency-version: 1.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-minor-and-patch - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.3.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/sys dependency-version: 0.43.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch - dependency-name: golang.org/x/text dependency-version: 0.36.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9ef9be3 to
8f976b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-minor-and-patch group with 6 updates in the / directory:
0.0.200.0.220.11.60.11.71.9.01.10.12.2.42.3.10.42.00.44.00.35.00.36.0Updates
github.com/mattn/go-isattyfrom 0.0.20 to 0.0.22Commits
9a68506Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)4237fb1Update Go test matrix to current versions (1.24-1.26)433c12bUpdate GitHub Actions to latest versions1cf5589Add wasip1 and wasip2 to build constraints in isatty_others.go1237245Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0ac9c88dFix typo in comment: undocomented -> undocumented8b7124eAdd availability check for NtQueryObject in init08d0313Fix isCygwinPipeName to reject names with extra trailing tokensUpdates
github.com/charmbracelet/x/ansifrom 0.11.6 to 0.11.7Commits
6921c75fix(ansi): width: always use grapheme finder for width calculation266cf5achore(deps): bump the all group across 1 directory with 2 updates (#836)ad0b1aechore(scripts): update builds script to use codecov v6 and dependabot/fetch-m...b18aac2chore(deps): bump golang.org/x/image in /vttest in the all group (#840)ffd2a07chore(deps): bump golang.org/x/image in /mosaic in the all group (#839)7664402chore(deps): bump golang.org/x/sys in /input in the all group (#833)44f725fchore(deps): bump github.com/mattn/go-runewidth (#838)ac9fd4bchore(deps): bump github.com/mattn/go-runewidth (#837)e969fb5chore(deps): bump golang.org/x/sys in /termios in the all group (#828)acb1aa7chore(deps): bump golang.org/x/crypto in /sshkey in the all group (#835)Updates
github.com/fsnotify/fsnotifyfrom 1.9.0 to 1.10.1Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
76b01a6Release 1.10.1fec150bUpdate changelog162b421inotify, windows: don't rename sibling watches sharing a path prefix (#755)224257finotify: don't remove sibling watches sharing a path prefix (#754)e0c956cwindows: document directory Write events and stabilize tests (#745)8d01d7bRelease 1.10.0602284eUpdate changelog7f03e59kqueue: skip ENOENT entries in watchDirectoryFiles (#748)dab9ddewindows: lock watch field updates against concurrent WatchList (#709) (#749)eadf267kqueue: drop watches directly in Close() instead of going through remove() (#...Updates
github.com/lucasb-eyer/go-colorfulfrom 1.3.0 to 1.4.0Release notes
Sourced from github.com/lucasb-eyer/go-colorful's releases.
Changelog
Sourced from github.com/lucasb-eyer/go-colorful's changelog.
Commits
960803eready for v1.4.0e898165feat(HexColor): add fmt.Stringer interface supporte7e3399feat: add CSS Color Level 4 wide-gamut RGB color spaces and XYZ D505017032Clarify loss of alpha-parsing in Hex in changelog.f2a4dc6Update README.md to discuss Oklab and Oklch supportUpdates
github.com/mattn/go-runewidthfrom 0.0.21 to 0.0.23Commits
17a7a03Merge pull request #95 from mattn/optimize-runewidth-performance0a43bb8Optimize RuneWidth and StringWidth performance41dc6c5Merge pull request #92 from mattn/stringwidth-single-rune-fast-path254e529optimize single-rune StringWidthUpdates
github.com/pelletier/go-toml/v2from 2.2.4 to 2.3.1Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
... (truncated)
Commits
f85c4e8README.md: remove reference to old go versions and modules (#1048)45d4fb4fix: change DisallowUnknownFields error from "missing field" to "unknown fiel...c171216Fix incorrect error positions in unstable parser Range() (#1047) (#1056)f36a3ecReduce marshal and unmarshal overhead (#1044)77f3862Fix benchmark script replacing internal package imports (#1042)16b1ef5Fix parser error pointing to wrong line when last line has no trailing newlin...e14bde7build(deps): bump docker/login-action from 3 to 4 (#1039)4b1ff01build(deps): bump docker/setup-buildx-action from 3 to 4 (#1040)048a25fGo 1.26 (#1030)b357558build(deps): bump goreleaser/goreleaser-action from 6 to 7 (#1035)Updates
golang.org/x/sysfrom 0.42.0 to 0.44.0Commits
fb1facdwindows: avoid uint16 overflow in NewNTUnicodeString94ad893windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...54fe89fcpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsdf7d5d7unix: automatically remove container created by mkall.sh68a4a8eunix: avoid nil pointer dereference in Utime690c91funix: add CPUSetDynamic for systems with more than 1024 CPUsf33a730windows: support nil security descriptor on GetNamedSecurityInfo493d172cpu: add runtime import in cpu_darwin_arm64_other.go2c2be75windows: use syscall.SyscallN in Proc.Calla76ec62cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"Updates
golang.org/x/textfrom 0.35.0 to 0.36.0Commits
8577a70go.mod: update golang.org/x dependencies