Skip to content

chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.0#144

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/crate-ci/typos-1.46.0
Open

chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.0#144
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/crate-ci/typos-1.46.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps crate-ci/typos from 1.45.1 to 1.46.0.

Release notes

Sourced from crate-ci/typos's releases.

v1.46.0

[1.46.0] - 2026-04-30

Features

  • Updated the dictionary with the April 2026 changes

v1.45.2

[1.45.2] - 2026-04-27

Fixes

  • Ignore ssh ed25519 public keys
Changelog

Sourced from crate-ci/typos's changelog.

[1.46.0] - 2026-04-30

Features

  • Updated the dictionary with the April 2026 changes

[1.45.2] - 2026-04-27

Fixes

  • Ignore ssh ed25519 public keys
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.45.1 to 1.46.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.45.1...v1.46.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 7, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 7, 2026

Greptile Summary

This PR bumps the crate-ci/typos GitHub Actions spell-checker from v1.45.1 to v1.46.0, which includes an updated dictionary (April 2026 changes) and a fix to ignore SSH ed25519 public keys during scanning.

  • Version bump: Updates crate-ci/typos in .github/workflows/typos.yml from @v1.45.1 to @v1.46.0, a single-line change with no logic modifications.
  • Upstream changes: v1.46.0 adds dictionary updates; v1.45.2 (included in this range) fixes false positives on SSH ed25519 public key tokens.

Important Files Changed

Filename Overview
.github/workflows/typos.yml Single-line version bump of crate-ci/typos from v1.45.1 to v1.46.0; no other workflow logic changed.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Events
    participant WF as typos.yml Workflow
    participant Runner as ubuntu-latest Runner
    participant Checkout as actions/checkout@v6
    participant Typos as crate-ci/typos@v1.46.0

    GH->>WF: push to main / PR opened
    WF->>Runner: trigger job "build"
    Runner->>Checkout: checkout repository
    Checkout-->>Runner: source code ready
    Runner->>Typos: scan for typos
    Typos-->>Runner: report findings (fail on typo detected)
    Runner-->>GH: job result (pass / fail)
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump crate-ci/typos from 1...." | Re-trigger Greptile

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants