chore(deps): update dependency pinia to v4 #683

Open
bot_renovate wants to merge 1 commit from renovate/pinia-4.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
pinia (source) dependencies major ^3.0.3^4.0.0

Release Notes

vuejs/pinia (pinia)

v4.0.2

Compare Source

No significant changes

    View changes on GitHub

v4.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.0

Compare Source

Pinia logo

Pinia 4

Pinia 4 contains only technically breaking changes: ESM only and upgrading @vue/devtools-api which now must be installed alongside pinia. It contains a major refactor of errors and dev warnings with Nostics. They will ensure detected problems are easier to fix, both by humans and by agents.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pinia](https://pinia.vuejs.org) ([source](https://github.com/vuejs/pinia)) | dependencies | major | [`^3.0.3` → `^4.0.0`](https://renovatebot.com/diffs/npm/pinia/3.0.4/4.0.2) | --- ### Release Notes <details> <summary>vuejs/pinia (pinia)</summary> ### [`v4.0.2`](https://github.com/vuejs/pinia/releases/tag/v4.0.2) [Compare Source](https://github.com/vuejs/pinia/compare/v4.0.1...v4.0.2) *No significant changes* #####     [View changes on GitHub](https://github.com/vuejs/pinia/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://github.com/vuejs/pinia/releases/tag/v4.0.1) [Compare Source](https://github.com/vuejs/pinia/compare/v4.0.0...v4.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) #####     [View changes on GitHub](https://github.com/vuejs/pinia/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://github.com/vuejs/pinia/releases/tag/v4.0.0) [Compare Source](https://github.com/vuejs/pinia/compare/v3.0.4...v4.0.0) <p align="center"> <a href="https://pinia.vuejs.org" target="_blank" rel="noopener noreferrer"> <img width="180" src="https://pinia.vuejs.org/logo.svg" alt="Pinia logo"> </a> </p> #### Pinia 4 Pinia 4 contains only technically breaking changes: ESM only and upgrading `@vue/devtools-api` which now must be installed alongside pinia. It contains a major refactor of errors and dev warnings with [Nostics](https://nostics.dev). They will ensure detected problems are easier to fix, both by humans and by agents. #####    🚀 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/v3.0.4...v4.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency pinia to v4
Some checks failed
renovate/artifacts Artifact file update failure
Build and Release / Pre-Processor (pull_request) Failing after 24s
Build and Release / Checks (pull_request) Has been skipped
Build and Release / Checks-1 (pull_request) Has been skipped
Build and Release / Checks-2 (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build-1 (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build Container-1 (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
34db10a6db
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: vue-router@5.1.0
npm error Found: pinia@4.0.0
npm error node_modules/pinia
npm error   pinia@"^4.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional pinia@"^3.0.4" from vue-router@5.1.0
npm error node_modules/vue-router
npm error   vue-router@"^5.0.0" from the root project
npm error
npm error Conflicting peer dependency: pinia@3.0.4
npm error node_modules/pinia
npm error   peerOptional pinia@"^3.0.4" from vue-router@5.1.0
npm error   node_modules/vue-router
npm error     vue-router@"^5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-07-14T18_40_14_741Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-07-14T18_40_14_741Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: vue-router@5.1.0 npm error Found: pinia@4.0.0 npm error node_modules/pinia npm error pinia@"^4.0.0" from the root project npm error npm error Could not resolve dependency: npm error peerOptional pinia@"^3.0.4" from vue-router@5.1.0 npm error node_modules/vue-router npm error vue-router@"^5.0.0" from the root project npm error npm error Conflicting peer dependency: pinia@3.0.4 npm error node_modules/pinia npm error peerOptional pinia@"^3.0.4" from vue-router@5.1.0 npm error node_modules/vue-router npm error vue-router@"^5.0.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /tmp/renovate/cache/others/npm/_logs/2026-07-14T18_40_14_741Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-07-14T18_40_14_741Z-debug-0.log ```
Some checks failed
renovate/artifacts Artifact file update failure
Build and Release / Pre-Processor (pull_request) Failing after 24s
Build and Release / Checks (pull_request) Has been skipped
Build and Release / Checks-1 (pull_request) Has been skipped
Build and Release / Checks-2 (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build-1 (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build Container-1 (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pinia-4.x:renovate/pinia-4.x
git switch renovate/pinia-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff renovate/pinia-4.x
git switch renovate/pinia-4.x
git rebase develop
git switch develop
git merge --ff-only renovate/pinia-4.x
git switch renovate/pinia-4.x
git rebase develop
git switch develop
git merge --no-ff renovate/pinia-4.x
git switch develop
git merge --squash renovate/pinia-4.x
git switch develop
git merge --ff-only renovate/pinia-4.x
git switch develop
git merge renovate/pinia-4.x
git push origin develop
Sign in to join this conversation.
No description provided.