Author SHA1 Message Date
renovate c6c2074745 fix(deps): update dependency graphql to v17
schemas-app / build (pull_request) Failing after 37s
schemas-app / build (push) Skipped
schemas-app / deploy-prod (pull_request) Skipped
renovate/stability-days Updates have met minimum release age requirement
2026-08-09 11:11:18 +00:00
renovate 03e7a22339 fix(deps): update dependency graphql-ws to v6.2.1 (#322)
schemas-app / build (push) Successful in 55s
schemas-app / deploy-prod (push) Successful in 1m14s
2026-08-09 10:11:47 +00:00
renovate efa6a11b9a chore(deps): update dependency @nuxt/eslint to v1.17.0 (#321)
schemas-app / build (push) Successful in 1m27s
schemas-app / deploy-prod (push) Successful in 1m13s
2026-08-09 02:18:21 +00:00
renovate 06534d0b88 chore(deps): update pre-commit hook markdownlint/markdownlint to v0.18.0 (#320)
schemas-app / build (push) Successful in 36s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-08-08 20:19:37 +00:00
renovate 8f2d5e227d fix(deps): update dependency nuxt to v4.5.2 (#319)
schemas-app / build (push) Successful in 30s
schemas-app / deploy-prod (push) Successful in 1m16s
2026-08-08 18:12:12 +00:00
renovate 671fc91a9d chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.5 (#318)
schemas-app / build (push) Successful in 38s
schemas-app / deploy-prod (push) Successful in 1m14s
2026-08-08 13:15:43 +00:00
renovate d31b1ddc10 chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.4 (#317)
schemas-app / build (push) Successful in 36s
schemas-app / deploy-prod (push) Successful in 1m22s
2026-08-08 11:14:16 +00:00
renovate 72e6f699db chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.3 (#316)
schemas-app / build (push) Successful in 36s
schemas-app / deploy-prod (push) Successful in 1m16s
2026-08-08 08:15:42 +00:00
renovate 7cf55ebf8a fix(deps): update dependency vue to v3.5.41 (#315)
schemas-app / build (push) Successful in 35s
schemas-app / deploy-prod (push) Successful in 1m7s
2026-08-08 07:16:34 +00:00
renovate a557fe1151 chore(deps): update nginx:1.31.3 docker digest to 48d15d5 (#314)
schemas-app / build (push) Successful in 33s
schemas-app / deploy-prod (push) Successful in 1m14s
2026-08-08 03:11:49 +00:00
renovate cedebe0eb6 chore(deps): update dependency @nuxt/devtools to v3.4.1 (#313)
schemas-app / build (push) Successful in 44s
schemas-app / deploy-prod (push) Successful in 1m14s
2026-08-07 07:33:24 +00:00
renovate efd66f4f3a chore(deps): update dependency typescript-eslint to v8.66.0 (#312)
schemas-app / build (push) Successful in 32s
schemas-app / deploy-prod (push) Successful in 1m15s
2026-08-06 19:11:32 +00:00
renovateandargoyle 268461745a chore(deps): update dependency stylelint-config-recommended-vue to v2 (#311)
schemas-app / build (push) Successful in 1m29s
schemas-app / deploy-prod (push) Successful in 1m5s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [stylelint-config-recommended-vue](https://github.com/ota-meshi/stylelint-config-recommended-vue) | [`1.6.1` → `2.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-recommended-vue/1.6.1/2.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-config-recommended-vue/2.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-config-recommended-vue/1.6.1/2.0.0?slim=true) |

---

### Release Notes

<details>
<summary>ota-meshi/stylelint-config-recommended-vue (stylelint-config-recommended-vue)</summary>

### [`v2.0.0`](https://github.com/ota-meshi/stylelint-config-recommended-vue/blob/HEAD/CHANGELOG.md#200)

[Compare Source](https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.6.1...v2.0.0)

##### Major Changes

- [#&#8203;120](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/120) [`ad9d8a4`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/ad9d8a493274fb2bfce0d1566f9ce93f181fc810) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Drop support for old Node.js versions. Node.js `^22.12 || >=24` is now required.

- [#&#8203;125](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/125) [`701f17a`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/701f17a6d91d188bbbb15db4035c9e46581b7e85) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS via `require()`. The package now also defines an `exports` field; the `/scss` deep import keeps working both with and without the `/index.js` suffix.

- [#&#8203;124](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/124) [`b3a363c`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/b3a363c842eec8a7b6c380d7031eec244886fb2d) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Move `stylelint-config-recommended` and `stylelint-config-html` from dependencies to peer dependencies, so that their versions are controlled by your project instead of always resolving to the latest release ([#&#8203;68](https://github.com/ota-meshi/stylelint-config-recommended-vue/issues/68)). The `stylelint-config-recommended-scss` config used by the `/scss` entry is now declared as an optional peer dependency.

- [#&#8203;123](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/123) [`a12a429`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/a12a429bcb10899668bf925a7b9d8820aa268fe2) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Update peer dependencies: `postcss-html` now requires `^2.0.0`, and `stylelint` now requires `>=16.0.0`. The `stylelint-config-html` dependency was also updated to require v2.

</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 [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41LjMiLCJ1cGRhdGVkSW5WZXIiOiI0NC41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: Joakim Bodin <joakim@unbound.se>
Reviewed-on: https://gitea.unbound.se/unboundsoftware/schemas-app/pulls/311
Co-authored-by: Renovate Bot <renovate@unbound.se>
2026-08-04 07:10:06 +00:00
4 changed files with 1021 additions and 2248 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ repos:
- --allow-multiple-documents
- id: check-added-large-files
- repo: https://github.com/markdownlint/markdownlint
rev: v0.17.0
rev: v0.18.0
hooks:
- id: markdownlint
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
+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
COPY --from=builder /build/coverage /
FROM amd64/nginx:1.31.3@sha256:1f1cd3af9bef5157e6f3956669aa67b4699ee21e7c6f4d7e749b86a01647ad96
FROM amd64/nginx:1.31.3@sha256:48d15d50712293218f8e39cac166d2dc51c10d569b7223d69ca495710cda9374
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
+1008 -2235
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -18,13 +18,13 @@
"lintfix": "eslint --fix . && npm run lint:style --fix"
},
"dependencies": {
"@apollo/client": "4.2.9",
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.2.0",
"nuxt": "4.5.1",
"vue": "3.5.40",
"graphql": "17.0.2",
"graphql-ws": "6.2.1",
"nuxt": "4.5.2",
"vue": "3.5.41",
"vuetify-nuxt-module": "0.19.5"
},
"version": "1.0.0",
@@ -39,10 +39,10 @@
"@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.2",
"@graphql-codegen/typescript-operations": "6.1.5",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.4.0",
"@nuxt/eslint": "1.16.0",
"@nuxt/devtools": "3.4.1",
"@nuxt/eslint": "1.17.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.8",
@@ -52,12 +52,12 @@
"eslint-plugin-simple-import-sort": "14.0.0",
"eslint-plugin-vue": "10.10.0",
"jsdom": "30.0.1",
"postcss-html": "1.8.1",
"postcss-html": "2.0.0",
"stylelint": "17.14.1",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-recommended-vue": "2.0.0",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"typescript-eslint": "8.66.0",
"vitest": "4.1.10",
"vue-eslint-parser": "10.4.1"
},