renovate
|
b2fac985e8
|
fix(deps): update dependency @apollo/client to v4
dancefinder-app / build (push) Skipped
dancefinder-app / build (pull_request) Failing after 46s
dancefinder-app / deploy-prod (pull_request) Skipped
renovate/stability-days Updates have met minimum release age requirement
|
2026-08-12 06:11:03 +00:00 |
|
renovate
|
5ab5cd6a38
|
chore(deps): update dependency eslint to v10.8.1 (#3026)
dancefinder-app / build (push) Successful in 56s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-08-10 22:08:03 +00:00 |
|
renovate
|
91289c9a07
|
chore(deps): update dependency vuetify to v4.1.8 (#3025)
dancefinder-app / build (push) Successful in 1m29s
dancefinder-app / deploy-prod (push) Successful in 1m24s
|
2026-08-10 06:03:33 +00:00 |
|
renovate
|
e9fcbfd06f
|
chore(deps): update dependency @nuxt/eslint to v1.17.0 (#3024)
dancefinder-app / build (push) Successful in 1m20s
dancefinder-app / deploy-prod (push) Successful in 1m16s
|
2026-08-09 03:07:16 +00:00 |
|
renovate
|
eb23f15b9f
|
chore(deps): update dependency nuxt to v4.5.2 (#3023)
dancefinder-app / build (push) Successful in 43s
dancefinder-app / deploy-prod (push) Successful in 1m17s
|
2026-08-08 18:06:59 +00:00 |
|
renovate
|
58c9a808d5
|
chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.5 (#3022)
dancefinder-app / build (push) Successful in 1m5s
dancefinder-app / deploy-prod (push) Successful in 1m16s
|
2026-08-08 13:07:27 +00:00 |
|
renovate
|
25b3f3fa74
|
chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.4 (#3021)
dancefinder-app / build (push) Successful in 56s
dancefinder-app / deploy-prod (push) Successful in 1m21s
|
2026-08-08 11:09:27 +00:00 |
|
renovate
|
9d2b3da802
|
chore(deps): update dependency vue to v3.5.41 (#3020)
dancefinder-app / build (push) Successful in 1m26s
dancefinder-app / deploy-prod (push) Successful in 1m9s
|
2026-08-08 09:03:41 +00:00 |
|
renovate
|
93216fb883
|
chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.3 (#3019)
dancefinder-app / build (push) Successful in 1m9s
dancefinder-app / deploy-prod (push) Successful in 1m24s
|
2026-08-08 08:06:44 +00:00 |
|
renovate
|
14cdab696a
|
chore(deps): update nginx:1.31.3 docker digest to 48d15d5 (#3018)
dancefinder-app / build (push) Successful in 1m38s
dancefinder-app / deploy-prod (push) Successful in 1m16s
|
2026-08-08 02:09:16 +00:00 |
|
renovate
|
06319c0f80
|
chore(deps): update dependency @nuxt/devtools to v3.4.1 (#3017)
dancefinder-app / build (push) Successful in 49s
dancefinder-app / deploy-prod (push) Successful in 1m13s
|
2026-08-07 07:09:53 +00:00 |
|
renovate
|
ced3e1f853
|
chore(deps): update dependency typescript-eslint to v8.66.0 (#3016)
dancefinder-app / build (push) Successful in 1m3s
dancefinder-app / deploy-prod (push) Successful in 1m5s
|
2026-08-06 19:07:13 +00:00 |
|
 renovateandargoyle
|
c200c245f9
|
chore(deps): update dependency stylelint-config-recommended-vue to v2 (#3015)
dancefinder-app / build (push) Successful in 1m2s
dancefinder-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/) |
|---|---|---|---|
| [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) |  |  |
---
### 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
- [#​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 [@​ota-meshi](https://github.com/ota-meshi)! - Drop support for old Node.js versions. Node.js `^22.12 || >=24` is now required.
- [#​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 [@​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.
- [#​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 [@​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 ([#​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.
- [#​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 [@​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/dancefinder/dancefinder-app/pulls/3015
Co-authored-by: Renovate Bot <renovate@unbound.se>
|
2026-08-04 07:05:40 +00:00 |
|
renovate
|
f10a90e64c
|
chore(deps): update dependency vuetify to v4.1.7 (#3013)
dancefinder-app / build (push) Successful in 1m10s
dancefinder-app / deploy-prod (push) Successful in 1m22s
|
2026-08-02 23:09:55 +00:00 |
|
renovate
|
1b52ddd5e0
|
chore(deps): update dependency @nuxtjs/i18n to v10.6.0 (#3012)
dancefinder-app / build (push) Successful in 1m24s
dancefinder-app / deploy-prod (push) Successful in 1m12s
|
2026-08-02 11:09:44 +00:00 |
|
renovate
|
bef1d4b9cf
|
fix(deps): update grafana faro to v2.9.0 (#3011)
dancefinder-app / deploy-prod (push) Successful in 1m14s
dancefinder-app / build (push) Successful in 59s
|
2026-08-02 10:08:56 +00:00 |
|
renovate
|
ef2b0d298e
|
chore(deps): update dependency @nuxt/devtools to v3.4.0 (#3010)
dancefinder-app / build (push) Successful in 1m29s
dancefinder-app / deploy-prod (push) Successful in 31s
|
2026-08-01 10:06:36 +00:00 |
|
renovate
|
cd2409a838
|
chore(deps): update dependency nuxt to v4.5.1 (#3009)
dancefinder-app / build (push) Successful in 1m23s
dancefinder-app / deploy-prod (push) Successful in 1m11s
|
2026-07-30 11:12:55 +00:00 |
|
renovate
|
5e89876ae4
|
chore(deps): update dependency sass to v1.102.0 (#3008)
dancefinder-app / build (push) Successful in 48s
dancefinder-app / deploy-prod (push) Successful in 1m22s
|
2026-07-28 01:09:53 +00:00 |
|
renovate
|
aff2b9a1eb
|
chore(deps): update dependency eslint to v10.8.0 (#3007)
dancefinder-app / build (push) Successful in 51s
dancefinder-app / deploy-prod (push) Successful in 1m20s
|
2026-07-27 21:07:43 +00:00 |
|
renovate
|
952c38a752
|
chore(deps): update dependency @nuxt/devtools to v3.3.1 (#3006)
dancefinder-app / deploy-prod (push) Successful in 1m5s
dancefinder-app / build (push) Successful in 1m3s
|
2026-07-27 06:06:42 +00:00 |
|
renovate
|
ae787919c3
|
chore(deps): update dependency vuetify to v4.1.6 (#3005)
dancefinder-app / build (push) Successful in 1m32s
dancefinder-app / deploy-prod (push) Successful in 1m10s
|
2026-07-26 23:09:04 +00:00 |
|
renovate
|
04908a3f5c
|
chore(deps): update dependency sass to v1.101.7 (#3004)
dancefinder-app / deploy-prod (push) Successful in 1m20s
dancefinder-app / build (push) Successful in 1m3s
|
2026-07-26 22:06:47 +00:00 |
|
renovate
|
a431c07152
|
chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.2 (#3003)
dancefinder-app / build (push) Successful in 1m23s
dancefinder-app / deploy-prod (push) Successful in 1m5s
|
2026-07-26 12:09:56 +00:00 |
|
renovate
|
5d114a86e2
|
chore(deps): update dependency sass to v1.101.6 (#3002)
dancefinder-app / build (push) Successful in 1m0s
dancefinder-app / deploy-prod (push) Successful in 1m24s
|
2026-07-26 09:02:37 +00:00 |
|
renovate
|
95445082ae
|
chore(deps): update dependency @nuxtjs/i18n to v10.5.0 (#3001)
dancefinder-app / build (push) Successful in 1m6s
dancefinder-app / deploy-prod (push) Successful in 1m16s
|
2026-07-24 15:08:50 +00:00 |
|
renovate
|
8ba6ac7cdc
|
chore(deps): update dependency sass to v1.101.3 (#3000)
|
2026-07-24 06:11:29 +00:00 |
|
renovate
|
302c894cbc
|
chore(deps): update dependency sass to v1.101.3 (#3000)
dancefinder-app / build (push) Successful in 1m4s
dancefinder-app / deploy-prod (push) Successful in 1m20s
|
2026-07-24 06:11:21 +00:00 |
|
renovate
|
022947e69e
|
chore(deps): update dependency typescript-eslint to v8.65.0 (#2999)
dancefinder-app / build (push) Successful in 2m5s
dancefinder-app / deploy-prod (push) Successful in 1m13s
|
2026-07-23 19:07:08 +00:00 |
|
renovate
|
e0d1938364
|
chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.1 (#2998)
dancefinder-app / build (push) Successful in 1m3s
dancefinder-app / deploy-prod (push) Successful in 1m23s
|
2026-07-23 14:09:17 +00:00 |
|
renovate
|
d4336e20b5
|
chore(deps): update dependency eslint-plugin-vue to v10.10.0 (#2997)
dancefinder-app / build (push) Successful in 58s
dancefinder-app / deploy-prod (push) Successful in 1m12s
|
2026-07-23 11:08:07 +00:00 |
|
renovate
|
013886de1a
|
fix(deps): update dependency @auth0/auth0-vue to v2.9.0 (#2996)
dancefinder-app / build (push) Successful in 45s
dancefinder-app / deploy-prod (push) Successful in 1m11s
|
2026-07-23 06:07:08 +00:00 |
|
renovate
|
a00b4ad68c
|
chore(deps): update dependency stylelint to v17.14.1 (#2995)
dancefinder-app / build (push) Successful in 1m22s
dancefinder-app / deploy-prod (push) Successful in 1m21s
|
2026-07-23 01:07:05 +00:00 |
|
renovate
|
29747c1134
|
chore(deps): update dependency nuxt to v4.5.0 (#2994)
dancefinder-app / build (push) Successful in 1m0s
dancefinder-app / deploy-prod (push) Successful in 1m25s
|
2026-07-21 20:09:04 +00:00 |
|
renovate
|
2318778bbd
|
chore(deps): update dependency eslint-plugin-simple-import-sort to v14 (#2993)
dancefinder-app / build (push) Successful in 1m45s
dancefinder-app / deploy-prod (push) Successful in 1m6s
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) | [`13.0.0` → `14.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/13.0.0/14.0.0) |  |  |
---
### Release Notes
<details>
<summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary>
### [`v14.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1400-2026-07-16)
[Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v13.0.0...v14.0.0)
ES2022 allows string literals as module export names ("arbitrary module namespace names"):
```js
export { yukuTs as "yuku-ts" };
import { "a-b" as c } from "a";
```
This release adds support for such quotes names. Previously, those were sorted oddly, and the autofix could suggest changes that wasn’t valid syntax.
This is only a breaking change if you use string literals as module export names, and only in the form of that you need to autofix your files.
Thanks to Kamronbek\_Juraev ([@​KAMRONBEK](https://github.com/KAMRONBEK)) for fixing this!
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTcuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->Reviewed-on: #2993
Co-authored-by: Renovate Bot <renovate@unbound.se>
|
2026-07-20 08:10:38 +00:00 |
|
renovate
|
28f49d8585
|
chore(deps): update dependency vue to v3.5.40 (#2992)
dancefinder-app / build (push) Successful in 1m14s
dancefinder-app / deploy-prod (push) Successful in 1m12s
|
2026-07-19 04:05:58 +00:00 |
|
renovate
|
2a457bec4b
|
chore(deps): update nginx docker tag to v1.31.3 (#2991)
dancefinder-app / build (push) Successful in 1m0s
dancefinder-app / deploy-prod (push) Successful in 1m7s
|
2026-07-19 00:07:42 +00:00 |
|
renovate
|
4c022f2629
|
chore(deps): update dependency vue-router to v5.2.0 (#2990)
dancefinder-app / build (push) Successful in 1m49s
dancefinder-app / deploy-prod (push) Successful in 1m22s
|
2026-07-18 11:06:30 +00:00 |
|
renovate
|
98e9ed45ed
|
chore(deps): update dependency vuetify to v4.1.5 (#2987)
dancefinder-app / build (push) Failing after 37s
dancefinder-app / deploy-prod (push) Has been skipped
|
2026-07-17 00:07:36 +00:00 |
|
renovate
|
56c6bde20c
|
chore(deps): update dependency typescript-eslint to v8.64.0 (#2986)
dancefinder-app / build (push) Successful in 1m18s
dancefinder-app / deploy-prod (push) Successful in 1m21s
|
2026-07-16 18:36:33 +00:00 |
|
renovate
|
7fb27b7476
|
chore(deps): update nginx:1.31.2 docker digest to 43ace28 (#2985)
dancefinder-app / build (push) Successful in 50s
dancefinder-app / deploy-prod (push) Successful in 1m15s
|
2026-07-14 04:06:08 +00:00 |
|
renovate
|
dd4ca4c2a2
|
chore(deps): update dependency eslint to v10.7.0 (#2984)
dancefinder-app / build (push) Successful in 57s
dancefinder-app / deploy-prod (push) Successful in 1m10s
|
2026-07-13 22:08:55 +00:00 |
|
renovate
|
50f791ed88
|
chore(deps): update dependency @nuxtjs/i18n to v10.4.1 (#2983)
dancefinder-app / build (push) Successful in 1m5s
dancefinder-app / deploy-prod (push) Successful in 1m13s
|
2026-07-13 17:09:36 +00:00 |
|
renovate
|
46ba53f63b
|
chore(deps): update dependency @commitlint/cli to v21.2.1 (#2981)
dancefinder-app / build (push) Successful in 59s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-07-11 09:05:56 +00:00 |
|
renovate
|
d7a5144197
|
chore(deps): update dependency vuetify to v4.1.4 (#2980)
dancefinder-app / build (push) Successful in 1m33s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-07-10 16:09:56 +00:00 |
|
renovate
|
12a1e939fe
|
chore(deps): update dependency typescript-eslint to v8.63.0 (#2979)
dancefinder-app / build (push) Successful in 1m40s
dancefinder-app / deploy-prod (push) Successful in 1m15s
|
2026-07-09 19:06:00 +00:00 |
|
renovate
|
78a40edd18
|
chore(deps): update graphqlcodegenerator monorepo (#2978)
dancefinder-app / build (push) Successful in 1m1s
dancefinder-app / deploy-prod (push) Successful in 1m19s
|
2026-07-09 15:08:57 +00:00 |
|
renovate
|
b1c4ddfbc8
|
fix(deps): update dependency @auth0/auth0-vue to v2.8.0 (#2977)
dancefinder-app / build (push) Successful in 1m1s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-07-06 13:13:36 +00:00 |
|
renovate
|
9761c013bc
|
chore(deps): update dependency vuetify to v4.1.3 (#2976)
dancefinder-app / build (push) Successful in 2m16s
dancefinder-app / deploy-prod (push) Successful in 1m11s
|
2026-07-05 16:09:41 +00:00 |
|
renovate
|
571c20345a
|
fix(deps): update grafana faro to v2.8.2 (#2975)
dancefinder-app / build (push) Successful in 1m7s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-07-04 09:03:45 +00:00 |
|