Skip to content

Commit

Permalink
ci(deps): update dependency cspell to v8.17.5 (#204)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cspell](https://cspell.org/)
([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell))
| `8.17.4` -> `8.17.5` |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.17.4/8.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.17.4/8.17.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

###
[`v8.17.5`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8175-2025-02-22-small)

[Compare
Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.17.4...v8.17.5)

- fix: Workflow Bot -- Update Dictionaries (main)
([#&#8203;6937](https://redirect.github.com/streetsidesoftware/cspell/issues/6937))
([2bfee05](https://redirect.github.com/streetsidesoftware/cspell/commit/2bfee05)),
closes
[#&#8203;6937](https://redirect.github.com/streetsidesoftware/cspell/issues/6937)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent dfd8e95 commit 3dd8ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default_spelling_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
npm i -D @cspell/dict-cspell-bundle@${cspell_dict_version}
# renovate: datasource=npm depName=cspell
cspell_version="8.17.4"
cspell_version="8.17.5"
npx cspell@${cspell_version} . -c .config/cspell.json --dot
validate-dictionaries:
Expand Down

0 comments on commit 3dd8ba8

Please sign in to comment.