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

chore: Update Vite and Vitest deps #3443

Merged
merged 4 commits into from
Oct 28, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR updates our versions of Vite and Vitest and related plugins to their latest.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.15%. Comparing base (e172fba) to head (d584a29).
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    #3443   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files         806      806           
  Lines       14254    14254           
  Branches     3939     3939           
=======================================
  Hits        14134    14134           
  Misses        111      111           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.89% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.12% <ø> (ø)

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 e172fba...d584a29. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.15%. Comparing base (e172fba) to head (d584a29).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3443   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files         806      806           
  Lines       14254    14254           
  Branches     3939     3939           
=======================================
  Hits        14134    14134           
  Misses        111      111           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.89% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.12% <ø> (ø)

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 e172fba...d584a29. Read the comment docs.

@codecov-staging
Copy link

codecov-staging bot commented Oct 25, 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    #3443   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files         806      806           
  Lines       14254    14254           
  Branches     3939     3939           
=======================================
  Hits        14134    14134           
  Misses        111      111           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.89% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.12% <ø> (ø)

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 e172fba...d584a29. Read the comment docs.

Copy link

codecov-public-qa bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.15%. Comparing base (e172fba) to head (d584a29).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3443   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files         806      806           
  Lines       14254    14254           
  Branches     3946     3939    -7     
=======================================
  Hits        14134    14134           
  Misses        111      111           
  Partials        9        9           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 100.00% <ø> (ø)
Pages 98.89% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.80% <ø> (ø)
UI 99.12% <ø> (ø)

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 e172fba...d584a29. Read the comment docs.

@codecov-staging
Copy link

codecov-staging bot commented Oct 25, 2024

Bundle Report

Changes will increase total bundle size by 4 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-staging-system-esm 5.55MB 36 bytes (0.0%) ⬆️
gazebo-staging-system 5.5MB 32 bytes (-0.0%) ⬇️

Copy link

codecov bot commented Oct 25, 2024

Bundle Report

Changes will increase total bundle size by 59 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-production-system 5.5MB 32 bytes (-0.0%) ⬇️
gazebo-production-system-esm 5.55MB 91 bytes (0.0%) ⬆️

@codecov-releaser
Copy link
Contributor

codecov-releaser commented Oct 25, 2024

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
c2e8bdc Fri, 25 Oct 2024 15:37:19 GMT Expired Expired
9c892d8 Fri, 25 Oct 2024 16:10:58 GMT Expired Expired
d584a29 Mon, 28 Oct 2024 15:47:34 GMT Cloud Enterprise

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Oct 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 28, 2024
@nicholas-codecov nicholas-codecov added this pull request to the merge queue Oct 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 28, 2024
@nicholas-codecov nicholas-codecov added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit db905aa Oct 28, 2024
62 checks passed
@nicholas-codecov nicholas-codecov deleted the chore-update-vite-and-vitest-oct-25-2024 branch October 28, 2024 15:59
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