Skip to content

chore(deps): bump crate-ci/typos from 1.43.4 to 1.44.0#91

Merged
JayanAXHF merged 1 commit intomainfrom
dependabot/github_actions/crate-ci/typos-1.44.0
Mar 20, 2026
Merged

chore(deps): bump crate-ci/typos from 1.43.4 to 1.44.0#91
JayanAXHF merged 1 commit intomainfrom
dependabot/github_actions/crate-ci/typos-1.44.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps crate-ci/typos from 1.43.4 to 1.44.0.

Release notes

Sourced from crate-ci/typos's releases.

v1.44.0

[1.44.0] - 2026-02-27

Features

v1.43.5

[1.43.5] - 2026-02-16

Fixes

  • (pypi) Hopefully fix the sdist build
Changelog

Sourced from crate-ci/typos's changelog.

[1.44.0] - 2026-02-27

Features

[1.43.5] - 2026-02-16

Fixes

  • (pypi) Hopefully fix the sdist build
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.43.4 to 1.44.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.43.4...v1.44.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.44.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 Mar 19, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This PR is an automated Dependabot bump of the crate-ci/typos GitHub Actions spell-checker from v1.43.4 to v1.44.0. The update brings in dictionary updates from the February 2026 release cycle and a PyPI sdist build fix from v1.43.5. No logic, configuration, or workflow structure is changed — only the pinned action version tag on line 15 of .github/workflows/typos.yml.

  • Change scope: Single-line version tag update in one workflow file.
  • Risk: Minimal — the new version is a minor bump containing only dictionary additions and a packaging fix.
  • No issues found: The change is straightforward and safe to merge.

Important Files Changed

Filename Overview
.github/workflows/typos.yml Simple version bump of crate-ci/typos from v1.43.4 to v1.44.0; no structural changes to the workflow.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Event
    participant WF as typos.yml Workflow
    participant Checkout as actions/checkout@v4
    participant Typos as crate-ci/typos@v1.44.0

    GH->>WF: push to main / pull_request
    WF->>Checkout: Checkout repository source
    Checkout-->>WF: Source files ready
    WF->>Typos: Run spell-check against source
    Typos-->>WF: Pass (no typos) or Fail (typos found)
    WF-->>GH: Report check status
Loading

Last reviewed commit: "chore(deps): bump cr..."

@JayanAXHF JayanAXHF merged commit 098456f into main Mar 20, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/crate-ci/typos-1.44.0 branch March 20, 2026 12:16
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.

1 participant