renovate-bot
0358f3202c
Update docker minor+patch+digest updates
Lint / lint (push) Failing after 12s
Build / build (pull_request) Failing after 24s
2025-10-22 12:01:41 +00:00
renovate-bot
9db3849efc
Update dependency @effect/language-service to ^0.46.0 ( #49 )
...
Lint / lint (push) Failing after 13s
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@effect/language-service](https://github.com/Effect-TS/language-service ) | [`^0.45.0` -> `^0.46.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.45.1/0.46.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>Effect-TS/language-service (@​effect/language-service)</summary>
### [`v0.46.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0460 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.45.1...v0.46.0 )
##### Minor Changes
- [#​424](https://github.com/Effect-TS/language-service/pull/424 ) [`4bbfdb0`](https://github.com/Effect-TS/language-service/commit/4bbfdb0a4894ee442e93b0a6cfa845447a2a045f ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add support to mark a service as "leakable" via JSDoc tag. Services marked with `@effect-leakable-service` will be excluded from the leaking requirements diagnostic, allowing requirements that are expected to be provided per method invocation (e.g. HttpServerRequest).
Example:
```ts
/**
* @​effect-leakable-service
*/
export class FileSystem extends Context.Tag("FileSystem")<
FileSystem,
{
writeFile: (content: string) => Effect.Effect<void>;
}
>() {}
```
- [#​428](https://github.com/Effect-TS/language-service/pull/428 ) [`ebaa8e8`](https://github.com/Effect-TS/language-service/commit/ebaa8e85d1c372fb3f584a49b6ea3600c467ac33 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add diagnostic to warn when `@effect-diagnostics-next-line` comments have no effect. This helps identify unused suppression comments that don't actually suppress any diagnostics, improving code cleanliness.
The new `missingDiagnosticNextLine` option controls the severity of this diagnostic (default: "warning"). Set to "off" to disable.
Example:
```ts
// This comment will trigger a warning because it doesn't suppress any diagnostic
// @​effect-diagnostics-next-line effect/floatingEffect:off
const x = 1;
// This comment is correctly suppressing a diagnostic
// @​effect-diagnostics-next-line effect/floatingEffect:off
Effect.succeed(1);
```
##### Patch Changes
- [#​426](https://github.com/Effect-TS/language-service/pull/426 ) [`22717bd`](https://github.com/Effect-TS/language-service/commit/22717bda12a889f00bc4b78719a487e62da74bef ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Improve Layer Magic refactor with enhanced dependency sorting and cycle detection
The Layer Magic refactor now includes:
- Better handling of complex layer composition scenarios
- Support for detecting missing layer implementations with helpful error messages
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #49
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-22 09:01:47 +02:00
renovate-bot
b4a8a79a6f
Update docker minor+patch+digest updates ( #48 )
...
Lint / lint (push) Failing after 13s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node ) | final | digest | `535ba2e` -> `b64d83b` |
| [node](https://github.com/nodejs/node ) | | digest | `2bb201f` -> `6b66300` |
---
### 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #48
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-22 09:01:09 +02:00
renovate-bot
cba342f08e
Update grafana/tempo:latest Docker digest to 9ce9a55 ( #46 )
...
Lint / lint (push) Failing after 13s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `8b14474` -> `9ce9a55` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NC4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #46
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-21 00:29:59 +02:00
renovate-bot
a68ad22e66
Update grafana/tempo:latest Docker digest to 8b14474 ( #42 )
...
Lint / lint (push) Failing after 13s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `35b5ca6` -> `8b14474` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4yIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #42
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-19 01:01:46 +02:00
renovate-bot
3f21f0ae8a
Update actions/setup-node action to v6 ( #43 )
...
Lint / lint (push) Has been cancelled
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://github.com/actions/setup-node ) | action | major | `v3` -> `v6` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
### [`v6`](https://github.com/actions/setup-node/compare/v5...v6 )
[Compare Source](https://github.com/actions/setup-node/compare/v5...v6 )
### [`v5`](https://github.com/actions/setup-node/compare/v4...v5 )
[Compare Source](https://github.com/actions/setup-node/compare/v4...v5 )
### [`v4`](https://github.com/actions/setup-node/compare/v3...v4 )
[Compare Source](https://github.com/actions/setup-node/compare/v3...v4 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4yIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #43
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-19 01:01:33 +02:00
renovate-bot
f71b2a99d6
Update actions/checkout action to v5 ( #41 )
...
Lint / lint (push) Failing after 12s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | major | `v3` -> `v5` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v5`](https://github.com/actions/checkout/compare/v4...v5 )
[Compare Source](https://github.com/actions/checkout/compare/v4...v5 )
### [`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422 )
[Compare Source](https://github.com/actions/checkout/compare/v3...v4 )
- `url-helper.ts` now leverages well-known environment variables by [@​jww3](https://github.com/jww3 ) in [#​1941](https://github.com/actions/checkout/pull/1941 )
- Expand unit test coverage for `isGhes` by [@​jww3](https://github.com/jww3 ) in [#​1946](https://github.com/actions/checkout/pull/1946 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTEuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1MS4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #41
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-17 17:52:13 +02:00
renovate-bot
2ae49eeda8
Update docker minor+patch+digest updates ( #40 )
...
Lint / lint (push) Failing after 13s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `9d90999` -> `35b5ca6` |
| [prom/prometheus](https://github.com/prometheus/prometheus ) | patch | `v3.7.0` -> `v3.7.1` |
---
### Release Notes
<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>
### [`v3.7.1`](https://github.com/prometheus/prometheus/releases/tag/v3.7.1 ): 3.7.1 / 2025-10-16
[Compare Source](https://github.com/prometheus/prometheus/compare/v3.7.0...v3.7.1 )
- \[BUGFIX] OTLP: Prefix `key_` to label name when translating an OTel attribute name starting with a single underscore, and keep multiple consecutive underscores in label name when translating an OTel attribute name. This reverts the breaking changes introduced in 3.7.0. [#​17344](https://github.com/prometheus/prometheus/issues/17344 )
</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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTEuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1MS4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/40
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-17 17:51:58 +02:00
Julien Valverdé
3f45c7ae3e
Work
Lint / lint (push) Failing after 42s
2025-10-17 06:39:57 +02:00
Julien Valverdé
35d4bf7d7f
Regenerate lockfile
Lint / lint (push) Failing after 13s
2025-10-16 22:24:03 +02:00
renovate-bot
1da0fbfce1
Update bun minor+patch updates ( #39 )
...
Lint / lint (push) Failing after 6s
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@effect/language-service](https://github.com/Effect-TS/language-service ) | [`^0.44.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.44.1/0.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [lucide-react](https://lucide.dev ) ([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.545.0` -> `^0.546.0`](https://renovatebot.com/diffs/npm/lucide-react/0.545.0/0.546.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [postcss-css-variables](https://github.com/MadLittleMods/postcss-css-variables ) | [`^0.14.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/postcss-css-variables/0.14.0/0.19.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>Effect-TS/language-service (@​effect/language-service)</summary>
### [`v0.45.1`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0451 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.45.0...v0.45.1 )
##### Patch Changes
- [#​423](https://github.com/Effect-TS/language-service/pull/423 ) [`70d8734`](https://github.com/Effect-TS/language-service/commit/70d8734558c4ba3abfd69fafce785b7f58a70a52 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add code fix to rewrite Schema class constructor overrides as static 'new' methods
When detecting constructor overrides in Schema classes, the diagnostic now provides a new code fix option that automatically rewrites the constructor as a static 'new' method. This preserves the custom initialization logic while maintaining Schema's decoding behavior.
Example:
```typescript
// Before (with constructor override)
class MyClass extends Schema.Class<MyClass>("MyClass")({ a: Schema.Number }) {
b: number;
constructor() {
super({ a: 42 });
this.b = 56;
}
}
// After (using static 'new' method)
class MyClass extends Schema.Class<MyClass>("MyClass")({ a: Schema.Number }) {
b: number;
public static new() {
const _this = new this({ a: 42 });
_this.b = 56;
return _this;
}
}
```
- [#​421](https://github.com/Effect-TS/language-service/pull/421 ) [`8c455ed`](https://github.com/Effect-TS/language-service/commit/8c455ed7a459665d26c30f1e5d90338e48794815 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Update dependencies to their latest versions including Effect 3.18.4, TypeScript 5.9.3, and various ESLint and build tooling packages
### [`v0.45.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0450 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.44.1...v0.45.0 )
##### Minor Changes
- [#​419](https://github.com/Effect-TS/language-service/pull/419 ) [`7cd7216`](https://github.com/Effect-TS/language-service/commit/7cd7216abc8e3057098acf1889c7494d17a869d6 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add support for custom APIs in deterministicKeys diagnostic using the `@effect-identifier` JSDoc tag.
You can now enforce deterministic keys in custom APIs that follow an `extends MyApi("identifier")` pattern by:
- Adding `extendedKeyDetection: true` to plugin options to enable detection
- Marking the identifier parameter with `/** @​effect-identifier */` JSDoc tag
Example:
```ts
export function Repository(/** @​effect-identifier */ identifier: string) {
return Context.Tag("Repository/" + identifier);
}
export class UserRepo extends Repository("user-repo")<
UserRepo,
{
/** ... */
}
>() {}
```
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.546.0`](https://github.com/lucide-icons/lucide/releases/tag/0.546.0 ): Version 0.546.0
[Compare Source](https://github.com/lucide-icons/lucide/compare/0.545.0...0.546.0 )
#### What's Changed
- fix(icons): changed `receipt-text` icon by [@​jguddas](https://github.com/jguddas ) in [#​3553](https://github.com/lucide-icons/lucide/pull/3553 )
- fix(docs): removed duplicate text in intro text by [@​nielsswinkels](https://github.com/nielsswinkels ) in [#​3673](https://github.com/lucide-icons/lucide/pull/3673 )
- feat(icons): add VS Code `squircle` base shape snippet by [@​danielbayley](https://github.com/danielbayley ) in [#​3674](https://github.com/lucide-icons/lucide/pull/3674 )
- fix(icons): changed `sword` icon by [@​jguddas](https://github.com/jguddas ) in [#​3421](https://github.com/lucide-icons/lucide/pull/3421 )
- feat(icons): added `monitor-cloud` icon by [@​karsa-mistmere](https://github.com/karsa-mistmere ) in [#​3037](https://github.com/lucide-icons/lucide/pull/3037 )
#### New Contributors
- [@​nielsswinkels](https://github.com/nielsswinkels ) made their first contribution in [#​3673](https://github.com/lucide-icons/lucide/pull/3673 )
**Full Changelog**: <https://github.com/lucide-icons/lucide/compare/0.545.0...0.546.0 >
</details>
<details>
<summary>MadLittleMods/postcss-css-variables (postcss-css-variables)</summary>
### [`v0.19.0`](https://github.com/MadLittleMods/postcss-css-variables/blob/HEAD/CHANGELOG.md#v0190---2023-04-12 )
[Compare Source](https://github.com/MadLittleMods/postcss-css-variables/compare/v0.18.0...v0.19.0 )
- Fix nesting edge case with comma separated selectors
- Thank you to [@​marapper](https://github.com/marapper ) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/131 )
### [`v0.18.0`](https://github.com/MadLittleMods/postcss-css-variables/blob/HEAD/CHANGELOG.md#v0180---2021-05-11 )
[Compare Source](https://github.com/MadLittleMods/postcss-css-variables/compare/v0.17.0...v0.18.0 )
- \[breaking] Add basic postcss 8 support (older versions of PostCSS no longer compatible)
- Thank you to [@​delucis](https://github.com/delucis ) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/129 )
### [`v0.17.0`](https://github.com/MadLittleMods/postcss-css-variables/blob/HEAD/CHANGELOG.md#v0170---2020-04-24 )
[Compare Source](https://github.com/MadLittleMods/postcss-css-variables/compare/v0.16.0...v0.17.0 )
- Expand variables in AtRule properties
- Thank you to [@​pvande](https://github.com/pvande ) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/104 )
- Merged via [#​121](https://github.com/MadLittleMods/postcss-css-variables/pull/121 )
### [`v0.16.0`](https://github.com/MadLittleMods/postcss-css-variables/blob/HEAD/CHANGELOG.md#v0160---2020-04-24 )
[Compare Source](https://github.com/MadLittleMods/postcss-css-variables/compare/v0.14.0...v0.16.0 )
- Add ability to pass callback function to `options.preserve` to determine whether to preserve declaration
- Thank you to [@​ekatioz](https://github.com/ekatioz ) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/116 )
</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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #39
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-16 21:35:02 +02:00
renovate-bot
de39e4fa94
Update grafana/tempo:latest Docker digest to 9d90999 ( #38 )
...
Lint / lint (push) Failing after 12s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `4b9b945` -> `9d90999` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #38
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-16 21:34:30 +02:00
Julien Valverdé
76ac4317f3
Cleanup
Lint / lint (push) Failing after 12s
2025-10-16 04:35:40 +02:00
Julien Valverdé
1b1f88cf76
Add 98.css
Lint / lint (push) Failing after 14s
2025-10-16 04:32:26 +02:00
Julien Valverdé
64a564b6cc
Update color scheme
Lint / lint (push) Successful in 13s
2025-10-16 03:13:40 +02:00
renovate-bot
4ad043db82
Update docker minor+patch+digest updates ( #37 )
...
Lint / lint (push) Successful in 15s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `ae81713` -> `4b9b945` |
| [prom/prometheus](https://github.com/prometheus/prometheus ) | minor | `v3.6.0` -> `v3.7.0` |
---
### Release Notes
<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>
### [`v3.7.0`](https://github.com/prometheus/prometheus/releases/tag/v3.7.0 ): 3.7.0 / 2025-10-15
[Compare Source](https://github.com/prometheus/prometheus/compare/v3.6.0...v3.7.0 )
- \[CHANGE] Remote-write: the following metrics are deprecated:
- `prometheus_remote_storage_samples_in_total`, use `prometheus_wal_watcher_records_read_total{type="samples"}` and `prometheus_remote_storage_samples_dropped_total` instead,
- `prometheus_remote_storage_histograms_in_total`, use `prometheus_wal_watcher_records_read_total{type=~".*histogram_samples"}` and `prometheus_remote_storage_histograms_dropped_total` instead,
- `prometheus_remote_storage_exemplars_in_total`, use `prometheus_wal_watcher_records_read_total{type="exemplars"}` and `prometheus_remote_storage_exemplars_dropped_total` instead,
- `prometheus_remote_storage_highest_timestamp_in_seconds`, use the more accurate `prometheus_remote_storage_queue_highest_timestamp_seconds` instead in dashboards and alerts to properly account for relabeling and for more accuracy. [#​17065](https://github.com/prometheus/prometheus/issues/17065 )
- \[FEATURE] PromQL: Add support for experimental anchored and smoothed rate behind feature flag `promql-extended-range-selectors`. [#​16457](https://github.com/prometheus/prometheus/issues/16457 )
- \[FEATURE] Federation: Add support for native histograms with custom buckets (NHCB). [#​17215](https://github.com/prometheus/prometheus/issues/17215 )
- \[FEATURE] PromQL: Add `first_over_time(...)` and `ts_of_first_over_time(...)` behind feature flag `experimental-promql-functions`. [#​16963](https://github.com/prometheus/prometheus/issues/16963 ) [#​17021](https://github.com/prometheus/prometheus/issues/17021 )
- \[FEATURE] Remote-write: Add support for Azure Workload Identity as an authentication method for the receiver. [#​16788](https://github.com/prometheus/prometheus/issues/16788 )
- \[FEATURE] Remote-write: Add type and unit labels to outgoing time series in remote-write 2.0 when the `type-and-unit-labels` feature flag is enabled. [#​17033](https://github.com/prometheus/prometheus/issues/17033 )
- \[FEATURE] OTLP: Write start time of metrics as created time zero samples into TSDB when `created-timestamp-zero-ingestion` feature flag is enabled. [#​16951](https://github.com/prometheus/prometheus/issues/16951 )
- \[ENHANCEMENT] PromQL: Add warn-level annotations for counter reset conflicts in certain histogram operations. [#​17051](https://github.com/prometheus/prometheus/issues/17051 ) [#​17094](https://github.com/prometheus/prometheus/issues/17094 )
- \[ENHANCEMENT] UI: Add scrape interval and scrape timeout to targets page. [#​17158](https://github.com/prometheus/prometheus/issues/17158 )
- \[ENHANCEMENT] TSDB: Reduce the resolution of native histograms read from chunks or remote read if the schema is exponential. [#​17213](https://github.com/prometheus/prometheus/issues/17213 )
- \[ENHANCEMENT] Remote write: Add logging for unexpected metadata in sample batches, when metadata entries are found in samples-only batches. [#​17034](https://github.com/prometheus/prometheus/issues/17034 ) [#​17082](https://github.com/prometheus/prometheus/issues/17082 )
- \[ENHANCEMENT] Rules: Support concurrent evaluation for rules querying `ALERTS` and `ALERTS_FOR_STATE`. [#​17064](https://github.com/prometheus/prometheus/issues/17064 )
- \[ENHANCEMENT] TSDB: Add logs to improve visibility into internal operations. [#​17074](https://github.com/prometheus/prometheus/issues/17074 )
- \[PERF] OTLP: Write directly to TSDB instead of passing through a Remote-Write adapter when receiving OTLP metrics. [#​16951](https://github.com/prometheus/prometheus/issues/16951 )
- \[PERF] OTLP: Reduce number of logs emitted from OTLP endpoint. No need to log duplicate sample errors. [#​17201](https://github.com/prometheus/prometheus/issues/17201 )
- \[PERF] PromQL: Move more work to preprocessing step. [#​16896](https://github.com/prometheus/prometheus/issues/16896 )
- \[PERF] PromQL: Reduce allocations when walking the syntax tree. [#​16593](https://github.com/prometheus/prometheus/issues/16593 )
- \[PERF] TSDB: Optimize appender creation, slightly speeding up startup. [#​16922](https://github.com/prometheus/prometheus/issues/16922 )
- \[PERF] TSDB: Improve speed of querying a series with multiple matchers. [#​13971](https://github.com/prometheus/prometheus/issues/13971 )
- \[BUGFIX] Alerting: Mutating alerts relabeling (using `replace` actions, etc.) within a `alertmanager_config.alert_relabel_configs` block is now scoped correctly and no longer yields altered alerts to subsequent blocks. [#​17063](https://github.com/prometheus/prometheus/issues/17063 )
- \[BUGFIX] Config: Infer valid escaping scheme when scrape config validation scheme is set. [#​16923](https://github.com/prometheus/prometheus/issues/16923 )
- \[BUGFIX] TSDB: Correctly handle appending mixed-typed samples to the same series. [#​17071](https://github.com/prometheus/prometheus/issues/17071 ) [#​17241](https://github.com/prometheus/prometheus/issues/17241 ) [#​17290](https://github.com/prometheus/prometheus/issues/17290 ) [#​17295](https://github.com/prometheus/prometheus/issues/17295 ) [#​17296](https://github.com/prometheus/prometheus/issues/17296 )
- \[BUGFIX] Remote-write: Prevent sending unsupported native histograms with custom buckets (NHCB) over Remote-write 1.0, log warning. [#​17146](https://github.com/prometheus/prometheus/issues/17146 )
- \[BUGFIX] TSDB: Fix metadata entries handling on `metadata-wal-records` experimental feature for native histograms with custom buckets (NHCB) in protobuf scraping. [#​17156](https://github.com/prometheus/prometheus/issues/17156 )
- \[BUGFIX] TSDB: Ignore Native Histograms with invalid schemas during WAL/WBL replay. [#​17214](https://github.com/prometheus/prometheus/issues/17214 )
- \[BUGFIX] PromQL: Avoid empty metric names in annotations for `histogram_quantile()`. [#​16794](https://github.com/prometheus/prometheus/issues/16794 )
- \[BUGFIX] PromQL: Correct inaccurate character positions in errors for some aggregate expressions. [#​16996](https://github.com/prometheus/prometheus/issues/16996 ) [#​17031](https://github.com/prometheus/prometheus/issues/17031 )
- \[BUGFIX] PromQL: Fix `info()` function on churning series. [#​17135](https://github.com/prometheus/prometheus/issues/17135 )
- \[BUGFIX] PromQL: Set native histogram to gauge type when subtracting or multiplying/dividing with negative factors. [#​17004](https://github.com/prometheus/prometheus/issues/17004 )
- \[BUGFIX] TSDB: Reject unsupported native histogram schemas when attempting to append to TSDB. For scrape and remote-write implement reducing the resolution to fit the maximum if the schema is within the -9 to 52. [#​17189](https://github.com/prometheus/prometheus/issues/17189 )
- \[BUGFIX] Remote-write: Fix HTTP handler to return after writing error response for invalid compression. [#​17050](https://github.com/prometheus/prometheus/issues/17050 )
- \[BUGFIX] Remote-write: Return HTTP error `400` instead of `5xx` for wrongly formatted Native Histograms. [#​17210](https://github.com/prometheus/prometheus/issues/17210 )
- \[BUGFIX] Scrape: Prevent staleness markers from generating unnecessary series. [#​16429](https://github.com/prometheus/prometheus/issues/16429 )
- \[BUGFIX] TSDB: Avoid misleading `Failed to calculate size of \"wal\" dir` error logs during WAL clean-up. [#​17006](https://github.com/prometheus/prometheus/issues/17006 )
- \[BUGFIX] TSDB: Prevent erroneously dropping series records during WAL checkpoints. [#​17029](https://github.com/prometheus/prometheus/issues/17029 )
- \[BUGFIX] UI: Fix redirect to path of `-web.external-url` if `-web.route-prefix` is configured. [#​17240](https://github.com/prometheus/prometheus/issues/17240 )
- \[BUGIFX] Remote-write: Do not panic on invalid symbol table in remote-write 2.0. [#​17160](https://github.com/prometheus/prometheus/issues/17160 )
</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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDkuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0OS4xIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/37
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-15 19:28:18 +02:00
Julien Valverdé
4d22f8e46a
Root work
Lint / lint (push) Successful in 42s
2025-10-15 03:19:42 +02:00
renovate-bot
da1149eb23
Update grafana/tempo:latest Docker digest to ae81713 ( #36 )
...
Lint / lint (push) Failing after 12s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `06ebe79` -> `ae81713` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguMyIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC4zIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #36
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-14 21:08:46 +02:00
Julien Valverdé
b0408a8929
Fix i18n
Lint / lint (push) Has been cancelled
2025-10-14 21:08:27 +02:00
Julien Valverdé
afabfc957b
Work
Lint / lint (push) Failing after 12s
2025-10-14 06:13:36 +02:00
renovate-bot
8688604e13
Update grafana/tempo:latest Docker digest to 06ebe79 ( #35 )
...
Lint / lint (push) Successful in 13s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `850b64c` -> `06ebe79` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni40IiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #35
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-14 05:19:36 +02:00
Julien Valverdé
999fff8ddc
Work
Lint / lint (push) Successful in 42s
2025-10-14 05:17:52 +02:00
Julien Valverdé
eefb4481ec
Work
Lint / lint (push) Successful in 42s
2025-10-13 06:04:10 +02:00
Julien Valverdé
26bc15c15b
Regenerate lockfile
Lint / lint (push) Successful in 12s
2025-10-13 00:43:00 +02:00
renovate-bot
d6ec4e9e46
Update docker minor+patch+digest updates ( #34 )
...
Lint / lint (push) Failing after 6s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| grafana/tempo | | digest | `6928536` -> `850b64c` |
| [oven/bun](https://github.com/oven-sh/bun ) | stage | minor | `1.2.23` -> `1.3.0` |
| [oven/bun](https://github.com/oven-sh/bun ) | | minor | `1.2.23` -> `1.3.0` |
---
### 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #34
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-13 00:18:04 +02:00
renovate-bot
9f9e62858d
Update bun minor+patch updates ( #31 )
...
Lint / lint (push) Failing after 6s
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@effect/language-service](https://github.com/Effect-TS/language-service ) | [`^0.42.0` -> `^0.44.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.42.0/0.44.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-http ) ([source](https://github.com/open-telemetry/opentelemetry-js )) | [`^0.205.0` -> `^0.206.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-trace-otlp-http/0.205.0/0.206.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [lucide-react](https://lucide.dev ) ([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.544.0` -> `^0.545.0`](https://renovatebot.com/diffs/npm/lucide-react/0.544.0/0.545.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>Effect-TS/language-service (@​effect/language-service)</summary>
### [`v0.44.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0440 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.43.2...v0.44.0 )
##### Minor Changes
- [#​415](https://github.com/Effect-TS/language-service/pull/415 ) [`42c66a1`](https://github.com/Effect-TS/language-service/commit/42c66a12658d712671b482fdcce0c5b608171d4f ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add `diagnosticsName` option to include rule names in diagnostic messages. When enabled (default: true), diagnostic messages will display the rule name at the end, e.g., "Effect must be yielded or assigned to a variable. effect(floatingEffect)"
### [`v0.43.2`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0432 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.43.1...v0.43.2 )
##### Patch Changes
- [#​410](https://github.com/Effect-TS/language-service/pull/410 ) [`0b40c04`](https://github.com/Effect-TS/language-service/commit/0b40c04625cadc0a8dfc3b194daafea1f751a3b9 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Defer typescript loading in CLI
### [`v0.43.1`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0431 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.43.0...v0.43.1 )
##### Patch Changes
- [#​408](https://github.com/Effect-TS/language-service/pull/408 ) [`9ccd800`](https://github.com/Effect-TS/language-service/commit/9ccd8007b338e0524e17d3061acb722ad5c0e87b ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Fix handling of leading/trailing slashes
### [`v0.43.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0430 )
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.42.0...v0.43.0 )
##### Minor Changes
- [#​407](https://github.com/Effect-TS/language-service/pull/407 ) [`6590590`](https://github.com/Effect-TS/language-service/commit/6590590c0decd83f0baa4fd47655f0f67b6c5db9 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Add deterministicKeys diagnostic to enforce consistent key patterns for Services and Errors
This new diagnostic helps maintain consistent and unique keys for Effect Services and Tagged Errors by validating them against configurable patterns. The diagnostic is disabled by default and can be enabled via the `deterministicKeys` diagnosticSeverity setting.
Two patterns are supported:
- `default`: Constructs keys from package name + file path + class identifier (e.g., `@effect/package/FileName/ClassIdentifier`)
- `package-identifier`: Uses package name + identifier for flat project structures
Example configuration:
```jsonc
{
"diagnosticSeverity": {
"deterministicKeys": "error"
},
"keyPatterns": [
{
"target": "service",
"pattern": "default",
"skipLeadingPath": ["src/"]
}
]
}
```
The diagnostic also provides auto-fix code actions to update keys to match the configured patterns.
##### Patch Changes
- [#​405](https://github.com/Effect-TS/language-service/pull/405 ) [`f43b3ab`](https://github.com/Effect-TS/language-service/commit/f43b3ab32cad347fb2eb0af740771e35a6c7ff66 ) Thanks [@​mattiamanzati](https://github.com/mattiamanzati )! - Fix wrapWithEffectGen refactor not working on class heritage clauses
The wrapWithEffectGen refactor now correctly skips expressions in heritage clauses (e.g., `extends` clauses in class declarations) to avoid wrapping them inappropriately.
</details>
<details>
<summary>open-telemetry/opentelemetry-js (@​opentelemetry/exporter-trace-otlp-http)</summary>
### [`v0.206.0`](https://github.com/open-telemetry/opentelemetry-js/compare/2d3760898cdc4f0e68f9f956603cc5df279eb3a8...8e9b8bb2a7a2d81ae0b5171efdf1644210697fa2 )
[Compare Source](https://github.com/open-telemetry/opentelemetry-js/compare/2d3760898cdc4f0e68f9f956603cc5df279eb3a8...8e9b8bb2a7a2d81ae0b5171efdf1644210697fa2 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.545.0`](https://github.com/lucide-icons/lucide/releases/tag/0.545.0 ): Version 0.545.0
[Compare Source](https://github.com/lucide-icons/lucide/compare/0.544.0...0.545.0 )
#### What's Changed
- fix(icons): changed `flame` icon by [@​jamiemlaw](https://github.com/jamiemlaw ) in [#​3600](https://github.com/lucide-icons/lucide/pull/3600 )
- fix(icons): arcified `square-m` icon by [@​jguddas](https://github.com/jguddas ) in [#​3549](https://github.com/lucide-icons/lucide/pull/3549 )
- chore(deps-dev): bump vite from 6.3.5 to 6.3.6 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​3611](https://github.com/lucide-icons/lucide/pull/3611 )
- fix(icons): changed `combine` icon by [@​jguddas](https://github.com/jguddas ) in [#​3200](https://github.com/lucide-icons/lucide/pull/3200 )
- fix(icons): changed `building-2` icon by [@​karsa-mistmere](https://github.com/karsa-mistmere ) in [#​3509](https://github.com/lucide-icons/lucide/pull/3509 )
- chore(deps): bump devalue from 5.1.1 to 5.3.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​3638](https://github.com/lucide-icons/lucide/pull/3638 )
- feat(icons): Add `motorbike` icon by [@​jamiemlaw](https://github.com/jamiemlaw ) in [#​3371](https://github.com/lucide-icons/lucide/pull/3371 )
**Full Changelog**: <https://github.com/lucide-icons/lucide/compare/0.544.0...0.545.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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNCIsInVwZGF0ZWRJblZlciI6IjQxLjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119-->
Reviewed-on: #31
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud >
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud >
2025-10-13 00:17:49 +02:00
Julien Valverdé
569874a7af
Merge branch 'master' into next
Lint / lint (push) Successful in 13s
2025-10-13 00:13:14 +02:00
Julien Valverdé
6c9dcaafc6
Switch to watch mode
Lint / lint (push) Successful in 13s
2025-10-07 00:45:42 +02:00
Julien Valverdé
411aea0a29
Merge branch 'master' into next
Lint / lint (push) Successful in 12s
2025-10-07 00:43:07 +02:00
Julien Valverdé
cc3db52f02
Fix VSCode settings
Lint / lint (push) Successful in 13s
2025-10-05 22:47:42 +02:00
Julien Valverdé
619f6a78b2
Fix dependency
Lint / lint (push) Failing after 8s
2025-10-03 18:31:22 +02:00
Julien Valverdé
3416c5a90c
Fix
Lint / lint (push) Successful in 12s
2025-10-03 18:26:20 +02:00