chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
TanStack/query (@tanstack/angular-query-experimental)
v5.81.2
Version 5.81.2 - 6/21/25, 10:28 PM (Manual Release)
Changes
Fix
- angular-query: fix package publishing (#9297) (
5b0d320) by Arnoud - trigger release (
0e44a74) by Dominik Dorfmeister - trigger release (
76c91d8) by Dominik Dorfmeister
Refactor
Chore
- angular-query: revert to tsup to build package (#9298) (
48f116c) by Arnoud - update documentation generation and publishing scripts (#9296) (
b766d07) by @manudeli - add .cursor/rules to .gitignore (#9295) (
51cc9e7) by @manudeli - angular-query: run prepack after build (#9294) (
93caca1) by Arnoud
Docs
- add Chrome extension information for TanStack Query devtools across multiple frameworks (#9275) (
1a0ab99) by Dmytro Borysov - clarify comment regarding userIds in dependent queries example (#9288) (
22368e0) by @ahelmi365
Packages
- @tanstack/eslint-plugin-query@5.81.2
- @tanstack/query-async-storage-persister@5.81.2
- @tanstack/query-broadcast-client-experimental@5.81.2
- @tanstack/query-core@5.81.2
- @tanstack/query-devtools@5.81.2
- @tanstack/query-persist-client-core@5.81.2
- @tanstack/query-sync-storage-persister@5.81.2
- @tanstack/react-query@5.81.2
- @tanstack/react-query-devtools@5.81.2
- @tanstack/react-query-persist-client@5.81.2
- @tanstack/react-query-next-experimental@5.81.2
- @tanstack/solid-query@5.81.2
- @tanstack/solid-query-devtools@5.81.2
- @tanstack/solid-query-persist-client@5.81.2
- @tanstack/svelte-query@5.81.2
- @tanstack/svelte-query-devtools@5.81.2
- @tanstack/svelte-query-persist-client@5.81.2
- @tanstack/vue-query@5.81.2
- @tanstack/vue-query-devtools@5.81.2
- @tanstack/angular-query-devtools-experimental@5.81.2
- @tanstack/angular-query-experimental@5.81.2
v5.80.10
Version 5.80.10 - 6/19/25, 8:52 AM
Changes
Perf
- query-core: clear query"s revertState once fetching ends successfully (#9265) (
fa48673) by LoicDavid
Chore
- update Node version and modify script commands (#9286) (
786beac) by @manudeli
Ci
- add link verification step to PR workflow (#9267) (
cdab6e2) by @manudeli
Docs
- Change the word "Vue" to "Solid" (#9287) (
af1de4d) by Anders Madsen - Update community-projects.md (#9285) (
5b017d1) by @klis87
Packages
- @tanstack/query-core@5.80.10
- @tanstack/query-broadcast-client-experimental@5.80.10
- @tanstack/query-persist-client-core@5.80.10
- @tanstack/query-sync-storage-persister@5.80.10
- @tanstack/react-query@5.80.10
- @tanstack/react-query-devtools@5.80.10
- @tanstack/react-query-persist-client@5.80.10
- @tanstack/react-query-next-experimental@5.80.10
- @tanstack/solid-query@5.80.10
- @tanstack/solid-query-devtools@5.80.10
- @tanstack/solid-query-persist-client@5.80.10
- @tanstack/svelte-query@5.80.10
- @tanstack/svelte-query-devtools@5.80.10
- @tanstack/svelte-query-persist-client@5.80.10
- @tanstack/vue-query@5.80.10
- @tanstack/vue-query-devtools@5.80.10
- @tanstack/angular-query-experimental@5.80.10
- @tanstack/query-async-storage-persister@5.80.10
- @tanstack/angular-query-devtools-experimental@5.80.10
v5.80.9
Version 5.80.9 - 6/17/25, 9:57 PM
Changes
Fix
Other
- (
c251358) by Arnoud
Packages
- @tanstack/angular-query-experimental@5.80.9
- @tanstack/angular-query-devtools-experimental@5.80.9
v5.80.8
Version 5.80.8 - 6/17/25, 6:14 PM
Changes
Refactor
Packages
TanStack/config (@tanstack/config)
v0.19.0
Minor Changes
- don't remove package scripts before publish (#258)
Patch Changes
- Updated dependencies [
e566552]:- @tanstack/publish-config@0.2.0
webpro-nl/knip (knip)
v5.61.2
- Add .ts extension to babel config file pattern (
a1bcdbb) - Refactor biome plugin a bit (
20e5914) - Add boolean flags to args definition in node plugin (
49fe237) - Update integration test suite (
6bd250a) - Read only first bytes of yarn.lock (
e2f0fbf) - Add error handler for
npm pkg set(bfda6e9) - Enable eslint plugin config resolver for v9 without eslint-config-next (
b334c3a) - In the aftermath of the previous commit, this had to be done (
2de78bd)
v5.61.1
- Add new sponsors @samdenty and @MidnightDesign! ❤️ (
191bc9e) - Add and clean up posts (
d2b8786) - Improve top-level config hint text (
7d3119b) - Edit docs (
60da821)
pnpm/pnpm (pnpm)
v10.12.2
Patch Changes
- Fixed hoisting with
enableGlobalVirtualStoreset totrue#9648. - Fix the
--helpand-hflags not working as expected for thepnpm createcommand. - The dependency package path output by the
pnpm licenses list --jsoncommand is incorrect. - Fix a bug in which
pnpm deployfails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE#9595.
QuiiBz/sherif (sherif)
v1.6.1
New --select flag when autofixing with --fix
This release adds a new --select flag that accepts highest or lowest. When used in combination with --fix, it will bypass asking yo which dependency version to choose for the multiple-dependency-versions, and instead automatically select the highest or lowest dependency.
What's Changed
- feat: add
--select=highest/lowestfor autofix by @QuiiBz in https://github.com/QuiiBz/sherif/pull/124 - [ci] update ubuntu to 22 by @QuiiBz in https://github.com/QuiiBz/sherif/pull/125
Full Changelog: https://github.com/QuiiBz/sherif/compare/v1.5.0...v1.6.1
sveltejs/language-tools (svelte-check)
v4.2.2
vuejs/core (vue)
v3.5.17
Bug Fixes
- compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
- compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
- compiler-core: do not increase newlines in
InEntitystate (#13362) (f05a8d6) - compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
- compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
- compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
- custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
- custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
- reactivity: add
__v_skipflag toDepto prevent reactive conversion (#12804) (e8d8f5f), closes #12803 - runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
- slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
- ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
- types: typo of
vOnceandvSlot(#13343) (762fae4)
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 823cc897c4fb99b8d23424e09d4169991e4d0574
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
View your CI Pipeline Execution ↗ for commit 823cc897c4fb99b8d23424e09d4169991e4d0574.
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
✅ Succeeded | 2m 17s | View ↗ |
nx run-many --target=build --exclude=examples/** |
✅ Succeeded | <1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-06-23 03:04:46 UTC
More templates
- @tanstack/virtual-example-angular-dynamic
- @tanstack/virtual-example-angular-fixed
- @tanstack/virtual-example-angular-infinite-scroll
- @tanstack/virtual-example-angular-padding
- @tanstack/virtual-example-angular-smooth-scroll
- @tanstack/virtual-example-angular-sticky
- @tanstack/virtual-example-angular-table
- @tanstack/virtual-example-angular-variable
- @tanstack/virtual-example-angular-window
- tanstack-lit-virtual-example-dynamic
- tanstack-lit-virtual-example-fixed
- tanstack-react-virtual-example-dynamic
- tanstack-react-virtual-example-fixed
- tanstack-react-virtual-example-infinite-scroll
- tanstack-react-virtual-example-padding
- tanstack-react-virtual-example-scroll-padding
- tanstack-react-virtual-example-smooth-scroll
- tanstack-react-virtual-example-sticky
- tanstack-react-virtual-example-table
- tanstack-react-virtual-example-variable
- tanstack-react-virtual-example-window
- tanstack-svelte-virtual-example-dynamic
- tanstack-svelte-virtual-example-fixed
- tanstack-svelte-virtual-example-infinite-scroll
- tanstack-svelte-virtual-example-smooth-scroll
- tanstack-svelte-virtual-example-sticky
- tanstack-svelte-virtual-example-table
- tanstack-vue-virtual-example-dynamic
- tanstack-vue-virtual-example-fixed
- tanstack-vue-virtual-example-infinite-scroll
- tanstack-vue-virtual-example-padding
- tanstack-vue-virtual-example-scroll-padding
- tanstack-vue-virtual-example-smooth-scroll
- tanstack-vue-virtual-example-sticky
- tanstack-vue-virtual-example-table
- tanstack-vue-virtual-example-variable
@tanstack/angular-virtual
npm i https://pkg.pr.new/@tanstack/angular-virtual@1025
@tanstack/lit-virtual
npm i https://pkg.pr.new/@tanstack/lit-virtual@1025
@tanstack/react-virtual
npm i https://pkg.pr.new/@tanstack/react-virtual@1025
@tanstack/solid-virtual
npm i https://pkg.pr.new/@tanstack/solid-virtual@1025
@tanstack/svelte-virtual
npm i https://pkg.pr.new/@tanstack/svelte-virtual@1025
@tanstack/virtual-core
npm i https://pkg.pr.new/@tanstack/virtual-core@1025
@tanstack/vue-virtual
npm i https://pkg.pr.new/@tanstack/vue-virtual@1025
commit: 823cc89
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.