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

Bump the pinia group across 1 directory with 3 updates #427

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2024

Bumps the pinia group with 3 updates in the / directory: pinia, pinia-plugin-persistedstate and @pinia/testing.

Updates pinia from 2.1.7 to 2.2.2

Release notes

Sourced from pinia's releases.

pinia@2.2.2

Please refer to CHANGELOG.md for details.

pinia@2.2.1

Please refer to CHANGELOG.md for details.

pinia@2.2.0

Please refer to CHANGELOG.md for details.

pinia@2.1.8-beta.0

Please refer to CHANGELOG.md for details.

Commits

Updates pinia-plugin-persistedstate from 3.2.1 to 4.0.1

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.0.1

compare changes

🩹 Fixes

  • Augment @nuxt/schema rather than nuxt/schema (#330)

📖 Documentation

  • Add group icon plugin (#329)

❤️ Contributors

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

... (truncated)

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.0.1

compare changes

🩹 Fixes

  • Augment @nuxt/schema rather than nuxt/schema (#330)

📖 Documentation

  • Add group icon plugin (#329)

❤️ Contributors

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

... (truncated)

Commits

Updates @pinia/testing from 0.1.3 to 0.1.5

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pinia group with 3 updates in the / directory: [pinia](https://github.com/vuejs/pinia), [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) and [@pinia/testing](https://github.com/vuejs/pinia).


Updates `pinia` from 2.1.7 to 2.2.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.2)

Updates `pinia-plugin-persistedstate` from 3.2.1 to 4.0.1
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v3.2.1...v4.0.1)

Updates `@pinia/testing` from 0.1.3 to 0.1.5
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.5)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pinia
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pinia
- dependency-name: "@pinia/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pinia
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2024

Superseded by #439.

@dependabot dependabot bot closed this Sep 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pinia-3101399f71 branch September 21, 2024 02:00
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.

0 participants