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

Bugfix/loading box dependency #189

Merged
merged 9 commits into from Apr 6, 2018
Merged

Bugfix/loading box dependency #189

merged 9 commits into from Apr 6, 2018

Conversation

penx
Copy link
Member

@penx penx commented Apr 6, 2018

@govuk-react/loading-box wasn't a sub dependency of govuk-react. We want issues like this to be picked up automatically.

eslint needs to be configured to pick up exports that aren't in package.json, but this can't be done right now, see import-js/eslint-plugin-import#1049.

In the meantime we are including @govuk-react/storybook as a dependency, which will help ensure the storybook sub dependencies are included.

Also:

  • remove package lock, using yarn as standard
  • update yarn lock
  • remove loading box package lock
  • fix to eslint command to include subfolders of src
  • add devDependencies to hoc package
  • add dependencies to storybook package
  • govuk-react/storybook as dependency of govuk-react (temporary)

@@ -33,6 +33,7 @@
"@govuk-react/related-items": "^0.1.25",
"@govuk-react/search-box": "^0.1.25",
"@govuk-react/select": "^0.1.25",
"@govuk-react/storybook": "^0.1.25",
Copy link
Member

Choose a reason for hiding this comment

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

you haven't added @govuk-react/loading-box to this file...

"@govuk-react/label-text": "^0.1.25",
"@govuk-react/list-item": "^0.1.25",
"@govuk-react/list-navigation": "^0.1.25",
"@govuk-react/multi-choice": "^0.1.25",
Copy link
Member

Choose a reason for hiding this comment

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

think we should add in loading-box here

@codecov
Copy link

codecov bot commented Apr 6, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #189   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          44     44           
  Lines         299    299           
  Branches        8      8           
=====================================
  Hits          299    299

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 139b600...3612e24. Read the comment docs.

@penx penx merged commit 53067aa into master Apr 6, 2018
@penx penx deleted the bugfix/loading-box-dependency branch April 6, 2018 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants