query icon indicating copy to clipboard operation
query copied to clipboard

refactor(angular-query): improve devtools tree shaking

Open arnoud-dv opened this issue 9 months ago β€’ 3 comments

Improves tree shaking to about 0,13KB

Adds deps option - fixes #8824

arnoud-dv avatar Apr 15 '25 11:04 arnoud-dv

View your CI Pipeline Execution β†— for commit 8ee4ba7f3b94e8610ae7e3d66759301fc5f31a74.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... βœ… Succeeded 4m 15s View β†—
nx run-many --target=build --exclude=examples/*... βœ… Succeeded 11s View β†—

☁️ Nx Cloud last updated this comment at 2025-04-25 15:13:21 UTC

nx-cloud[bot] avatar Apr 15 '25 11:04 nx-cloud[bot]

More templates

@tanstack/angular-query-devtools-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-devtools-experimental@9022
@tanstack/angular-query-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-experimental@9022
@tanstack/eslint-plugin-query

npm i https://pkg.pr.new/@tanstack/eslint-plugin-query@9022
@tanstack/query-async-storage-persister

npm i https://pkg.pr.new/@tanstack/query-async-storage-persister@9022
@tanstack/query-broadcast-client-experimental

npm i https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@9022
@tanstack/query-core

npm i https://pkg.pr.new/@tanstack/query-core@9022
@tanstack/query-persist-client-core

npm i https://pkg.pr.new/@tanstack/query-persist-client-core@9022
@tanstack/query-sync-storage-persister

npm i https://pkg.pr.new/@tanstack/query-sync-storage-persister@9022
@tanstack/react-query

npm i https://pkg.pr.new/@tanstack/react-query@9022
@tanstack/query-devtools

npm i https://pkg.pr.new/@tanstack/query-devtools@9022
@tanstack/react-query-devtools

npm i https://pkg.pr.new/@tanstack/react-query-devtools@9022
@tanstack/react-query-next-experimental

npm i https://pkg.pr.new/@tanstack/react-query-next-experimental@9022
@tanstack/react-query-persist-client

npm i https://pkg.pr.new/@tanstack/react-query-persist-client@9022
@tanstack/solid-query

npm i https://pkg.pr.new/@tanstack/solid-query@9022
@tanstack/solid-query-devtools

npm i https://pkg.pr.new/@tanstack/solid-query-devtools@9022
@tanstack/solid-query-persist-client

npm i https://pkg.pr.new/@tanstack/solid-query-persist-client@9022
@tanstack/svelte-query

npm i https://pkg.pr.new/@tanstack/svelte-query@9022
@tanstack/svelte-query-devtools

npm i https://pkg.pr.new/@tanstack/svelte-query-devtools@9022
@tanstack/svelte-query-persist-client

npm i https://pkg.pr.new/@tanstack/svelte-query-persist-client@9022
@tanstack/vue-query

npm i https://pkg.pr.new/@tanstack/vue-query@9022
@tanstack/vue-query-devtools

npm i https://pkg.pr.new/@tanstack/vue-query-devtools@9022

commit: 8ee4ba7

pkg-pr-new[bot] avatar Apr 15 '25 11:04 pkg-pr-new[bot]

Codecov Report

Attention: Patch coverage is 98.30508% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.54%. Comparing base (4a5990e) to head (95409df).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #9022       +/-   ##
===========================================
+ Coverage   44.58%   86.54%   +41.96%     
===========================================
  Files         203       18      -185     
  Lines        8106      327     -7779     
  Branches     1801       71     -1730     
===========================================
- Hits         3614      283     -3331     
+ Misses       4060       39     -4021     
+ Partials      432        5      -427     
Components Coverage Ξ”
@tanstack/angular-query-devtools-experimental βˆ… <ΓΈ> (βˆ…)
@tanstack/angular-query-experimental 85.66% <98.27%> (+0.43%) :arrow_up:
@tanstack/eslint-plugin-query βˆ… <ΓΈ> (βˆ…)
@tanstack/query-async-storage-persister βˆ… <ΓΈ> (βˆ…)
@tanstack/query-broadcast-client-experimental βˆ… <ΓΈ> (βˆ…)
@tanstack/query-codemods βˆ… <ΓΈ> (βˆ…)
@tanstack/query-core βˆ… <ΓΈ> (βˆ…)
@tanstack/query-devtools βˆ… <ΓΈ> (βˆ…)
@tanstack/query-persist-client-core βˆ… <ΓΈ> (βˆ…)
@tanstack/query-sync-storage-persister βˆ… <ΓΈ> (βˆ…)
@tanstack/react-query βˆ… <ΓΈ> (βˆ…)
@tanstack/react-query-devtools βˆ… <ΓΈ> (βˆ…)
@tanstack/react-query-next-experimental βˆ… <ΓΈ> (βˆ…)
@tanstack/react-query-persist-client βˆ… <ΓΈ> (βˆ…)
@tanstack/solid-query βˆ… <ΓΈ> (βˆ…)
@tanstack/solid-query-devtools βˆ… <ΓΈ> (βˆ…)
@tanstack/solid-query-persist-client βˆ… <ΓΈ> (βˆ…)
@tanstack/svelte-query βˆ… <ΓΈ> (βˆ…)
@tanstack/svelte-query-devtools βˆ… <ΓΈ> (βˆ…)
@tanstack/svelte-query-persist-client βˆ… <ΓΈ> (βˆ…)
@tanstack/vue-query βˆ… <ΓΈ> (βˆ…)
@tanstack/vue-query-devtools βˆ… <ΓΈ> (βˆ…)
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Apr 15 '25 12:04 codecov[bot]

Superseded by #9270

arnoud-dv avatar Jun 17 '25 18:06 arnoud-dv