Skip to content

chore(deps): bump @pinia/colada from 0.21.4 to 0.21.5#737

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pinia/colada-0.21.5
Open

chore(deps): bump @pinia/colada from 0.21.4 to 0.21.5#737
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/pinia/colada-0.21.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @pinia/colada from 0.21.4 to 0.21.5.

Changelog

Sourced from @​pinia/colada's changelog.

0.21.5 (2026-02-22)

Bug Fixes

  • ssr: prevent memory leak (#514) (9fd9baa)
  • types: restore UseQueryOptions variance for placeholderData callback (ef4a006)

Features

  • pass previousEntry in placeholderData (14e8d86), closes #512

Deprecations

  • The two-parameter form of useQuery(setup, () => params) and useQueryState(setup, () => params) is deprecated. Use a single function parameter instead:

    - useQuery(useContactList, () => ({ search: search.value }))
    + useQuery(() => useContactList({ search: search.value }))

    A codemod is available to automate this migration. Commit your changes first, then run:

    pnpm --package=@ast-grep/cli dlx ast-grep scan -r node_modules/@pinia/colada/codemods/rules/migration-0-21-to-1-0.yaml -i src

    See Migration Codemods for details.

Commits
  • e28b907 release: @​pinia/colada@​0.21.5 @​pinia/colada-devtools@​0.4.3 @​pinia/colada-plug...
  • c018b8c docs: codemods page
  • ef4a006 fix(types): restore UseQueryOptions variance for placeholderData callback
  • 9dfe819 types: improve UseQueryOptions variance tests and query signature
  • 8c758a5 test: ignored
  • a51154d refactor: deprecate two parameters useQuery
  • 82c664d docs: add testing guide to cookbook
  • a98af1f docs: error handling
  • 53baeba chore: gitignore
  • 7a9e3b8 docs: dead link
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
Bumps [@pinia/colada](https://github.com/posva/pinia-colada) from 0.21.4 to 0.21.5.
- [Release notes](https://github.com/posva/pinia-colada/releases)
- [Changelog](https://github.com/posva/pinia-colada/blob/main/CHANGELOG.md)
- [Commits](posva/pinia-colada@v0.21.4...v0.21.5)

---
updated-dependencies:
- dependency-name: "@pinia/colada"
  dependency-version: 0.21.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pinia/colada-0.21.5 branch from d32f9dd to 1dc027a Compare February 26, 2026 09:56
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