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

Update dependencies with test fixes #156

Merged
merged 1 commit into from
Jun 6, 2016
Merged

Update dependencies with test fixes #156

merged 1 commit into from
Jun 6, 2016

Conversation

moczolaszlo
Copy link

Hello

I updated the dependecies and fixed the failed tests.
💻

Update dependencies with test fixes
@@ -46,8 +46,8 @@ module.exports = function(grunt) {
file: 'test/fixtures/_component.json',
changelog: 'test/fixtures/_CHANGELOG.md',
additionalFiles: ['test/fixtures/_bower.json'],
changelogText: '### <%= version %>\n',
commitMessage: 'v<%= version %>'
changelogText: grunt.template.process('### <%= version %>\n', {data: {'version': '0.0.13'}}),
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will cause a problem as it adds a requirement that we update the Gruntfile every time we update the version

Copy link
Author

Choose a reason for hiding this comment

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

Why? In the /test/fixtures/component.json file the version will be always 0.0.12.

Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm maybe your right, going to look back in history at the tests...

@dorgan
Copy link
Collaborator

dorgan commented May 13, 2016

@drublic I believe the change is safe, any opinion?

@moczolaszlo
Copy link
Author

Any update?

@dorgan dorgan merged commit 0815aeb into geddski:master Jun 6, 2016
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.

2 participants