Skip to content

Fixes #26, #28 - Updating dependencies #30

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

Merged
merged 3 commits into from
Jan 2, 2019

Conversation

simmo
Copy link
Contributor

@simmo simmo commented Jan 2, 2019

What does this PR cover?
Bugfix

Breaking change?
Minor

Are all the tests are passing?
Yes

Other information:
This has a minor change for the vue config, that removes a rule.

@simmo simmo added bug Something isn't working chore Maintenance task labels Jan 2, 2019
@simmo simmo added this to the 4.0.0 milestone Jan 2, 2019
@simmo simmo self-assigned this Jan 2, 2019
@simmo simmo requested review from martinherweg, sburrows-zone and a team January 2, 2019 16:42
@simmo
Copy link
Contributor Author

simmo commented Jan 2, 2019

Worth saying the fix from #29 should stop these kind of Greenkeeper issues from appearing.

@@ -2097,7 +2097,6 @@ Object {
"vue/attribute-hyphenation": "error",
"vue/attributes-order": "warn",
"vue/comment-directive": "error",
"vue/component-name-in-template-casing": "warn",
Copy link
Contributor Author

@simmo simmo Jan 2, 2019

Choose a reason for hiding this comment

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

Updating vue's recommended config to 5.1 removes this rule.
More info on it here... https://vuejs.github.io/eslint-plugin-vue/rules/component-name-in-template-casing.html

It is still available but has been removed from 'recommended' to 'uncategorised'.

Copy link
Contributor

Choose a reason for hiding this comment

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

fyi reasons for change: vuejs/eslint-plugin-vue#703

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah nice one, thanks.

@simmo simmo added the security label Jan 2, 2019
@simmo simmo merged commit b72f801 into develop Jan 2, 2019
@simmo simmo deleted the feature/updating-dependencies branch January 2, 2019 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Maintenance task security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants