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 |
|
renovate
|
f807f6c531
|
chore(deps): update commitlint monorepo to v21.2.0 (#2974)
dancefinder-app / build (push) Successful in 59s
dancefinder-app / deploy-prod (push) Successful in 1m14s
|
2026-07-03 10:05:55 +00:00 |
|
renovate
|
a5e0667f58
|
chore(deps): update typescript-eslint monorepo to v8.62.1 (#2973)
dancefinder-app / build (push) Successful in 1m25s
dancefinder-app / deploy-prod (push) Successful in 1m29s
|
2026-07-02 19:06:49 +00:00 |
|
renovate
|
d9b0260532
|
fix(deps): update grafana faro to v2.8.1 (#2972)
dancefinder-app / build (push) Successful in 55s
dancefinder-app / deploy-prod (push) Successful in 1m25s
|
2026-07-02 10:09:20 +00:00 |
|
renovate
|
2648480356
|
chore(deps): update eslint monorepo to v10.6.0 (#2971)
dancefinder-app / build (push) Successful in 1m13s
dancefinder-app / deploy-prod (push) Successful in 1m23s
|
2026-06-29 21:05:52 +00:00 |
|
renovate
|
c326265960
|
chore(deps): update stylelint to v17.14.0 (#2970)
dancefinder-app / build (push) Successful in 1m6s
dancefinder-app / deploy-prod (push) Successful in 1m24s
|
2026-06-28 17:09:02 +00:00 |
|
renovate
|
1a07460fcb
|
fix(deps): update grafana faro to v2.8.0 (#2969)
dancefinder-app / build (push) Successful in 1m3s
dancefinder-app / deploy-prod (push) Successful in 1m10s
|
2026-06-28 14:08:51 +00:00 |
|
renovate
|
92d60cdb39
|
chore(deps): update vue monorepo to v3.5.39 (#2968)
dancefinder-app / build (push) Successful in 1m35s
dancefinder-app / deploy-prod (push) Successful in 1m29s
|
2026-06-28 11:03:06 +00:00 |
|
renovate
|
a5d2b9e130
|
chore(deps): update graphqlcodegenerator monorepo to v6.0.5 (#2967)
dancefinder-app / build (push) Successful in 1m13s
dancefinder-app / deploy-prod (push) Successful in 1m33s
|
2026-06-27 15:09:29 +00:00 |
|
renovate
|
4ce8a3f84c
|
chore(deps): update commitlint monorepo to v21.1.0 (#2966)
dancefinder-app / build (push) Successful in 2m9s
dancefinder-app / deploy-prod (push) Successful in 1m11s
|
2026-06-26 15:59:01 +00:00 |
|
renovate
|
eaa2f372ae
|
chore(deps): update typescript-eslint monorepo to v8.62.0 (#2965)
dancefinder-app / build (push) Successful in 1m3s
dancefinder-app / deploy-prod (push) Successful in 1m17s
|
2026-06-25 19:08:38 +00:00 |
|
renovate
|
17935f0de0
|
chore(deps): update nginx:1.31.2 docker digest to 1aa5260 (#2964)
dancefinder-app / deploy-prod (push) Successful in 1m34s
dancefinder-app / build (push) Successful in 2m35s
|
2026-06-24 04:09:53 +00:00 |
|
renovate
|
894d9bf697
|
chore(deps): update nginx docker tag to v1.31.2 (#2963)
dancefinder-app / build (push) Successful in 2m5s
dancefinder-app / deploy-prod (push) Successful in 1m31s
|
2026-06-21 01:07:07 +00:00 |
|
renovate
|
d4ab75ea10
|
fix(deps): update apollo graphql packages to v2.12.7 (#2962)
dancefinder-app / build (push) Successful in 1m43s
dancefinder-app / deploy-prod (push) Successful in 1m23s
|
2026-06-20 21:23:36 +00:00 |
|
renovate
|
9ad79d5d9b
|
chore(deps): update actions/checkout action to v7 (#2961)
dancefinder-app / build (push) Successful in 4m16s
dancefinder-app / deploy-prod (push) Successful in 1m30s
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v6` → `v7` | `v7.0.0` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v7.0.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
[Compare Source](https://github.com/actions/checkout/compare/v7.0.0...v7.0.0)
- Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://github.com/aiqiaoy) in [#​2454](https://github.com/actions/checkout/pull/2454)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2458](https://github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2460](https://github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2461](https://github.com/actions/checkout/pull/2461)
- Bump [@​actions/core](https://github.com/actions/core) and [@​actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2459](https://github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@​aiqiaoy](https://github.com/aiqiaoy) in [#​2463](https://github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2462](https://github.com/actions/checkout/pull/2462)
### [`v7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700)
[Compare Source](https://github.com/actions/checkout/compare/v6.0.3...v7.0.0)
- Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://github.com/aiqiaoy) in [#​2454](https://github.com/actions/checkout/pull/2454)
- Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2458](https://github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2460](https://github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2461](https://github.com/actions/checkout/pull/2461)
- Bump [@​actions/core](https://github.com/actions/core) and [@​actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2459](https://github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@​aiqiaoy](https://github.com/aiqiaoy) in [#​2463](https://github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2462](https://github.com/actions/checkout/pull/2462)
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #2961
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
|
2026-06-20 19:39:04 +00:00 |
|
renovate
|
a953f3afe7
|
chore(deps): update graphqlcodegenerator monorepo to v7.1.3 (#2960)
dancefinder-app / build (push) Successful in 3m30s
dancefinder-app / deploy-prod (push) Successful in 1m36s
|
2026-06-19 15:31:09 +00:00 |
|
renovate
|
f15c5d2d62
|
chore(deps): update dependency vuetify to v4.1.2 (#2959)
dancefinder-app / build (push) Successful in 3m17s
dancefinder-app / deploy-prod (push) Successful in 1m42s
|
2026-06-19 15:29:54 +00:00 |
|
renovate
|
2f1aa9b021
|
chore(deps): update typescript-eslint monorepo to v8.61.1 (#2957)
dancefinder-app / build (push) Successful in 1m17s
dancefinder-app / deploy-prod (push) Successful in 1m30s
|
2026-06-18 19:09:00 +00:00 |
|
renovate
|
2ec90cf08e
|
chore(deps): update graphqlcodegenerator monorepo to v6.0.4 (#2956)
dancefinder-app / build (push) Successful in 3m8s
dancefinder-app / deploy-prod (push) Successful in 2m36s
|
2026-06-18 15:11:53 +00:00 |
|