Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
build(deps): bump crate-ci/typos from 1.17.2 to 1.18.0 (#855)
Browse files Browse the repository at this point in the history
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.2 to
1.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.18.0</h2>
<h2>[1.18.0] - 2024-02-01</h2>
<h3>Fixes</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/897">January
2024</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.18.0] - 2024-02-01</h2>
<h3>Fixes</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/897">January
2024</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-ci/typos/commit/c9ee166c05b5312e097132c31984e82dacb2368d"><code>c9ee166</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/360ba95e4f2775fd8feb0bbf3b091c27db9e8d54"><code>360ba95</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/crate-ci/typos/commit/75b54a261ea4dc8df810354cd9a5ccc68acb2569"><code>75b54a2</code></a>
chore: Release</li>
<li><a
href="https://github.com/crate-ci/typos/commit/6d439a0abbeddd64b89f59190c907b8fa3c8a2a2"><code>6d439a0</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/922">#922</a>
from epage/jan</li>
<li><a
href="https://github.com/crate-ci/typos/commit/7d887ff092f842c149f7c70ba6b7e07fd50f9509"><code>7d887ff</code></a>
fix(dict): January updates</li>
<li><a
href="https://github.com/crate-ci/typos/commit/3272f07f7893a4daabe13ee7863633623966fbd1"><code>3272f07</code></a>
chore(deps): update compatible</li>
<li><a
href="https://github.com/crate-ci/typos/commit/9121fd01fe6b7896de888578257a9581ab4f9390"><code>9121fd0</code></a>
docs(faq): Add more debugging steps</li>
<li>See full diff in <a
href="https://github.com/crate-ci/typos/compare/v1.17.2...v1.18.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crate-ci/typos&package-manager=github_actions&previous-version=1.17.2&new-version=1.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
daudix authored Feb 2, 2024
2 parents 19f51b3 + 1c87d4d commit 29fa687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- uses: actions/checkout@v4

- name: Check for typos
uses: crate-ci/typos@v1.17.2
uses: crate-ci/typos@v1.18.0
with:
config: typos.toml

0 comments on commit 29fa687

Please sign in to comment.