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

feat: Add TS Query v5 to Gazebo #3415

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR adds in TS Query V5 as a new dependency and adds in the new query client and provider to the app so the transition to V5 can happen smoothly.

Issue: codecov/engineering-team#2128

Notable Changes

  • Add TS Query Dep
  • Add client and provider to app

@codecov-staging
Copy link

codecov-staging bot commented Oct 21, 2024

Bundle Report

Changes will increase total bundle size by 49.52kB (0.3%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-staging-system-esm 5.26MB 26.91kB (0.51%) ⬆️
gazebo-staging-system 5.21MB 22.61kB (0.44%) ⬆️

@codecov-qa
Copy link

codecov-qa bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.17%. Comparing base (ab1c552) to head (108fe95).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3415   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files         809      809           
  Lines       14208    14208           
  Branches     3921     3921           
=======================================
  Hits        14091    14091           
  Misses        108      108           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.93% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.06% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab1c552...108fe95. Read the comment docs.

Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.17%. Comparing base (ab1c552) to head (108fe95).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3415   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files         809      809           
  Lines       14208    14208           
  Branches     3916     3916           
=======================================
  Hits        14091    14091           
  Misses        108      108           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.93% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.06% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab1c552...108fe95. Read the comment docs.

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.17%. Comparing base (ab1c552) to head (108fe95).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3415   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files         809      809           
  Lines       14208    14208           
  Branches     3916     3921    +5     
=======================================
  Hits        14091    14091           
  Misses        108      108           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.93% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.06% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab1c552...108fe95. Read the comment docs.

Copy link

codecov bot commented Oct 21, 2024

Bundle Report

Changes will increase total bundle size by 49.52kB (0.3%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-production-system 5.21MB 22.61kB (0.44%) ⬆️
gazebo-production-system-esm 5.26MB 26.91kB (0.51%) ⬆️

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
108fe95 Mon, 21 Oct 2024 13:29:30 GMT Cloud Enterprise

@codecov-notifications
Copy link

codecov-notifications bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3415   +/-   ##
=======================================
  Coverage   99.17%   99.17%           
=======================================
  Files         809      809           
  Lines       14208    14208           
  Branches     3916     3916           
=======================================
  Hits        14091    14091           
  Misses        108      108           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.93% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.06% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab1c552...108fe95. Read the comment docs.

Copy link
Contributor

@spalmurray-codecov spalmurray-codecov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeehaw 🤠

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Oct 21, 2024
Merged via the queue into main with commit a4a1667 Oct 21, 2024
62 checks passed
@nicholas-codecov nicholas-codecov deleted the gh-eng-2128-add-tanstack-query-v5-to-gazebo branch October 21, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants