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: bump d3-scale and use ESModule imports #7245

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Conversation

ozyx
Copy link
Member

@ozyx ozyx commented Nov 18, 2023

N/A

Describe your changes:

Bumps the d3-scale version to 4.0.2 which allows us to use ESModule imports. These are tree-shakable and should pare down the package size a bit. Also gets rid of one npm audit warning.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

Copy link

deploysentinel bot commented Nov 18, 2023

Current Playwright Test Results Summary

✅ 162 Passing - ⚠️ 3 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 11/28/2023 09:24:15pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 77035a8

Started: 11/28/2023 09:16:28pm UTC

⚠️ Flakes

📄   functional/plugins/timer/timer.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Timer Can perform actions on the Timer
Retry 1Initial Attempt
0% (0) 0 / 22 runs
failed over last 7 days
22.73% (5) 5 / 22 runs
flaked over last 7 days

📄   functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1Initial Attempt
0% (0) 0 / 22 runs
failed over last 7 days
31.82% (7) 7 / 22 runs
flaked over last 7 days

📄   functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1Initial Attempt
0% (0) 0 / 22 runs
failed over last 7 days
63.64% (14) 14 / 22 runs
flaked over last 7 days

View Detailed Build Results


Copy link

codecov bot commented Nov 18, 2023

Codecov Report

Merging #7245 (77035a8) into master (39a3161) will increase coverage by 0.12%.
The diff coverage is 50.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7245      +/-   ##
==========================================
+ Coverage   56.01%   56.14%   +0.12%     
==========================================
  Files         654      654              
  Lines       26229    26229              
  Branches     2528     2528              
==========================================
+ Hits        14691    14725      +34     
+ Misses      10831    10803      -28     
+ Partials      707      701       -6     
Flag Coverage Δ *Carryforward flag
e2e-full 41.92% <ø> (ø) Carriedforward from 39a3161
e2e-stable 58.56% <ø> (+0.14%) ⬆️
unit 49.33% <50.00%> (+0.09%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

Files Coverage Δ
src/plugins/imagery/components/ImageryTimeView.vue 71.42% <ø> (ø)
src/plugins/plan/components/PlanView.vue 56.14% <100.00%> (ø)
src/ui/components/TimeSystemAxis.vue 70.00% <ø> (ø)
src/plugins/timeConductor/ConductorAxis.vue 25.71% <0.00%> (ø)

... and 11 files with indirect coverage changes


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 39a3161...77035a8. Read the comment docs.

@unlikelyzero unlikelyzero added this to the Target:3.3.0 milestone Nov 28, 2023
@unlikelyzero unlikelyzero merged commit 97cb783 into master Nov 28, 2023
10 of 12 checks passed
@unlikelyzero unlikelyzero deleted the bump-d3-scale branch November 28, 2023 22:07
@LeoDog896 LeoDog896 mentioned this pull request Jan 21, 2024
3 tasks
@unlikelyzero unlikelyzero modified the milestones: Target:3.3.0, Target:4.0.0 Feb 1, 2024
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.

None yet

2 participants