Skip to content

chore(deps): update globwalk requirement from 0.6 to 0.7#45

Merged
epage merged 1 commit intomasterfrom
dependabot/cargo/globwalk-0.7
Mar 1, 2019
Merged

chore(deps): update globwalk requirement from 0.6 to 0.7#45
epage merged 1 commit intomasterfrom
dependabot/cargo/globwalk-0.7

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Updates the requirements on globwalk to permit the latest version.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [globwalk](https://github.com/gilnaa/globwalk) to permit the latest version.
- [Release notes](https://github.com/gilnaa/globwalk/releases)
- [Commits](Gilnaa/globwalk@v0.6.0...v0.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@epage epage merged commit 3e27d54 into master Mar 1, 2019
@epage epage deleted the dependabot/cargo/globwalk-0.7 branch March 1, 2019 10:53
takumi-earth pushed a commit to earthlings-dev/assert_fs that referenced this pull request Jan 27, 2026
…alk-0.7

chore(deps): update globwalk requirement from 0.6 to 0.7
epage pushed a commit that referenced this pull request May 2, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | minor | `0.2.27` →
`0.3.3` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.3.3`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#033)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.3.2...v0.3.3)

Released on 2026-02-15.

##### Enhancements

- Read Python version specifier from hook repo `pyproject.toml`
([#&#8203;1596](https://redirect.github.com/j178/prek/pull/1596))
- Add `#:schema` directives to generated prek.toml
([#&#8203;1597](https://redirect.github.com/j178/prek/pull/1597))
- Add `prek util list-builtins` command
([#&#8203;1600](https://redirect.github.com/j178/prek/pull/1600))
- Expand install source detection to `mise`, `uv tool`, `pipx`, and
`asdf` ([#&#8203;1605](https://redirect.github.com/j178/prek/pull/1605),
[#&#8203;1607](https://redirect.github.com/j178/prek/pull/1607))
- Add progress bar to `cache clean` and show removal summary
([#&#8203;1616](https://redirect.github.com/j178/prek/pull/1616))
- Make `yaml-to-toml` CONFIG argument optional
([#&#8203;1593](https://redirect.github.com/j178/prek/pull/1593))
- `prek uninstall` removes legacy scripts too
([#&#8203;1622](https://redirect.github.com/j178/prek/pull/1622))

##### Bug fixes

- Fix underflow when formatting summary output
([#&#8203;1626](https://redirect.github.com/j178/prek/pull/1626))
- Match `files/exclude` filter against relative path of nested project
([#&#8203;1624](https://redirect.github.com/j178/prek/pull/1624))
- Select `musllinux` wheel tag for uv on musl-based distros
([#&#8203;1628](https://redirect.github.com/j178/prek/pull/1628))

##### Documentation

- Clarify `prek list` description
([#&#8203;1604](https://redirect.github.com/j178/prek/pull/1604))

##### Contributors

- [@&#8203;ichoosetoaccept](https://redirect.github.com/ichoosetoaccept)
- [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid)
- [@&#8203;soraxas](https://redirect.github.com/soraxas)
- [@&#8203;9999years](https://redirect.github.com/9999years)
- [@&#8203;j178](https://redirect.github.com/j178)

###
[`v0.3.2`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#032)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.3.1...v0.3.2)

Released on 2026-02-06.

##### Highlights

- **`prek.toml` is here!**

You can now use `prek.toml` as an alternative to
`.pre-commit-config.yaml` for configuring prek. `prek.toml` mirrors the
structure of `.pre-commit-config.yaml`, but TOML is less error-prone.
Your existing `.pre-commit-config.yaml` will continue to work, but for
new users and new projects, `prek.toml` may make more sense. If you want
to switch, run `prek util yaml-to-toml` to convert YAML configs to
`prek.toml`. See [configuration docs](configuration.md) for details.

  For example, this config:

  ```yaml
  repos:
    - repo: https://github.com/pre-commit/pre-commit-hooks
      rev: v6.0.0
      hooks:
        - id: check-yaml
  ```

  Can be written as `prek.toml` like this:

  ```toml
  [[repos]]
  repo = "https://github.com/pre-commit/pre-commit-hooks"
  rev = "v6.0.0"
  hooks = [ { id = "check-yaml" } ]
  ```

- **`serde-yaml` has been replaced with `serde-saphyr`**

We replaced the long-deprecated `serde-yaml` crate with
[`serde-saphyr`](https://crates.io/crates/serde-saphyr) for YAML
parsing. It is written in safe Rust and has better error messages,
performance, and security. This lets us provide precise location
information for configuration parsing errors, which should make it
easier to fix config issues.

  For example, this invalid config:

  ```yaml
  repos:
    - repo: https://github.com/crate-ci/typos
      hooks:
        - id: typos
  ```

  Before:

  ```console
  $ prek run
  error: Failed to parse `.pre-commit-config.yaml`
    caused by: Invalid remote repo: missing field `rev`
  ```

  Now:

  ```console
  $ prek run
  error: Failed to parse `.pre-commit-config.yaml`
caused by: error: line 2 column 5: missing field `rev` at line 2, column
5
  --> <input>:2:5
    |
  1 | repos:
  2 |   - repo: https://github.com/crate-ci/typos
    |     ^ missing field `rev` at line 2, column 5
  3 |     hooks:
  4 |       - id: typos
    |
  ```

- **`prek util` subcommands**

We added a new `prek util` top-level command for miscellaneous utilities
that don't fit into other categories. The first two utilities are:

- `prek util identify`: shows the identification tags of files that prek
uses for file filtering, which can be useful for debugging and writing
`types/types_or/exclude_types` filters.
- `prek util yaml-to-toml`: converts `.pre-commit-config.yaml` to
`prek.toml`.

We also moved `prek init-template-dir` under `prek util` for better
organization. The old `prek init-template-dir` command is still
available (hidden) as an alias for backward compatibility.

##### Enhancements

- Add `prek util identify` subcommand
([#&#8203;1554](https://redirect.github.com/j178/prek/pull/1554))
- Add `prek util yaml-to-toml` to convert `.pre-commit-config.yaml` to
`prek.toml`
([#&#8203;1584](https://redirect.github.com/j178/prek/pull/1584))
- Detect install source for actionable upgrade hints
([#&#8203;1540](https://redirect.github.com/j178/prek/pull/1540))
- Detect prek installed by the standalone installer
([#&#8203;1545](https://redirect.github.com/j178/prek/pull/1545))
- Implement `serialize_yaml_scalar` using `serde-saphyr`
([#&#8203;1534](https://redirect.github.com/j178/prek/pull/1534))
- Improve max cli arguments length calculation
([#&#8203;1518](https://redirect.github.com/j178/prek/pull/1518))
- Move `identify` and `init-template-dir` under the `prek util`
top-level command
([#&#8203;1574](https://redirect.github.com/j178/prek/pull/1574))
- Replace serde-yaml with serde-saphyr (again)
([#&#8203;1520](https://redirect.github.com/j178/prek/pull/1520))
- Show precise location for config parsing error
([#&#8203;1530](https://redirect.github.com/j178/prek/pull/1530))
- Support `Julia` language
([#&#8203;1519](https://redirect.github.com/j178/prek/pull/1519))
- Support `prek.toml`
([#&#8203;1271](https://redirect.github.com/j178/prek/pull/1271))
- Added `PREK_QUIET` environment variable support
([#&#8203;1513](https://redirect.github.com/j178/prek/pull/1513))
- Remove upper bound constraint of uv version
([#&#8203;1588](https://redirect.github.com/j178/prek/pull/1588))

##### Bug fixes

- Do not make the child a session leader
([#&#8203;1586](https://redirect.github.com/j178/prek/pull/1586))
- Fix FilePattern schema to accept plain strings
([#&#8203;1564](https://redirect.github.com/j178/prek/pull/1564))
- Use semver fallback sort when tag timestamps are equal
([#&#8203;1579](https://redirect.github.com/j178/prek/pull/1579))

##### Documentation

- Add `OpenClaw` to the list of users
([#&#8203;1517](https://redirect.github.com/j178/prek/pull/1517))
- Add `cachix/devenv`, `apache/lucene`, `copper-project/copper-rs` as
projects using prek
([#&#8203;1531](https://redirect.github.com/j178/prek/pull/1531),
[#&#8203;1514](https://redirect.github.com/j178/prek/pull/1514),
[#&#8203;1569](https://redirect.github.com/j178/prek/pull/1569))
- Add document about authoring remote hooks
([#&#8203;1571](https://redirect.github.com/j178/prek/pull/1571))
- Add `llms.txt` generation for LLM-friendly documentation
([#&#8203;1553](https://redirect.github.com/j178/prek/pull/1553))
- Document using `--refresh` to pick up `.prekignore` changes
([#&#8203;1575](https://redirect.github.com/j178/prek/pull/1575))
- Fix PowerShell completion instruction syntax
([#&#8203;1568](https://redirect.github.com/j178/prek/pull/1568))
- Update quick start to use `prek.toml`
([#&#8203;1576](https://redirect.github.com/j178/prek/pull/1576))

##### Other changes

- Include `prek.toml` in run hint for config filename
([#&#8203;1578](https://redirect.github.com/j178/prek/pull/1578))

##### Contributors

- [@&#8203;fatelei](https://redirect.github.com/fatelei)
- [@&#8203;domenkozar](https://redirect.github.com/domenkozar)
- [@&#8203;makeecat](https://redirect.github.com/makeecat)
- [@&#8203;fllesser](https://redirect.github.com/fllesser)
- [@&#8203;j178](https://redirect.github.com/j178)
-
[@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)
- [@&#8203;oopscompiled](https://redirect.github.com/oopscompiled)
- [@&#8203;rmuir](https://redirect.github.com/rmuir)
- [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid)

###
[`v0.3.1`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#031)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.3.0...v0.3.1)

Released on 2026-01-31.

##### Enhancements

- Add `language: swift` support
([#&#8203;1463](https://redirect.github.com/j178/prek/pull/1463))
- Add `language: haskell` support
([#&#8203;1484](https://redirect.github.com/j178/prek/pull/1484))
- Extract go version constraint from `go.mod`
([#&#8203;1457](https://redirect.github.com/j178/prek/pull/1457))
- Warn when config file exists but fails to parse
([#&#8203;1487](https://redirect.github.com/j178/prek/pull/1487))
- Add GitHub artifact attestations to release and build-docker workflow
([#&#8203;1494](https://redirect.github.com/j178/prek/pull/1494),
[#&#8203;1497](https://redirect.github.com/j178/prek/pull/1497))
- Allow `GIT_CONFIG_PARAMETERS` for private repository authentication
([#&#8203;1472](https://redirect.github.com/j178/prek/pull/1472))
- Show progress bar when running builtin hooks
([#&#8203;1504](https://redirect.github.com/j178/prek/pull/1504))

##### Bug fixes

- Cap ARG\_MAX at `1<<19` for safety
([#&#8203;1506](https://redirect.github.com/j178/prek/pull/1506))
- Don't check Python executable path in health check
([#&#8203;1496](https://redirect.github.com/j178/prek/pull/1496))

##### Documentation

- Include `CocoIndex` as a project using prek
([#&#8203;1477](https://redirect.github.com/j178/prek/pull/1477))
- Add commands for artifact verification using GitHub Attestations
([#&#8203;1500](https://redirect.github.com/j178/prek/pull/1500))

##### Contributors

- [@&#8203;halms](https://redirect.github.com/halms)
- [@&#8203;Haleshot](https://redirect.github.com/Haleshot)
- [@&#8203;simono](https://redirect.github.com/simono)
- [@&#8203;tisonkun](https://redirect.github.com/tisonkun)
- [@&#8203;fllesser](https://redirect.github.com/fllesser)
- [@&#8203;j178](https://redirect.github.com/j178)
- [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid)

###
[`v0.3.0`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#030)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.2.30...v0.3.0)

Released on 2026-01-22.

##### Highlights

- `prek cache gc` (also available via `prek gc` for pre-commit
compatibility) is finally here! You can now run `prek cache gc` to clean
up unused repos, hook envs and tool versions from prek cache.
- `language: bun` is now supported, making it possible to write and run
hooks with [Bun](https://bun.sh/).

##### Enhancements

- Implement `prek cache gc`
([#&#8203;1410](https://redirect.github.com/j178/prek/pull/1410))

- Bootstrap tracking configs from workspace cache
([#&#8203;1417](https://redirect.github.com/j178/prek/pull/1417))
- Show total size `prek cache gc` removed
([#&#8203;1418](https://redirect.github.com/j178/prek/pull/1418))
- Show accurate repo and hook details in `prek cache gc -v`
([#&#8203;1420](https://redirect.github.com/j178/prek/pull/1420))
- `prek cache gc` remove specific unused tool versions
([#&#8203;1422](https://redirect.github.com/j178/prek/pull/1422))
- Fix unused tool versions not removed in `prek cache gc`
([#&#8203;1436](https://redirect.github.com/j178/prek/pull/1436))

- Add `language: bun` support
([#&#8203;1411](https://redirect.github.com/j178/prek/pull/1411))

- Use `git ls-remote --tags` to list bun versions
([#&#8203;1439](https://redirect.github.com/j178/prek/pull/1439))

- Accept `--stage` as an alias for `--hook-stage` in `prek run`
([#&#8203;1398](https://redirect.github.com/j178/prek/pull/1398))

- Expand `~` tilde in `PREK_HOME`
([#&#8203;1431](https://redirect.github.com/j178/prek/pull/1431))

- Support refs to trees
([#&#8203;1449](https://redirect.github.com/j178/prek/pull/1449))

##### Bug fixes

- Avoid file lock warning for in-process contention
([#&#8203;1406](https://redirect.github.com/j178/prek/pull/1406))
- Resolve relative repo paths from config file directory
([#&#8203;1443](https://redirect.github.com/j178/prek/pull/1443))
- fix: use `split()` instead of `resolve(None)` for builtin hook
argument parsing
([#&#8203;1415](https://redirect.github.com/j178/prek/pull/1415))

##### Documentation

- Add `simple-icons` and `ast-grep` to the users of prek
([#&#8203;1403](https://redirect.github.com/j178/prek/pull/1403))
- Improve JSON schema for `repo` field
([#&#8203;1432](https://redirect.github.com/j178/prek/pull/1432))
- Improve JSON schema for builtin and meta hooks
([#&#8203;1427](https://redirect.github.com/j178/prek/pull/1427))
- Add pronunciation entry to FAQ
([#&#8203;1442](https://redirect.github.com/j178/prek/pull/1442))
- Add commitizen to the list of projects using prek
([#&#8203;1413](https://redirect.github.com/j178/prek/pull/1413))
- Move docs to zensical
([#&#8203;1421](https://redirect.github.com/j178/prek/pull/1421))

##### Other Changes

- Refactor config layout
([#&#8203;1407](https://redirect.github.com/j178/prek/pull/1407))

##### Contributors

- [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid)
- [@&#8203;KevinGimbel](https://redirect.github.com/KevinGimbel)
- [@&#8203;jtamagnan](https://redirect.github.com/jtamagnan)
-
[@&#8203;jmeickle-theaiinstitute](https://redirect.github.com/jmeickle-theaiinstitute)
- [@&#8203;YazdanRa](https://redirect.github.com/YazdanRa)
- [@&#8203;j178](https://redirect.github.com/j178)
- [@&#8203;mschoettle](https://redirect.github.com/mschoettle)
- [@&#8203;tisonkun](https://redirect.github.com/tisonkun)

###
[`v0.2.30`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0230)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.2.29...v0.2.30)

Released on 2026-01-18.

##### Enhancements

- Build binaries using minimal-size profile
([#&#8203;1376](https://redirect.github.com/j178/prek/pull/1376))
- Check for duplicate keys in `check-json5` builtin hook
([#&#8203;1387](https://redirect.github.com/j178/prek/pull/1387))
- Preserve quoting style in `auto-update`
([#&#8203;1379](https://redirect.github.com/j178/prek/pull/1379))
- Show warning if file lock acquiring blocks for long time
([#&#8203;1353](https://redirect.github.com/j178/prek/pull/1353))
- Singleflight Python health checks with cached interpreter info
([#&#8203;1381](https://redirect.github.com/j178/prek/pull/1381))

##### Bug fixes

- Do not resolve entry for docker\_image
([#&#8203;1386](https://redirect.github.com/j178/prek/pull/1386))
- Fix command lookup on Windows
([#&#8203;1383](https://redirect.github.com/j178/prek/pull/1383))

##### Documentation

- Document language support details
([#&#8203;1380](https://redirect.github.com/j178/prek/pull/1380))
- Document that `check-json5` now rejects duplicate keys
([#&#8203;1391](https://redirect.github.com/j178/prek/pull/1391))

##### Contributors

- [@&#8203;j178](https://redirect.github.com/j178)

###
[`v0.2.29`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0229)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.2.28...v0.2.29)

Released on 2026-01-16.

##### Highlights

`files` / `exclude` now support globs (including glob lists), making
config filters much easier to read and maintain than heavily-escaped
regex.

Before (regex):

```yaml
files: "^(src/.*\\.rs$|crates/[^/]+/src/.*\\.rs$)"
```

After (glob list):

```yaml
files:
  glob:
    - src/**/*.rs
    - crates/**/src/**/*.rs
```

##### Enhancements

- Add `check-json5` as builtin hooks
([#&#8203;1367](https://redirect.github.com/j178/prek/pull/1367))
- Add glob list support for file patterns (`files` and `exclude`)
([#&#8203;1197](https://redirect.github.com/j178/prek/pull/1197))

##### Bug fixes

- Fix missing commit hash from version info
([#&#8203;1352](https://redirect.github.com/j178/prek/pull/1352))
- Remove git env vars from `uv pip install` subprocess
([#&#8203;1355](https://redirect.github.com/j178/prek/pull/1355))
- Set `TERM=dumb` under PTY to prevent capability-probe hangs
([#&#8203;1363](https://redirect.github.com/j178/prek/pull/1363))

##### Documentation

- Add `home-assistant/core` to the users of prek
([#&#8203;1350](https://redirect.github.com/j178/prek/pull/1350))
- Document builtin hooks
([#&#8203;1370](https://redirect.github.com/j178/prek/pull/1370))
- Explain project configuration scope
([#&#8203;1373](https://redirect.github.com/j178/prek/pull/1373))

##### Contributors

- [@&#8203;Goldziher](https://redirect.github.com/Goldziher)
- [@&#8203;yihong0618](https://redirect.github.com/yihong0618)
- [@&#8203;j178](https://redirect.github.com/j178)
- [@&#8203;shaanmajid](https://redirect.github.com/shaanmajid)
- [@&#8203;ulgens](https://redirect.github.com/ulgens)

###
[`v0.2.28`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0228)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.2.27...v0.2.28)

Released on 2026-01-13.

##### Enhancements

- Avoid running `git diff` for skipped hooks
([#&#8203;1335](https://redirect.github.com/j178/prek/pull/1335))
- More accurate command line length limit calculation
([#&#8203;1348](https://redirect.github.com/j178/prek/pull/1348))
- Raise platform command line length upper limit
([#&#8203;1347](https://redirect.github.com/j178/prek/pull/1347))
- Use `/bin/sh` in generated git hook scripts
([#&#8203;1333](https://redirect.github.com/j178/prek/pull/1333))

##### Bug fixes

- Avoid rewriting if config is up-to-date
([#&#8203;1346](https://redirect.github.com/j178/prek/pull/1346))

##### Documentation

- Add `ty` to the users of prek
([#&#8203;1342](https://redirect.github.com/j178/prek/pull/1342))
- Add `ruff` to the users of prek
([#&#8203;1334](https://redirect.github.com/j178/prek/pull/1334))
- Complete configuration document
([#&#8203;1338](https://redirect.github.com/j178/prek/pull/1338))
- Document UV environment variable inheritance in prek
([#&#8203;1339](https://redirect.github.com/j178/prek/pull/1339))

##### Contributors

-
[@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)
- [@&#8203;MatthewMckee4](https://redirect.github.com/MatthewMckee4)
- [@&#8203;yihong0618](https://redirect.github.com/yihong0618)
- [@&#8203;j178](https://redirect.github.com/j178)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/epage/_rust).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants