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

build: update dev dependencies #461

Merged
merged 6 commits into from
Nov 28, 2019

Conversation

markov00
Copy link
Member

@markov00 markov00 commented Nov 26, 2019

Summary

Updated the following dev dependencies and their "siblings":

  • babel
  • @elastic/eui
  • semantic-release
  • typescript-eslint
  • eslint
  • husky

Added ts-prune #426

close #426

Notes

Checklist

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

  • [ ] Any consumer-facing exports were added to src/index.ts (and stories only import from ../src except for test data & storybook)
  • 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

@@ -840,7 +840,7 @@ storiesOf('Stylings', module)
<Chart className={'story-chart'}>
<Settings theme={theme} debug={boolean('debug', true)} />
<Axis
id={getAxisId('bottom')}
id="bottom"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ups, that was a test :D

@codecov-io
Copy link

codecov-io commented Nov 26, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@cd34716). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #461   +/-   ##
=========================================
  Coverage          ?   84.11%           
=========================================
  Files             ?      168           
  Lines             ?     4784           
  Branches          ?      917           
=========================================
  Hits              ?     4024           
  Misses            ?      744           
  Partials          ?       16

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 cd34716...e0753f7. Read the comment docs.

@markov00 markov00 merged commit 3013c41 into elastic:master Nov 28, 2019
@markov00
Copy link
Member Author

markov00 commented Dec 2, 2019

🎉 This PR is included in version 15.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Dec 2, 2019
@markov00 markov00 deleted the 2019-11-26_update_dependencies branch November 25, 2020 11:47
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.

2 participants