⬆️ Update dependency pinia-plugin-persistedstate to v4 #132

Merged
sebclem merged 1 commits from renovate/pinia-plugin-persistedstate-4.x into main 2024-09-05 09:27:01 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
pinia-plugin-persistedstate (source) dependencies major 3.2.3 -> 4.0.0

Release Notes

prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)

v4.0.0

Compare Source

🚀 Enhancements
  • Support excluding paths from persistence with omit option
  • Support autocompletion for dot-notation paths in pick and omit options
  • ⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state
  • ⚠️ Drop global beforeRestore and afterRestore options
  • ⚠️ Drop auto mode
  • nuxt: Include Nuxt module in the base package
  • nuxt: Add global key option using template string
🔥 Performance
  • Deserialize with destr instead of JSON.parse
🩹 Fixes
  • nuxt: Improve SSR handling and store hdyration/persistence behavior in route middleware
💅 Refactors
  • ⚠️ Rename paths option to pick
  • ⚠️ Rename beforeRestore and afterRestore options to beforeHydrate and afterHydrate
  • nuxt: ⚠️ Rename auto-imported storage object to piniaPluginPersistedstate
  • nuxt: ⚠️ Rename Nuxt config option key to piniaPluginPersistedstate
📖 Documentation
  • Rewrite documentation to match v4 API
  • Add references and links to Nuxt-specific details and implementations
📦 Build
  • Build standalone from Nuxt module's runtime
🎨 Styles
  • Add a new identity and logo to the project
⚠️ Breaking Changes
  • ⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state
  • ⚠️ Drop global beforeRestore and afterRestore options
  • ⚠️ Drop auto mode
  • ⚠️ Rename paths option to pick
  • ⚠️ Rename beforeRestore and afterRestore options to beforeHydrate and afterHydrate
  • nuxt: ⚠️ Rename auto-imported storage object to piniaPluginPersistedstate
  • nuxt: ⚠️ Rename Nuxt config option key to piniaPluginPersistedstate
❤️ Contributors

For changes prior to v4, please refer to the GitHub Releases


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pinia-plugin-persistedstate](https://prazdevs.github.io/pinia-plugin-persistedstate) ([source](https://github.com/prazdevs/pinia-plugin-persistedstate)) | dependencies | major | [`3.2.3` -> `4.0.0`](https://renovatebot.com/diffs/npm/pinia-plugin-persistedstate/3.2.3/4.0.0) | --- ### Release Notes <details> <summary>prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)</summary> ### [`v4.0.0`](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.3...v4.0.0) ##### 🚀 Enhancements - Support excluding paths from persistence with `omit` option - Support autocompletion for dot-notation paths in `pick` and `omit` options - ⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state - ⚠️ Drop global `beforeRestore` and `afterRestore` options - ⚠️ Drop `auto` mode - **nuxt:** Include Nuxt module in the base package - **nuxt:** Add global `key` option using template string ##### 🔥 Performance - Deserialize with `destr` instead of `JSON.parse` ##### 🩹 Fixes - **nuxt:** Improve SSR handling and store hdyration/persistence behavior in route middleware ##### 💅 Refactors - ⚠️ Rename `paths` option to `pick` - ⚠️ Rename `beforeRestore` and `afterRestore` options to `beforeHydrate` and `afterHydrate` - **nuxt:** ⚠️ Rename auto-imported storage object to `piniaPluginPersistedstate` - **nuxt:** ⚠️ Rename Nuxt config option key to `piniaPluginPersistedstate` ##### 📖 Documentation - Rewrite documentation to match v4 API - Add references and links to Nuxt-specific details and implementations ##### 📦 Build - Build standalone from Nuxt module's runtime ##### 🎨 Styles - Add a new identity and logo to the project ##### ⚠️ Breaking Changes - ⚠️ Rehydrate only picked/omitted paths (when specified) instead of the whole state - ⚠️ Drop global `beforeRestore` and `afterRestore` options - ⚠️ Drop `auto` mode - ⚠️ Rename `paths` option to `pick` - ⚠️ Rename `beforeRestore` and `afterRestore` options to `beforeHydrate` and `afterHydrate` - **nuxt:** ⚠️ Rename auto-imported storage object to `piniaPluginPersistedstate` - **nuxt:** ⚠️ Rename Nuxt config option key to `piniaPluginPersistedstate` ##### ❤️ Contributors - Prazdevs <hi@praz.dev> *** *For changes prior to v4, please refer to the [GitHub Releases](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)* </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-09-05 03:04:07 +02:00
⬆️ Update dependency pinia-plugin-persistedstate to v4
All checks were successful
ci / docker (pull_request) Successful in 47s
6e6c162ec0
sebclem merged commit f814fe62cb into main 2024-09-05 09:27:01 +02:00
sebclem deleted branch renovate/pinia-plugin-persistedstate-4.x 2024-09-05 09:27:01 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/Claptrap-ui#132
No description provided.