Commit Graph

27 Commits

Author SHA1 Message Date
e23b870368 Update oven/bun Docker tag to v1.2.23
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 18s
2025-10-03 17:01:16 +02:00
5269948e21 Update bun minor+patch updates (#25)
Some checks failed
Build / build (push) Has been cancelled
Lint / lint (push) Has been cancelled
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [@effect/language-service](https://github.com/Effect-TS/language-service) | [`^0.40.0` -> `^0.41.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.40.1/0.41.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2flanguage-service/0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2flanguage-service/0.40.1/0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/opentelemetry](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/opentelemetry)) | [`^0.56.6` -> `^0.58.0`](https://renovatebot.com/diffs/npm/@effect%2fopentelemetry/0.56.6/0.58.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2fopentelemetry/0.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2fopentelemetry/0.56.6/0.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/platform](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform)) | [`^0.90.9` -> `^0.92.0`](https://renovatebot.com/diffs/npm/@effect%2fplatform/0.90.10/0.92.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2fplatform/0.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2fplatform/0.90.10/0.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/platform-browser](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-browser)) | [`^0.70.0` -> `^0.72.0`](https://renovatebot.com/diffs/npm/@effect%2fplatform-browser/0.70.0/0.72.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2fplatform-browser/0.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2fplatform-browser/0.70.0/0.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/platform-bun](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-bun)) | [`^0.79.0` -> `^0.81.0`](https://renovatebot.com/diffs/npm/@effect%2fplatform-bun/0.79.1/0.81.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2fplatform-bun/0.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2fplatform-bun/0.79.1/0.81.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/platform-node](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node)) | [`^0.96.1` -> `^0.98.0`](https://renovatebot.com/diffs/npm/@effect%2fplatform-node/0.96.1/0.98.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2fplatform-node/0.98.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2fplatform-node/0.96.1/0.98.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@effect/rpc](https://effect.website) ([source](https://github.com/Effect-TS/effect/tree/HEAD/packages/rpc)) | [`^0.69.2` -> `^0.71.0`](https://renovatebot.com/diffs/npm/@effect%2frpc/0.69.5/0.71.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2frpc/0.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2frpc/0.69.5/0.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>Effect-TS/language-service (@&#8203;effect/language-service)</summary>

### [`v0.41.1`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0411)

[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.41.0...v0.41.1)

##### Patch Changes

- [#&#8203;401](https://github.com/Effect-TS/language-service/pull/401) [`394fa8d`](394fa8d2e8) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Add Effect.Tag completion for classes extending Effect

  When typing `Effect.` in a class that extends Effect, the completion now also suggests `Effect.Tag` alongside the existing `Effect.Service` completion. This provides an additional way to define tagged services using the Effect.Tag pattern.

- [#&#8203;398](https://github.com/Effect-TS/language-service/pull/398) [`ae323d7`](ae323d791e) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Refactor internal TypeScript API wrappers to TypeScriptApi module for better code organization

- [#&#8203;400](https://github.com/Effect-TS/language-service/pull/400) [`6537461`](6537461915) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Reuse program package json info cache if available

### [`v0.41.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0410)

[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.40.1...v0.41.0)

##### Minor Changes

- [#&#8203;396](https://github.com/Effect-TS/language-service/pull/396) [`744de40`](744de4072f) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Add new diagnostic to warn when `Effect.Service` is used with a primitive type instead of an object type. This diagnostic helps prevent common mistakes where developers try to use primitive values (strings, numbers, etc.) as service types, which is not supported by `Effect.Service`. The diagnostic suggests wrapping the value in an object or manually using `Context.Tag` or `Effect.Tag` for primitive types.

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/opentelemetry)</summary>

### [`v0.58.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/opentelemetry/CHANGELOG.md#0580)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/opentelemetry@0.57.0...@effect/opentelemetry@0.58.0)

##### Minor Changes

- [#&#8203;5302](https://github.com/Effect-TS/effect/pull/5302) [`70fe803`](70fe803469) Thanks [@&#8203;mikearnaldi](https://github.com/mikearnaldi)! - Automatically set otel parent when present as external span

##### Patch Changes

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.0

### [`v0.57.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/opentelemetry/CHANGELOG.md#0570)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/opentelemetry@0.56.6...@effect/opentelemetry@0.57.0)

##### Patch Changes

- Updated dependencies \[[`d4d86a8`](d4d86a81f0)]:
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.91.0

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/platform)</summary>

### [`v0.92.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform/CHANGELOG.md#0921)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform@0.92.0...@effect/platform@0.92.1)

##### Patch Changes

- [#&#8203;5588](https://github.com/Effect-TS/effect/pull/5588) [`f6987c0`](f6987c04eb) Thanks [@&#8203;wmaurer](https://github.com/wmaurer)! - add additional predicate typings for HttpMiddleware.cors allowOrigins

### [`v0.92.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform/CHANGELOG.md#0920)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform@0.91.1...@effect/platform@0.92.0)

##### Patch Changes

- [#&#8203;5302](https://github.com/Effect-TS/effect/pull/5302) [`c60956e`](c60956e18f) Thanks [@&#8203;OliverJAsh](https://github.com/OliverJAsh)! - Adjust `xForwardedHeaders` middleware to always use `x-forwarded-for`

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0

### [`v0.91.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform/CHANGELOG.md#0911)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform@0.91.0...@effect/platform@0.91.1)

##### Patch Changes

- [#&#8203;5552](https://github.com/Effect-TS/effect/pull/5552) [`ffa494c`](ffa494cbc3) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - allow predicates for HttpMiddleware.cors allowOrigins

### [`v0.91.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform/CHANGELOG.md#0910)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform@0.90.10...@effect/platform@0.91.0)

##### Minor Changes

- [#&#8203;5549](https://github.com/Effect-TS/effect/pull/5549) [`d4d86a8`](d4d86a81f0) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - remove msgpackr re-exports

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/platform-browser)</summary>

### [`v0.72.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-browser/CHANGELOG.md#0720)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-browser@0.71.0...@effect/platform-browser@0.72.0)

##### Patch Changes

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.0

### [`v0.71.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-browser/CHANGELOG.md#0710)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-browser@0.70.0...@effect/platform-browser@0.71.0)

##### Patch Changes

- Updated dependencies \[[`d4d86a8`](d4d86a81f0)]:
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.91.0

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/platform-bun)</summary>

### [`v0.81.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-bun/CHANGELOG.md#0811)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-bun@0.81.0...@effect/platform-bun@0.81.1)

##### Patch Changes

- [#&#8203;5602](https://github.com/Effect-TS/effect/pull/5602) [`64b764b`](64b764b320) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - guard against race conditions in NodeSocketServer

- Updated dependencies \[[`64b764b`](64b764b320)]:
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.3
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.3

### [`v0.81.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-bun/CHANGELOG.md#0810)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-bun@0.80.0...@effect/platform-bun@0.81.0)

##### Patch Changes

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.0
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.0
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.0
  - [@&#8203;effect/rpc](https://github.com/effect/rpc)@&#8203;0.71.0
  - [@&#8203;effect/sql](https://github.com/effect/sql)@&#8203;0.46.0

### [`v0.80.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-bun/CHANGELOG.md#0800)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-bun@0.79.1...@effect/platform-bun@0.80.0)

##### Patch Changes

- Updated dependencies \[[`d4d86a8`](d4d86a81f0)]:
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.91.0
  - [@&#8203;effect/rpc](https://github.com/effect/rpc)@&#8203;0.70.0
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.49.0
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.50.0
  - [@&#8203;effect/sql](https://github.com/effect/sql)@&#8203;0.45.0

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/platform-node)</summary>

### [`v0.98.3`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0983)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.98.2...@effect/platform-node@0.98.3)

##### Patch Changes

- [#&#8203;5602](https://github.com/Effect-TS/effect/pull/5602) [`64b764b`](64b764b320) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - guard against race conditions in NodeSocketServer

- Updated dependencies \[[`64b764b`](64b764b320)]:
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.3
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.3

### [`v0.98.2`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0982)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.98.1...@effect/platform-node@0.98.2)

##### Patch Changes

- [#&#8203;5590](https://github.com/Effect-TS/effect/pull/5590) [`f4c4702`](f4c4702ab0) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - add openTimeout options to NodeSocket.makeNet

- Updated dependencies \[[`f4c4702`](f4c4702ab0), [`f6987c0`](f6987c04eb)]:
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.2
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.2
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.1

### [`v0.98.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0981)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.98.0...@effect/platform-node@0.98.1)

##### Patch Changes

- [#&#8203;5585](https://github.com/Effect-TS/effect/pull/5585) [`cf17f2f`](cf17f2f031) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - keep socket error listener attached in NodeSocket

- Updated dependencies \[[`07802f7`](07802f78fd), [`cf17f2f`](cf17f2f031)]:
  - effect\@&#8203;3.18.1
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.1
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.1

### [`v0.98.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0980)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.97.1...@effect/platform-node@0.98.0)

##### Patch Changes

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.0
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.50.0
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.51.0
  - [@&#8203;effect/rpc](https://github.com/effect/rpc)@&#8203;0.71.0
  - [@&#8203;effect/sql](https://github.com/effect/sql)@&#8203;0.46.0

### [`v0.97.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0971)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.97.0...@effect/platform-node@0.97.1)

##### Patch Changes

- [#&#8203;5557](https://github.com/Effect-TS/effect/pull/5557) [`978b6ff`](978b6ffc0b) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - allow NodeSocket.makeNet open to be interrupted

- Updated dependencies \[[`978b6ff`](978b6ffc0b)]:
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.50.1
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.49.1

### [`v0.97.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/platform-node/CHANGELOG.md#0970)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/platform-node@0.96.1...@effect/platform-node@0.97.0)

##### Patch Changes

- Updated dependencies \[[`d4d86a8`](d4d86a81f0)]:
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.91.0
  - [@&#8203;effect/rpc](https://github.com/effect/rpc)@&#8203;0.70.0
  - [@&#8203;effect/cluster](https://github.com/effect/cluster)@&#8203;0.49.0
  - [@&#8203;effect/platform-node-shared](https://github.com/effect/platform-node-shared)@&#8203;0.50.0
  - [@&#8203;effect/sql](https://github.com/effect/sql)@&#8203;0.45.0

</details>

<details>
<summary>Effect-TS/effect (@&#8203;effect/rpc)</summary>

### [`v0.71.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/rpc/CHANGELOG.md#0710)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/rpc@0.70.2...@effect/rpc@0.71.0)

##### Patch Changes

- Updated dependencies \[[`1c6ab74`](1c6ab74b31), [`70fe803`](70fe803469), [`c296e32`](c296e32554), [`a098ddf`](a098ddfc55)]:
  - effect\@&#8203;3.18.0
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.92.0

### [`v0.70.2`](https://github.com/Effect-TS/effect/blob/HEAD/packages/rpc/CHANGELOG.md#0702)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/rpc@0.70.1...@effect/rpc@0.70.2)

##### Patch Changes

- [#&#8203;5581](https://github.com/Effect-TS/effect/pull/5581) [`dd7b459`](dd7b4591b7) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - persist activity interrupts as "Suspended"

### [`v0.70.1`](https://github.com/Effect-TS/effect/blob/HEAD/packages/rpc/CHANGELOG.md#0701)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/rpc@0.70.0...@effect/rpc@0.70.1)

##### Patch Changes

- [#&#8203;5577](https://github.com/Effect-TS/effect/pull/5577) [`c9e1e40`](c9e1e4064c) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - ignore non-client interrupts in workflow activities

### [`v0.70.0`](https://github.com/Effect-TS/effect/blob/HEAD/packages/rpc/CHANGELOG.md#0700)

[Compare Source](https://github.com/Effect-TS/effect/compare/@effect/rpc@0.69.5...@effect/rpc@0.70.0)

##### Patch Changes

- [#&#8203;5549](https://github.com/Effect-TS/effect/pull/5549) [`d4d86a8`](d4d86a81f0) Thanks [@&#8203;tim-smart](https://github.com/tim-smart)! - remove msgpackr re-exports

- Updated dependencies \[[`d4d86a8`](d4d86a81f0)]:
  - [@&#8203;effect/platform](https://github.com/effect/platform)@&#8203;0.91.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #25
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-10-03 17:01:09 +02:00
Julien Valverdé
ca00d12a35 Fix Renovate config
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 12s
2025-10-03 16:45:40 +02:00
Julien Valverdé
cf73d97896 Merge branch 'next'
All checks were successful
Build / build (push) Successful in 47s
Lint / lint (push) Successful in 13s
2025-10-03 16:04:20 +02:00
Julien Valverdé
ef3204322a Fix Biome config
All checks were successful
Lint / lint (push) Successful in 12s
2025-10-03 16:02:12 +02:00
Julien Valverdé
9fbdeb6aa4 Fix Biome config
All checks were successful
Lint / lint (push) Successful in 13s
2025-10-03 15:39:55 +02:00
Julien Valverdé
c15b91a3d9 Update Renovate config
All checks were successful
Lint / lint (push) Successful in 12s
2025-10-03 15:31:22 +02:00
Julien Valverdé
29d9d6bd11 Update Renovate config
All checks were successful
Lint / lint (push) Successful in 42s
2025-10-03 13:40:17 +02:00
3273bbb9d1 Update grafana/tempo:latest Docker digest to 21d5638 (#11)
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 12s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| grafana/tempo | digest | `a4361e6` -> `21d5638` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #11
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-23 00:01:09 +02:00
22c43906f8 Update prom/prometheus Docker tag to v3.6.0 (#12)
Some checks failed
Lint / lint (push) Has been cancelled
Build / build (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prom/prometheus](https://github.com/prometheus/prometheus) | minor | `v3.5.0` -> `v3.6.0` |

---

### Release Notes

<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>

### [`v3.6.0`](https://github.com/prometheus/prometheus/releases/tag/v3.6.0): 3.6.0 / 2025-09-17

[Compare Source](https://github.com/prometheus/prometheus/compare/v3.5.0...v3.6.0)

- \[FEATURE] PromQL: Add `step()`, and `min()` and `max()` on durations, behind feature flag `promql-duration-expr`. [#&#8203;16777](https://github.com/prometheus/prometheus/issues/16777)
- \[FEATURE] API: Add a `/v1/status/tsdb/blocks` endpoint exposing metadata about loaded blocks. [#&#8203;16695](https://github.com/prometheus/prometheus/issues/16695)
- \[FEATURE] Templates: Add `toDuration()` and `now()` functions. [#&#8203;16619](https://github.com/prometheus/prometheus/issues/16619)
- \[ENHANCEMENT] Discovery: Add support for attaching namespace metadata to targets. [#&#8203;16831](https://github.com/prometheus/prometheus/issues/16831)
- \[ENHANCEMENT] OTLP: Support new `UnderscoreEscapingWithoutSuffixes` strategy via `otlp.translation_strategy`. [#&#8203;16849](https://github.com/prometheus/prometheus/issues/16849)
- \[ENHANCEMENT] OTLP: Support including scope metadata as metric labels via `otlp.promote_scope_metadata`. [#&#8203;16878](https://github.com/prometheus/prometheus/issues/16878)
- \[ENHANCEMENT] OTLP: Add `__type__` and `__unit__` labels when feature flag `type-and-unit-labels` is enabled. [#&#8203;16630](https://github.com/prometheus/prometheus/issues/16630)
- \[ENHANCEMENT] Tracing: Send the traceparent HTTP header during scrapes. [#&#8203;16425](https://github.com/prometheus/prometheus/issues/16425)
- \[ENHANCEMENT] UI: Add option to disable info and warning query messages under `Query page settings`. [#&#8203;16901](https://github.com/prometheus/prometheus/issues/16901)
- \[ENHANCEMENT] UI: Improve metadata handling for `_count/_sum/_bucket` suffixes. [#&#8203;16910](https://github.com/prometheus/prometheus/issues/16910)
- \[ENHANCEMENT] TSDB: Track stale series in the Head block via the `prometheus_tsdb_head_stale_series` metric. [#&#8203;16925](https://github.com/prometheus/prometheus/issues/16925)
- \[PERF] PromQL: Improve performance due to internal optimizations. [#&#8203;16797](https://github.com/prometheus/prometheus/issues/16797)
- \[BUGFIX] Config: Fix "unknown global name escaping method" error messages produced during config validation. [#&#8203;16801](https://github.com/prometheus/prometheus/issues/16801)
- \[BUGFIX] Discovery: Fix race condition during shutdown. [#&#8203;16820](https://github.com/prometheus/prometheus/issues/16820)
- \[BUGFIX] OTLP: Generate `target_info` samples between the earliest and latest samples per resource. [#&#8203;16737](https://github.com/prometheus/prometheus/issues/16737)
- \[BUGFIX] PromQL: Fail when `NaN` is passed as parameter to `topk()`, `bottomk()`, `limitk()` and `limit_ratio()`. [#&#8203;16725](https://github.com/prometheus/prometheus/issues/16725)
- \[BUGFIX] PromQL: Fix extrapolation for native counter histograms. [#&#8203;16828](https://github.com/prometheus/prometheus/issues/16828)
- \[BUGFIX] PromQL: Reduce numerical errors by disabling some optimizations. [#&#8203;16895](https://github.com/prometheus/prometheus/issues/16895)
- \[BUGFIX] PromQL: Fix inconsistencies when using native histograms in subqueries. [#&#8203;16879](https://github.com/prometheus/prometheus/issues/16879)
- \[BUGFIX] PromQL: Fix inconsistent annotations for `rate()` and `increase()` on histograms when feature flag `type-and-unit-labels` is enabled. [#&#8203;16915](https://github.com/prometheus/prometheus/issues/16915)
- \[BUGFIX] Scraping: Fix memory corruption in `slicelabels` builds. [#&#8203;16946](https://github.com/prometheus/prometheus/issues/16946)
- \[BUGFIX] TSDB: Fix panic on append when feature flag `created-timestamp-zero-ingestion` is enabled. [#&#8203;16332](https://github.com/prometheus/prometheus/issues/16332)
- \[BUGFIX] TSDB: Fix panic on append for native histograms with empty buckets. [#&#8203;16893](https://github.com/prometheus/prometheus/issues/16893)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEyMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/12
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-23 00:00:26 +02:00
Julien Valverdé
6b88f2948e Fix
All checks were successful
Lint / lint (push) Successful in 13s
2025-09-22 05:31:53 +02:00
Julien Valverdé
fb860e8be6 Fix Biome
All checks were successful
Lint / lint (push) Successful in 12s
2025-09-22 03:27:20 +02:00
Julien Valverdé
0e605fb6d8 Fix webapp production route
All checks were successful
Lint / lint (push) Successful in 42s
2025-09-22 03:14:28 +02:00
c5558e356f Update prom/prometheus:v3.5.0 Docker digest to 63805eb (#10)
All checks were successful
Build / build (push) Successful in 50s
Lint / lint (push) Successful in 13s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prom/prometheus](https://github.com/prometheus/prometheus) | digest | `8672a85` -> `63805eb` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExOS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #10
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-20 05:57:56 +02:00
f87d952531 Update Node.js to afff6d8 (#8)
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 12s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://github.com/nodejs/node) | digest | `f2bf158` -> `afff6d8` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExOS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #8
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-20 05:01:14 +02:00
a0d442f5af Update oven/bun:1.2.22 Docker digest to 66ba69d (#9)
All checks were successful
Build / build (push) Successful in 47s
Lint / lint (push) Successful in 13s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oven/bun](https://github.com/oven-sh/bun) | stage | digest | `be10e30` -> `66ba69d` |
| [oven/bun](https://github.com/oven-sh/bun) |  | digest | `be10e30` -> `66ba69d` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExOS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #9
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-20 04:58:18 +02:00
1cd70b3ed0 09-22-2025 (#7)
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 13s
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #7
2025-09-20 04:49:37 +02:00
Julien Valverdé
ba72ca8889 Revert "Change Docker tag generation"
All checks were successful
Build / build (push) Successful in 39s
Lint / lint (push) Successful in 13s
This reverts commit b4ce75500d.
2025-09-19 01:40:57 +02:00
Julien Valverdé
b4ce75500d Change Docker tag generation
All checks were successful
Build / build (push) Successful in 46s
Lint / lint (push) Successful in 13s
2025-09-19 00:50:16 +02:00
db5d78dda1 Update oven-sh/setup-bun action to v2 (#6)
All checks were successful
Build / build (push) Successful in 40s
Lint / lint (push) Successful in 39s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary>

### [`v2`](https://github.com/oven-sh/setup-bun/releases/tag/v2)

[Compare Source](https://github.com/oven-sh/setup-bun/compare/v1...v2)

`oven-sh/setup-bun` is the github action for setting up Bun.

This release introduces support for the `bun-version-file` option, fixes [#&#8203;79](https://github.com/oven-sh/setup-bun/issues/79), and adds bun paths & urls to the output ([#&#8203;81](https://github.com/oven-sh/setup-bun/issues/81))

For more information, see [#&#8203;76](https://github.com/oven-sh/setup-bun/pull/76) by [@&#8203;adeherysh](https://github.com/adeherysh) and [#&#8203;80](https://github.com/oven-sh/setup-bun/pull/80) by [@&#8203;xHyroM](https://github.com/xHyroM) 🎉

**Full Changelog**: <https://github.com/oven-sh/setup-bun/compare/v1...v2>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExNi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/6
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-18 01:55:20 +02:00
7a67a9160a Update actions/setup-node action to v5 (#4)
Some checks failed
Build / build (push) Has been cancelled
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 | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v5`](https://github.com/actions/setup-node/compare/v4...v5)

[Compare Source](https://github.com/actions/setup-node/compare/v4...v5)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExNi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #4
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-18 01:54:59 +02:00
7aac0e07d2 Update actions/checkout action to v5 (#3)
Some checks failed
Lint / lint (push) Has been cancelled
Build / build (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `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)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExNi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #3
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-18 01:54:37 +02:00
8e0dfba054 Configure Renovate (#2)
All checks were successful
Build / build (push) Successful in 39s
Lint / lint (push) Successful in 12s
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `package.json` (bun)
 * `compose.yml` (docker-compose)
 * `Dockerfile` (dockerfile)
 * `.gitea/workflows/build.yaml` (github-actions)
 * `.gitea/workflows/lint.yaml` (github-actions)
 * `packages/common/package.json` (npm)
 * `packages/server/package.json` (npm)
 * `packages/webapp/package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Show only the Age and Confidence Merge Confidence badges for pull requests.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.

---

### What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

<details>
<summary>Update actions/checkout action to v5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-5.x`
  - Merge into: `master`
  - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v5`

</details>

<details>
<summary>Update actions/setup-node action to v5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-setup-node-5.x`
  - Merge into: `master`
  - Upgrade [actions/setup-node](https://github.com/actions/setup-node) to `v5`

</details>

<details>
<summary>Update oven-sh/setup-bun action to v2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/oven-sh-setup-bun-2.x`
  - Merge into: `master`
  - Upgrade [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) to `v2`

</details>

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->

Reviewed-on: #2
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-09-18 01:49:39 +02:00
Julien Valverdé
9a3d0ccdfb Properly set Node version
All checks were successful
Build / build (push) Successful in 42s
Lint / lint (push) Successful in 16s
2025-09-18 01:45:04 +02:00
Julien Valverdé
44f07d64eb Properly setup packageManager field
All checks were successful
Build / build (push) Successful in 39s
Lint / lint (push) Successful in 13s
2025-09-18 01:36:05 +02:00
c0cac90a66 Initial version (#1)
All checks were successful
Build / build (push) Successful in 41s
Lint / lint (push) Successful in 13s
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #1
2025-09-18 01:26:10 +02:00
ab2fff9a9f Initial commit 2025-09-10 21:04:09 +02:00