9 Commits

Author SHA1 Message Date
renovate 06d4e2a65d chore(deps): update dependency vue-router to v5
renovate/artifacts Artifact file update failure
dancefinder-app / build (pull_request) Failing after 1m19s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-03-25 03:02:48 +00:00
renovate 0306b71cef chore(deps): update dependency vuetify to v3.12.4 (#2844)
dancefinder-app / build (push) Successful in 1m42s
dancefinder-app / deploy-prod (push) Successful in 1m30s
2026-03-25 02:07:28 +00:00
renovate 59c2a88b0f chore(deps): update nginx docker tag to v1.29.7 (#2843)
dancefinder-app / build (push) Successful in 1m30s
dancefinder-app / deploy-prod (push) Successful in 1m40s
2026-03-25 00:07:57 +00:00
renovate 51c64e472e fix(deps): update dependency graphql to v16.13.2 (#2842)
dancefinder-app / build (push) Successful in 1m33s
dancefinder-app / deploy-prod (push) Successful in 1m39s
2026-03-24 13:05:52 +00:00
renovate 486a2a4837 chore(deps): update dependency @nuxtjs/i18n to v10.2.4 (#2841)
dancefinder-app / build (push) Successful in 1m44s
dancefinder-app / deploy-prod (push) Successful in 1m33s
2026-03-23 23:07:07 +00:00
renovate 8bfd755633 chore(deps): update dependency typescript-eslint to v8.57.2 (#2839)
dancefinder-app / build (push) Successful in 2m12s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-03-23 18:09:06 +00:00
renovate d28ba91970 chore(deps): update dependency eslint to v10.1.0 (#2838)
dancefinder-app / build (push) Successful in 2m36s
dancefinder-app / deploy-prod (push) Successful in 1m27s
2026-03-20 16:09:41 +00:00
renovate a527118e61 fix(deps): update grafana faro to v2.3.1 (#2837)
dancefinder-app / build (push) Successful in 1m32s
dancefinder-app / deploy-prod (push) Successful in 1m26s
2026-03-20 10:05:59 +00:00
renovate 644d81fd2c chore(deps): update dependency stylelint to v17.5.0 (#2836)
dancefinder-app / build (push) Successful in 1m59s
dancefinder-app / deploy-prod (push) Successful in 1m38s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [stylelint](https://stylelint.io) ([source](https://github.com/stylelint/stylelint)) | [`17.4.0` → `17.5.0`](https://renovatebot.com/diffs/npm/stylelint/17.4.0/17.5.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/17.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/17.4.0/17.5.0?slim=true) |

---

### Release Notes

<details>
<summary>stylelint/stylelint (stylelint)</summary>

### [`v17.5.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1750---2026-03-19)

[Compare Source](https://github.com/stylelint/stylelint/compare/17.4.0...17.5.0)

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released [`2.1.0`](https://github.com/stylelint/vscode-stylelint/releases/tag/2.1.0) of [our VS Code extension](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint), which adds 8 new requested features, and our [first release](https://www.npmjs.com/package/@&#8203;stylelint/language-server) of the Stylelint Language Server.

- Deprecated: `*syntax` options from `declaration-property-value-no-unknown` ([#&#8203;9102](https://github.com/stylelint/stylelint/pull/9102)) ([@&#8203;ragini-pandey](https://github.com/ragini-pandey)).
- Added: `ignoreMediaFeatureNameValues: {}` to `media-feature-name-value-no-unknown` ([#&#8203;8976](https://github.com/stylelint/stylelint/pull/8976)) ([@&#8203;kovsu](https://github.com/kovsu)).
- Fixed: `node_modules` not ignored when using `codeFilename` in Node.js API ([#&#8203;9130](https://github.com/stylelint/stylelint/pull/9130)) ([@&#8203;adalinesimonian](https://github.com/adalinesimonian)).
- Fixed: `Error TS7016` for imported `css-tree` types ([#&#8203;9133](https://github.com/stylelint/stylelint/pull/9133)) ([@&#8203;ragini-pandey](https://github.com/ragini-pandey)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false positives for function arguments ([#&#8203;9116](https://github.com/stylelint/stylelint/pull/9116)) ([@&#8203;ragini-pandey](https://github.com/ragini-pandey)).
- Fixed: `declaration-property-value-no-unknown` false positives for `calc-size()` containing `size` keyword ([#&#8203;9105](https://github.com/stylelint/stylelint/pull/9105)) ([@&#8203;hriztam](https://github.com/hriztam)).
- Fixed: `no-descending-specificity` & `no-duplicate-selectors` false negatives for equivalent compound selectors ([#&#8203;8977](https://github.com/stylelint/stylelint/pull/8977)) ([@&#8203;kovsu](https://github.com/kovsu)).
- Fixed: `no-invalid-position-declaration` false positives for `@mixin` and `@scope` ([#&#8203;9120](https://github.com/stylelint/stylelint/pull/9120)) ([@&#8203;ragini-pandey](https://github.com/ragini-pandey)).
- Fixed: `property-no-unknown` false negatives for `types` ([#&#8203;9117](https://github.com/stylelint/stylelint/pull/9117)) ([@&#8203;Mouvedia](https://github.com/Mouvedia)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuNzYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #2836
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-03-19 17:32:47 +00:00
3 changed files with 912 additions and 496 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.29.6@sha256:d1073a71021ff031d41512329eb2ba01a1174faaef5f2ed0b10972a8a236ae14
FROM amd64/nginx:1.29.7@sha256:03a679e99632afbbd7d56284e5b4125f223c94263f2a7b71ad85f4826401a981
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+903 -487
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -25,37 +25,37 @@
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.2.3",
"@nuxtjs/i18n": "10.2.4",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.6",
"esbuild": "0.27.4",
"eslint": "10.0.3",
"eslint": "10.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.4.2",
"postcss-html": "1.8.1",
"sass": "1.98.0",
"stylelint": "17.4.0",
"stylelint": "17.5.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.57.1",
"typescript-eslint": "8.57.2",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.30",
"vue-eslint-parser": "10.4.0",
"vue-router": "5.0.4",
"vuetify": "3.12.3"
"vuetify": "3.12.4"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@grafana/faro-web-sdk": "2.3.0",
"@grafana/faro-web-tracing": "2.3.0",
"@grafana/faro-web-sdk": "2.3.1",
"@grafana/faro-web-tracing": "2.3.1",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.1.0",
"graphql": "16.13.1",
"graphql": "16.13.2",
"graphql-tag": "2.12.6",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",