Skip to content

chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.1#148

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/crate-ci/typos-1.46.1
Open

chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.1#148
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/crate-ci/typos-1.46.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps crate-ci/typos from 1.45.1 to 1.46.1.

Release notes

Sourced from crate-ci/typos's releases.

v1.46.1

[1.46.1] - 2026-05-08

Fixes

  • Don't correct to confidentials

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.1] - 2026-05-08

Fixes

  • Don't correct to confidentials

[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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.46.1
  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 14, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 14, 2026

Greptile Summary

This PR is an automated Dependabot bump of the crate-ci/typos GitHub Actions spell-checker from v1.45.1 to v1.46.1, covering three patch/minor releases.

  • Includes a dictionary fix (don't correct to confidentials), support for ignoring SSH ed25519 public keys, and an April 2026 dictionary update.
  • Only .github/workflows/typos.yml is modified, replacing the pinned version tag on a single line.

Important Files Changed

Filename Overview
.github/workflows/typos.yml Single-line version bump of crate-ci/typos from v1.45.1 to v1.46.1; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A([push to main / pull_request]) --> B[Trigger: typos.yml workflow]
    B --> C[Job: build
runs-on: ubuntu-latest]
    C --> D[Step: actions/checkout@v6
Check out repository]
    D --> E[Step: crate-ci/typos@v1.46.1
Scan for typos]
    E --> F{Typos found?}
    F -- Yes --> G([Workflow fails ❌])
    F -- No --> H([Workflow passes ✅])
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