Files
dancefinder-app/package.json
T
renovate e1da34fd31
dancefinder-app / build (push) Successful in 2m4s
dancefinder-app / deploy-prod (push) Successful in 1m4s
fix(deps): update pinia (major) (#3033)
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

70 lines
2.1 KiB
JSON

{
"name": "dancefinder-app",
"version": "1.0.0",
"author": "Joakim Olsson <joakim@unbound.se>",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"lintfix": "eslint --fix . && npm run lint:style --fix",
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "21.2.2",
"@commitlint/config-conventional": "21.2.2",
"@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/fragment-matcher": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.6",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.4.1",
"@nuxt/eslint": "1.17.0",
"@nuxtjs/i18n": "10.6.0",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.11",
"esbuild": "0.28.2",
"eslint": "10.8.1",
"eslint-plugin-simple-import-sort": "14.0.0",
"eslint-plugin-vue": "10.10.0",
"nuxt": "4.5.2",
"postcss-html": "2.0.0",
"sass": "1.102.0",
"stylelint": "17.14.1",
"stylelint-config-recommended-vue": "2.0.0",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.67.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.41",
"vue-eslint-parser": "10.4.1",
"vue-router": "5.2.0",
"vuetify": "4.1.9"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.9.0",
"@grafana/faro-web-sdk": "2.9.0",
"@grafana/faro-web-tracing": "2.9.0",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "1.0.2",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0",
"graphql": "16.14.2",
"graphql-tag": "2.12.7",
"pinia": "4.0.3",
"pinia-plugin-persistedstate": "4.7.1"
},
"engines": {
"node": "24"
},
"overrides": {
"@vue/server-renderer": "$vue"
}
}