build(deps): lock reset, bump group with 9 updates #1457
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's included
Notes
null
data, see below examplesHow to test
Coverage and basic unit test check
$ npm install
$ npm test
Proxy run check
$ npm install
$ npm run start:proxy
Check the build
$ npm install
$ npm run build
Example
null
is now represented as "empty" in the graph display regardless ofinterpolation
. before the graph would attempt to smooth over the area. this is mostly expected behavior, the local RHEL demo shown below shows extreme variations in data for development purposes only. the mock apis have the ability to return0
,undefined
andnull
but the general API response falls back to using just0
, even whenhas_data
is used. we're reasonably confident the expected result will be the defaultnew expected result
new extreme possible result (if the API returns
null
orundefined
)current
![Screenshot 2024-10-24 at 10 57 39 AM](https://private-user-images.githubusercontent.com/3761375/379827093-a2d5692e-875d-454b-8889-399a5e51e5f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDA2MTQsIm5iZiI6MTczOTE0MDMxNCwicGF0aCI6Ii8zNzYxMzc1LzM3OTgyNzA5My1hMmQ1NjkyZS04NzVkLTQ1NGItODg4OS0zOTlhNWU1MWU1ZjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMjIzMTU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTZkZTlmNzg5NmM2MDZhZTJkYzZkZWIzOTIwYjQyMGY4ZDVlM2M2NTg2MTdmNmVkYTVjNjFlY2ZmZDA3MmMwNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.JAVBvKEQFyfxjjvPm8M6TZRTf8T9imMw1q34SCosDZM)
Updates issue/story
ongoing
relates to #1456