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: add unicorn eslint as dev dependency #591

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Conversation

rshen91
Copy link
Contributor

@rshen91 rshen91 commented Mar 17, 2020

Summary

I had incorrectly added "eslint-plugin-unicorn" as a dependency not a devDependency. This PR correctly adds the plugin to the devDependencies and removes it from the core dependency for elastic-charts.

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

@codecov-io
Copy link

Codecov Report

Merging #591 into master will increase coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #591      +/-   ##
==========================================
+ Coverage   70.23%   70.55%   +0.32%     
==========================================
  Files         208      220      +12     
  Lines        6238     6392     +154     
  Branches     1208     1183      -25     
==========================================
+ Hits         4381     4510     +129     
- Misses       1839     1863      +24     
- Partials       18       19       +1
Impacted Files Coverage Δ
src/mocks/series/series.ts 81.66% <0%> (ø)
src/mocks/specs/specs.ts 76.19% <0%> (ø)
src/mocks/scale/index.ts 100% <0%> (ø)
src/mocks/index.ts 100% <0%> (ø)
src/mocks/hierarchical/palettes.ts 100% <0%> (ø)
src/mocks/series/index.ts 100% <0%> (ø)
src/mocks/series/data.ts 100% <0%> (ø)
src/mocks/scale/scale.ts 87.5% <0%> (ø)
src/mocks/utils.ts 88.88% <0%> (ø)
src/mocks/series/utils.ts 88.88% <0%> (ø)
... and 2 more

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 484024b...eef1e84. Read the comment docs.

@rshen91 rshen91 requested a review from markov00 March 17, 2020 15:15
Copy link
Member

@markov00 markov00 left a comment

Choose a reason for hiding this comment

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

LGTM

@rshen91 rshen91 merged commit 30fd07c into elastic:master Mar 17, 2020
@rshen91 rshen91 deleted the unicorn branch March 17, 2020 15:18
markov00 pushed a commit that referenced this pull request Mar 18, 2020
# [18.1.0](v18.0.0...v18.1.0) (2020-03-18)

### Bug Fixes

* add unicorn eslint as dev dependency ([#591](#591)) ([30fd07c](30fd07c))

### Features

* remove duplicate tick labels from axis ([#577](#577)) ([e8c89ec](e8c89ec)), closes [#445](#445)
* **api:** cleanup exposed types ([#593](#593)) ([544b7cc](544b7cc))
* **partition:** general sunburst via slice show control ([#592](#592)) ([5e6a30b](5e6a30b))
@markov00
Copy link
Member

🎉 This PR is included in version 18.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Mar 18, 2020
@markov00
Copy link
Member

🎉 This PR is included in version 18.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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
released on @18.1.x released Issue released publicly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants