renovate-bot
|
32bd67c78c
|
chore(deps): update dependency eslint to v10
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 49s
|
2026-05-25 10:16:46 +00:00 |
|
renovate-bot
|
5c29954100
|
chore(deps): update typescript-eslint monorepo to v8.59.1 (#33)
CD / Check changes (push) Successful in 12s
CD / test (push) Successful in 17s
CD / Build and push (arm64) (push) Successful in 11m41s
CD / Build and push (amd64) (push) Failing after 1m14s
CD / Create manifest (push) Has been skipped
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.56.1` → `8.59.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.56.1/8.59.1) |  |  |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.56.1` → `8.59.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.56.1/8.59.1) |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.56.1` → `8.59.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.56.1/8.59.1) |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary>
### [`v8.59.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8591-2026-04-27)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.59.0...v8.59.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-condition] treat void as nullish in no-unnecessary-condition ([#​12241](https://github.com/typescript-eslint/typescript-eslint/pull/12241))
- **eslint-plugin:** \[no-unnecessary-type-arguments] handle instantiation expressions ([#​12220](https://github.com/typescript-eslint/typescript-eslint/pull/12220))
- **eslint-plugin:** \[no-unnecessary-type-assertion] avoid false positive in logical assignment assertions ([#​12278](https://github.com/typescript-eslint/typescript-eslint/pull/12278))
- **eslint-plugin:** \[no-unnecessary-type-assertion] preserve phantom type arguments in generic inference ([#​12269](https://github.com/typescript-eslint/typescript-eslint/pull/12269))
- **eslint-plugin:** \[no-unnecessary-type-assertion] preserve index signatures in undefined unions ([#​12257](https://github.com/typescript-eslint/typescript-eslint/pull/12257))
- **eslint-plugin:** \[no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" ([#​12246](https://github.com/typescript-eslint/typescript-eslint/pull/12246))
##### ❤️ Thank You
- anasm266 [@​anasm266](https://github.com/anasm266)
- Anshika Jain [@​Anshikakalpana](https://github.com/Anshikakalpana)
- Ulrich Stark
- yugo innami [@​nami8824](https://github.com/nami8824)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.59.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8590-2026-04-20)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.2...v8.59.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-type-assertion] report more cases based on assignability ([#​11789](https://github.com/typescript-eslint/typescript-eslint/pull/11789))
##### ❤️ Thank You
- Ulrich Stark
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8582-2026-04-13)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.1...v8.58.2)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-condition] use assignability checks in checkTypePredicates ([#​12147](https://github.com/typescript-eslint/typescript-eslint/pull/12147))
- remove tsbuildinfo cache file from published packages ([#​12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
##### ❤️ Thank You
- Abhijeet Singh [@​cseas](https://github.com/cseas)
- 송재욱
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8581-2026-04-08)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.0...v8.58.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unused-vars] fix false negative for type predicate parameter ([#​12004](https://github.com/typescript-eslint/typescript-eslint/pull/12004))
##### ❤️ Thank You
- MinJae [@​Ju-MINJAE](https://github.com/Ju-MINJAE)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8580-2026-03-30)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.2...v8.58.0)
##### 🚀 Features
- support TypeScript 6 ([#​12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-regexp-exec] avoid fixing unknown RegExp flags ([#​12161](https://github.com/typescript-eslint/typescript-eslint/pull/12161))
- **eslint-plugin:** \[no-extraneous-class] handle index signatures ([#​12142](https://github.com/typescript-eslint/typescript-eslint/pull/12142))
- **eslint-plugin:** crash in `no-unnecessary-type-arguments` ([#​12163](https://github.com/typescript-eslint/typescript-eslint/pull/12163))
##### ❤️ Thank You
- ej shafran [@​ej-shafran](https://github.com/ej-shafran)
- Evyatar Daud [@​StyleShit](https://github.com/StyleShit)
- GG ZIBLAKING
- milkboy2564 [@​SeolJaeHyeok](https://github.com/SeolJaeHyeok)
- teee32 [@​teee32](https://github.com/teee32)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8572-2026-03-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.1...v8.57.2)
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-readonly-parameter-types] preserve type alias infomation ([#​11954](https://github.com/typescript-eslint/typescript-eslint/pull/11954))
- **eslint-plugin:** \[no-useless-default-assignment] skip reporting false positives for unresolved type parameters ([#​12127](https://github.com/typescript-eslint/typescript-eslint/pull/12127))
- **eslint-plugin:** \[no-unsafe-return] false positive on unwrapping generic ([#​12125](https://github.com/typescript-eslint/typescript-eslint/pull/12125))
- **eslint-plugin:** \[no-restricted-types] flag banned generics in extends or implements ([#​12120](https://github.com/typescript-eslint/typescript-eslint/pull/12120))
- **eslint-plugin:** \[array-type] ignore Array and ReadonlyArray without type arguments ([#​11971](https://github.com/typescript-eslint/typescript-eslint/pull/11971))
- **eslint-plugin:** \[prefer-optional-chain] remove dangling closing parenthesis ([#​11865](https://github.com/typescript-eslint/typescript-eslint/pull/11865))
##### ❤️ Thank You
- Kirk Waiblinger [@​kirkwaiblinger](https://github.com/kirkwaiblinger)
- Konv Suu
- mdm317
- Newton Yuan [@​NewtonYuan](https://github.com/NewtonYuan)
- SungHyun627 [@​SungHyun627](https://github.com/SungHyun627)
- Tamashoo [@​Tamashoo](https://github.com/Tamashoo)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8571-2026-03-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.0...v8.57.1)
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-optional-chain] no report for property on intersection type ([#​12126](https://github.com/typescript-eslint/typescript-eslint/pull/12126))
##### ❤️ Thank You
- Newton Yuan [@​NewtonYuan](https://github.com/NewtonYuan)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8570-2026-03-09)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.1...v8.57.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-condition] allow literal loop conditions in for/do loops ([#​12080](https://github.com/typescript-eslint/typescript-eslint/pull/12080))
##### 🩹 Fixes
- **eslint-plugin:** \[no-base-to-string] fix false positive for toString with overloads ([#​12089](https://github.com/typescript-eslint/typescript-eslint/pull/12089))
- **eslint-plugin:** \[prefer-promise-reject-errors] add allow `TypeOrValueSpecifier` to prefer-promise-reject-errors ([#​12094](https://github.com/typescript-eslint/typescript-eslint/pull/12094))
- **typescript-estree:** if the template literal is tagged and the text has an invalid escape, `cooked` will be `null` ([#​11355](https://github.com/typescript-eslint/typescript-eslint/pull/11355))
- **eslint-plugin:** guard against negative paramIndex in no-useless-default-assignment ([#​12077](https://github.com/typescript-eslint/typescript-eslint/pull/12077))
- **eslint-plugin:** handle statically analyzable computed keys in prefer-readonly ([#​12079](https://github.com/typescript-eslint/typescript-eslint/pull/12079))
- **eslint-plugin:** \[strict-void-return] false positives with overloads ([#​12055](https://github.com/typescript-eslint/typescript-eslint/pull/12055))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher)
- Brian Schlenker [@​bschlenk](https://github.com/bschlenk)
- Evyatar Daud [@​StyleShit](https://github.com/StyleShit)
- James Henry [@​JamesHenry](https://github.com/JamesHenry)
- Josh Goldberg
- Kirk Waiblinger [@​kirkwaiblinger](https://github.com/kirkwaiblinger)
- Moses Odutusin [@​thebolarin](https://github.com/thebolarin)
- Newton Yuan [@​NewtonYuan](https://github.com/NewtonYuan)
- SungHyun627 [@​SungHyun627](https://github.com/SungHyun627)
- Younsang Na [@​nayounsang](https://github.com/nayounsang)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.59.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8591-2026-04-27)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.59.0...v8.59.1)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.59.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8590-2026-04-20)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.2...v8.59.0)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8582-2026-04-13)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.1...v8.58.2)
##### 🩹 Fixes
- remove tsbuildinfo cache file from published packages ([#​12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
##### ❤️ Thank You
- Abhijeet Singh [@​cseas](https://github.com/cseas)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8581-2026-04-08)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.0...v8.58.1)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8580-2026-03-30)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.2...v8.58.0)
##### 🚀 Features
- support TypeScript 6 ([#​12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
##### ❤️ Thank You
- Evyatar Daud [@​StyleShit](https://github.com/StyleShit)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8572-2026-03-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.1...v8.57.2)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8571-2026-03-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.0...v8.57.1)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8570-2026-03-09)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.1...v8.57.0)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>
### [`v8.59.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8591-2026-04-27)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.59.0...v8.59.1)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.59.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8590-2026-04-20)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.2...v8.59.0)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8582-2026-04-13)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.1...v8.58.2)
##### 🩹 Fixes
- remove tsbuildinfo cache file from published packages ([#​12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
##### ❤️ Thank You
- Abhijeet Singh [@​cseas](https://github.com/cseas)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8581-2026-04-08)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.58.0...v8.58.1)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.58.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8580-2026-03-30)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.2...v8.58.0)
##### 🚀 Features
- support TypeScript 6 ([#​12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
##### ❤️ Thank You
- Evyatar Daud [@​StyleShit](https://github.com/StyleShit)
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8572-2026-03-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.1...v8.57.2)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8571-2026-03-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.57.0...v8.57.1)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.57.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8570-2026-03-09)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.1...v8.57.0)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</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 these updates 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: #33
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-05-10 17:44:43 +02:00 |
|
renovate-bot
|
b0f8bd3f0f
|
chore(deps): update dependency cspell to v10 (#41)
CD / Check changes (push) Successful in 10s
CD / test (push) Successful in 19s
CD / Build and push (arm64) (push) Successful in 5m40s
CD / Build and push (amd64) (push) Failing after 1m15s
CD / Create manifest (push) Has been skipped
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)) | [`9.6.4` → `10.0.0`](https://renovatebot.com/diffs/npm/cspell/9.6.4/10.0.0) |  |  |
---
### Release Notes
<details>
<summary>streetsidesoftware/cspell (cspell)</summary>
### [`v10.0.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v1000-2026-04-06)
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.8.0...v10.0.0)
##### Features
<details>
<summary>fix: upgrade import-fresh from v3 to v4 (<a href="https://github.com/streetsidesoftware/cspell/pull/8786">#​8786</a>)</summary>
##### fix: upgrade import-fresh from v3 to v4 ([#​8786](https://github.com/streetsidesoftware/cspell/pull/8786))
### [`v9.8.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v980-2026-03-30)
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.7.0...v9.8.0)
##### Features
<details>
<summary>feat: make flatpack diff friendly (<a href="https://github.com/streetsidesoftware/cspell/pull/8680">#​8680</a>)</summary>
##### feat: make flatpack diff friendly ([#​8680](https://github.com/streetsidesoftware/cspell/pull/8680))
### [`v9.7.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#v970-2026-02-23)
[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v9.6.4...v9.7.0)
##### Features
<details>
<summary>feat: Substitution Part 4 - enable substitutions during document check (<a href="https://github.com/streetsidesoftware/cspell/pull/8630">#​8630</a>)</summary>
##### feat: Substitution Part 4 - enable substitutions during document check ([#​8630](https://github.com/streetsidesoftware/cspell/pull/8630))
</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: #41
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-04-21 10:44:27 +02:00 |
|
renovate-bot
|
0c8e009e9f
|
chore(deps): update typescript-eslint monorepo to v8.56.1 (#25)
CD / Check changes (push) Successful in 13s
CD / test (push) Successful in 57s
CD / Build and push (arm64) (push) Successful in 8m10s
CD / Build and push (amd64) (push) Successful in 3m38s
CD / Create manifest (push) Successful in 6s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.55.0` → `8.56.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.55.0/8.56.1) |  |  |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.55.0` → `8.56.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.55.0/8.56.1) |  |  |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.55.0` → `8.56.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.55.0/8.56.1) |  |  |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary>
### [`v8.56.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8561-2026-02-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.0...v8.56.1)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.56.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8560-2026-02-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.55.0...v8.56.0)
##### 🚀 Features
- support ESLint v10 ([#​12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
##### 🩹 Fixes
- use parser options from context.languageOptions ([#​12043](https://github.com/typescript-eslint/typescript-eslint/pull/12043))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher)
- fnx [@​DMartens](https://github.com/DMartens)
- Joshua Chen
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary>
### [`v8.56.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8561-2026-02-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.0...v8.56.1)
This was a version bump only for parser to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.56.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8560-2026-02-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.55.0...v8.56.0)
##### 🚀 Features
- support ESLint v10 ([#​12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher)
- Joshua Chen
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary>
### [`v8.56.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8561-2026-02-23)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.56.0...v8.56.1)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
### [`v8.56.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8560-2026-02-16)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.55.0...v8.56.0)
##### 🚀 Features
- support ESLint v10 ([#​12057](https://github.com/typescript-eslint/typescript-eslint/pull/12057))
##### ❤️ Thank You
- Brad Zacher [@​bradzacher](https://github.com/bradzacher)
- Joshua Chen
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
</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 these updates 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: #25
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-03-15 22:32:27 +01:00 |
|
renovate-bot
|
7fb71468d9
|
chore(deps): update dependency pino to v10 (#9)
CD / Check changes (push) Successful in 15s
CD / test (push) Successful in 1m46s
CD / Build and push (amd64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [pino](https://getpino.io) ([source](https://github.com/pinojs/pino)) | [`^9.7.0` → `^10.0.0`](https://renovatebot.com/diffs/npm/pino/9.14.0/10.3.1) |  |  |
---
### Release Notes
<details>
<summary>pinojs/pino (pino)</summary>
### [`v10.3.1`](https://github.com/pinojs/pino/releases/tag/v10.3.1)
[Compare Source](https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1)
#### What's Changed
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2385](https://github.com/pinojs/pino/pull/2385)
- build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2386](https://github.com/pinojs/pino/pull/2386)
- docs: clarify transport level filtering behavior by [@​mcollina](https://github.com/mcollina) in [#​2390](https://github.com/pinojs/pino/pull/2390)
- fix(transport): sanitize invalid NODE\_OPTIONS preloads for workers by [@​mcollina](https://github.com/mcollina) in [#​2391](https://github.com/pinojs/pino/pull/2391)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1>
### [`v10.3.0`](https://github.com/pinojs/pino/releases/tag/v10.3.0)
[Compare Source](https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0)
#### What's Changed
- feat: improve the return type of `multistream().clone()` by [@​mrazauskas](https://github.com/mrazauskas) in [#​2377](https://github.com/pinojs/pino/pull/2377)
- feat: set worker thread name for transport identification by [@​mcollina](https://github.com/mcollina) in [#​2380](https://github.com/pinojs/pino/pull/2380)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0>
### [`v10.2.1`](https://github.com/pinojs/pino/releases/tag/v10.2.1)
[Compare Source](https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1)
#### What's Changed
- fix: prevent ERR\_WORKER\_INVALID\_EXEC\_ARGV with monitoring tools by [@​mcollina](https://github.com/mcollina) in [#​2379](https://github.com/pinojs/pino/pull/2379)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1>
### [`v10.2.0`](https://github.com/pinojs/pino/releases/tag/v10.2.0)
[Compare Source](https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0)
#### What's Changed
- chore: lint TypeScript files by [@​mrazauskas](https://github.com/mrazauskas) in [#​2363](https://github.com/pinojs/pino/pull/2363)
- fix: prevent memory leak when using transport with --import preload by [@​mcollina](https://github.com/mcollina) in [#​2374](https://github.com/pinojs/pino/pull/2374)
#### New Contributors
- [@​mrazauskas](https://github.com/mrazauskas) made their first contribution in [#​2363](https://github.com/pinojs/pino/pull/2363)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0>
### [`v10.1.1`](https://github.com/pinojs/pino/releases/tag/v10.1.1)
[Compare Source](https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1)
#### What's Changed
- fix(types): Correct conditional type handling for generic log function arguments by [@​samchungy](https://github.com/samchungy) in [#​2329](https://github.com/pinojs/pino/pull/2329)
- perf: use JSON.stringify in fast path for node v25+ by [@​ronag](https://github.com/ronag) in [#​2330](https://github.com/pinojs/pino/pull/2330)
- build(deps): bump actions/setup-node from 4 to 6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2336](https://github.com/pinojs/pino/pull/2336)
- build(deps-dev): bump borp from 0.20.2 to 0.21.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2337](https://github.com/pinojs/pino/pull/2337)
- build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2338](https://github.com/pinojs/pino/pull/2338)
- docs: update CONTRIBUTING.md to reference 'main' instead of 'master' by [@​NoobFullStack](https://github.com/NoobFullStack) in [#​2334](https://github.com/pinojs/pino/pull/2334)
- feat(browser): add reportCaller to surface user callsite by [@​dev-KingMaster](https://github.com/dev-KingMaster) in [#​2340](https://github.com/pinojs/pino/pull/2340)
- docs: update transports.md by [@​marklai1998](https://github.com/marklai1998) in [#​2224](https://github.com/pinojs/pino/pull/2224)
- docs: add Node.js 22+ native TypeScript type stripping support by [@​mcollina](https://github.com/mcollina) in [#​2347](https://github.com/pinojs/pino/pull/2347)
- feat(types): use ThreadStream type from thread-stream by [@​CHC383](https://github.com/CHC383) in [#​2320](https://github.com/pinojs/pino/pull/2320)
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2354](https://github.com/pinojs/pino/pull/2354)
- build(deps): update thread-stream to v4 by [@​mcollina](https://github.com/mcollina) in [#​2356](https://github.com/pinojs/pino/pull/2356)
- fix: harden transport loading against prototype pollution by [@​omdxp](https://github.com/omdxp) in [#​2358](https://github.com/pinojs/pino/pull/2358)
- docs: add threat model to SECURITY.md by [@​mcollina](https://github.com/mcollina) in [#​2360](https://github.com/pinojs/pino/pull/2360)
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2365](https://github.com/pinojs/pino/pull/2365)
- build(deps-dev): bump [@​types/node](https://github.com/types/node) from 24.10.4 to 25.0.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2367](https://github.com/pinojs/pino/pull/2367)
- fix: allow passing string, number, null for %o placeholder by [@​rChaoz](https://github.com/rChaoz) in [#​2372](https://github.com/pinojs/pino/pull/2372)
#### New Contributors
- [@​NoobFullStack](https://github.com/NoobFullStack) made their first contribution in [#​2334](https://github.com/pinojs/pino/pull/2334)
- [@​dev-KingMaster](https://github.com/dev-KingMaster) made their first contribution in [#​2340](https://github.com/pinojs/pino/pull/2340)
- [@​marklai1998](https://github.com/marklai1998) made their first contribution in [#​2224](https://github.com/pinojs/pino/pull/2224)
- [@​CHC383](https://github.com/CHC383) made their first contribution in [#​2320](https://github.com/pinojs/pino/pull/2320)
- [@​omdxp](https://github.com/omdxp) made their first contribution in [#​2358](https://github.com/pinojs/pino/pull/2358)
- [@​rChaoz](https://github.com/rChaoz) made their first contribution in [#​2372](https://github.com/pinojs/pino/pull/2372)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.1.0...v10.1.1>
### [`v10.1.0`](https://github.com/pinojs/pino/releases/tag/v10.1.0)
[Compare Source](https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0)
#### What's Changed
- test: add regression test for issue [#​2313](https://github.com/pinojs/pino/issues/2313) by [@​mcollina](https://github.com/mcollina) in [#​2314](https://github.com/pinojs/pino/pull/2314)
- fix!: use safer types for censor function signature ([#​2307](https://github.com/pinojs/pino/issues/2307)) by [@​slifty](https://github.com/slifty) in [#​2308](https://github.com/pinojs/pino/pull/2308)
- remove unused parsedChindingsSym symbol by [@​mcollina](https://github.com/mcollina) in [#​2315](https://github.com/pinojs/pino/pull/2315)
- chore: add .npmignore to exclude unnecessary files by [@​mcollina](https://github.com/mcollina) in [#​2312](https://github.com/pinojs/pino/pull/2312)
- chore(lint): migrate from standard to neostandard & upgrade eslint to v9 by [@​lokeshwar777](https://github.com/lokeshwar777) in [#​2316](https://github.com/pinojs/pino/pull/2316)
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 17.23.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2305](https://github.com/pinojs/pino/pull/2305)
- Use [@​pinojs/redact](https://github.com/pinojs/redact) by [@​mcollina](https://github.com/mcollina) in [#​2321](https://github.com/pinojs/pino/pull/2321)
- fix: added missing isoTimeNano to nested namespace by [@​edge33](https://github.com/edge33) in [#​2325](https://github.com/pinojs/pino/pull/2325)
#### New Contributors
- [@​slifty](https://github.com/slifty) made their first contribution in [#​2308](https://github.com/pinojs/pino/pull/2308)
- [@​lokeshwar777](https://github.com/lokeshwar777) made their first contribution in [#​2316](https://github.com/pinojs/pino/pull/2316)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v10.0.0...v10.1.0>
### [`v10.0.0`](https://github.com/pinojs/pino/releases/tag/v10.0.0)
[Compare Source](https://github.com/pinojs/pino/compare/v9.14.0...v10.0.0)
The only breaking change is dropping support for Node 18.
#### What's Changed
- feat(types): add LogFnFields by [@​samchungy](https://github.com/samchungy) in [#​2254](https://github.com/pinojs/pino/pull/2254)
- Convert tests to node:test by [@​jsumners](https://github.com/jsumners) in [#​2299](https://github.com/pinojs/pino/pull/2299)
- removed unused .taprc.yaml by [@​jsumners](https://github.com/jsumners) in [#​2310](https://github.com/pinojs/pino/pull/2310)
**Full Changelog**: <https://github.com/pinojs/pino/compare/v9.13.1...v10.0.0>
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQzLjUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/9
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-03-15 22:19:47 +01:00 |
|
renovate-bot
|
091cee0d43
|
chore(deps): update dependency eslint-plugin-security to v4 (#27)
CD / Build and push (amd64) (push) Has been cancelled
CD / test (push) Has been cancelled
CD / Check changes (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) | [`3.0.1` → `4.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-security/3.0.1/4.0.0) |  |  |
---
### Release Notes
<details>
<summary>eslint-community/eslint-plugin-security (eslint-plugin-security)</summary>
### [`v4.0.0`](https://github.com/eslint-community/eslint-plugin-security/blob/HEAD/CHANGELOG.md#400-2026-02-19)
[Compare Source](https://github.com/eslint-community/eslint-plugin-security/compare/v3.0.1...eslint-plugin-security-v4.0.0)
##### ⚠ BREAKING CHANGES
- requires node ^18.18.0 || ^20.9.0 || >=21.1.0 ([#​146](https://github.com/eslint-community/eslint-plugin-security/issues/146))
- switch the recommended config to flat ([#​118](https://github.com/eslint-community/eslint-plugin-security/issues/118))
##### Features
- add config recommended-legacy ([#​132](https://github.com/eslint-community/eslint-plugin-security/issues/132)) ([13d3f2f](https://github.com/eslint-community/eslint-plugin-security/commit/13d3f2fc6ba327c894959db30462f3fda0272f0c))
- Add meta object documentation for all rules ([#​79](https://github.com/eslint-community/eslint-plugin-security/issues/79)) ([fb1d9ef](https://github.com/eslint-community/eslint-plugin-security/commit/fb1d9ef56e0cf2705b9e413b483261df394c45e1))
- detect-bidi-characters rule ([#​95](https://github.com/eslint-community/eslint-plugin-security/issues/95)) ([4294d29](https://github.com/eslint-community/eslint-plugin-security/commit/4294d29cca8af5c627de759919add6dd698644ba))
- **detect-non-literal-fs-filename:** change to track non-top-level `require()` as well ([#​105](https://github.com/eslint-community/eslint-plugin-security/issues/105)) ([d3b1543](https://github.com/eslint-community/eslint-plugin-security/commit/d3b15435b45b9ac2ee5f0d3249f590e32369d7d2))
- extend detect non literal fs filename ([#​92](https://github.com/eslint-community/eslint-plugin-security/issues/92)) ([08ba476](https://github.com/eslint-community/eslint-plugin-security/commit/08ba4764a83761f6f44cb28940923f1d25f88581))
- improve detect-child-process rule ([#​108](https://github.com/eslint-community/eslint-plugin-security/issues/108)) ([64ae529](https://github.com/eslint-community/eslint-plugin-security/commit/64ae52944a86f9d9daee769acd63ebbdfc5b6631))
- **non-literal-require:** support template literals ([#​81](https://github.com/eslint-community/eslint-plugin-security/issues/81)) ([208019b](https://github.com/eslint-community/eslint-plugin-security/commit/208019bad4f70a142ab1f0ea7238c37cb70d1a5a))
- requires node ^18.18.0 || ^20.9.0 || >=21.1.0 ([#​146](https://github.com/eslint-community/eslint-plugin-security/issues/146)) ([df1b606](https://github.com/eslint-community/eslint-plugin-security/commit/df1b6063c1224e1163dfdc37c96b64bb52d816bb))
- switch the recommended config to flat ([#​118](https://github.com/eslint-community/eslint-plugin-security/issues/118)) ([e20a366](https://github.com/eslint-community/eslint-plugin-security/commit/e20a3664c2f638466286ae9a97515722fc98f97c))
##### Bug Fixes
- Add ESLint 10 compatibility for context.sourceCode API change ([#​186](https://github.com/eslint-community/eslint-plugin-security/issues/186)) ([7f9ee77](https://github.com/eslint-community/eslint-plugin-security/commit/7f9ee77677744f7029c545d714d57f0966b3387e))
- add name to recommended flat config ([#​161](https://github.com/eslint-community/eslint-plugin-security/issues/161)) ([aa1c8c5](https://github.com/eslint-community/eslint-plugin-security/commit/aa1c8c57a2df4ce64a202808c5642a41b47d4519))
- Avoid crash when exec() is passed no arguments ([7f97815](https://github.com/eslint-community/eslint-plugin-security/commit/7f97815accf6bcd87de73c32a967946b1b3b0530)), closes [#​82](https://github.com/eslint-community/eslint-plugin-security/issues/82) [#​23](https://github.com/eslint-community/eslint-plugin-security/issues/23)
- Avoid TypeError when exec stub is used with no arguments ([#​97](https://github.com/eslint-community/eslint-plugin-security/issues/97)) ([9c18f16](https://github.com/eslint-community/eslint-plugin-security/commit/9c18f16187719b58cc5dfde9860344bad823db28))
- **detect-child-process:** false positive for destructuring with `exec` ([#​102](https://github.com/eslint-community/eslint-plugin-security/issues/102)) ([657921a](https://github.com/eslint-community/eslint-plugin-security/commit/657921a93f6f73c0de6113e497b22e7cf079f520))
- **detect-child-process:** false positives for destructuring `spawn` ([#​103](https://github.com/eslint-community/eslint-plugin-security/issues/103)) ([fdfe37d](https://github.com/eslint-community/eslint-plugin-security/commit/fdfe37d667367e5fd228c26573a1791c81a044d2))
- Ensure empty eval() doesn't crash detect-eval-with-expression ([#​139](https://github.com/eslint-community/eslint-plugin-security/issues/139)) ([8a7c7db](https://github.com/eslint-community/eslint-plugin-security/commit/8a7c7db1e2b49e2831d510b8dc1db235dee0edf0))
- Ensure everything works with ESLint v9 ([#​145](https://github.com/eslint-community/eslint-plugin-security/issues/145)) ([ac50ab4](https://github.com/eslint-community/eslint-plugin-security/commit/ac50ab481ed63d7262513186136ca1429d3b8290))
- false positives for static expressions in detect-non-literal-fs-filename, detect-child-process, detect-non-literal-regexp, and detect-non-literal-require ([#​109](https://github.com/eslint-community/eslint-plugin-security/issues/109)) ([56102b5](https://github.com/eslint-community/eslint-plugin-security/commit/56102b50aed4bd632dd668770eb37de58788110b))
- generate provenance statement for release ([#​168](https://github.com/eslint-community/eslint-plugin-security/issues/168)) ([eb3ee9c](https://github.com/eslint-community/eslint-plugin-security/commit/eb3ee9c38cfd51e13c7a4061f5794db7347c90e5))
- Incorrect method name in detect-buffer-noassert. ([313c0c6](https://github.com/eslint-community/eslint-plugin-security/commit/313c0c693f48aa85d0c9b65a46f6c620cd10f907)), closes [#​63](https://github.com/eslint-community/eslint-plugin-security/issues/63) [#​80](https://github.com/eslint-community/eslint-plugin-security/issues/80)
- release-please config ([#​189](https://github.com/eslint-community/eslint-plugin-security/issues/189)) ([2443d10](https://github.com/eslint-community/eslint-plugin-security/commit/2443d10c428724757fac230384ff0692bbd50485))
##### [3.0.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v3.0.0...v3.0.1) (2024-06-14)
##### Bug Fixes
- add name to recommended flat config ([#​161](https://www.github.com/eslint-community/eslint-plugin-security/issues/161)) ([aa1c8c5](https://www.github.com/eslint-community/eslint-plugin-security/commit/aa1c8c57a2df4ce64a202808c5642a41b47d4519))
##### [3.0.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v3.0.0...v3.0.1) (2024-06-13)
##### Bug Fixes
- add name to recommended flat config ([#​161](https://www.github.com/eslint-community/eslint-plugin-security/issues/161)) ([aa1c8c5](https://www.github.com/eslint-community/eslint-plugin-security/commit/aa1c8c57a2df4ce64a202808c5642a41b47d4519))
</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: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/27
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-03-15 22:19:30 +01:00 |
|
renovate-bot
|
1b89b4424a
|
chore(deps): pin dependencies (#19)
CD / Check changes (push) Successful in 10s
CD / test (push) Successful in 3m45s
CD / Build and push (amd64) (push) Successful in 44s
CD / Build and push (arm64) (push) Successful in 2m29s
CD / Create manifest (push) Successful in 7s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors)) | devDependencies | pin | [`^2.8.19` → `2.8.19`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.19/2.8.19) |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | devDependencies | pin | [`^5.0.3` → `5.0.6`](https://renovatebot.com/diffs/npm/@types%2fexpress/5.0.6/5.0.6) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | pin | [`^8.37.0` → `8.55.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.55.0/8.55.0) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | pin | [`^8.37.0` → `8.55.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.55.0/8.55.0) |
| [actions/setup-node](https://github.com/actions/setup-node) | action | pinDigest | → `a0853c2` |
| [cspell](https://cspell.org/) ([source](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | devDependencies | pin | [`^9.1.5` → `9.6.4`](https://renovatebot.com/diffs/npm/cspell/9.6.4/9.6.4) |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | action | pinDigest | → `8d2750c` |
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | pin | [`^9.31.0` → `9.39.2`](https://renovatebot.com/diffs/npm/eslint/9.39.2/9.39.2) |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | devDependencies | pin | [`^2.32.0` → `2.32.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.32.0/2.32.0) |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | pin | [`^5.5.1` → `5.5.5`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.5.5/5.5.5) |
| [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) | devDependencies | pin | [`^3.0.1` → `3.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-security/3.0.1/3.0.1) |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | devDependencies | pin | [`^61.0.0` → `61.0.2`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/61.0.2/61.0.2) |
| [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | pin | [`^8.37.0` → `8.55.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.55.0/8.55.0) |
⚠️ Renovate's pin functionality [does not currently](https://github.com/renovatebot/renovate/issues/40288) wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).
Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.
---
### 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/19
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2026-02-18 14:45:35 +01:00 |
|
renovate-bot
|
adf0e8d7a6
|
Update dependency eslint-plugin-unicorn to v61 (#5)
CD / Check changes (push) Successful in 15s
CD / Build and push (amd64) (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
CD / test (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | devDependencies | major | [`^59.0.1` -> `^61.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/59.0.1/61.0.2) |
---
### Release Notes
<details>
<summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary>
### [`v61.0.2`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.2)
[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2)
- `throw-new-error`: Fix false positive for Effect library ([#​2740](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2740)) [`0ddf5ea`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0ddf5ead)
- `no-useless-undefined`: Ignore `Set#delete(undefined)` ([#​2739](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2739)) [`99acd27`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/99acd272)
- `prefer-includes` and `prefer-array-index-of`: Prevent crash on Vue files ([#​2645](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2645)) [`a1da518`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a1da5182)
***
### [`v61.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.1)
[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1)
- `prefer-classlist-toggle`: Omit `Element#classList.contains()` call when fixing ([#​2732](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2732)) [`066f96b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/066f96b9)
***
### [`v61.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v61.0.0)
[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0)
##### New rules
- [`prefer-bigint-literals`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-bigint-literals.md) ([#​2722](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2722)) [`1f4cb8a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1f4cb8a2)
- [`prefer-classlist-toggle`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-classlist-toggle.md) ([#​2731](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2731)) [`5f27ec2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f27ec2a)
- [`require-module-attributes`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-attributes.md) ([#​2725](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2725)) [`5f275e2`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f275e25)
- [`no-array-sort`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-sort.md) ([#​2713](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2713)) [`b70d1e8`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b70d1e8e)
##### Improvements
- Add `unopinionated` config ([#​2715](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2715)) [`c13d09b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c13d09b8)
- Improve compatibility with optional chaining ([#​2727](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2727)) [`60b2ec5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/60b2ec5e)
- `no-array-reduce`: Report optional chaining and calling of `.reduce()` ([#​2721](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2721)) [`caa1f8b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/caa1f8b8)
- `prefer-type-error`: Ignore error type check ([#​2729](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2729)) [`d12fc01`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d12fc01c)
##### Fixes
- `prefer-includes`: Fix compatibility with Vue SFC ([#​2704](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2704)) [`540a4d4`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/540a4d4b)
***
### [`v60.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v60.0.0)
[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v60.0.0)
##### Breaking
- Require Node.js 20.10 ([#​2698](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2698)) [`2dc27d9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2dc27d90)
##### New rules
- [`prefer-class-fields`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-class-fields.md) ([#​2512](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2512)) [`4c82dc1`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4c82dc12)
- [`no-array-reverse`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-reverse.md) ([#​2677](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2677)) [`b051302`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b051302f)
- [`require-module-specifiers`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-specifiers.md) ([#​2686](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2686)) [`2a8e152`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2a8e152e)
- [`no-useless-error-capture-stack-trace`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-error-capture-stack-trace.md) ([#​2676](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2676)) [`fc900b6`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fc900b61)
##### Improvements
- `prefer-string-replace-all`: Preserve escape ([#​2667](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2667)) [`2310b50`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2310b507)
- Support `SuppressedError` ([#​2669](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2669)) [`f51aeb9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f51aeb9a)
##### Fixes
- `no-array-callback-reference`: Fix optional chaining expressions being ignored ([#​2694](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2694)) [`ad27922`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ad27922e)
- `no-unnecessary-await`: Fix handling of experimental pipeline operator ([#​2658](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2658)) [`2b8ebe5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2b8ebe57)
***
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.t000-n.de/t.behrendt/outline-mcp/pulls/5
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
|
2025-09-09 17:42:49 +02:00 |
|
t.behrendt
|
e2081a19b5
|
initial-commit (#1)
CD / test (push) Successful in 21s
CD / Check changes (push) Successful in 31s
CD / Build and push (amd64) (push) Successful in 47s
CD / Build and push (arm64) (push) Successful in 3m6s
CD / Create manifest (push) Successful in 55s
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
|
2025-07-16 07:21:12 +02:00 |
|