Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pinia-plugin-persistedstate to v4 #1197

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pinia-plugin-persistedstate (source) ^2.1.0 || ^3.0.0 -> ^2.1.0 || ^3.0.0 || ^4.0.0 age adoption passing confidence

Release Notes

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

v4.1.1

Compare Source

compare changes

🩹 Fixes
  • Bump deep-pick-omit to 1.2.1 (fixes falsy value persistence) (7be6b42)
❤️ Contributors

v4.1.0

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
  • Update Nuxt links in README.md (#​340)
🏡 Chore
❤️ Contributors

v4.0.2

Compare Source

compare changes

🩹 Fixes
  • Infer CookieStorageOptions from @nuxt/schema rather than nuxt/schema (9e77053)
  • nuxt: Avoid calling runWithContext (#​334)
📖 Documentation
  • Improve readability (code group icons + code titles) (13b6332)
🏡 Chore
❤️ Contributors

v4.0.1

Compare Source

compare changes

🩹 Fixes
  • Augment @nuxt/schema rather than nuxt/schema (#​330)
📖 Documentation
❤️ Contributors

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

v3.2.3

Compare Source

v3.2.2

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2024
@renovate renovate bot force-pushed the renovate/pinia-plugin-persistedstate-4.x branch 3 times, most recently from 12f7526 to 3d13e05 Compare September 12, 2024 22:18
@renovate renovate bot force-pushed the renovate/pinia-plugin-persistedstate-4.x branch 6 times, most recently from c6a7179 to d4eccfd Compare September 23, 2024 18:20
@renovate renovate bot force-pushed the renovate/pinia-plugin-persistedstate-4.x branch 3 times, most recently from 8cc6f8b to 3c07a2b Compare October 1, 2024 01:30
@renovate renovate bot force-pushed the renovate/pinia-plugin-persistedstate-4.x branch 6 times, most recently from 9591460 to ec464f7 Compare October 14, 2024 07:35
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/pinia-plugin-persistedstate-4.x branch from ec464f7 to bfad035 Compare October 14, 2024 09:47
@abompard abompard merged commit 2a2f0cc into develop Oct 14, 2024
14 checks passed
@abompard abompard deleted the renovate/pinia-plugin-persistedstate-4.x branch October 14, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant