renovate
233d852e56
chore(deps): update dependency vue-router to v5 ( #2764 )
...
dancefinder-app / build (push) Successful in 1m41s
dancefinder-app / deploy-prod (push) Successful in 1m22s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [vue-router](https://router.vuejs.org ) ([source](https://github.com/vuejs/router )) | [`4.6.4` → `5.0.6`](https://renovatebot.com/diffs/npm/vue-router/4.6.4/5.0.6 ) |  |  |
---
### Release Notes
<details>
<summary>vuejs/router (vue-router)</summary>
### [`v5.0.6`](https://github.com/vuejs/router/releases/tag/v5.0.6 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6 )
##### 🐞 Bug Fixes
- Missing closing quote in generated import - by [@​zjy040525](https://github.com/zjy040525 ) and [@​posva](https://github.com/posva ) in [#​2688](https://github.com/vuejs/router/issues/2688 ) [<samp>(32f78)</samp>](https://github.com/vuejs/router/commit/32f78c77 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6 )
### [`v5.0.5`](https://github.com/vuejs/router/releases/tag/v5.0.5 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5 )
##### 🚀 Features
- Enable standard schema param parsers - by [@​posva](https://github.com/posva ) [<samp>(ea8e3)</samp>](https://github.com/vuejs/router/commit/ea8e3e21 )
- Normalize param parsers once - by [@​posva](https://github.com/posva ) [<samp>(48087)</samp>](https://github.com/vuejs/router/commit/480877cc )
##### 🐞 Bug Fixes
- Track definePage imports per-file to fix named view race condition - by [@​posva](https://github.com/posva ) [<samp>(11191)</samp>](https://github.com/vuejs/router/commit/11191bca )
- Avoid double decoding hash on string location - by [@​posva](https://github.com/posva ) [<samp>(1578c)</samp>](https://github.com/vuejs/router/commit/1578c9e9 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5 )
### [`v5.0.4`](https://github.com/vuejs/router/releases/tag/v5.0.4 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4 )
##### 🐞 Bug Fixes
- Avoid iterator helpers for Node 20 compat - by [@​cwandev](https://github.com/cwandev ) in [#​2635](https://github.com/vuejs/router/issues/2635 ) [<samp>(47130)</samp>](https://github.com/vuejs/router/commit/4713069d )
- Escape backslahes in string literals - by [@​posva](https://github.com/posva ) [<samp>(71fdb)</samp>](https://github.com/vuejs/router/commit/71fdbf36 )
- Avoid false duplicate route warning for named views - by [@​posva](https://github.com/posva ) [<samp>(72012)</samp>](https://github.com/vuejs/router/commit/72012ab0 )
- Allow pushing to auto routes - by [@​posva](https://github.com/posva ) [<samp>(47f03)</samp>](https://github.com/vuejs/router/commit/47f0334b )
- **loaders**: Restore context in sequential awaits - by [@​posva](https://github.com/posva ) [<samp>(fce5d)</samp>](https://github.com/vuejs/router/commit/fce5d1e3 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4 )
### [`v5.0.3`](https://github.com/vuejs/router/releases/tag/v5.0.3 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.2...v5.0.3 )
##### 🚨 Breaking Changes
- **experimental**:
- Make miss() throw internally and return never - by [@​posva](https://github.com/posva ) [<samp>(077e1)</samp>](https://github.com/vuejs/router/commit/077e1740 )
- Add reroute() and deprecate NavigationResult - by [@​posva](https://github.com/posva ) [<samp>(308db)</samp>](https://github.com/vuejs/router/commit/308db14a )
- Remove selectNavigationResult - by [@​posva](https://github.com/posva ) [<samp>(9e88a)</samp>](https://github.com/vuejs/router/commit/9e88aed4 )
##### 🚀 Features
- Support \_parent in nested folders - by [@​posva](https://github.com/posva ) [<samp>(0a37f)</samp>](https://github.com/vuejs/router/commit/0a37f474 )
- Warn on \_parent conflict - by [@​posva](https://github.com/posva ) [<samp>(182fe)</samp>](https://github.com/vuejs/router/commit/182fe03a )
- Set \_parent as non matchable by default - by [@​posva](https://github.com/posva ) [<samp>(8f91c)</samp>](https://github.com/vuejs/router/commit/8f91c99f )
- Warn on conflicting components for routes - by [@​posva](https://github.com/posva ) [<samp>(34ace)</samp>](https://github.com/vuejs/router/commit/34aceb98 )
- Use type module - by [@​posva](https://github.com/posva ) [<samp>(dc9ff)</samp>](https://github.com/vuejs/router/commit/dc9ffe81 )
- Add deprecation warning for next() callback in navigation guards - by [@​posva](https://github.com/posva ) [<samp>(797f5)</samp>](https://github.com/vuejs/router/commit/797f55de )
- Extract alias from definePage - by [@​posva](https://github.com/posva ) [<samp>(835df)</samp>](https://github.com/vuejs/router/commit/835df1ff )
- Display aliases in logs - by [@​posva](https://github.com/posva ) [<samp>(7aa60)</samp>](https://github.com/vuejs/router/commit/7aa607fc )
- Deprecate new NavigationResult(to) in favor of reroute(to) - by [@​posva](https://github.com/posva ) [<samp>(382e3)</samp>](https://github.com/vuejs/router/commit/382e34b4 )
- **experimental**:
- Handle aliasOf in resolvers - by [@​posva](https://github.com/posva ) [<samp>(8fe45)</samp>](https://github.com/vuejs/router/commit/8fe453c9 )
- Generate aliases from override in resolver - by [@​posva](https://github.com/posva ) [<samp>(a00ac)</samp>](https://github.com/vuejs/router/commit/a00ac355 )
- Warn against non absolute aliases - by [@​posva](https://github.com/posva ) [<samp>(476c6)</samp>](https://github.com/vuejs/router/commit/476c6697 )
##### 🐞 Bug Fixes
- Avoid non matchable routes in auto-routes - by [@​posva](https://github.com/posva ) [<samp>(48649)</samp>](https://github.com/vuejs/router/commit/48649030 )
- Handle quotes in d.ts - by [@​posva](https://github.com/posva ) [<samp>(d7764)</samp>](https://github.com/vuejs/router/commit/d7764700 )
- Avoid route entry in map for \_parent - by [@​posva](https://github.com/posva ) [<samp>(1dfcc)</samp>](https://github.com/vuejs/router/commit/1dfccf82 )
- Handle nested groups - by [@​posva](https://github.com/posva ) [<samp>(4a4be)</samp>](https://github.com/vuejs/router/commit/4a4bed94 )
- Stable route ordering for group folders with same path - by [@​posva](https://github.com/posva ) [<samp>(1db94)</samp>](https://github.com/vuejs/router/commit/1db9467c )
- Correct route ordering for group nodes with inflated scores - by [@​posva](https://github.com/posva ) [<samp>(515f4)</samp>](https://github.com/vuejs/router/commit/515f4843 )
- Cleanup old route overrides - by [@​posva](https://github.com/posva ) [<samp>(b28a7)</samp>](https://github.com/vuejs/router/commit/b28a71e2 )
- Remove name from \_parent.vue files - by [@​posva](https://github.com/posva ) [<samp>(6e8f1)</samp>](https://github.com/vuejs/router/commit/6e8f1a11 )
- **ci**:
- Format sponsor files before change detection - by [@​posva](https://github.com/posva ) [<samp>(f68d6)</samp>](https://github.com/vuejs/router/commit/f68d6fad )
- Use manual git commit in update-sponsors - by [@​posva](https://github.com/posva ) [<samp>(8ee99)</samp>](https://github.com/vuejs/router/commit/8ee992cb )
- **experimental**:
- Resolve TS errors in resolver/router type hierarchy - by [@​posva](https://github.com/posva ) [<samp>(a86f1)</samp>](https://github.com/vuejs/router/commit/a86f1f3a )
- **types**:
- Relax RouteMapGeneric constraint for interface-based RouteNamedMap - by [@​YevheniiKotyrlo](https://github.com/YevheniiKotyrlo ) in [#​2624](https://github.com/vuejs/router/issues/2624 ) [<samp>(cdf7b)</samp>](https://github.com/vuejs/router/commit/cdf7b442 )
- **volar**:
- Use `ts.getTokenPosOfNode` instead of `node.getStart` - by [@​KazariEX](https://github.com/KazariEX ) in [#​2630](https://github.com/vuejs/router/issues/2630 ) [<samp>(0b050)</samp>](https://github.com/vuejs/router/commit/0b0504bd )
##### 🏎 Performance
- Avoid merging empty object in record - by [@​posva](https://github.com/posva ) [<samp>(4213e)</samp>](https://github.com/vuejs/router/commit/4213eb66 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.2...v5.0.3 )
### [`v5.0.2`](https://github.com/vuejs/router/releases/tag/v5.0.2 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2 )
##### 🐞 Bug Fixes
- Remove devtools from iife build - by [@​posva](https://github.com/posva ) [<samp>(58c03)</samp>](https://github.com/vuejs/router/commit/58c033c0 )
- Loose version check vue-router - by [@​posva](https://github.com/posva ) [<samp>(90e4b)</samp>](https://github.com/vuejs/router/commit/90e4bb80 )
- **volar**: Empty options - by [@​posva](https://github.com/posva ) [<samp>(02275)</samp>](https://github.com/vuejs/router/commit/022758a7 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2 )
### [`v5.0.1`](https://github.com/vuejs/router/releases/tag/v5.0.1 )
[Compare Source](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1 )
##### 🐞 Bug Fixes
- **volar**: Make typed plugin work with vue-tsc - by [@​peter50216](https://github.com/peter50216 ) in [#​2607](https://github.com/vuejs/router/issues/2607 ) [<samp>(7845e)</samp>](https://github.com/vuejs/router/commit/7845e327 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1 )
### [`v5.0.0`](https://github.com/vuejs/router/releases/tag/v5.0.0 )
[Compare Source](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0 )
Vue Router 5 is a *boring* release, it merges [unplugin-vue-router](https://uvr.esm.is ) into the core package with no breaking changes. The only exception is that the *iife* build no longer includes `@vue/devtools-api` because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in [this issue](https://github.com/vuejs/devtools/issues/989 ). See [the migration guide](https://router.vuejs.org/guide/migration/v4-to-v5.html ) for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.
##### 🚀 Features
- **experimental**: Query params are optional by default - by [@​posva](https://github.com/posva ) [<samp>(78913)</samp>](https://github.com/vuejs/router/commit/78913551 )
- Add volar plugins - by [@​posva](https://github.com/posva ) [<samp>(530ac)</samp>](https://github.com/vuejs/router/commit/530ac53e )
- Add data loaders as experimental - by [@​posva](https://github.com/posva ) [<samp>(ab895)</samp>](https://github.com/vuejs/router/commit/ab89513d )
- Add route json schema - by [@​posva](https://github.com/posva ) [<samp>(20675)</samp>](https://github.com/vuejs/router/commit/2067515a )
- Upgrade devtools-api to v7 - by [@​posva](https://github.com/posva ) [<samp>(17b84)</samp>](https://github.com/vuejs/router/commit/17b841b8 )
- Upgrade devtools to v8 - by [@​posva](https://github.com/posva ) [<samp>(b8aa2)</samp>](https://github.com/vuejs/router/commit/b8aa2395 )
- Runtime error on missing param parsers - by [@​posva](https://github.com/posva ) [<samp>(3444b)</samp>](https://github.com/vuejs/router/commit/3444bc94 )
- **volar**: Allow rootDir option - by [@​posva](https://github.com/posva ) [<samp>(df65a)</samp>](https://github.com/vuejs/router/commit/df65a864 )
##### 🐞 Bug Fixes
- Avoid breaking older browsers support - by [@​posva](https://github.com/posva ) [<samp>(c7ba4)</samp>](https://github.com/vuejs/router/commit/c7ba4507 )
- Trigger navigation guards when keep-alive component is reactivated for different route - by [@​babu-ch](https://github.com/babu-ch ) and [@​posva](https://github.com/posva ) in [#​2604](https://github.com/vuejs/router/issues/2604 ) [<samp>(c7735)</samp>](https://github.com/vuejs/router/commit/c7735d30 )
- Add automatic types for param parsers - by [@​posva](https://github.com/posva ) [<samp>(0fb5d)</samp>](https://github.com/vuejs/router/commit/0fb5da34 )
- Param parsers when dts is not at root - by [@​posva](https://github.com/posva ) [<samp>(16b39)</samp>](https://github.com/vuejs/router/commit/16b39ff7 )
- Expose resolveOptions for unplugin - by [@​posva](https://github.com/posva ) [<samp>(35543)</samp>](https://github.com/vuejs/router/commit/355431b6 )
- Escape tildes in paths - by [@​posva](https://github.com/posva ) [<samp>(aac2e)</samp>](https://github.com/vuejs/router/commit/aac2e265 )
- **volar**: Upgrade config read - by [@​posva](https://github.com/posva ) [<samp>(e3024)</samp>](https://github.com/vuejs/router/commit/e3024d19 )
##### [View changes on GitHub](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDMuMTQwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/2764
Co-authored-by: Renovate Bot <renovate@unbound.se >
Co-committed-by: Renovate Bot <renovate@unbound.se >
2026-05-01 09:03:59 +00:00
renovate
e4fccd09f2
fix(deps): update dependency @auth0/auth0-vue to v2.6.0 ( #2881 )
dancefinder-app / build (push) Successful in 1m30s
dancefinder-app / deploy-prod (push) Failing after 12m23s
2026-05-01 06:06:35 +00:00
renovate
60cd8409b5
chore(deps): update dependency typescript-eslint to v8.59.1 ( #2880 )
dancefinder-app / build (push) Successful in 2m40s
dancefinder-app / deploy-prod (push) Successful in 1m34s
2026-04-30 19:10:15 +00:00
renovate
9aeec82e7e
chore(deps): update dependency stylelint to v17.9.1 ( #2879 )
dancefinder-app / build (push) Successful in 1m52s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-04-30 15:10:21 +00:00
renovate
8280113cdd
chore(deps): update dependency @vue/test-utils to v2.4.9 ( #2878 )
dancefinder-app / build (push) Successful in 1m53s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-04-30 11:11:06 +00:00
renovate
417f8ba188
chore(deps): update dependency @commitlint/cli to v20.5.2 ( #2877 )
dancefinder-app / build (push) Successful in 1m35s
dancefinder-app / deploy-prod (push) Successful in 1m27s
2026-04-28 10:03:22 +00:00
renovate
a73922f464
chore(deps): update dependency @nuxtjs/i18n to v10.3.0 ( #2876 )
dancefinder-app / build (push) Successful in 1m31s
dancefinder-app / deploy-prod (push) Successful in 1m35s
2026-04-27 16:07:01 +00:00
renovate
fe263f55fa
chore(deps): update dependency @vue/test-utils to v2.4.8 ( #2875 )
dancefinder-app / build (push) Successful in 1m55s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-04-27 10:08:18 +00:00
renovate
ad64fff80e
chore(deps): update dependency stylelint to v17.9.0 ( #2874 )
dancefinder-app / build (push) Successful in 1m26s
dancefinder-app / deploy-prod (push) Successful in 1m33s
2026-04-26 08:05:47 +00:00
renovate
55b02e6f04
fix(deps): update grafana faro to v2.4.0 ( #2873 )
dancefinder-app / build (push) Successful in 3m24s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-04-25 12:09:33 +00:00
renovate
13773669ca
chore(deps): update dependency vuetify to v4.0.6 ( #2872 )
dancefinder-app / build (push) Successful in 1m50s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-04-25 10:06:27 +00:00
renovate
0c8a27140b
chore(deps): update dependency vue to v3.5.33 ( #2871 )
dancefinder-app / build (push) Successful in 2m10s
dancefinder-app / deploy-prod (push) Successful in 1m30s
2026-04-25 09:08:51 +00:00
renovate
846b5bfad1
chore(deps): update dependency eslint-plugin-vue to v10.9.0 ( #2870 )
dancefinder-app / build (push) Successful in 2m27s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-04-25 00:10:13 +00:00
renovate
e6bd411e85
chore(deps): update dependency typescript-eslint to v8.59.0 ( #2869 )
dancefinder-app / build (push) Successful in 1m56s
dancefinder-app / deploy-prod (push) Successful in 1m56s
2026-04-23 19:10:06 +00:00
renovate
202fef8e05
chore(deps): update dependency @graphql-codegen/typescript-vue-apollo to v5.0.1 ( #2868 )
dancefinder-app / build (push) Successful in 4m9s
dancefinder-app / deploy-prod (push) Successful in 1m35s
2026-04-22 08:11:46 +00:00
renovate
10acdcb4c5
chore(deps): update nginx:1.30.0 docker digest to 67c70b6 ( #2867 )
dancefinder-app / build (push) Successful in 2m1s
dancefinder-app / deploy-prod (push) Successful in 1m44s
2026-04-22 04:08:19 +00:00
renovate
4cb70a8069
chore(deps): update dependency @graphql-codegen/cli to v6.3.1 ( #2866 )
dancefinder-app / build (push) Successful in 1m36s
dancefinder-app / deploy-prod (push) Successful in 1m29s
2026-04-21 15:11:47 +00:00
renovate
88725e80ee
chore(deps): update dependency eslint to v10.2.1 ( #2865 )
dancefinder-app / build (push) Successful in 2m18s
dancefinder-app / deploy-prod (push) Successful in 1m41s
2026-04-20 21:06:59 +00:00
renovate
61ecb56c59
chore(deps): update dependency typescript to v6.0.3 ( #2864 )
dancefinder-app / build (push) Successful in 1m16s
dancefinder-app / deploy-prod (push) Successful in 1m36s
2026-04-20 00:09:21 +00:00
renovate
4cc145246d
chore(deps): update dependency stylelint to v17.8.0 ( #2863 )
dancefinder-app / build (push) Successful in 1m31s
dancefinder-app / deploy-prod (push) Successful in 1m25s
2026-04-18 13:08:55 +00:00
renovate
0718374c35
chore(deps): update nginx docker tag to v1.30.0 ( #2862 )
dancefinder-app / build (push) Successful in 1m28s
dancefinder-app / deploy-prod (push) Successful in 1m30s
2026-04-18 02:07:09 +00:00
renovate
cf7a3a2629
chore(deps): update dependency typescript-eslint to v8.58.2 ( #2861 )
dancefinder-app / build (push) Successful in 1m31s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-04-16 19:09:18 +00:00
renovate
54f1b5745b
chore(deps): update graphqlcodegenerator monorepo ( #2860 )
dancefinder-app / build (push) Successful in 1m27s
dancefinder-app / deploy-prod (push) Successful in 1m42s
2026-04-16 11:09:12 +00:00
renovate
5e89d228d1
chore(deps): update dependency stylelint to v17.7.0 ( #2859 )
dancefinder-app / build (push) Successful in 3m3s
dancefinder-app / deploy-prod (push) Successful in 1m41s
2026-04-15 15:06:49 +00:00
renovate
c2d355e313
chore(deps): update dependency typescript-eslint to v8.58.1 ( #2858 )
dancefinder-app / build (push) Successful in 5m2s
dancefinder-app / deploy-prod (push) Successful in 1m38s
2026-04-11 02:09:14 +00:00
renovate
2136030cd6
chore(deps): update nginx docker tag to v1.29.8 ( #2857 )
dancefinder-app / build (push) Successful in 3m17s
dancefinder-app / deploy-prod (push) Successful in 1m28s
2026-04-10 19:09:11 +00:00
renovate
00e680d2b4
chore(deps): update dependency eslint-plugin-simple-import-sort to v13 ( #2856 )
...
dancefinder-app / build (push) Successful in 2m28s
dancefinder-app / deploy-prod (push) Successful in 1m34s
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 ) | [`12.1.1` → `13.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0 ) |  |  |
---
### Release Notes
<details>
<summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary>
### [`v13.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1300-2026-04-06 )
[Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0 )
This release puts imports from the same source, but with different import styles, in a deterministic order.
```js
// First namespace imports:
import * as Circle from "circle;
// Then default imports:
import createCircle from "circle";
// Then named imports:
import { radius } from "circle";
```
That is especially useful if you need to have both a namespace import *and* want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order.
It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files.
Thanks to Kannan Goundan ([@​cakoose](https://github.com/cakoose ))!
</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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #2856
Co-authored-by: Renovate Bot <renovate@unbound.se >
Co-committed-by: Renovate Bot <renovate@unbound.se >
2026-04-09 20:09:29 +00:00
renovate
9b8bf6e2cd
chore(deps): update nginx:1.29.7 docker digest to e024ff0 ( #2855 )
dancefinder-app / build (push) Successful in 1m30s
dancefinder-app / deploy-prod (push) Successful in 1m27s
2026-04-07 03:06:55 +00:00
renovate
b5b642cf17
chore(deps): update dependency eslint to v10.2.0 ( #2854 )
dancefinder-app / build (push) Successful in 1m9s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-04-06 22:05:51 +00:00
renovate
ea8a31aa3d
chore(deps): update dependency vue to v3.5.32 ( #2853 )
...
dancefinder-app / build (push) Successful in 1m39s
dancefinder-app / deploy-prod (push) Successful in 1m29s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme ) ([source](https://github.com/vuejs/core )) | [`3.5.31` → `3.5.32`](https://renovatebot.com/diffs/npm/vue/3.5.31/3.5.32 ) |  |  |
---
### Release Notes
<details>
<summary>vuejs/core (vue)</summary>
### [`v3.5.32`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3532-2026-04-03 )
[Compare Source](https://github.com/vuejs/core/compare/v3.5.31...v3.5.32 )
##### Bug Fixes
- **runtime-core:** prevent currentInstance leak into sibling render during async setup re-entry ([#​14668](https://github.com/vuejs/core/issues/14668 )) ([f166353](https://github.com/vuejs/core/commit/f1663535a163057788d3285dec54a245c3efb3ad )), closes [#​14667](https://github.com/vuejs/core/issues/14667 )
- **teleport:** handle updates before deferred mount ([#​14642](https://github.com/vuejs/core/issues/14642 )) ([32b44f1](https://github.com/vuejs/core/commit/32b44f19f67aa30899817a7e79a4510f3b52970a )), closes [#​14640](https://github.com/vuejs/core/issues/14640 )
- **types:** allow customRef to have different getter/setter types ([#​14639](https://github.com/vuejs/core/issues/14639 )) ([e20ddb0](https://github.com/vuejs/core/commit/e20ddb00188e9935884930046fa572eab7c9dcba ))
- **types:** use private branding for shallowReactive ([#​14641](https://github.com/vuejs/core/issues/14641 )) ([302c47a](https://github.com/vuejs/core/commit/302c47a4994bc8b47b8a2af6693d8cb6bbd4b06b )), closes [#​14638](https://github.com/vuejs/core/issues/14638 ) [#​14493](https://github.com/vuejs/core/issues/14493 )
##### Reverts
- Revert "fix(server-renderer): cleanup component effect scopes after SSR render" ([#​14674](https://github.com/vuejs/core/issues/14674 )) ([219d83b](https://github.com/vuejs/core/commit/219d83bd305ce6fc052941acaaf02e7bc70616a4 )), closes [#​14674](https://github.com/vuejs/core/issues/14674 ) [#​14669](https://github.com/vuejs/core/issues/14669 )
</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:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/2853
Co-authored-by: Renovate Bot <renovate@unbound.se >
Co-committed-by: Renovate Bot <renovate@unbound.se >
2026-04-06 06:24:31 +00:00
renovate
ef25f40095
chore(deps): update dependency sass to v1.99.0 ( #2852 )
dancefinder-app / build (push) Successful in 2m53s
dancefinder-app / deploy-prod (push) Successful in 1m45s
2026-04-06 01:05:41 +00:00
renovate
6a2a7b6ad0
chore(deps): update dependency esbuild to v0.28.0 ( #2851 )
dancefinder-app / build (push) Successful in 2m7s
dancefinder-app / deploy-prod (push) Successful in 1m28s
2026-04-05 21:09:37 +00:00
renovate
e43f2836a9
chore(deps): update dependency esbuild to v0.27.7 ( #2850 )
dancefinder-app / build (push) Successful in 2m0s
dancefinder-app / deploy-prod (push) Successful in 1m38s
2026-04-02 17:10:07 +00:00
renovate
1fde823488
chore(deps): update dependency vuetify to v4.0.5 ( #2849 )
dancefinder-app / build (push) Successful in 1m33s
dancefinder-app / deploy-prod (push) Successful in 1m29s
2026-04-02 15:06:42 +00:00
renovate
c4b6e1f860
chore(deps): update dependency esbuild to v0.27.5 ( #2848 )
dancefinder-app / build (push) Successful in 1m26s
dancefinder-app / deploy-prod (push) Successful in 1m36s
2026-04-02 02:05:14 +00:00
renovate
99886b7f79
chore(deps): update dependency typescript to v6 ( #2840 )
...
dancefinder-app / build (push) Successful in 1m46s
dancefinder-app / deploy-prod (push) Successful in 1m39s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | [`5.9.3` → `6.0.2`](https://renovatebot.com/diffs/npm/typescript/5.9.3/6.0.2 ) |  |  |
---
### Release Notes
<details>
<summary>microsoft/TypeScript (typescript)</summary>
### [`v6.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v6.0.2 ): TypeScript 6.0
[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2 )
For release notes, check out the [release announcement blog post](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/ ).
- [fixed issues query for TypeScript 6.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.0%22 ).
- [fixed issues query for TypeScript 6.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.1%22 ).
- [fixed issues query for TypeScript 6.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.2%22 ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
</details>
---
### Configuration
📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #2840
Co-authored-by: Renovate Bot <renovate@unbound.se >
Co-committed-by: Renovate Bot <renovate@unbound.se >
2026-03-30 19:19:47 +00:00
renovate
28842ced85
chore(deps): update dependency typescript-eslint to v8.58.0 ( #2847 )
dancefinder-app / build (push) Successful in 2m18s
dancefinder-app / deploy-prod (push) Successful in 1m35s
2026-03-30 18:09:20 +00:00