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 pinia 2.3.1 → 3.0.1 (major) #2198

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 13, 2025

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ pinia (2.3.1 → 3.0.1) · Repo · Changelog

Release Notes

3.0.0

This version of Pinia has no new features, it drops support for Vue 2 and other deprecated APIs. It should be an straightforward upgrade for most users! 🎉

See the migration guide for help.

⚠ BREAKING CHANGES

  • We now use the native Awaited introduced in TS 4.5, so you need at least TS 4.5 to use Pinia 3.0. That being said, it's always better to have an up to date version of TS.
  • PiniaStorePlugin is now removed. Use PiniaPlugin instead.
  • defineStore({ id: 'id' }) is now removed. Use defineStore('id') instead
  • Pinia is now published as a type: module package but it still provides CJS versions dist files

Please refer to CHANGELOG.md for details.

Does any of this look wrong? Please let us know.

↗️ rfdc (indirect, 1.3.0 → 1.4.1) · Repo

Release Notes

1.4.1

What's Changed

  • 🏷️ Add type definitions for constructorHandlers option by @alecgibson in #43

Full Changelog: v1.4.0...1.4.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 13 commits:

🆕 @​vue/devtools-kit (added, 7.7.2)

🆕 @​vue/devtools-shared (added, 7.7.2)

🆕 birpc (added, 0.2.19)

🆕 copy-anything (added, 3.0.5)

🆕 hookable (added, 5.5.3)

🆕 is-what (added, 4.1.16)

🆕 mitt (added, 3.0.1)

🆕 perfect-debounce (added, 1.0.0)

🆕 speakingurl (added, 14.0.1)

🆕 superjson (added, 2.2.2)

🆕 @​vue/devtools-api (added, 7.7.2)

🗑️ vue-demi (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added dependencies Pull requests that update a dependency file Technical Debt Technical debt labels Feb 13, 2025
@depfu depfu bot force-pushed the depfu/update/npm/pinia-3.0.1 branch from 89c2c3f to b5596be Compare February 17, 2025 19:00
@stevieing stevieing merged commit f0a1f97 into develop Feb 18, 2025
4 checks passed
@depfu depfu bot deleted the depfu/update/npm/pinia-3.0.1 branch February 18, 2025 09:16
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 Technical Debt Technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant