24 Commits

Author SHA1 Message Date
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
5 changed files with 1222 additions and 1287 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ repos:
stages: [ commit-msg ] stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ] additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v10.0.3 rev: v10.2.0
hooks: hooks:
- id: eslint - id: eslint
types: [ file ] types: [ file ]
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
FROM scratch as export FROM scratch as export
COPY --from=builder /build/coverage / COPY --from=builder /build/coverage /
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17 FROM amd64/nginx:1.29.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
+1205 -1267
View File
File diff suppressed because it is too large Load Diff
+15 -15
View File
@@ -21,10 +21,10 @@
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0", "@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.13.1", "graphql": "16.13.2",
"graphql-ws": "6.0.7", "graphql-ws": "6.0.8",
"nuxt": "4.3.1", "nuxt": "4.4.2",
"vue": "3.5.30", "vue": "3.5.32",
"vuetify-nuxt-module": "0.19.5" "vuetify-nuxt-module": "0.19.5"
}, },
"version": "1.0.0", "version": "1.0.0",
@@ -34,31 +34,31 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "20.4.4", "@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.4.4", "@commitlint/config-conventional": "20.5.0",
"@graphql-codegen/cli": "6.2.1", "@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/typed-document-node": "6.1.7", "@graphql-codegen/typed-document-node": "6.1.7",
"@graphql-codegen/typescript": "5.0.9", "@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9", "@graphql-codegen/typescript-operations": "5.0.9",
"@graphql-codegen/typescript-vue-apollo": "5.0.0", "@graphql-codegen/typescript-vue-apollo": "5.0.0",
"@nuxt/devtools": "3.2.3", "@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2", "@nuxt/eslint": "1.15.2",
"@nuxtjs/stylelint-module": "5.2.1", "@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.5", "@vitejs/plugin-vue": "6.0.5",
"@vitest/coverage-v8": "4.1.0", "@vitest/coverage-v8": "4.1.2",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.6",
"eslint": "10.0.3", "eslint": "10.2.0",
"eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.8.0", "eslint-plugin-vue": "10.8.0",
"jsdom": "29.0.0", "jsdom": "29.0.1",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"stylelint": "17.4.0", "stylelint": "17.6.0",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "5.9.3", "typescript": "6.0.2",
"typescript-eslint": "8.57.0", "typescript-eslint": "8.58.0",
"vitest": "4.1.0", "vitest": "4.1.2",
"vue-eslint-parser": "10.4.0" "vue-eslint-parser": "10.4.0"
} }
} }
-3
View File
@@ -3,9 +3,6 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"constraints": {
"node": ">=24"
},
"packageRules": [ "packageRules": [
{ {
"matchManagers": [ "matchManagers": [