-
Notifications
You must be signed in to change notification settings - Fork 394
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
yarn upgrade && yarn format-all #2779
Conversation
outdated |
Ah so do we need to update the instructions over at https://dvc.org/doc/user-guide/contributing/docs#development-environment to remove mentions of |
Other than this one entry:
It seems that we already do use |
#2785 is up for this, thanks for pointing it out! |
ok so can this PR be merged @rogermparent? Or would you like to fix the |
I think we need to fix the issue, CI should be clean to my mind. |
@rogermparent, I can help clear the errors if needed! |
@julieg18 That'd be great, thanks! Feel free to ping me if you get stuck on something. |
* fix errors found in Blog/Post/HeroPic and templates/blog-post.tsx
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.
lgtm but I can't approve a PR I initiated
- related iterative/dvc.org#2779
@rogermparent, can you review the lint fixes? |
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.
One nitpick which looked like it could be a logic problem, but looking at the whole file seems to be nothing but an opportunity for slightly reduced complexity to get the same practical effect.
Everything else looks fine, nice job!
- related iterative/dvc.org#2779
|
Actually the deployed site isn't working correctly for me... I'm going to try redeploying. |
maybe now after another |
Working now! @casperdcl, is it working for you? I think we're good to merge if so! |
As this was rolled back, should we re-try in 2 separate PRs? One for |
Co-authored-by: rogermparent <[email protected]> Co-authored-by: julieg18 <[email protected]>
Using:
master
(7139bde)yarn && npm install
as recommended in https://dvc.org/doc/user-guide/contributing/docs#development-environmentThen:
yarn format-all
: 10 files changed, 57 insertions(+), 60 deletions(-)npm update
: updates 10 package versions inpackage.json
yarn upgrade
: 5775 insertions(+), 5160 deletions(-) inyarn.lock
Related:
yarn lint-ts
: finds 5 errors (in CI as well as locally) - for follow-up issue?