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

Upgrade packages #933

Merged
merged 7 commits into from
May 24, 2016
Merged

Upgrade packages #933

merged 7 commits into from
May 24, 2016

Conversation

soulfresh
Copy link

@soulfresh soulfresh commented May 4, 2016

What does this PR do?
Upgrade all packages to the newest versions. This includes upgrading usage of ngProgress and angular-highlight.

I had to upgrade the version of Angular a few weeks ago and upgraded all other packages at the same time. I noticed yesterday that you just merged in the upgrade to Angular 1.5.5 so hopefully you're also interested in upgrading the rest of the packages.

I'll add some inline notes as well for discussion purposes.

Testing done
I've tested these changes by running both versions of the demo and comparing them to each other. I've also been running the upgraded version with my own style guide for a couple weeks.

- Include highlightjs directly since it is no longer a bower dependency of angular-highlight.
- Add language hints for hljs.
"angular-scroll": "0.7.0",
"lodash": "~3.9.3",
"custom-event": "~0.1.0"
"angular-mocks": "^1.5.5",
Copy link
Author

Choose a reason for hiding this comment

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

I noticed that you have fixed your versions to specific version numbers. However, I've used the caret notation to fix packages to the 1.x versions. I could easily pull those back out if that's your preference.

…json.

- Fixed jshint errors in appCtrl
- Modified test/karma.conf.js to point to the correct location for ui-router.
- Removed resolution section in bower.json since it is no longer necessary after upgrading all packages.
@varya varya merged commit ab8686f into SC5:master May 24, 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