Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot 7e111fd3dc chore(deps): update typescript-eslint monorepo to v8
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 19s
CI / Build check (pull_request) Failing after 39s
2026-06-19 10:20:03 +00:00
renovate-bot 115690a082 chore(deps): update dependency cspell to v10.0.1 (#132)
CD / Test (push) Successful in 17s
CD / Build and push (amd64) (push) Successful in 33s
CD / Create tag (push) Successful in 36s
CD / Create manifest (push) Successful in 7s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [cspell](https://cspell.org/) ([source](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`10.0.0` → `10.0.1`](https://renovatebot.com/diffs/npm/cspell/10.0.0/10.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/10.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/10.0.0/10.0.1?slim=true) |

---

### Release Notes

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

### [`v10.0.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v1001-2026-05-31)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v10.0.0...v10.0.1)

##### Fixes

<details>
<summary>fix(cli): ignore closed readline after stdin (<a href="https://github.com/streetsidesoftware/cspell/pull/8862">#&#8203;8862</a>)</summary>

##### fix(cli): ignore closed readline after stdin ([#&#8203;8862](https://github.com/streetsidesoftware/cspell/pull/8862))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #132
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-06-19 07:41:15 +02:00
2 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -6,9 +6,9 @@
"start": "bun run src/main.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.61.0",
"@typescript-eslint/parser": "8.61.0",
"cspell": "10.0.1",
"eslint": "8.57.1",
"typescript": "6.0.3",
"@types/bun": "latest"