Commit Graph
100 Commits
Author SHA1 Message Date
renovate 6307a878e7 chore(deps): update dependency vuetify to v4.1.10 (#3036)
dancefinder-app / build (push) Successful in 46s
dancefinder-app / deploy-prod (push) Successful in 1m7s
2026-08-21 06:36:19 +00:00
renovate fbfc64d9dc fix(deps): update grafana faro to v2.10.0 (#3035)
dancefinder-app / build (push) Successful in 50s
dancefinder-app / deploy-prod (push) Successful in 1m6s
2026-08-21 00:08:10 +00:00
renovate 8399f00301 chore(deps): update nginx docker tag to v1.31.4 (#3034)
dancefinder-app / build (push) Successful in 47s
dancefinder-app / deploy-prod (push) Successful in 1m5s
2026-08-20 08:01:33 +00:00
renovate e1da34fd31 fix(deps): update pinia (major) (#3033)
dancefinder-app / build (push) Successful in 2m4s
dancefinder-app / deploy-prod (push) Successful in 1m4s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@pinia/nuxt](https://pinia.vuejs.org/ssr/nuxt.html) ([source](https://github.com/vuejs/pinia)) | [`0.11.3` → `1.0.2`](https://renovatebot.com/diffs/npm/@pinia%2fnuxt/0.11.3/1.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@pinia%2fnuxt/1.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@pinia%2fnuxt/0.11.3/1.0.2?slim=true) |
| [pinia](https://pinia.vuejs.org) ([source](https://github.com/vuejs/pinia)) | [`3.0.4` → `4.0.3`](https://renovatebot.com/diffs/npm/pinia/3.0.4/4.0.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pinia/4.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pinia/3.0.4/4.0.3?slim=true) |

---

### Release Notes

<details>
<summary>vuejs/pinia (@&#8203;pinia/nuxt)</summary>

### [`v1.0.2`](https://github.com/vuejs/pinia/releases/tag/%40pinia/nuxt%401.0.2)

[Compare Source](https://github.com/vuejs/pinia/compare/@pinia/nuxt@1.0.1...@pinia/nuxt@1.0.2)

#####    🚀 Features

- **nuxt**: Declare Nuxt 5 compatibility  -  by [@&#8203;onmax](https://github.com/onmax) in [#&#8203;3166](https://github.com/vuejs/pinia/issues/3166) [<samp>(a94de)</samp>](https://github.com/vuejs/pinia/commit/a94de275)
- **playground**: Update to [@&#8203;vue/repl](https://github.com/vue/repl) v4  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;3163](https://github.com/vuejs/pinia/issues/3163) [<samp>(b19f9)</samp>](https://github.com/vuejs/pinia/commit/b19f9ba8)

#####    🐞 Bug Fixes

- Guard **VUE\_PROD\_DEVTOOLS** in dist output  -  by [@&#8203;ShreeBohara](https://github.com/ShreeBohara) and **Claude Fable 5** in [#&#8203;3168](https://github.com/vuejs/pinia/issues/3168) [<samp>(37144)</samp>](https://github.com/vuejs/pinia/commit/37144871)
- **ssr**: Replace reactive Set/Map state on hydration instead of unioning it  -  by [@&#8203;winklemad](https://github.com/winklemad) in [#&#8203;3162](https://github.com/vuejs/pinia/issues/3162) [<samp>(5bdf2)</samp>](https://github.com/vuejs/pinia/commit/5bdf26c7)

#####     [View changes on GitHub](https://github.com/vuejs/pinia/compare/@pinia/nuxt@1.0.1...@pinia/nuxt@1.0.2)

### [`v1.0.1`](https://github.com/vuejs/pinia/releases/tag/%40pinia/nuxt%401.0.1)

[Compare Source](https://github.com/vuejs/pinia/compare/@pinia/nuxt@1.0.0...@pinia/nuxt@1.0.1)

#####    🐞 Bug Fixes

- Re-add missing types exports field  -  by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten) in [#&#8203;3154](https://github.com/vuejs/pinia/issues/3154) [<samp>(fb217)</samp>](https://github.com/vuejs/pinia/commit/fb217666)
- **types**: Avoid reserved .vue at the end of name  -  by [@&#8203;posva](https://github.com/posva) [<samp>(b0249)</samp>](https://github.com/vuejs/pinia/commit/b0249de0)

#####     [View changes on GitHub](https://github.com/vuejs/pinia/compare/@pinia/nuxt@1.0.0...@pinia/nuxt@1.0.1)

### [`v1.0.0`](https://github.com/vuejs/pinia/releases/tag/%40pinia/nuxt%401.0.0)

[Compare Source](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.3...@pinia/nuxt@1.0.0)

#####    🚀 Features

- Upgrade devtools-api to v8  -  by [@&#8203;posva](https://github.com/posva) [<samp>(25572)</samp>](https://github.com/vuejs/pinia/commit/255723d7)
- Use nostics for better errors  -  by [@&#8203;posva](https://github.com/posva) [<samp>(f3522)</samp>](https://github.com/vuejs/pinia/commit/f3522434)
- Gracefully skip nullish values in storeToRefs  -  by [@&#8203;JSap0914](https://github.com/JSap0914) and [@&#8203;posva](https://github.com/posva) in [#&#8203;3134](https://github.com/vuejs/pinia/issues/3134) [<samp>(cac82)</samp>](https://github.com/vuejs/pinia/commit/cac82630)
- Diagnostic on invalid properties when doing storeToRefs  -  by [@&#8203;posva](https://github.com/posva) [<samp>(e7313)</samp>](https://github.com/vuejs/pinia/commit/e7313597)
- Diagnostic wrong values in plugins  -  by [@&#8203;posva](https://github.com/posva) [<samp>(29835)</samp>](https://github.com/vuejs/pinia/commit/29835d1f)
- Export piniaSymbol  -  by [@&#8203;cexoso](https://github.com/cexoso) in [#&#8203;2973](https://github.com/vuejs/pinia/issues/2973) [<samp>(d715b)</samp>](https://github.com/vuejs/pinia/commit/d715bda4)

#####    🐞 Bug Fixes

- Use modern Object.hasOwn  -  by [@&#8203;posva](https://github.com/posva) [<samp>(57ecc)</samp>](https://github.com/vuejs/pinia/commit/57eccd66)
- Respect skipHydrate marker on non-plain objects in shouldHydrate  -  by [@&#8203;lestersg5hollis0](https://github.com/lestersg5hollis0) and **Runecraft** in [#&#8203;3126](https://github.com/vuejs/pinia/issues/3126) [<samp>(2dcb3)</samp>](https://github.com/vuejs/pinia/commit/2dcb37f6)
- Prevent duplicate watcher when same callback subscribed twice  -  by [@&#8203;JSap0914](https://github.com/JSap0914) in [#&#8203;3144](https://github.com/vuejs/pinia/issues/3144) [<samp>(99dca)</samp>](https://github.com/vuejs/pinia/commit/99dcae6f)
- **ci**: Pin pnpm to 11.7.0 to match action-setup bootstrap  -  by [@&#8203;posva](https://github.com/posva) [<samp>(d7973)</samp>](https://github.com/vuejs/pinia/commit/d797385b)
- **devtools**: Make settable getters (computed) editable  -  by [@&#8203;posva](https://github.com/posva) in [#&#8203;3151](https://github.com/vuejs/pinia/issues/3151) [<samp>(640b1)</samp>](https://github.com/vuejs/pinia/commit/640b16b9)
- **hmr**: Preserve runtime-added properties of setup store refs  -  by [@&#8203;chatman-media](https://github.com/chatman-media) in [#&#8203;3132](https://github.com/vuejs/pinia/issues/3132) [<samp>(aec2a)</samp>](https://github.com/vuejs/pinia/commit/aec2ac24)

#####     [View changes on GitHub](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.11.3...@pinia/nuxt@1.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/3033
Co-authored-by: Renovate Bot <renovate@unbound.se>
2026-08-17 10:42:02 +00:00
renovate 236fa72606 chore(deps): update commitlint monorepo to v21.2.2 (#3031)
dancefinder-app / build (push) Successful in 1m8s
dancefinder-app / deploy-prod (push) Successful in 1m18s
2026-08-16 11:06:11 +00:00
renovate b78279fc74 chore(deps): update dependency vuetify to v4.1.9 (#3030)
dancefinder-app / build (push) Successful in 46s
dancefinder-app / deploy-prod (push) Successful in 1m17s
2026-08-16 02:08:11 +00:00
renovate dfd0301e50 chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.6 (#3029)
dancefinder-app / build (push) Successful in 57s
dancefinder-app / deploy-prod (push) Successful in 1m5s
2026-08-15 14:09:05 +00:00
renovate 9f66390037 chore(deps): update dependency typescript-eslint to v8.67.0 (#3028)
dancefinder-app / build (push) Successful in 1m5s
dancefinder-app / deploy-prod (push) Successful in 1m25s
2026-08-13 18:08:13 +00:00
renovateandargoyle 546b8f568b chore(deps): update dependency esbuild to v0.28.2 (#3027)
dancefinder-app / build (push) Successful in 54s
dancefinder-app / deploy-prod (push) Successful in 1m7s
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>evanw/esbuild (esbuild)</summary>

### [`v0.28.2`](https://github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0282)

[Compare Source](https://github.com/evanw/esbuild/compare/v0.28.1...v0.28.2)

- Fix tree shaking bug due to TypeScript import alias ([#&#8203;4507](https://github.com/evanw/esbuild/issues/4507))

  This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific `import` assignment and looks something like this:

  ```ts
  import Base from './dep.js';
  import Alias = Base.SomeType;
  ```

- Fix CSS minification bug involving `&` ([#&#8203;4497](https://github.com/evanw/esbuild/issues/4497))

  This release fixes a bug where esbuild's CSS minifier incorrectly removed a `&` when it was unsafe to do so. Here is an example:

  ```css
  /* Original code */
  .a .b {
    & .b:not(& .c) {
      color: red;
    }
  }

  /* Old output (with --minify) */
  .a .b{.b:not(& .c){color:red}}

  /* New output (with --minify) */
  .a .b{& .b:not(& .c){color:red}}
  ```

  This should match `<span class="a"><span class="b"><span class="b">yes</span></span></span>` but not `<span class="a"><span class="b">no</span></span>`. The old output incorrectly matched both.

- Avoid overwriting input files without `--allow-overwrite` ([#&#8203;4484](https://github.com/evanw/esbuild/issues/4484))

  For example: `esbuild input.js --outfile=input.js` tells esbuild to overwrite `input.js` with the output of running esbuild on it. This was supposed to already be prevented by default, but it accidentally regressed in version 0.17.0 and apparently didn't have any test coverage. The error message was being printed but the input file was still being overwritten. Oops.

  This release puts the original behavior back. With this release, esbuild should now actually avoid overwriting input files unless `--allow-overwrite` is explicitly present. This is done by not writing out any files when a build error is encountered.

- Fix incorrect code generated when using top-level await ([#&#8203;4498](https://github.com/evanw/esbuild/issues/4498))

  Previously esbuild could generate code containing a syntax error in complex scenarios involving top-level await used in a dependency cycle. The problem was a missing `async` on one or more module wrapper closures. With this release, esbuild now uses a fixed-point iteration algorithm to correctly annotate all dependencies in the cycle as needing an `async` module wrapper.

- Fix a minification bug with lowered logical assignment operators ([#&#8203;4508](https://github.com/evanw/esbuild/issues/4508))

  This release fixes a bug that could cause esbuild to generate incorrect code for logical assignment operators when lowering them to an older target environment. Specifically the lowering process requires duplicating the left-hand side, but esbuild incorrectly failed to count the duplicate as a new usage when the left-hand side is an identifier. That then caused the minifier to believe that the left-hand side was only used once and could attempt to incorrectly inline an initializer into the first usage. This bug has now been fixed:

  ```js
  // Original code
  function foo() {
    let x
    bar(x ||= {})
  }

  // Old output (with --minify-syntax --target=es6)
  function foo() {
    bar(void 0 || (x = {}));
  }

  // New output (with --minify-syntax --target=es6)
  function foo() {
    let x;
    bar(x || (x = {}));
  }
  ```

- Fix a potential deadlock when the JavaScript API is used incorrectly ([#&#8203;4503](https://github.com/evanw/esbuild/issues/4503), [#&#8203;4506](https://github.com/evanw/esbuild/pull/4506))

  The JavaScript API runs the native esbuild executable as a long-lived child process and communicates with it over stdin/stdout/stderr. Each API request is asynchronous and the executable stays open as long as it has work to do, which is as long as either stdin is still open (meaning there may be more API requests) or there are currently requests being processed.

  Previously esbuild's tracking of outstanding API requests missed decrementing a reference count in an edge case where esbuild's JavaScript API was used incorrectly and the API request returned an error. This could in some cases cause esbuild's native executable to exit with an error message about a deadlock. This release fixes the reference counting bug.

  This fix was submitted by [@&#8203;ZuBB](https://github.com/ZuBB).

- Handle target collisions ([#&#8203;4509](https://github.com/evanw/esbuild/issues/4509))

  It's possible to specify the same target engine multiple times, such as with `--target=chrome1,chrome99`. This edge case wasn't anticipated and previously took the last version for the duplicated target engine instead of the minimum version (so `chrome99` in this case instead of `chrome1`). With this release, esbuild will now pick the minimum version between all duplicated target engines.

- Force `.mp3` files to use the `audio/mpeg` MIME type ([#&#8203;4485](https://github.com/evanw/esbuild/issues/4485))

  MIME type detection for esbuild's data URLs uses Go's built-in MIME type detection, which is based on the [MIME sniffing standard](https://mimesniff.spec.whatwg.org/). This works correctly for MP3 files that start with the byte sequence `ID3`, which is commonly the case. However, it's possible to construct valid MP3 files that do not start with `ID3`, and that perhaps Go's built-in MIME type detection doesn't implement the "Signature for MP3 without ID3" part of the algorithm. This results in some `.mp3` files incorrectly using the `application/octet-stream` MIME type instead of `audio/mpeg`. With this release, esbuild will now always use the `audio/mpeg` MIME type for files ending in `.mp3`.

- Add a new TypeScript syntax warning

  TypeScript 7 turned some previously-valid TypeScript syntax into a syntax error because it was confusing. TypeScript 6 accepts `1 + 2 as number * 3` as valid syntax but confusingly converts it to `(1 + 2) * 3` instead of the more intuitive conversion to `1 + (2 * 3)`. This syntax is now an error in TypeScript 7+. With this release, esbuild will now warn about the use of this syntax:

  ```ts
  ▲ [WARNING] Operator "*" should not directly follow a TypeScript type cast after the "+" operator [confusing-typescript-cast]

      example.ts:1:28:
        1 │ console.log(1 + 2 as number * 3)
          ╵                             ^

    This is a syntax error in newer versions of TypeScript because the type cast has unintuitive
    precedence in this case. Surround the inner expression in parentheses to silence this warning:

      example.ts:1:12:
        1 │ console.log(1 + 2 as number * 3)
          │             ~~~~~~~~~~~~~~~
          ╵             (             )
  ```

  See [microsoft/TypeScript#63527](https://github.com/microsoft/TypeScript/issues/63527) for more information.

- Add support for formatting errors for Visual Studio ([#&#8203;4460](https://github.com/evanw/esbuild/issues/4460))

  Visual Studio has a specific style that it expects log messages to be in for them to show up in the UI when esbuild is run as a custom build step. The current log style that esbuild uses doesn't conform to this specific style.

  With this release, esbuild has a new log style for Visual Studio (and other tools in the MSBuild ecosystem) that can be enabled with `--log-style=visualstudio`. Here is an example log message in this style:

  ```
  $ esbuild example.ts --log-style=visualstudio
  /Users/evan/dev/esbuild/example.ts(1,29): warning ES0010: Operator "*" should not directly follow a TypeScript type cast after the "+" operator
  ```

  This log style is also available via the JS and Go APIs, and can now be used with the existing `formatMessages` API.

- Fix a bug with CSS gamut mapping ([#&#8203;4488](https://github.com/evanw/esbuild/pull/4488))

  Due to a typo, the fallback colors generated for CSS colors outside of the sRGB gamut weren't correct. This release fixes the generated colors to use the intended algorithm.

  This fix was submitted by [@&#8203;chatman-media](https://github.com/chatman-media).

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xNC4zIiwidXBkYXRlZEluVmVyIjoiNDQuMTQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: Joakim Olsson <joakim@unbound.se>
Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/3027
Co-authored-by: Renovate Bot <renovate@unbound.se>
2026-08-13 12:51:53 +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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-config-recommended-vue/2.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-config-recommended-vue/1.6.1/2.0.0?slim=true) |

---

### 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

- [#&#8203;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 [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Drop support for old Node.js versions. Node.js `^22.12 || >=24` is now required.

- [#&#8203;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 [@&#8203;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.

- [#&#8203;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 [@&#8203;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 ([#&#8203;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.

- [#&#8203;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 [@&#8203;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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-simple-import-sort/14.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-simple-import-sort/13.0.0/14.0.0?slim=true) |

---

### 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 ([@&#8203;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 [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2458](https://github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2460](https://github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2461](https://github.com/actions/checkout/pull/2461)
- Bump [@&#8203;actions/core](https://github.com/actions/core) and [@&#8203;actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2459](https://github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2463](https://github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;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 [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;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 [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2458](https://github.com/actions/checkout/pull/2458)
- Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2460](https://github.com/actions/checkout/pull/2460)
- Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2461](https://github.com/actions/checkout/pull/2461)
- Bump [@&#8203;actions/core](https://github.com/actions/core) and [@&#8203;actions/tool-cache](https://github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2459](https://github.com/actions/checkout/pull/2459)
- upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2463](https://github.com/actions/checkout/pull/2463)
- Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;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
renovate 01c5dbb87d chore(deps): update eslint monorepo to v10.5.0 (#2955)
dancefinder-app / build (push) Successful in 2m8s
dancefinder-app / deploy-prod (push) Successful in 1m48s
2026-06-15 18:08:14 +00:00
renovate a9a02d1e77 chore(deps): update dependency sass to v1.101.0 (#2954)
dancefinder-app / build (push) Successful in 3m19s
dancefinder-app / deploy-prod (push) Successful in 1m38s
2026-06-14 22:16:03 +00:00
renovate 0cd1d00e7e chore(deps): update vue monorepo to v3.5.38 (#2953)
dancefinder-app / build (push) Successful in 3m14s
dancefinder-app / deploy-prod (push) Successful in 1m27s
2026-06-14 08:08:55 +00:00
renovate 7b1b844725 chore(deps): update vue monorepo to v3.5.36 (#2952)
dancefinder-app / build (push) Successful in 2m33s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-06-14 06:08:46 +00:00
renovate 8aa888692c chore(deps): update dependency @nuxt/eslint to v1.16.0 (#2951)
dancefinder-app / deploy-prod (push) Successful in 1m31s
dancefinder-app / build (push) Successful in 1m31s
2026-06-13 07:06:03 +00:00
renovate 32da8dd2ad fix(deps): update dependency graphql to v16.14.2 (#2949)
dancefinder-app / build (push) Successful in 3m13s
dancefinder-app / deploy-prod (push) Successful in 2m54s
2026-06-12 22:07:41 +00:00
renovate 8dc5586706 chore(deps): update dependency esbuild to v0.28.1 [security] (#2950)
dancefinder-app / deploy-prod (push) Successful in 1m33s
dancefinder-app / build (push) Successful in 1m54s
2026-06-12 21:06:44 +00:00
renovate bcc40f11a3 chore(deps): update nuxtjs monorepo to v4.4.8 (#2948)
dancefinder-app / build (push) Successful in 2m20s
dancefinder-app / deploy-prod (push) Successful in 1m30s
2026-06-11 19:11:14 +00:00
renovate 7099a29950 chore(deps): update typescript-eslint monorepo to v8.61.0 (#2947)
dancefinder-app / build (push) Successful in 1m25s
dancefinder-app / deploy-prod (push) Successful in 1m53s
2026-06-11 18:11:39 +00:00
renovate c87eb1137a chore(deps): update dependency vuetify to v4.1.1 (#2946)
dancefinder-app / deploy-prod (push) Successful in 1m45s
dancefinder-app / build (push) Successful in 6m46s
2026-06-11 08:33:36 +00:00
renovate 1ed99f22ca chore(deps): update nginx:1.31.1 docker digest to c81b9fb (#2945)
dancefinder-app / build (push) Successful in 2m3s
dancefinder-app / deploy-prod (push) Successful in 2m27s
2026-06-11 04:08:52 +00:00
renovate dec44ac824 chore(deps): update stylelint to v17.13.0 (#2944)
dancefinder-app / build (push) Successful in 2m27s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-06-09 17:14:53 +00:00
renovate 75ee34b65b chore(deps): update dependency @vue/test-utils to v2.4.11 (#2942)
dancefinder-app / build (push) Successful in 1m20s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-06-07 17:07:47 +00:00
renovate c871604095 fix(deps): update grafana faro to v2.7.1 (#2941)
dancefinder-app / build (push) Successful in 2m7s
dancefinder-app / deploy-prod (push) Successful in 1m31s
2026-06-07 00:03:12 +00:00
renovate c70dbfad1e chore(deps): update dependency eslint-plugin-vue to v10.9.2 (#2940)
dancefinder-app / build (push) Successful in 1m37s
dancefinder-app / deploy-prod (push) Successful in 1m23s
2026-06-06 17:11:58 +00:00
renovate 95bd790203 chore(deps): update dependency nuxt to v4.4.7 (#2938)
dancefinder-app / build (push) Successful in 4m7s
dancefinder-app / deploy-prod (push) Successful in 1m32s
2026-06-05 16:07:42 +00:00
renovate 20e8a5167b chore(deps): update dependency vuetify to v4.1.0 (#2939)
dancefinder-app / build (push) Successful in 1m38s
dancefinder-app / deploy-prod (push) Successful in 1m59s
2026-06-05 15:12:01 +00:00
renovate 4a4efa6f42 chore(deps): update dependency vue-eslint-parser to v10.4.1 (#2937)
dancefinder-app / build (push) Successful in 8m30s
dancefinder-app / deploy-prod (push) Successful in 1m27s
2026-06-05 11:06:57 +00:00
renovate 74b391a7d2 fix(deps): update dependency graphql to v16.14.1 (#2936)
dancefinder-app / build (push) Successful in 1m27s
dancefinder-app / deploy-prod (push) Successful in 1m39s
2026-06-05 01:10:09 +00:00
renovate 5a2d3ede13 chore(deps): update dependency typescript-eslint to v8.60.1 (#2935)
dancefinder-app / deploy-prod (push) Successful in 1m22s
dancefinder-app / build (push) Successful in 2m34s
2026-06-04 19:11:25 +00:00
renovate 1c6d279c46 chore(deps): update dependency @graphql-codegen/cli to v7.1.2 (#2934)
dancefinder-app / build (push) Successful in 1m57s
dancefinder-app / deploy-prod (push) Successful in 1m37s
2026-06-04 12:12:16 +00:00
renovate a176baa7c8 chore(deps): update dependency @graphql-codegen/cli to v7.1.1 (#2933)
dancefinder-app / build (push) Successful in 1m30s
dancefinder-app / deploy-prod (push) Failing after 10m24s
2026-06-03 04:12:14 +00:00
renovate 501c77edda fix(deps): update dependency date-fns to v4.4.0 (#2932)
dancefinder-app / build (push) Successful in 1m26s
dancefinder-app / deploy-prod (push) Successful in 1m34s
2026-06-02 00:22:22 +00:00
renovate 6043c0f1ee chore(deps): update dependency eslint to v10.4.1 (#2931)
dancefinder-app / build (push) Successful in 1m14s
dancefinder-app / deploy-prod (push) Successful in 1m21s
2026-06-01 22:06:52 +00:00