angular-libs / ui-grid

simple ui grid in AngularJS
1 stars 1 forks source link

An in-range update of grunt-karma is breaking the build 🚨 #22

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 3.0.0 of grunt-karma was just published.

Branch Build failing 🚨
Dependency grunt-karma
Current Version 2.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

grunt-karma is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/angular-libs/ui-grid/builds/426119265?utm_source=github_status&utm_medium=notification)).

Release Notes v3.0.0

Bug Fixes

  • ensure proper path format (9314248)
  • Remove hardcoded useIframe & captureConsole opts (33386b3), closes #165 #166
  • deps: update lodash version to address npm audit warning (1182766), closes #259
  • deps: Update test to use karma 3.0.0 (19551fd), closes #261 #251

Features

Commits

The new version differs by 20 commits.

  • aab923d chore: release v3.0.0
  • 02400ab chore: Update contributors
  • b5afebd Merge pull request #263 from karma-runner/data-files
  • 01e916c chore(refactor): simplify data.files creation
  • 0174ca8 chore: add test for flattened 'files' option and clean up code (#262)
  • a5a2fc0 chore: match order between task definition and execution
  • 19551fd fix(deps): Update test to use karma 3.0.0
  • d7dad1e chore(deps): update eslint to version 5.4.0
  • bc53ead chore: Remove unused 'pkgFile' from gruntfile.js
  • 26626b7 chore: make travis and local 'npm test' do the same
  • b7f3048 chore(package): update mocha to version 3.4.2
  • 1182766 fix(deps): update lodash version to address npm audit warning
  • 60373bc chore: add a Git .mailmap with my new name
  • d33f70e chore(travis): update Node versions tested
  • 9314248 fix: ensure proper path format

There are 20 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 2.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.0.1

Features

  • karma: require karma 3 in peerDependencies (579f82f), closes #261
Commits

The new version differs by 4 commits.

  • 1ae1149 chore: release v3.0.1
  • 5f74f54 chore: Update contributors
  • 2f0d53a docs(readme): Reflect the currently required Karma version
  • 579f82f feat(karma): require karma 3 in peerDependencies

See the full diff