bmeurant / ember-array-contains-helper

Ember helper to test the presence of a value in an array
http://bmeurant.github.io/ember-array-contains-helper/
MIT License
22 stars 2 forks source link

An in-range update of ember-cli is breaking the build 🚨 #162

Closed greenkeeper[bot] closed 8 months ago

greenkeeper[bot] commented 6 years ago

Version 3.2.0 of ember-cli was just published.

Branch Build failing 🚨
Dependency ember-cli
Current Version 3.1.4
Type devDependency

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

ember-cli 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 failed [Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/399302994?utm_source=github_status&utm_medium=notification) - βœ… **coverage/coveralls** First build on greenkeeper/ember-cli-3.2.0 at 96.296% [Details](https://coveralls.io/builds/17798506)

Release Notes Deliverance

Setup

npm install -g ember-cli@3.2.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@3.2.0 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.

Changelog

The following changes are required if you are upgrading from the previous
version:

Community Contributions

Thank you to all who took the time to contribute!

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 6 years ago

After pinning to 3.1.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 3.3.0 just got published.

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

Release Notes Believer

Setup

npm install -g ember-cli@3.3.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev ember-cli@3.3.0 -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  5. ember-cli-update -- This will update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. You can supply the --resolve-conflicts option to run your system's git merge tool if any conflicts are found.

Changelog

The following changes are required if you are upgrading from the previous
version:

greenkeeper[bot] commented 5 years ago

Version 3.4.0 just got published.

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

greenkeeper[bot] commented 5 years ago

Version 3.4.1 just got published.

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for I am the rebel spy!

Setup

npm install -g ember-cli@3.11.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update --to 3.11.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 140 commits.

  • debf83c Release v3.13.0.
  • 0fbfd3f Add 3.13.0 to CHANGELOG.
  • a21e1bb Update ember-resolver to 5.3.0. (#8853)
  • 1ad6354 Update ember-resolver to 5.3.0.
  • a5723c7 Update Ember ecosystem packages to latest version. (#8851)
  • 765ff01 Update Ember ecosystem packages to latest version.
  • 987928a Update broccoli dependencies/devDependencies to latest. (#8850)
  • 0fe5313 Update broccoli dependencies/devDependencies to latest.
  • fd7268b Update watch-detector to 1.0.0.
  • 29ce693 Ensure addon tree is scoped to addon name before compiling temp… (#8834)
  • 725e129 Ensure addon tree is scoped to addon name before compiling templates.
  • 316fcf0 Update app and addon blueprints to latest version of packages. (#8816)
  • 35ff1fb Update app and addon blueprints to latest version of packages.
  • d15bdf7 Merge pull request #8814 from rwjblue/drop-node-11-from-ci
  • 02a261a Drop Node 11 from CI.

There are 140 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 40171d6 Release v3.13.1
  • 639a5b8 Add v3.13.1 to CHANGELOG.md.
  • b4b1659 Tweaks to release scripts. (#8857)
  • 4c60403 Adjust message for when a new app is created (#8862)
  • 16e9e68 Adjust message when a new app is created
  • c5e6483 Write output repo update as JavaScript (Bash πŸ€•).
  • 80c68ff Update changelog generation.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 7d80dbf 3.13.2
  • e96402a Add v3.13.2 to CHANGELOG.md.
  • 2da4db3 [BUGFIX beta] Merge with existing EmberENV (#8901)
  • 0a45497 [BUGFIX] Merge with existing EmberENV
  • 5f24e91 blueprints/init: Simplify "Get started" message (#8882)
  • dda0bd5 blueprints/init: Fix typo / simplify Get started
  • 18df651 Merge pull request #8875 from HeroicEric/silence-hbs-precompile-warning
  • f3fbf1d blueprints: Fix ember-cli-htmlbars-inline-precompile deprecation

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 94 commits.

  • b78e0cb 3.14.0
  • c4814a8 Add v3.14.0 to CHANGELOG.md.
  • 1cc80c8 Merge remote-tracking branch 'origin/beta' into release
  • 66adf3c Merge remote-tracking branch 'origin/release' into beta
  • 9586db6 Update ember (#8916)
  • 06d8868 Update ember-data to 3.14.0 stable.
  • bc34109 Update ember-source to 3.14.1.
  • 8ddbc79 Revert changes made to enable "octane" as the default for ember… (#8915)
  • 689ba77 Revert changes made to enable "octane" as the default for ember new
  • dbad957 Merge pull request #8910 from kellyselden/app-travis-branch-master
  • 9d3b0ff restrict app Travis to master and PRs
  • 59d9b9b Merge pull request #8900 from pzuraq/bugfix/include-legacy-decorators-option-by-default
  • b977099 [BUGFIX] Include legacyDecorators eslint option by default
  • 7f68efc [BUGFIX] Don't reload the config for instrumentation (#8899)
  • 67c3caf [BUGFIX] Don't reload the config for instrumentation

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.15.1

Blueprint Changes

Changelog

  • #8977 Fix invalid syntax with ember-classic ember-try scenario. @rwjblue
Commits

The new version differs by 84 commits.

  • fa8cdb1 Release v3.15.1
  • e5b10f8 Add v3.15.1 to CHANGELOG.md.
  • baa4d66 Fix invalid syntax with ember-classic ember-try scenario. (#8977)
  • 6afe0a9 Fix invalid syntax with ember-classic ember-try scenario.
  • 85a695e Release v3.15.0
  • 59d39d3 Update final CHANGELOG for 3.15.0.
  • ec40e5a Merge pull request #8972 from rwjblue/update-ember-data
  • 3c1bacc Update ember-data to 3.15.0.
  • 5706443 Add support for ember new @scope-here/name-here. (#8964)
  • 638f5f1 Merge pull request #8971 from rwjblue/add-ember-classic-try-scenario
  • f000dee Add an ember-try scenario for Ember "classic" (pre-octane).
  • 95939c5 Support ember new @scope-here/name-here.
  • 4f83144 Update ember-resolver to v7.0.0. (#8965)
  • 2d12f9f Update ember-resolver to v7.0.0.
  • 66d57ce Merge pull request #8963 from ember-cli/chancancode-patch-1

There are 84 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.15.2

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Commits

The new version differs by 9 commits.

  • e17502b 3.15.2
  • 4f1a5bb Add v3.15.2 to CHANGELOG.md.
  • 9e904a9 Avoid errors when ui is not present and a warning will be emi… (#9014)
  • e164076 Supply a more universal .ui
  • 972b3a0 Allow failure of Node 8 CI jobs. (#9015)
  • c89428a Allow failure of Node 8 CI jobs.
  • dc95c25 fix named UMD imports (#8924)
  • bc6d511 allow importing named UMD files
  • 98d3928 remove amd-shim duplication

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.16.0

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Commits

The new version differs by 105 commits.

  • 6858057 3.16.0
  • ec382b9 Add v3.16.0 to CHANGELOG.md.
  • 73201fb Merge pull request #9028 from rwjblue/update-blueprint-deps
  • ced0abf Bump uuid from 3.3.3 to 3.4.0 (#9031)
  • da966f2 Bump sort-package-json from 1.31.0 to 1.39.1 (#9030)
  • d5bc3aa Merge pull request #8991 from ember-cli/dependabot/npm_and_yarn/chalk-3.0.0
  • 0bb9039 Merge pull request #8954 from ember-cli/dependabot/npm_and_yarn/temp-0.9.1
  • 9bb982c Merge pull request #9002 from ember-cli/dependabot/npm_and_yarn/promise-map-series-0.3.0
  • c00d6c2 Update minimum versions of app / addon blueprint dependencies.
  • c576f8a Bump temp from 0.9.0 to 0.9.1
  • ff7d104 Merge pull request #8905 from pichfl/build-production
  • 8ebe43c Bump promise-map-series from 0.2.3 to 0.3.0
  • 5002910 Merge pull request #9026 from rwjblue/add-glimmer-tracking
  • 884d931 Merge pull request #8974 from lifeart/task-creation-api
  • b21b98d Merge pull request #9013 from dcyriller/editorconfig

There are 105 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • 789e46b Release 3.16.1
  • 59f2056 Add v3.16.1 to CHANGELOG.
  • 3c651ff Merge pull request #9090 from ember-cli/lts-backports
  • 178f271 Fix linting issue (bad cherry-pick).
  • 64e635c [BUGFIXA] [Fixes #9007] Ensure buildFailures are reported correctly
  • 1379d76 fail tests on unhandled rejections
  • 0a8d7a1 consistently 'use strict'; for our node js files
  • c377300 Publish yuidoc json as a part of npm package
  • c30ed27 fail tests on unhandled rejections
  • 3c0e529 Merge tag 'v3.16.0' into release
  • c5e6bb3 Merge pull request #9045 from kellyselden/contributing-newline
  • 1fc48ff add final newline in CONTRIBUTING.md

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.17.0

Blueprint Changes

Changelog

Commits

The new version differs by 53 commits.

  • 234d0ab 3.17.0
  • 5d40206 Fix issue in changelog generation script.
  • daefb9e Add v3.17.0 to CHANGELOG.md.
  • 4d2827d Merge pull request #9091 from ember-cli/update-versions
  • dab80a4 Merge remote-tracking branch 'origin/release' into beta
  • 00a0622 Update app and addon blueprints to latest dependency versions.
  • f144aaa Merge pull request #9064 from kellyselden/use-strict
  • 2ec95eb consistently 'use strict'; for our node js files
  • 839d207 Release v3.17.0-beta.1.
  • e3d9a6c Merge remote-tracking branch 'origin/release'
  • 7aa6c15 Merge pull request #9042 from sivakumar-kailasam/include-yuidoc
  • 1dd8f4b Merge pull request #9009 from dcyriller/rfc-121
  • 754504c Ensure npm test / yarn test fails when linting fails.
  • 4bc79f8 Bump markdown-it-terminal from 0.1.0 to 0.1.1 (#9049)
  • a3bb237 Bump npm-package-arg from 6.1.1 to 8.0.0 (#9046)

There are 53 commits in total.

See the full diff