13 Commits

Author SHA1 Message Date
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
4 changed files with 294 additions and 379 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.1.0 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.7@sha256:03a679e99632afbbd7d56284e5b4125f223c94263f2a7b71ad85f4826401a981 FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
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
+280 -365
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -36,29 +36,29 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "20.5.0", "@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0", "@commitlint/config-conventional": "20.5.0",
"@graphql-codegen/cli": "6.2.1", "@graphql-codegen/cli": "6.3.0",
"@graphql-codegen/typed-document-node": "6.1.7", "@graphql-codegen/typed-document-node": "6.1.8",
"@graphql-codegen/typescript": "5.0.9", "@graphql-codegen/typescript": "5.0.10",
"@graphql-codegen/typescript-operations": "5.0.9", "@graphql-codegen/typescript-operations": "5.1.0",
"@graphql-codegen/typescript-vue-apollo": "5.0.0", "@graphql-codegen/typescript-vue-apollo": "5.0.0",
"@nuxt/devtools": "3.2.4", "@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.6",
"@vitest/coverage-v8": "4.1.2", "@vitest/coverage-v8": "4.1.4",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.6",
"eslint": "10.1.0", "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.1", "jsdom": "29.0.2",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"stylelint": "17.6.0", "stylelint": "17.7.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": "6.0.2", "typescript": "6.0.2",
"typescript-eslint": "8.58.0", "typescript-eslint": "8.58.2",
"vitest": "4.1.2", "vitest": "4.1.4",
"vue-eslint-parser": "10.4.0" "vue-eslint-parser": "10.4.0"
} }
} }