Skip to content

chore(deps): Update pre-commit hook crate-ci/typos to v1.48.0 - #77

Merged
epage merged 1 commit into
masterfrom
renovate/crate-ci-typos-1.x
Jul 1, 2026
Merged

chore(deps): Update pre-commit hook crate-ci/typos to v1.48.0#77
epage merged 1 commit into
masterfrom
renovate/crate-ci-typos-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
crate-ci/typos repository minor v1.47.0v1.48.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

crate-ci/typos (crate-ci/typos)

v1.48.0

Compare Source

[1.48.0] - 2026-06-30

Features
  • Updated the dictionary with the June 2026 changes

v1.47.2

Compare Source

[1.47.2] - 2026-06-04

Fixes
  • Don't correct inferrable
  • Correct unused inferible variant

v1.47.1

Compare Source

[1.47.1] - 2026-06-03

Fixes
  • Don't correct requestors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@epage
epage merged commit adcd3c5 into master Jul 1, 2026
15 checks passed
@epage
epage deleted the renovate/crate-ci-typos-1.x branch July 1, 2026 01:33
epage pushed a commit that referenced this pull request Sep 8, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.4.3` →
`0.4.4` |

---

### Release Notes

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

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

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

Released on 2026-06-04.

##### Highlights

0.4.4 makes `prek run` easier to watch and easier to slice.

Hook stream output now shows a small live preview under the running hook
in the
progress UI. Long-running hooks no longer look stuck while they are
producing
logs, and failed hooks are easier to diagnose because recent output is
already
visible before the final result.

The new group selector lets a single config support different workflows.
Tag
hooks with `groups`, then select or exclude those groups at run time:

```yaml
repos:
  - repo: local
    hooks:
      - id: format
        name: Format Python
        language: system
        entry: ruff format
        groups: [format, ci]

      - id: lint
        name: Lint Python
        language: system
        entry: ruff check
        groups: [lint, ci]
```

```bash
prek run --all-files --group ci
prek run --all-files --no-group format
```

This is useful when local development, CI, slow validation, or
project-specific
checks need different hook sets without splitting the config.

##### Enhancements

- Add hook group filters to `prek run`
([#&#8203;2141](https://redirect.github.com/j178/prek/pull/2141))
- Delay hook output preview rendering
([#&#8203;2140](https://redirect.github.com/j178/prek/pull/2140))
- Stream hook output in progress UI
([#&#8203;2136](https://redirect.github.com/j178/prek/pull/2136))

##### Bug fixes

- Fix intent-to-add stash restore
([#&#8203;2143](https://redirect.github.com/j178/prek/pull/2143))

##### Documentation

- Document hook stage file input
([#&#8203;2147](https://redirect.github.com/j178/prek/pull/2147))

##### Contributors

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

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - Every minute (`* * * * *`)
- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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.

1 participant