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 ) |  |  |
---
### 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 ([@​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 ) |  |  |
---
### 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