Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps crate-ci/typos from 1.36.3 to 1.39.2.

Release notes

Sourced from crate-ci/typos's releases.

v1.39.2

[1.39.2] - 2025-11-13

Fixes

  • Don't offer entry as a correction for entrys

v1.39.1

[1.39.1] - 2025-11-12

Features

  • Make --help more vibrant

v1.39.0

[1.39.0] - 2025-10-31

Features

Fixes

  • When a typo is pluralized, prefer pluralized corrections

v1.38.1

[1.38.1] - 2025-10-07

Fixes

  • Ignore common golang identifiers

v1.38.0

[1.38.0] - 2025-10-06

Features

  • Update type list

Fixes

  • Don't correct typ
  • Consistently error on unused config fields

v1.37.3

[1.37.3] - 2025-10-06

Fixes

  • Don't correct PN for bitbake file types

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.39.2] - 2025-11-13

Fixes

  • Don't offer entry as a correction for entrys

[1.39.1] - 2025-11-12

Features

  • Make --help more vibrant

[1.39.0] - 2025-10-31

Features

Fixes

  • When a typo is pluralized, prefer pluralized corrections

[1.38.1] - 2025-10-07

Fixes

  • Ignore common golang identifiers

[1.38.0] - 2025-10-06

Features

  • Update type list

Fixes

  • Don't correct typ
  • Consistently error on unused config fields

[1.37.3] - 2025-10-06

Fixes

  • Don't correct PN for bitbake file types

[1.37.2] - 2025-10-03

Fixes

  • Don't suggest diagnostic for diagnotics, preferring diagnostics

... (truncated)

Commits
  • 626c4be chore: Release
  • c6b458d docs: Update changelog
  • eed0419 Merge pull request #1423 from epage/entrys
  • 40383f4 fix(dict): Don't offer 'entry' as a correction for 'entrys'
  • 1af53e3 chore: Release
  • e5d291b docs: Update changelog
  • 55474f5 Merge pull request #1417 from starsep/colorful_help
  • 78b9375 feat: Enable colors for typos --help
  • 308f8f5 Merge pull request #1409 from crate-ci/renovate/actions-download-artifact-6.x
  • cf03418 Merge pull request #1410 from crate-ci/renovate/actions-setup-python-6.x
  • Additional commits viewable in compare view

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 17, 2025
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.36.3 to 1.39.2.
- [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.36.3...v1.39.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/crate-ci/typos-1.39.2 branch from c838eed to e6dd898 Compare November 24, 2025 17:11
@oameye oameye requested a review from Copilot November 30, 2025 11:31
Copilot finished reviewing on behalf of oameye November 30, 2025 11:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the typos spell-checker action from version 1.36.3 to 1.39.2 in the GitHub Actions workflow. The bump includes several fixes and improvements to the spell-checking dictionary, including better handling of pluralized typos and support for golang identifiers.

Key changes:

  • Updated crate-ci/typos action version in the spell check workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.79%. Comparing base (640cd9b) to head (c619565).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   82.79%   82.79%           
=======================================
  Files          33       33           
  Lines        1418     1418           
=======================================
  Hits         1174     1174           
  Misses        244      244           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oameye oameye merged commit 2d6629e into main Nov 30, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/crate-ci/typos-1.39.2 branch November 30, 2025 12:05
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.

2 participants