Skip to content

Bump crate-ci/typos from 1.34.0 to 1.37.0#82

Merged
andrewwinters5000 merged 6 commits intomainfrom
dependabot/github_actions/crate-ci/typos-1.37.0
Oct 1, 2025
Merged

Bump crate-ci/typos from 1.34.0 to 1.37.0#82
andrewwinters5000 merged 6 commits intomainfrom
dependabot/github_actions/crate-ci/typos-1.37.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps crate-ci/typos from 1.34.0 to 1.37.0.

Release notes

Sourced from crate-ci/typos's releases.

v1.37.0

[1.37.0] - 2025-09-30

Features

  • Updated the dictionary with the September 2025 changes
  • Pull in other dictionary updates

v1.36.3

[1.36.3] - 2025-09-25

Fixes

  • Fix typo in correction to analysises

v1.36.2

[1.36.2] - 2025-09-04

Fixes

  • Fix regression from 1.36.1 when rendering an error for a line with invalid UTF-8

v1.36.1

[1.36.1] - 2025-09-03

Fixes

  • Replaced the error rendering for various quality of life improvements

v1.36.0

[1.36.0] - 2025-09-02

Features

v1.35.8

[1.35.8] - 2025-09-02

v1.35.7

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

v1.35.6

[1.35.6] - 2025-08-28

Fixes

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.37.0] - 2025-09-30

Features

  • Updated the dictionary with the September 2025 changes
  • Pull in other dictionary updates

[1.36.3] - 2025-09-25

Fixes

  • Fix typo in correction to analysises

[1.36.2] - 2025-09-04

Fixes

  • Fix regression from 1.36.1 when rendering an error for a line with invalid UTF-8

[1.36.1] - 2025-09-03

Fixes

  • Replaced the error rendering for various quality of life improvements

[1.36.0] - 2025-09-02

Features

[1.35.8] - 2025-09-02

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

[1.35.6] - 2025-08-28

Fixes

  • Track go.mod as a golang file (regression from 1.13.21)

[1.35.5] - 2025-08-18

Fixes

  • Fix typo in correction to accidently

... (truncated)

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 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 Oct 1, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 1, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files          21       21           
  Lines        1863     1863           
=======================================
  Hits         1841     1841           
  Misses         22       22           
Flag Coverage Δ
unittests 98.81% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@ranocha
Copy link
Copy Markdown
Member

ranocha commented Oct 1, 2025

The spell checker complains about

  • indx instead of index used multiple times in the code
  • highligths instead of highlights used once in a comment

Do you want to keep using indx or shall we change the code to index, @DavidAKopriva and @andrewwinters5000?

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.34.0 to 1.37.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.34.0...v1.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/crate-ci/typos-1.37.0 branch from 013d28d to 4cd380e Compare October 1, 2025 10:35
@andrewwinters5000
Copy link
Copy Markdown
Member

This variable naming strategy is a holdover from Fortran. There index or INDEX is an intrinsic function, thus the need to use a slightly different name indx.

@andrewwinters5000 andrewwinters5000 enabled auto-merge (squash) October 1, 2025 22:17
@andrewwinters5000 andrewwinters5000 merged commit 79d4e4e into main Oct 1, 2025
10 checks passed
@andrewwinters5000 andrewwinters5000 deleted the dependabot/github_actions/crate-ci/typos-1.37.0 branch October 1, 2025 22:27
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 98.819%. first build
when pulling c823ce2 on dependabot/github_actions/crate-ci/typos-1.37.0
into eb090be on main.

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.

3 participants