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

chore(deps): bump the gomod-update group across 1 directory with 3 updates #75

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2024

Bumps the gomod-update group with 3 updates in the / directory: github.com/charlievieth/fastwalk, github.com/gofrs/flock and github.com/samber/lo.

Updates github.com/charlievieth/fastwalk from 1.0.6 to 1.0.8

Release notes

Sourced from github.com/charlievieth/fastwalk's releases.

v1.0.7 Add optional sorting and automatically detect if forward slashes should be used

v1.0.7

This release changes the detection for ToSlash on Windows to only check is the "MSYSTEM" environment variable is set and removes the detection for Windows Subsystem on Linux (WSL) since it was unreliable (additionally tools like fd do not attempt to detect if running under WSL).

It also adds a new feature: the ability to sort directory entries before being processed. This does not make the order that directories and files are visited globally deterministic, but it does significantly improve the output Walk and is useful for tools that print said output.

commit 861d71210c7ddf5ed40eb2909bac7c04da3b3b89 Author: Charlie Vieth charlie.vieth@gmail.com Date: Thu Jul 11 00:39:35 2024 -0400

fastwalk: add optional sorting and improve documentation

This commit adds the new SortMode and Config.Sort setting to sort
a directory's entries before they are processed. This does not make
the global order that directories and entries are visited
non-deterministic but it does help make the output a bit saner compared
to the default directory order. This was added to make the output of FZF
a bit nicer.

This commit also improves documentation and comments of exported
functions.

commit 875daa3ca5edf1c2f7e096781c77f828f7ae8899 Author: Charlie Vieth charlie.vieth@gmail.com Date: Tue Jul 16 12:50:55 2024 -0400

fastwalk: only check if MSYSTEM is set during MSYS/MSYS2

This changes the MSYS/MSYS2 detection to only check if the MSYSTEM
environment variable is set instead of asserting on its value. This
is to support other MSYS environments like UCRT64.

It also removes the check for Windows Subsystem for Linux (WSL) since
it was unreliable and required us to stat and potentially read a file
on initialization (which is bad).

See:

commit 87029d9318159fb714bd064bbda22d69a11fa9f2 Author: Charlie Vieth charlie.vieth@gmail.com Date: Wed Jul 3 14:59:17 2024 -0400

fastwalk: add MSYS/MSYS2 detection to DefaultToSlash

This change updates DefaultToSlash to also check if we're running in a
MSYS/MSYS2 enviroment since they also use forward slashes.

Commits
  • d6ebdd1 fix go 1.20 build and retract v1.0.7
  • 861d712 fastwalk: add optional sorting and improve documentation
  • 875daa3 fastwalk: only check if MSYSTEM is set during MSYS/MSYS2
  • 87029d9 fastwalk: add MSYS/MSYS2 detection to DefaultToSlash
  • See full diff in compare view

Updates github.com/gofrs/flock from 0.12.0 to 0.12.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

Commits
  • 9de625d fix: missing read-write flag in reopenFDOnError (#95)
  • ffdd9d4 chore: update github-action monthly
  • 384c6ff chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...
  • f691d55 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...
  • 2962fb7 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...
  • 7ff173f chore: factorize (#91)
  • 688d3b5 chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)
  • b26fb4d chore: change default branch
  • c08bb66 tests: add tests about directory support (#89)
  • 5169644 chore: use global issue templates
  • See full diff in compare view

Updates github.com/samber/lo from 1.44.0 to 1.46.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.46.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.45.0...v1.46.0

v1.45.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.44.0...v1.45.0

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

…dates

Bumps the gomod-update group with 3 updates in the / directory: [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk), [github.com/gofrs/flock](https://github.com/gofrs/flock) and [github.com/samber/lo](https://github.com/samber/lo).


Updates `github.com/charlievieth/fastwalk` from 1.0.6 to 1.0.8
- [Release notes](https://github.com/charlievieth/fastwalk/releases)
- [Commits](charlievieth/fastwalk@v1.0.6...v1.0.8)

Updates `github.com/gofrs/flock` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.12.0...v0.12.1)

Updates `github.com/samber/lo` from 1.44.0 to 1.46.0
- [Release notes](https://github.com/samber/lo/releases)
- [Changelog](https://github.com/samber/lo/blob/master/CHANGELOG.md)
- [Commits](samber/lo@v1.44.0...v1.46.0)

---
updated-dependencies:
- dependency-name: github.com/charlievieth/fastwalk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/gofrs/flock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2024
@franklinkim franklinkim merged commit 3d4b477 into main Jul 30, 2024
3 checks passed
@franklinkim franklinkim deleted the dependabot/go_modules/gomod-update-c0acbd116d branch July 30, 2024 13:36
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