chore(deps): update dependency @pinia/colada to v0.21.6#3162
chore(deps): update dependency @pinia/colada to v0.21.6#3162renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3162 +/- ##
=======================================
Coverage 40.15% 40.15%
=======================================
Files 478 478
Lines 17496 17496
Branches 5306 5306
=======================================
Hits 7025 7025
Misses 8421 8421
Partials 2050 2050
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@hey-api/codegen-core
@hey-api/nuxt
@hey-api/openapi-ts
@hey-api/shared
@hey-api/types
@hey-api/vite-plugin
commit: |
d9adcd6 to
c723fc2
Compare
c723fc2 to
9bf165d
Compare
9bf165d to
843c917
Compare
843c917 to
a5ebb95
Compare
a5ebb95 to
1b4051a
Compare
1b4051a to
da29c92
Compare
da29c92 to
e7302e5
Compare
e7302e5 to
d08aea9
Compare
d08aea9 to
ea7f9bd
Compare
ea7f9bd to
39e7956
Compare
39e7956 to
23403ce
Compare
1f85392 to
156f6fa
Compare
156f6fa to
373c446
Compare
373c446 to
d7b17fb
Compare
d7b17fb to
a38457d
Compare
a38457d to
5c89462
Compare
5c89462 to
9c96885
Compare
9c96885 to
4ea2403
Compare
4ea2403 to
cfd7177
Compare
cfd7177 to
1584b14
Compare
1584b14 to
202f234
Compare
202f234 to
12b44e5
Compare
This PR contains the following updates:
0.19.1→0.21.6Release Notes
posva/pinia-colada (@pinia/colada)
v0.21.6Compare Source
Bug Fixes
Performance Improvements
v0.21.5Compare Source
Bug Fixes
Features
Deprecations
The two-parameter form of
useQuery(setup, () => params)anduseQueryState(setup, () => params)is deprecated. Use a single function parameter instead:A codemod is available to automate this migration. Commit your changes first, then run:
See Migration Codemods for details.
v0.21.4Compare Source
Features
v0.21.3Compare Source
Bug Fixes
v0.21.2Compare Source
Bug Fixes
v0.21.1Compare Source
Bug Fixes
Features
v0.21.0Compare Source
Features
BREAKING CHANGES
https://pinia-colada.esm.dev/guide/installation.html#Pinia-Colada-Devtools
for instructions
v0.20.0Compare Source
This release completely changed how
useInfiniteQuery()works, the parameters and returned values:mergeoption has been removed anddatacontains an object withpagesandpageParamsarrays that can be flattened.initialPagehas now been replaced withinitialPageParamloadMorehas been renamedloadNextPagegetNextPageParamis now a required optionstalevalue higher (or disable it) to avoid refetching multiple pages when an infinite query is invalidated. Also, you might want to setrefetchOn*options tofalse.hasNextPageandhasPreviousPageAny feedback on the feature and improvements is welcome!
Here is a complete example of what it looks in action:
Bug Fixes
Features
0.19.1 (2025-12-17)
Features
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.