thriqon / ember-cli-format-number

https://www.npmjs.com/package/ember-cli-format-number
MIT License
9 stars 5 forks source link

An in-range update of ember-try is breaking the build 🚨 #94

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.2.11 of ember-try just got published.

Branch Build failing 🚨
Dependency ember-try
Current Version 0.2.10
Type devDependency

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

As ember-try is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/thriqon/ember-cli-format-number/builds/211765642)
Commits

The new version differs by 10 commits .

  • ab17c01 0.2.11
  • 092ab1b Update CHANGELOG.md.
  • e799039 Merge pull request #119 from ibroadfo/patch-1
  • 65939e0 clarify that reset cleans up npm stuff too
  • 405907b Merge pull request #118 from hanzo-es/fix/ci-client-test
  • f173390 remove node_modules/ember-try on each travis.ci run to avoid accumulation of nested folders because of caching of node_modules folder and repeated npm link/npm link ember-try on each ci run
  • fd35eb3 Merge pull request #116 from ember-cli/kg-update-linting
  • 0eb4c63 Switch from eslint & jscs to just eslint
  • f4a435e Merge pull request #115 from ember-cli/kg-work-without-a-bower.json
  • 25917b4 Support having bower scenarios without having a bower.json initially

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.2.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits .

  • b30e900 0.2.12
  • 6cdc7d0 Update changelog for 0.2.12
  • b996b67 Merge pull request #120 from ember-cli/kg-yarn-tests
  • 2b4a334 Add tests for using yarn when avtailable
  • cc3573b Merge pull request #117 from hanzo-es/feature/yarn-support
  • 78e58f7 use noLock as parameter to _install instead of using as adapter object property
  • b910cde npm adapter minor code cleanup and check for backupYarnLockPresent only for cleanup phase
  • df9c7d4 yarn is now used only if binary is present, revert configKey usage to always search for 'npm' in ember-try config revert syntax in addon to es5 compatible. use yarn --no-lockfile flag for installs and not for cleanups. revert test changes relying on configKey.
  • 35030ed fix broken tryEach tests
  • 69775be fix cleaning up of yarn.lock.ember-try if it was present
  • cf4a7aa use yarn if yarn.lock or yarn package manager are present

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.2.13 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 17 commits .

  • adda05f 0.2.13
  • d32ee95 Update changelog for 0.2.13
  • 340169e Merge pull request #122 from ember-cli/kg-fix-bug-when-using-npm-2
  • 2e1f28a Move require to before scenario changes
  • 3291a8e Remove unnecessary install step
  • e293d8d Attempt to expose the bug with a smoke test
  • b30e900 0.2.12
  • 6cdc7d0 Update changelog for 0.2.12
  • b996b67 Merge pull request #120 from ember-cli/kg-yarn-tests
  • 2b4a334 Add tests for using yarn when avtailable
  • cc3573b Merge pull request #117 from hanzo-es/feature/yarn-support
  • 78e58f7 use noLock as parameter to _install instead of using as adapter object property
  • b910cde npm adapter minor code cleanup and check for backupYarnLockPresent only for cleanup phase
  • df9c7d4 yarn is now used only if binary is present, revert configKey usage to always search for 'npm' in ember-try config revert syntax in addon to es5 compatible. use yarn --no-lockfile flag for installs and not for cleanups. revert test changes relying on configKey.
  • 35030ed fix broken tryEach tests

There are 17 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.2.14 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 23 commits0.

  • 8d9da64 0.2.14
  • fd9e349 Add 0.2.14 to CHANGELOG.
  • bbd81ee Merge pull request #124 from rwjblue/make-ember-cli-babel-devDep
  • a62bc97 Move ember-cli-babel to a devDependency.
  • 188b1d8 Merge pull request #123 from ember-cli/move-babel-dep
  • a20a3ea Make "ember-cli-babel" dev dependency
  • adda05f 0.2.13
  • d32ee95 Update changelog for 0.2.13
  • 340169e Merge pull request #122 from ember-cli/kg-fix-bug-when-using-npm-2
  • 2e1f28a Move require to before scenario changes
  • 3291a8e Remove unnecessary install step
  • e293d8d Attempt to expose the bug with a smoke test
  • b30e900 0.2.12
  • 6cdc7d0 Update changelog for 0.2.12
  • b996b67 Merge pull request #120 from ember-cli/kg-yarn-tests

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.2.15 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • d6e0f45 0.2.15
  • 8c05a22 Update changelog
  • 890e9b7 Merge pull request #129 from ember-cli/node-8
  • 4ef142a loosen engine constraints, assume new versions are compatible.
  • 648fb50 Merge pull request #127 from polarctos/patch-1
  • ef1d162 Remove sync-exec as it is not used anymore

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.2.16 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits.

  • c729ee1 0.2.16
  • d84ebfb Merge pull request #135 from ember-cli/kellyselden-patch-2
  • 8daf772 Merge pull request #136 from ember-cli/kellyselden-patch-1
  • c1619dc add npm badge to README
  • dfad310 add --ignore-engines to yarn default options
  • 3a17ace Merge pull request #134 from ember-cli/kellyselden-patch-1
  • e92df55 fix default value

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.2.17 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 20 commits.

  • 12be75e 0.2.17
  • 140e179 Merge pull request #146 from ember-cli/kg-update-travis
  • b19fdfa Update travis.yml to test against node 8
  • 4e9de9f Merge pull request #138 from backspace/detect-yarn-lockfile
  • d019bde Remove unnecessary file contents
  • 48753f3 Replace lockfile-writing implementation
  • 93f9a9a Add guard against missing options
  • fb6571c Change to not use ES2015
  • c0cddc2 Update README
  • 2e190dc Add test expectation for Yarn warning
  • ef03c40 Change Yarn warning to be in yellow
  • 8067984 Change Yarn warning to use ui.writeLine
  • d3f3fdb Update npm adapter tests with useYarn flag
  • 1809719 Remove unnecessary test
  • 7fd94ae Add useYarn: true to smoke test

There are 20 commits in total.

See the full diff