Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump crate-ci/typos from 1.27.0 to 1.28.1 #55

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps crate-ci/typos from 1.27.0 to 1.28.1.

Release notes

Sourced from crate-ci/typos's releases.

v1.28.1

[1.28.1] - 2024-11-26

Fixes

  • Add back in lock file types accidentally removed in 1.28 (go.sum, requirements.txt)

v1.28.0

[1.28.0] - 2024-11-25

Features

  • Updated the dictionary with the November 2024 changes
  • Add many new types and file extensions to the --type-list, including ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl

v1.27.3

[1.27.3] - 2024-11-08

Fixes

  • Don't correct alloced
  • Don't correct registor, a more domain specific variant of register

v1.27.2

[1.27.2] - 2024-11-06

Fixes

  • Correct fand

v1.27.1

[1.27.1] - 2024-11-06

Fixes

  • Correct alingment as alignment, rather than alinement
Changelog

Sourced from crate-ci/typos's changelog.

[1.28.1] - 2024-11-26

Fixes

  • Add back in lock file types accidentally removed in 1.28 (go.sum, requirements.txt)

[1.28.0] - 2024-11-25

Features

  • Updated the dictionary with the November 2024 changes
  • Add many new types and file extensions to the --type-list, including ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose, grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript, solidity, svelte, usd, v, wgsl

[1.27.3] - 2024-11-08

Fixes

  • Don't correct alloced
  • Don't correct requestor, a more domain specific variant of requester

[1.27.2] - 2024-11-06

Fixes

  • Correct fand

[1.27.1] - 2024-11-06

Fixes

  • Correct alingment as alignment, rather than alinement
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 the dependencies Pull requests that update a dependency file label Dec 1, 2024
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.27.0 to 1.28.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.27.0...v1.28.1)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  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.28.1 branch from 066f60c to 5dfde47 Compare December 2, 2024 11:50
@ranocha ranocha enabled auto-merge (squash) December 2, 2024 11:52
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.56%. Comparing base (072e72e) to head (5dfde47).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   87.56%   87.56%           
=======================================
  Files          18       18           
  Lines        1447     1447           
=======================================
  Hits         1267     1267           
  Misses        180      180           

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

@tristanmontoya
Copy link
Member

@ranocha Are the failing checks here (Windows CI and Documenter) something we should be worried about? I see a similar error in Trixi.jl with the Windows CI, but can't entirely pinpoint the cause.

@sloede
Copy link
Member

sloede commented Dec 2, 2024

@ranocha Are the failing checks here (Windows CI and Documenter) something we should be worried about? I see a similar error in Trixi.jl with the Windows CI, but can't entirely pinpoint the cause.

When updating the spellchecker action, only the spell check is relevant. The other tests can be ignored.

@tristanmontoya
Copy link
Member

I agree that it's not relevant here specifically, but I am now also seeing this failure in other PRs, for example, #50.

@JoshuaLampert
Copy link
Member

For the failing tests, see trixi-framework/Trixi.jl#2185 (comment).

@tristanmontoya
Copy link
Member

For the failing tests, see trixi-framework/Trixi.jl#2185 (comment).

Thanks! Am I then correct that there is nothing to do from our side?

@JoshuaLampert
Copy link
Member

Someone needs to revert the PR updating P4est_jll in Yggdrasil and yank it in the General registry. But IMO this should be done by @eschnett.

@tristanmontoya tristanmontoya merged commit 07d698e into main Dec 2, 2024
7 of 9 checks passed
@tristanmontoya tristanmontoya deleted the dependabot/github_actions/crate-ci/typos-1.28.1 branch December 2, 2024 13:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants