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

fix(build): fix dependencies for kibana integration #146

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

markov00
Copy link
Member

@markov00 markov00 commented Apr 2, 2019

Summary

fix #145

Kibana CI run a type check against the libs imported. We were missing two types, that are not directly exported by the chart package but are subject to typecheck by kibana.
I've moved those dev dependencies to dependencies.

I've also updated the EUI dependency and fixed the right react-konva version.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

  • [ ] This was checked for cross-browser compatibility, including a check against IE11
  • [ ] Proper documentation or storybook story was added for features that require explanation or tutorials
  • [ ] Unit tests were updated or added to match the most common scenarios
  • Each commit follows the convention

@markov00 markov00 added the chore label Apr 2, 2019
@codecov-io
Copy link

Codecov Report

Merging #146 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #146   +/-   ##
======================================
  Coverage    92.9%   92.9%           
======================================
  Files          33      33           
  Lines        1495    1495           
  Branches      166     166           
======================================
  Hits         1389    1389           
  Misses         92      92           
  Partials       14      14

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 a548484...fbabcee. Read the comment docs.

@markov00 markov00 merged commit b875e3d into elastic:master Apr 2, 2019
markov00 pushed a commit that referenced this pull request Apr 2, 2019
## [3.5.1](v3.5.0...v3.5.1) (2019-04-02)

### Bug Fixes

* **build:** fix dependencies for kibana integration ([#146](#146)) ([b875e3d](b875e3d)), closes [#145](#145)
@markov00
Copy link
Member Author

markov00 commented Apr 2, 2019

🎉 This PR is included in version 3.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Apr 2, 2019
@markov00 markov00 deleted the fix-kibana-build branch April 16, 2019 12:04
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this pull request Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore released Issue released publicly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kibana CI complains about elastic-charts dependencies on xpack
2 participants