9 Commits
Author SHA1 Message Date
renovate 93e3a36e70 fix(deps): update dependency @apollo/client to v4
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (push) Skipped
schemas-app / deploy-prod (pull_request) Skipped
schemas-app / build (pull_request) Failing after 48s
2026-08-02 18:13:36 +00:00
renovate 1a10abc006 chore(deps): update dependency @nuxt/devtools to v3.4.0 (#309)
schemas-app / build (push) Successful in 49s
schemas-app / deploy-prod (push) Successful in 1m7s
2026-08-01 10:12:19 +00:00
renovate 7f84d55f10 chore(deps): update dependency jsdom to v30.0.1 (#308)
schemas-app / build (push) Successful in 33s
schemas-app / deploy-prod (push) Successful in 1m10s
2026-08-01 06:17:33 +00:00
renovate 9975d3aed6 fix(deps): update dependency nuxt to v4.5.1 (#307)
schemas-app / build (push) Failing after 1m30s
schemas-app / deploy-prod (push) Skipped
2026-07-31 19:08:02 +00:00
renovate b45dffe00e chore(deps): update dependency jsdom to v30 (#306)
schemas-app / build (push) Successful in 3m6s
schemas-app / deploy-prod (push) Successful in 1m18s
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) | [`29.1.1` → `30.0.0`](https://renovatebot.com/diffs/npm/jsdom/29.1.1/30.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/30.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/29.1.1/30.0.0?slim=true) |

---

### Release Notes

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

### [`v30.0.0`](https://github.com/jsdom/jsdom/releases/tag/v30.0.0)

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

Breaking changes:

- Node.js minimum version raised to `^22.22.2 || ^24.15.0 || >=26.0.0`.

Other changes:

- Added `CSS.escape()` and `CSS.supports()` functions. ([@&#8203;asamuzaK](https://github.com/asamuzaK))
- Added `'background-position-x'` and `'background-position-y'` CSS properties. ([@&#8203;olagokemills](https://github.com/olagokemills))
- Fixed `getComputedStyle()` to convert length values into pixels. ([@&#8203;asamuzaK](https://github.com/asamuzaK))
- Fixed CSS function serialization, e.g., in the return value of `getPropertyValue()`. ([@&#8203;asamuzaK](https://github.com/asamuzaK))
- Fixed the type of error thrown by `document.evaluate()` ([@&#8203;dokson](https://github.com/dokson))

</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](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->Reviewed-on: #306

Co-authored-by: Renovate Bot <renovate@unbound.se>
2026-07-31 18:13:32 +00:00
renovate 0a57c654ee chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.8.0 (#305)
schemas-app / build (push) Successful in 31s
schemas-app / deploy-prod (push) Successful in 1m15s
2026-07-28 11:12:14 +00:00
renovate 05d343accc fix(deps): update dependency graphql-ws to v6.2.0 (#303)
schemas-app / build (push) Successful in 1m0s
schemas-app / deploy-prod (push) Successful in 1m5s
2026-07-27 22:12:43 +00:00
renovate 7bcce0d227 chore(deps): update dependency eslint to v10.8.0 (#304)
schemas-app / build (push) Successful in 32s
schemas-app / deploy-prod (push) Successful in 1m9s
2026-07-27 21:11:59 +00:00
renovate debfe0db91 chore(deps): update dependency @nuxt/devtools to v3.3.1 (#302)
schemas-app / build (push) Successful in 48s
schemas-app / deploy-prod (push) Successful in 1m8s
2026-07-27 06:10:27 +00:00
3 changed files with 1654 additions and 851 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ repos:
stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v10.7.0
rev: v10.8.0
hooks:
- id: eslint
types: [ file ]
+1647 -844
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -18,12 +18,12 @@
"lintfix": "eslint --fix . && npm run lint:style --fix"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@apollo/client": "4.2.9",
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.1.1",
"nuxt": "4.5.0",
"graphql-ws": "6.2.0",
"nuxt": "4.5.1",
"vue": "3.5.40",
"vuetify-nuxt-module": "0.19.5"
},
@@ -41,17 +41,17 @@
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.2",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/devtools": "3.4.0",
"@nuxt/eslint": "1.16.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.8",
"@vitest/coverage-v8": "4.1.10",
"@vue/test-utils": "2.4.11",
"eslint": "10.7.0",
"eslint": "10.8.0",
"eslint-plugin-simple-import-sort": "14.0.0",
"eslint-plugin-vue": "10.10.0",
"jsdom": "29.1.1",
"jsdom": "30.0.1",
"postcss-html": "1.8.1",
"stylelint": "17.14.1",
"stylelint-config-recommended-vue": "1.6.1",