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 dependencies #987

Merged
merged 4 commits into from Apr 9, 2020
Merged

Conversation

silviuaavram
Copy link
Collaborator

@silviuaavram silviuaavram commented Apr 5, 2020

Updating dependencies in package.json.

A couple of issues so far, as they are build errors so need to be fixed:

  1. [worked around by removing all new lines in JSX :(] docz update throws remark-mdx: empty line before closing tag issue mdx-js/mdx#767
  2. [this went away, expected it to be fixed after updating kcd-scripts] some other update throws Compilation error - transform-react-jsx: pragma has been set but pragmaFrag has not been set vercel/next.js#11230
  3. [Fixed] docz build was throwing errors when reaching this line in Readme const props = getItemProps({item, index}) // we're calling it here . Fixed it by fixing the files path in doczrc, to only look for files in ./docs.
  4. [Worked around by navigating to page with menu] Cypress tests fail as /tests/combobox is redirected to home page. Looking into it.

If someone can look into them and help out that would be awesome!

Closes #949

@codecov-io
Copy link

codecov-io commented Apr 8, 2020

Codecov Report

Merging #987 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #987   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1022      1022           
  Branches       200       200           
=========================================
  Hits          1022      1022           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75b2fb6...86d7d64. Read the comment docs.

@silviuaavram silviuaavram reopened this Apr 9, 2020
@silviuaavram silviuaavram merged commit d8caf17 into master Apr 9, 2020
@silviuaavram silviuaavram deleted the chore/update-dependencies branch April 9, 2020 17:52
@silviuaavram
Copy link
Collaborator Author

🎉 This PR is included in version 5.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies and check deprecated usages
2 participants