-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix(build): sw-460 npm updates #958
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #958 +/- ##
==========================================
+ Coverage 93.92% 93.96% +0.03%
==========================================
Files 129 129
Lines 4036 4044 +8
Branches 1580 1583 +3
==========================================
+ Hits 3791 3800 +9
+ Misses 227 226 -1
Partials 18 18
Continue to review full report at Codecov.
|
cb0c681
to
d8cba5c
Compare
@@ -65,7 +66,7 @@ exports[`Pagination Component should render a non-connected component: non-conne | |||
"items": "", | |||
"itemsPerPage": "Items per page", | |||
"ofWord": "of", | |||
"optionsToggle": "Items per page", | |||
"optionsToggle": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional/future:
we may have to set this prop manually now, confusing why PF decided to not continue pulling placeholder like content for this. keep an eye on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional/future:
looks like local run with start:proxy
highlights an icon misalignment on the graph legend... basically the pretty squares don't align veritcally. We've seen this before with PF updates, and it does appear consistent with what is currently in prod
. Sometimes it gets corrected by moving stuff into environment, missing platform stylesheet locally, etc.
keep an eye on it... if it bugs the designers we'll need to try aligning them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's also a future local run set of warnings via Victory charts where they attempted to include source maps for local dev, but still managed to include the refs in their NPM dist... we're ignoring the warnings and continuing the update, but heads up...
related
As of 20220727 we need to actively setup a PR for moving to NodeJS v16 there are multiple resources who now have a minimum of NodeJS v14.x.x |
* build, npm updates * build, deps script, reset modules * testing, latest jest, config
What's included
How to test
Coverage and basic unit test check
$ yarn
$ yarn test
Local run check
$ yarn
$ yarn start
Proxy run check
$ yarn
$ yarn start:proxy
Check the build
$ yarn
$ yarn build
Example
...
Updates issue/story
sw-460
related to #957
related to #954