Commit Graph

233 Commits

Author SHA1 Message Date
renovate 52218aee6a chore(deps): update dependency eslint to v10.2.1 (#179)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-04-20 22:10:52 +00:00
renovate ab071e7116 chore(deps): update dependency typescript to v6.0.3 (#178)
schemas-app / build (push) Successful in 55s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-04-20 01:16:36 +00:00
renovate b06080aea1 chore(deps): update dependency stylelint to v17.8.0 (#177)
schemas-app / build (push) Successful in 50s
schemas-app / deploy-prod (push) Successful in 1m21s
2026-04-18 13:07:51 +00:00
renovate 2231eef77b chore(deps): update nginx docker tag to v1.30.0 (#176)
schemas-app / build (push) Successful in 1m18s
schemas-app / deploy-prod (push) Successful in 1m40s
2026-04-18 01:11:16 +00:00
renovate 3c010ed332 chore(deps): update dependency typescript-eslint to v8.58.2 (#175)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m34s
2026-04-16 19:24:48 +00:00
renovate 9c301f9ee7 chore(deps): update graphqlcodegenerator monorepo (#174)
schemas-app / build (push) Successful in 1m2s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-04-16 10:46:38 +00:00
renovate d7ed37d81a chore(deps): update dependency @vitejs/plugin-vue to v6.0.6 (#173)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-04-16 08:15:46 +00:00
renovate 5671bcb9ae chore(deps): update dependency stylelint to v17.7.0 (#172)
schemas-app / build (push) Successful in 1m18s
schemas-app / deploy-prod (push) Successful in 1m27s
2026-04-15 14:11:56 +00:00
renovate cb4932b7d5 chore(deps): update vitest monorepo to v4.1.4 (#171)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-04-12 08:15:08 +00:00
renovate 7f2a141d3d chore(deps): update dependency typescript-eslint to v8.58.1 (#170)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-04-11 02:22:35 +00:00
renovate 9b5a9c60c0 chore(deps): update nginx docker tag to v1.29.8 (#169)
schemas-app / build (push) Successful in 1m15s
schemas-app / deploy-prod (push) Successful in 1m49s
2026-04-10 18:20:55 +00:00
renovate 46e4ec8ce1 chore(deps): update vitest monorepo to v4.1.3 (#168)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m34s
2026-04-10 11:16:05 +00:00
renovate 138eea0795 chore(deps): update dependency jsdom to v29.0.2 (#167)
schemas-app / build (push) Successful in 1m32s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-04-10 04:20:30 +00:00
renovate a32174d5d8 chore(deps): update dependency eslint-plugin-simple-import-sort to v13 (#166)
schemas-app / build (push) Successful in 1m20s
schemas-app / deploy-prod (push) Successful in 1m34s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | [`12.1.1` → `13.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-simple-import-sort/13.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0?slim=true) |

---

### Release Notes

<details>
<summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary>

### [`v13.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1300-2026-04-06)

[Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0)

This release puts imports from the same source, but with different import styles, in a deterministic order.

```js
// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";
```

That is especially useful if you need to have both a namespace import *and* want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.

It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.

Thanks to Kannan Goundan ([@&#8203;cakoose](https://github.com/cakoose))!

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #166
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-04-09 20:09:34 +00:00
renovate 3d20ccb871 chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.2.0 (#165)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m29s
2026-04-07 10:13:32 +00:00
renovate 5004196963 chore(deps): update dependency eslint to v10.2.0 (#163)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-04-07 04:20:21 +00:00
renovate 0eb5e3d9a7 chore(deps): update nginx:1.29.7 docker digest to e024ff0 (#164)
schemas-app / build (push) Successful in 49s
schemas-app / deploy-prod (push) Successful in 1m23s
2026-04-07 03:10:04 +00:00
renovate 43ad03d231 fix(deps): update dependency vue to v3.5.32 (#162)
schemas-app / build (push) Successful in 1m15s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-04-06 06:12:10 +00:00
renovate 94a0369837 chore(deps): update dependency typescript to v6 (#153)
schemas-app / build (push) Successful in 1m27s
schemas-app / deploy-prod (push) Successful in 1m25s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.3` → `6.0.2`](https://renovatebot.com/diffs/npm/typescript/5.9.3/6.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/6.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.9.3/6.0.2?slim=true) |

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

### [`v6.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v6.0.2): TypeScript 6.0

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2)

For release notes, check out the [release announcement blog post](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/).

- [fixed issues query for TypeScript 6.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.0%22).
- [fixed issues query for TypeScript 6.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.1%22).
- [fixed issues query for TypeScript 6.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.2%22).

Downloads are available on:

- [npm](https://www.npmjs.com/package/typescript)

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

Reviewed-on: #153
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-03-30 19:20:03 +00:00
renovate 96aef48423 chore(deps): update dependency typescript-eslint to v8.58.0 (#161)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-03-30 18:12:56 +00:00
renovate bba485dacc fix(deps): update dependency graphql-ws to v6.0.8 (#159)
schemas-app / build (push) Successful in 1m3s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-03-26 20:12:27 +00:00
renovate 9f98af50dc chore(deps): update vitest monorepo to v4.1.2 (#158)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-03-26 15:14:48 +00:00
renovate 8dcc076aff chore(deps): update dependency stylelint to v17.6.0 (#157)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-03-26 10:11:52 +00:00
renovate fc644d1a8f fix(deps): update dependency vue to v3.5.31 (#156)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m33s
2026-03-25 10:11:48 +00:00
renovate 92b90d8c59 chore(deps): update nginx docker tag to v1.29.7 (#155)
schemas-app / build (push) Successful in 59s
schemas-app / deploy-prod (push) Successful in 1m41s
2026-03-25 01:10:14 +00:00
renovate 7f75130c17 fix(deps): update dependency graphql to v16.13.2 (#154)
schemas-app / build (push) Successful in 1m9s
schemas-app / deploy-prod (push) Successful in 1m50s
2026-03-24 14:13:23 +00:00
renovate b4b439a585 chore(deps): update dependency typescript-eslint to v8.57.2 (#152)
schemas-app / build (push) Successful in 1m19s
schemas-app / deploy-prod (push) Successful in 2m17s
2026-03-23 18:12:12 +00:00
renovate 0c27aaf41b chore(deps): update vitest monorepo to v4.1.1 (#151)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-03-23 15:14:23 +00:00
renovate 2a30db552f chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.1.0 (#150)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m29s
2026-03-21 10:09:01 +00:00
renovate c450ee6a24 chore(deps): update dependency eslint to v10.1.0 (#149)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-03-20 16:14:03 +00:00
renovate 1ec274f348 chore(deps): update dependency jsdom to v29.0.1 (#148)
schemas-app / build (push) Successful in 59s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-03-20 15:37:07 +00:00
renovate d64d756a8e chore(deps): update dependency stylelint to v17.5.0 (#147)
schemas-app / build (push) Successful in 1m21s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-03-19 18:11:02 +00:00
renovate 7ef6dc7e0e chore(deps): update dependency @nuxt/devtools to v3.2.4 (#146)
schemas-app / build (push) Successful in 3m16s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-03-17 02:51:21 +00:00
renovate 30a440b785 chore(deps): update nginx:1.29.6 docker digest to d1073a7 (#145)
schemas-app / build (push) Successful in 45s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-03-17 01:12:24 +00:00
renovate 6b309cea45 chore(deps): update dependency typescript-eslint to v8.57.1 (#144)
schemas-app / build (push) Successful in 58s
schemas-app / deploy-prod (push) Successful in 1m33s
2026-03-16 19:15:27 +00:00
renovate 249fd203c6 chore(deps): update commitlint monorepo to v20.5.0 (#143)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m27s
2026-03-15 14:09:45 +00:00
renovate db72249482 fix(deps): update dependency nuxt to v4.4.2 (#137)
schemas-app / build (push) Successful in 1m13s
schemas-app / deploy-prod (push) Successful in 1m32s
2026-03-15 10:32:43 +00:00
renovate 2a52d40bbf chore(deps): update dependency jsdom to v29 (#142)
schemas-app / build (push) Successful in 58s
schemas-app / deploy-prod (push) Successful in 1m41s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [jsdom](https://github.com/jsdom/jsdom) | [`28.1.0` → `29.0.0`](https://renovatebot.com/diffs/npm/jsdom/28.1.0/29.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/29.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/28.1.0/29.0.0?slim=true) |

---

### Release Notes

<details>
<summary>jsdom/jsdom (jsdom)</summary>

### [`v29.0.0`](https://github.com/jsdom/jsdom/blob/HEAD/Changelog.md#2900)

[Compare Source](https://github.com/jsdom/jsdom/compare/v28.1.0...v29.0.0)

Breaking changes:

- Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

- Overhauled the CSSOM implementation, replacing the [`@acemir/cssom`](https://www.npmjs.com/package/@&#8203;acemir/cssom) and [`cssstyle`](https://github.com/jsdom/cssstyle) dependencies with fresh internal implementations built on webidl2js wrappers and the [`css-tree`](https://www.npmjs.com/package/css-tree) parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
- Added `CSSCounterStyleRule` and `CSSNamespaceRule` to jsdom `Window`s.
- Added `cssMediaRule.matches` and `cssSupportsRule.matches` getters.
- Added proper media query parsing in `MediaList`, using `css-tree` instead of naive comma-splitting. Invalid queries become `"not all"` per spec.
- Added `cssKeyframeRule.keyText` getter/setter validation.
- Added `cssStyleRule.selectorText` setter validation: invalid selectors are now rejected.
- Added `styleSheet.ownerNode`, `styleSheet.href`, and `styleSheet.title`.
- Added bad port blocking per the [fetch specification](https://fetch.spec.whatwg.org/#bad-port), preventing fetches to commonly-abused ports.
- Improved `Document` initialization performance by lazily initializing the CSS selector engine, avoiding \~0.5 ms of overhead per `Document`. (thypon)
- Fixed a memory leak when stylesheets were removed from the document.
- Fixed `CSSStyleDeclaration` modifications to properly trigger custom element reactions.
- Fixed nested `@media` rule parsing.
- Fixed `CSSStyleSheet`'s "disallow modification" flag not being checked in all mutation methods.
- Fixed `XMLHttpRequest`'s `response` getter returning parsed JSON during the `LOADING` state instead of `null`.
- Fixed `getComputedStyle()` crashing in XHTML documents when stylesheets contained at-rules such as `@page` or `@font-face`.
- Fixed a potential hang in synchronous `XMLHttpRequest` caused by a race condition with the worker thread's idle timeout.

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

Reviewed-on: #142
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-03-15 08:16:11 +00:00
renovate 30261b4cd7 fix(deps): update dependency @apollo/client to v3.14.1 (#141)
schemas-app / build (push) Successful in 1m6s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-03-12 22:11:06 +00:00
renovate aa1c2b4880 chore(deps): update dependency @vitejs/plugin-vue to v6.0.5 (#139)
schemas-app / build (push) Successful in 4m5s
schemas-app / deploy-prod (push) Successful in 1m56s
2026-03-12 16:23:55 +00:00
renovate 3658bdec09 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1 (#140)
schemas-app / build (push) Successful in 4m33s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-03-12 16:23:42 +00:00
renovate 8969db1224 chore(deps): update vitest monorepo to v4.1.0 (#138)
schemas-app / build (push) Successful in 1m29s
schemas-app / deploy-prod (push) Successful in 1m32s
2026-03-12 15:17:12 +00:00
renovate 5d3a95fec3 chore(deps): update dependency @graphql-codegen/cli to v6.2.1 (#136)
schemas-app / build (push) Successful in 1m4s
schemas-app / deploy-prod (push) Successful in 1m39s
2026-03-12 13:13:27 +00:00
renovate 4ece964d26 chore(deps): update dependency @graphql-codegen/cli to v6.2.0 (#135)
schemas-app / build (push) Successful in 44s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-03-12 11:14:03 +00:00
renovate c38b020459 chore(deps): update commitlint monorepo to v20.4.4 (#134)
schemas-app / build (push) Successful in 2m28s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-03-12 10:13:01 +00:00
renovate 02d9fce63a chore(deps): update nginx docker tag to v1.29.6 (#133)
schemas-app / build (push) Successful in 1m49s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-03-10 23:10:43 +00:00
renovate 2728a5b213 chore(deps): update dependency typescript-eslint to v8.57.0 (#132)
schemas-app / build (push) Successful in 1m44s
schemas-app / deploy-prod (push) Failing after 3m0s
2026-03-09 19:08:31 +00:00
renovate 76612a7aed fix(deps): update dependency vue to v3.5.30 (#131)
schemas-app / build (push) Successful in 1m23s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-03-09 12:15:28 +00:00
renovate f8229076c8 chore(deps): update dependency @nuxt/devtools to v3.2.3 (#130)
schemas-app / build (push) Successful in 2m17s
schemas-app / deploy-prod (push) Successful in 2m5s
2026-03-09 06:13:44 +00:00
renovate 4e53b45c9b chore(deps): update dependency @graphql-codegen/typescript-vue-apollo to v5 (#129)
schemas-app / build (push) Successful in 1m41s
schemas-app / deploy-prod (push) Successful in 1m26s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@graphql-codegen/typescript-vue-apollo](https://github.com/dotansimha/graphql-code-generator-community) ([source](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/vue-apollo)) | [`4.1.2` → `5.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-vue-apollo/4.1.2/5.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript-vue-apollo/5.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript-vue-apollo/4.1.2/5.0.0?slim=true) |

---

### Release Notes

<details>
<summary>dotansimha/graphql-code-generator-community (@&#8203;graphql-codegen/typescript-vue-apollo)</summary>

### [`v5.0.0`](https://github.com/dotansimha/graphql-code-generator-community/blob/HEAD/packages/plugins/typescript/vue-apollo/CHANGELOG.md#500)

[Compare Source](https://github.com/dotansimha/graphql-code-generator-community/compare/@graphql-codegen/typescript-vue-apollo@4.1.2...@graphql-codegen/typescript-vue-apollo@5.0.0)

##### Major Changes

- [#&#8203;1387](https://github.com/dotansimha/graphql-code-generator-community/pull/1387)
  [`0717cb7`](https://github.com/dotansimha/graphql-code-generator-community/commit/0717cb7f25f8ea33f54756119d01f072a3fb716c)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Update GraphQL Codegen common packages to
  latest

##### Patch Changes

- [#&#8203;1387](https://github.com/dotansimha/graphql-code-generator-community/pull/1387)
  [`0717cb7`](https://github.com/dotansimha/graphql-code-generator-community/commit/0717cb7f25f8ea33f54756119d01f072a3fb716c)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency
    [`@graphql-codegen/plugin-helpers@^6.1.1` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/plugin-helpers/v/6.1.1)
    (from `^3.0.0`, in `dependencies`)
  - Updated dependency
    [`@graphql-codegen/visitor-plugin-common@^6.2.4` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/visitor-plugin-common/v/6.2.4)
    (from `2.13.8`, in `dependencies`)

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

Reviewed-on: #129
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-03-08 08:27:33 +00:00