Giter VIP home page Giter VIP logo

ember-array-contains-helper's People

Contributors

bmeurant avatar ember-tomster avatar greenkeeper[bot] avatar greenkeeperio-bot avatar miguelcobain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ember-array-contains-helper's Issues

An in-range update of ember-data is breaking the build ๐Ÿšจ

Version 3.2.0 of ember-data was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-data
Current Version 3.1.1
Type devDependency

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

ember-data 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
  • โœ… coverage/coveralls First build on greenkeeper/ember-data-3.2.0 at 96.296% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.2.0

CHANGELOG

  • #5497 [BUGFIX] Make snapshot lazier and fix defaultValue.
  • #5499 [BUGFIX] Backport fix infinite relationship retry issue from #5492.
  • #5508 [CHORE] Update Dependencies to avoid broccoli-funnel deprecation.
  • #5432 [CHORE] Remove exists-sync dependency.
  • #5436 [CHORE] Remove all usage of Ember.copy to avoid future deprecation.
  • #5437 / #5459 [CHORE] Removes deprecated store.filter feature, must migrate to [email protected] for similar API usage.
  • #5461 [BUGFIX] Update content of proxy for async belongs-to relationships when null data received
  • #5467 [BUGFIX] Avoid unnecessary work during destruction process.
  • #5439 [FEAT] FASTBOOT SHOEBOX - Use actions queue so rehydration works
  • #5412 Fix npmignore and cleanup test artifacts before publishing
  • #4977 Trap exceptions that are thrown from adapter methods
  • #4856 [BUGFIX #4497] query/queryRecord/filter now support adapter options
  • #5408 [FEAT BUGFIX] enable canonical state updates to deleted records
  • #5336 [CHORE] remove all benchmark related code
  • #5324 Don't serialize new has many relationships
  • #5405 [CHORE] remove dead methods left behind from ff removal
  • #5406 [BUGFIX release] Fix Model.modelName inheritance with Ember 3.2+.
  • #5366 fix initial polymorphic attribute
  • #5345 Check if adapter#query is a wrapped function
  • #5385 Use najax in fastboot and some refactoring to isolate jQuery.ajax
  • #5399 Remove unneeded feature flagged tests
  • #5410 [FEAT BUGFIX] resolves issues with links and data in relationships (#5410)
  • #5413 [BUGFIX] Fix availability of properties in createRecord init
  • #5414 [FEAT BUGFIX] adds adapterOptions ability to model.reload()
  • #5415 make createRecord sync and remove unnecessary run usage in tests
  • #5416 adds a more robust test around reload
  • #5418 Limit CI runs on branches to master, beta, release
  • #5422 [FEAT] Prevent async test leakage (feat. adds test waiters)
  • #4977 Trap exceptions that are thrown from adapter methods and reject the (#4977)
  • #5379 minor typo
  • #5382 [FIX] update ember-cli-dependency-checker to avoid deprecation warning
  • #5371 Upgrade to ember-cli-qunit 4.0 and replace ember-dev with ember-qunitโ€ฆ (#5371)
  • #5369 [BUGFIX beta] Fix createRecord creating two records
  • #5375 Remove jQuery usage from tests (#5375)
  • #5378 [BUGFIX] resolve issues with RecordArray sync for peekAll (#5378)
  • #5381 [FEAT BREAKING] remove globals build for 3.x (#5381)
  • #5383 fix external ordered set dependency
  • #5384 [FEAT] remove all stale feature flags (#5384)
Commits

The new version differs by 128 commits ahead by 128, behind by 17.

  • 7e02741 Release v3.2.0.
  • e5a9006 Fix test helper setup to avoid error on [email protected]+.
  • dd8726e Allow canary and beta failures in release branch.
  • b889423 Add 3.2.0 to CHANGELOG.md.
  • 92272a7 [CHORE] update broccoli-funnel
  • 7dd5dec Update parseResponseHeaders to work in fastboot. (#5502)
  • 0cecbd0 Release v3.2.0-beta.4.
  • 0d038e5 Update CHANGELOG for 3.2.0-beta.4.
  • 3b7b5e7 [BUGFIX beta] ports fix for infinite-relationship-retry from #5492 (#5499)
  • 9251434 Merge pull request #5497 from feedbackfruits/cherry-pick-5428
  • bae33b1 Implement fix
  • 6095c63 Fix _reloadRecord method name in JSDoc
  • 9ce6fb4 [CHORE] remove all usage of Ember.copy
  • 22556f2 Remove exists-sync dependency
  • 88191eb [BUGFIX] dont cause unnecessary work during destroy

There are 128 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli is breaking the build ๐Ÿšจ

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
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-3.2.0 at 96.296% Details

Release Notes Deliverance

Setup

npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- 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. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-mocha is breaking the build ๐Ÿšจ

Version 0.13.3 of ember-cli-mocha just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-mocha
Current Version 0.13.2
Type devDependency

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

As ember-cli-mocha 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 ๐Ÿ’ช

Status Details - โŒ **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/11190640),- โœ… **codeclimate/coverage** 100% [Details](https://codeclimate.com/github/bmeurant/ember-array-contains-helper),- โŒ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/224535218)

Release Notes v0.13.3

Fixed bugs:

Closed issues:

  • updating project to [email protected] seems to fail on untranspiled ember-mocha in vendor.js #189
  • An in-range update of broccoli-merge-trees is breaking the build ๐Ÿšจ #174
  • An in-range update of loader.js is breaking the build ๐Ÿšจ #173
  • An in-range update of broccoli-concat is breaking the build ๐Ÿšจ #172

Merged pull requests:

Commits

The new version differs by 26 commits0.

  • 8e78be5 0.13.3
  • 6feadca Update CHANGELOG
  • acc4f81 README: Add "Compatibility" section
  • 2a2bc51 Merge pull request #190 from ember-cli/rwjblue-patch-1
  • 9f9106e Prevent clobbering custom this.options.babel
  • 8fd835e Merge pull request #186 from ember-cli/greenkeeper/ember-load-initializers-1.0.0
  • a79af62 Merge pull request #187 from ember-cli/greenkeeper/ember-cli-test-loader-2.0.0
  • 8a37a8d fix(package): update ember-cli-test-loader to version 2.0.0
  • 377605c chore(package): update ember-load-initializers to version 1.0.0
  • 9a3bcdb Merge pull request #180 from ember-cli/greenkeeper/ember-source-2.12.0
  • 977517c chore(package): update ember-source to version 2.12.0
  • 62311aa Merge pull request #179 from ember-cli/greenkeeper/ember-resolver-3.0.0
  • 2b21d76 chore(package): update ember-resolver to version 3.0.0
  • 9d34c76 Merge pull request #178 from ember-cli/greenkeeper/broccoli-merge-trees-2.0.0
  • 46d1ee9 fix(package): update broccoli-merge-trees to version 2.0.0

There are 26 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-data is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.2 of ember-data was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-data
Current Version 3.0.1
Type devDependency

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

ember-data 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
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

  • e20597e Release Ember Data v3.0.2
  • 7986dbc [BUGFIX] enable lazy-relationship payloads to work with polymorphic relationships (#5230)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of loader.js is breaking the build ๐Ÿšจ

Version 4.5.0 of loader.js just got published.

Branch Build failing ๐Ÿšจ
Dependency loader.js
Current Version 4.4.1
Type devDependency

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

As loader.js 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 ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 094e20b release v4.5.0 ๐ŸŽ‰
  • db2f6a6 Merge pull request #126 from ember-cli/moduleId
  • 204838b rename mod.name => mod.id
  • 4fa0fe0 add require.moduleId to allow a module to know its ID
  • f62bc54 Merge pull request #121 from ember-cli/define-exports
  • d963886 Update README.md
  • 928e18f add define.exports

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-data is breaking the build ๐Ÿšจ

Version 2.14.1 of ember-data just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-data
Current Version 2.14.0
Type devDependency

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

As ember-data 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 ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes Ember Data 2.14.1

Release 2.14.1 (June 19, 2017)

  • #4994 [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • #5008 [BUGFIX BETA] Fixed export regression. ember-data/transform to be default.
Commits

The new version differs by 4 commits.

  • 419bb07 Release Ember Data 2.14.1
  • 794c54f Update changelog for the Ember Data 2.14.1 release
  • 2d03eca [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • 483fa7f [BUGFIX BETA]: Fixed export regression. ember-data/transform to be export using default.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-htmlbars is breaking the build ๐Ÿšจ

Version 2.0.4 of ember-cli-htmlbars was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-htmlbars
Current Version 2.0.3
Type devDependency

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

ember-cli-htmlbars 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
  • โŒ coverage/coveralls: Coverage pending from Coveralls.io (Details).
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 7 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of coveralls is breaking the build ๐Ÿšจ

The devDependency coveralls was updated from 3.0.3 to 3.0.4.

๐Ÿšจ View failing branch.

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

coveralls 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).

Commits

The new version differs by 5 commits.

  • 8ac4325 version bump
  • 9d9c227 Bump extend from 3.0.1 to 3.0.2 (#226)
  • 33119a7 Bump js-yaml from 3.11.0 to 3.13.1 (#225)
  • f5549c7 Bump handlebars from 4.1.0 to 4.1.2 (#224)
  • 4df732b Style fix (#211)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-dependency-checker is breaking the build ๐Ÿšจ

Version 2.2.1 of ember-cli-dependency-checker was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-dependency-checker
Current Version 2.2.0
Type devDependency

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

ember-cli-dependency-checker 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
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

  • 680dc7d v2.2.1
  • bfe155d Merge pull request #90 from jacobq/gh-issue-89
  • 1ca3d53 Accept equivalent tar ball paths

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-source-channel-url is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.1.0 of ember-source-channel-url was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-source-channel-url
Current Version 1.0.1
Type devDependency

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

ember-source-channel-url 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
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

  • 62cff24 1.1.0
  • cd00759 Merge pull request #2 from ember-cli/add-bin
  • 2ff3e7c Add binary to expose URL a bit easier...

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-mirage is breaking the build ๐Ÿšจ

Version 0.4.8 of ember-cli-mirage was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-mirage
Current Version 0.4.7
Type devDependency

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

ember-cli-mirage 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).
  • โœ… coverage/coveralls: First build on greenkeeper/ember-cli-mirage-0.4.8 at 96.296% (Details).

Release Notes v0.4.8

This release is all about getting ๐Ÿ› squeaky clean, and fixing many outstanding bugs in prep for a v1.0!

There should be no upgrade steps for your apps.

  • Shorthands now support polymorphic associations
  • Many bug fixes that shouldn't affect your apps. (One significant change of undocumented/untested behavior was that the serializeIds property of ActiveModelSerializer and RestSerializer now defaults to always).

Drop by #ec-mirage if you have any trouble upgrading!

Commits

The new version differs by 43 commits.

  • aaf418f Update package.json
  • 52454c5 Merge pull request #1364 from samselikoff/fix-rest-serializer
  • 829b0eb Add clearer test around normalizeIds
  • e6af6a9 Travis can publish
  • 174ea70 Merge pull request #1362 from samselikoff/serialize-top-level-polymorphic-collections
  • 615df90 Serialize top-level polymorphic collections
  • ed00eb2 DEPENDENCY: updated to broccoli-string-replace (#1361)
  • e611e4d Add test apps (#1359)
  • db07376 Merge pull request #1356 from samselikoff/orm-assertions
  • 68c503e Add more ORM assertions
  • 2eabc2a Merge pull request #1354 from samselikoff/1091-self-referential-max-call-stack
  • 4cbd5bf Throw if using association() helper on a self-referential belongsTo relationship
  • 2b629dd Merge pull request #1353 from mupkoo/camelize-relationship-names
  • 8a0ef54 Merge pull request #1352 from mupkoo/safe-shutdown
  • 628a717 Merge pull request #1347 from jelhan/fix-remove-outdated-destroy-helper-warning

There are 43 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-ajax is breaking the build ๐Ÿšจ

The devDependency ember-ajax was updated from 3.1.2 to 3.1.4.

๐Ÿšจ View failing branch.

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

ember-ajax 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).

Commits

The new version differs by 3 commits.

  • 430d11c chore(release): 3.1.4
  • ba9a87d test: add test case around relative URL conversion
  • daf8319 Revert "fix: don't append leading '/' when building url"

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-browserify is breaking the build ๐Ÿšจ

Version 1.1.14 of ember-browserify just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-browserify
Current Version 1.1.13
Type devDependency

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

As ember-browserify 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 ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 1f689b8 release v1.1.14 ๐ŸŽ‰
  • ee8f7fa Merge pull request #119 from Kerrick/upgrade-acorn
  • 0dd24b8 Upgrade acorn to v5.x
  • e249253 node 6 (lts)
  • f016379 Merge commit 'refs/pull/117/head' of github.com:ef4/ember-browserify
  • f010c2f drop old node version from travis
  • 27b7504 Changing error message on invalid syntax

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-source is breaking the build ๐Ÿšจ

Version 3.2.1 of ember-source was just published.

Branch Build failing ๐Ÿšจ
Dependency [ember-source](https://github.com/emberjs/ember.js)
Current Version 3.2.0
Type devDependency

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

ember-source 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
  • โœ… coverage/coveralls First build on greenkeeper/ember-source-3.2.1 at 0.0% Details

Release Notes v3.2.1

CHANGELOG

  • #16750 [BUGFIX] Bring back isObject guard for ember-utils/is_proxy
Commits

The new version differs by 5 commits.

  • 7e31122 Release v3.2.1
  • d8c83ff Add v3.2.1 to CHANGELOG
  • 57a6fcf [BUGFIX] bring back isObject guard for ember-utils/is_proxy
  • cd0c684 [DOC release] Fix broken links to guides
  • 84e3922 [DOC release] Update class_names_support.js to include binding classes to false properties

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-resolver is breaking the build ๐Ÿšจ

Version 4.5.0 of ember-resolver just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-resolver
Current Version 4.4.0
Type devDependency

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

As ember-resolver 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 ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 5 commits.

  • 25c7439 v4.5.0
  • 96f1723 Add CHANGELOG entry for 4.5.0.
  • bea3e86 Merge pull request #213 from rwjblue/fix-template-lookup-with-other-namespace
  • fb27244 Update yarn.lock.
  • ea13f46 Ensure internal layoutFor lookups for namespaced templates works.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-inflector is breaking the build ๐Ÿšจ

The devDependency ember-inflector was updated from 3.0.0 to 3.0.1.

๐Ÿšจ View failing branch.

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

ember-inflector 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).

Commits

The new version differs by 3 commits.

  • 5db9feb releasing 3.0.1
  • 0402a58 Merge pull request #183 from jenweber/bugfix-define-property
  • e092c06 Bugfix: adding deprecations won't throw on multiple installed copies #182

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-babel is breaking the build ๐Ÿšจ

Version 6.8.0 of ember-cli-babel just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-babel
Current Version 6.7.2
Type dependency

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

ember-cli-babel is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itโ€™s very likely also breaking them.
I recommend you give this issue a very high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-babel-6.8.0 at 100.0% Details

Commits

The new version differs by 3 commits.

  • 86b75cb v6.8.0
  • fa5583d Merge pull request #177 from rwjblue/update-modules-polyfill
  • da74c6f Update minimum version of babel-plugin-ember-modules-api-polyfill.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-source is breaking the build ๐Ÿšจ

Version 2.12.2 of ember-source just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-source
Current Version 2.12.1
Type devDependency

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

As ember-source 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 ๐Ÿ’ช

Status Details - โœ… **codeclimate/coverage** 100% [Details](https://codeclimate.com/github/bmeurant/ember-array-contains-helper),- โŒ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/226559727),- โœ… **coverage/coveralls** First build on greenkeeper/ember-source-2.12.2 at 100.0% [Details](https://coveralls.io/builds/11277127)

Commits

The new version differs by 10 commits0.

  • 527b317 Release v2.12.2.
  • 1c82875 Add 2.12.2 to CHANGELOG.md.
  • ce8effb [BUGFIX release] Correct until values for this.container deprecations.
  • fcfa84d [BUGFIX beta] Avoid storing container on the prototype.
  • 3a1628c [BUGFIX release] Fixes #15154
  • 5bf3594 [BUGFIX release] Donโ€™t leak container while injection deprecated container
  • b100b70 Updates to support using [email protected].
  • 58df3b2 [BUGFIX release] Ensure Ember.Test globals setup when including ember-testing.js
  • 8930b15 Merge pull request #15152 from emberjs/backport-validate-injections-debug-stripping
  • 41c8de7 [BUGFIX release] strip container.registry.validateInjections in v2.12.x

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-eslint is breaking the build ๐Ÿšจ

Version 4.2.3 of ember-cli-eslint was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-eslint
Current Version 4.2.2
Type devDependency

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

ember-cli-eslint 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

Commits

The new version differs by 6 commits.

  • a0e0ac2 v4.2.3
  • c1b5fe9 Update Changelog
  • b4f2c31 Merge pull request #225 from Turbo87/test-framework-detection
  • ae397a8 Extend test framework detection to ember-qunit and ember-mocha
  • 9258873 Merge pull request #223 from ember-cli/greenkeeper/ember-source-2.17.0
  • e0ebded chore(package): update ember-source to version 2.17.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-resolver is breaking the build ๐Ÿšจ

Version 4.2.4 of ember-resolver just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-resolver
Current Version 4.2.3
Type devDependency

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

As ember-resolver 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 ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits.

  • bfd69d4 v4.2.4
  • 1ab3dd3 Merge pull request #207 from ember-cli/dots
  • a8f95a6 Normalize dots to slashes where appropriate
  • 8cb0fb4 Small README tweak

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-babel is breaking the build ๐Ÿšจ

Version 6.15.0 of ember-cli-babel was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-babel
Current Version 6.14.1
Type dependency

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

ember-cli-babel is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-babel-6.15.0 at 96.296% Details

Commits

The new version differs by 6 commits.

  • 160bd60 release v6.15.0 ๐ŸŽ‰
  • 4e4d65a fix docs re: throwUnlessParallelizable
  • cb5a382 Merge pull request #230 from kellyselden/babel-plugin-debug-macros
  • 98e266d update babel-plugin-debug-macros to 0.2.0-beta.6
  • 8d8c591 Merge pull request #225 from Turbo87/changelog
  • 19f5225 Update Changelog

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli is breaking the build ๐Ÿšจ

Version 2.13.0 of ember-cli just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli
Current Version 2.12.3
Type devDependency

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

As ember-cli 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 ๐Ÿ’ช

Status Details - โŒ **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/11304203),- โœ… **codeclimate/coverage** 100% [Details](https://codeclimate.com/github/bmeurant/ember-array-contains-helper),- โŒ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/227191005?utm_source=github_status&utm_medium=notification)

Release Notes Tower of Babel

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. bower cache clean -- Clear Bower cache
  4. npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules bower_components dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- Update project's package.json to use latest version.
  3. npm install -- Reinstall NPM dependencies.
  4. bower install -- Reinstall bower dependencies.
  5. 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!

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli is breaking the build ๐Ÿšจ

Version 2.18.1 of ember-cli was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli
Current Version 2.18.0
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 could not complete due to an error Details

Release Notes เฎจเฎฟเฎฒเฎตเฏ†เฎฒเฎฟ

Setup

npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- 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. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-source-channel-url is breaking the build ๐Ÿšจ

The devDependency ember-source-channel-url was updated from 1.1.0 to 1.2.0.

๐Ÿšจ View failing branch.

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

ember-source-channel-url 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).

Release Notes for Release 1.2.0
  • Print only the url when being piped/scripted. (#65) (aaaa70a)
  • Print only the url when being piped/scripted. (569cd10)
  • Ensure any trailing whitespace in package.json is preserved. (#64) (da4d191)
  • Add --write to README (21e9cf6)
  • Ensure any trailing whitespace in package.json is preserved. (d661a2c)
  • Add testing for Node 12. (#63) (7109a8f)
  • Add ability to update package.json automatically. (#62) (09ad315)
  • Add testing for Node 12. (66e8c76)
  • Add ability to update package.json automatically. (cd73756)
  • Build(deps-dev): Bump prettier from 1.17.0 to 1.17.1 (47bc549)
  • Build(deps-dev): Bump eslint-plugin-prettier from 3.0.1 to 3.1.0 (6e4f924)
  • Build(deps-dev): Bump eslint-config-prettier from 4.1.0 to 4.2.0 (dc4958d)
  • Build(deps-dev): Bump prettier from 1.16.4 to 1.17.0 (6a72e16)
  • Build(deps-dev): Bump eslint from 5.15.3 to 5.16.0 (df01a27)
  • Build(deps-dev): Bump eslint from 5.15.2 to 5.15.3 (7709622)
  • Build(deps-dev): Bump eslint from 5.15.1 to 5.15.2 (ac576b9)
  • Build(deps-dev): Bump eslint from 5.15.0 to 5.15.1 (d07f9f4)
  • Build(deps-dev): Bump get-port from 4.1.0 to 4.2.0 (e511f1c)
  • Build(deps-dev): Bump eslint from 5.14.1 to 5.15.0 (ef45eb7)
  • Build(deps-dev): Bump eslint-config-prettier from 4.0.0 to 4.1.0 (19aba04)
  • Build(deps-dev): Bump qunit from 2.9.1 to 2.9.2 (372c451)
  • Build(deps-dev): Bump eslint from 5.14.0 to 5.14.1 (eb9c5bb)
  • Build(deps-dev): Bump eslint from 5.13.0 to 5.14.0 (0391dcd)
  • Build(deps-dev): Bump prettier from 1.16.3 to 1.16.4 (815f4f3)
  • Build(deps-dev): Bump eslint from 5.12.1 to 5.13.0 (e3deeff)
  • Build(deps-dev): Bump prettier from 1.16.1 to 1.16.3 (94f2738)
  • Build(deps-dev): Bump eslint-config-prettier from 3.6.0 to 4.0.0 (#41) (800e57c)
  • Build(deps-dev): Bump prettier from 1.16.0 to 1.16.1 (e8cefee)
  • Build(deps-dev): Bump eslint from 5.12.0 to 5.12.1 (230d407)
  • Build(deps-dev): Bump prettier from 1.15.3 to 1.16.0 (faa82d8)
  • Build(deps-dev): Bump eslint-config-prettier from 3.5.0 to 3.6.0 (74e9d14)
  • Build(deps-dev): Bump eslint-config-prettier from 3.4.0 to 3.5.0 (4838487)
  • Build(deps-dev): Bump eslint-config-prettier from 3.3.0 to 3.4.0 (01e30d0)
  • Build(deps-dev): Bump qunit from 2.8.0 to 2.9.1 (#34) (424592e)
  • Build(deps-dev): Bump eslint-plugin-node from 8.0.0 to 8.0.1 (#32) (b4e99cf)
  • Build(deps-dev): Bump eslint from 5.11.1 to 5.12.0 (#33) (6bf82eb)
  • Build(deps-dev): Bump eslint-plugin-prettier from 3.0.0 to 3.0.1 (#30) (8744eb9)
  • Build(deps-dev): Bump eslint from 5.11.0 to 5.11.1 (#29) (446f295)
  • Bump eslint from 5.10.0 to 5.11.0 (#28) (7b0373e)
  • Bump get-port from 4.0.0 to 4.1.0 (#27) (a12af84)
  • Bump eslint-plugin-node from 6.0.1 to 8.0.0 (#25) (92358df)
  • Bump got from 8.0.1 to 8.3.2 (#26) (a92191c)
  • Bump eslint-plugin-prettier from 2.7.0 to 3.0.0 (#24) (27a36cc)
  • Bump eslint-config-prettier from 2.9.0 to 3.3.0 (#20) (4861277)
  • Bump eslint from 4.15.0 to 5.10.0 (#19) (79787b8)
  • Bump eslint-plugin-prettier from 2.4.0 to 2.7.0 (#21) (f37955d)
  • Bump execa from 0.10.0 to 1.0.0 (#23) (b8ee1dd)
  • Bump get-port from 3.2.0 to 4.0.0 (#13) (acad1fd)
  • Bump qunit from 2.5.0 to 2.8.0 (#8) (5113ba0)
  • Merge pull request #18 from Turbo87/node-4 (bcdd4c9)
  • package.json: Update Node.js support range (f6d3492)
  • CI: Add Node 10 to test matrix (544b7d5)
  • CI: Drop Node 9 from test matrix (70e39b9)
  • CI: Drop Node 4 from test matrix (edab98f)
  • [Security] Bump lodash from 4.17.4 to 4.17.11 (#6) (c5d19ec)
  • [Security] Bump mixin-deep from 1.3.0 to 1.3.1 (#12) (da40a84)
  • [Security] Bump atob from 2.0.3 to 2.1.2 (#14) (4deaeba)
  • Bump eslint-plugin-node from 5.2.1 to 6.0.1 (#10) (d3cf700)
  • Bump rsvp from 4.7.0 to 4.8.4 (#7) (3de163d)
  • Bump prettier from 1.10.2 to 1.15.3 (#17) (b0449db)
  • Merge pull request #16 from Turbo87/sane (336df40)
  • Pin qunit dependency to v2.6.x (d77b1af)
Commits

The new version differs by 63 commits.

  • 0461822 Release 1.2.0
  • aaaa70a Print only the url when being piped/scripted. (#65)
  • 569cd10 Print only the url when being piped/scripted.
  • da4d191 Ensure any trailing whitespace in package.json is preserved. (#64)
  • 21e9cf6 Add --write to README
  • d661a2c Ensure any trailing whitespace in package.json is preserved.
  • 7109a8f Add testing for Node 12. (#63)
  • 09ad315 Add ability to update package.json automatically. (#62)
  • 66e8c76 Add testing for Node 12.
  • cd73756 Add ability to update package.json automatically.
  • 47bc549 Build(deps-dev): Bump prettier from 1.17.0 to 1.17.1
  • 6e4f924 Build(deps-dev): Bump eslint-plugin-prettier from 3.0.1 to 3.1.0
  • dc4958d Build(deps-dev): Bump eslint-config-prettier from 4.1.0 to 4.2.0
  • 6a72e16 Build(deps-dev): Bump prettier from 1.16.4 to 1.17.0
  • df01a27 Build(deps-dev): Bump eslint from 5.15.3 to 5.16.0

There are 63 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-export-application-global is breaking the build ๐Ÿšจ

The devDependency ember-export-application-global was updated from 2.0.0 to 2.0.1.

๐Ÿšจ View failing branch.

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

ember-export-application-global 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).

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-htmlbars is breaking the build ๐Ÿšจ

Version 1.3.1 of ember-cli-htmlbars just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-htmlbars
Current Version 1.3.0
Type devDependency

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

As ember-cli-htmlbars 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 ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits0.

  • b46eb48 v1.3.1
  • f0c03ec Merge pull request #109 from ember-cli/use-non-deprecated-version-checker-api
  • faf7f25 Add yarn.lock.
  • 1b27f67 Update ember-cli-version-checker use to avoid deprecated APIs.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.1.0 of ember-cli was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli
Current Version 3.0.3
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
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-3.1.0 at 96.296% Details

Release Notes Concrete and Gold

Setup

npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- 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

  • #7670 Support serving wasm with application/wasm @rwjblue
  • #7683 Revert "EmberApp: Remove deprecated contentFor() hooks"
  • #7691 Add support for .npmrc for blueprints @thoov
  • #7694 [BACKPORT release] Ensure config() is memoized
  • #7719 reorder ember-cli-build.js in blueprint @kellyselden
  • #7720 assert no filters matched @kellyselden
  • #7721 update eslint-plugin-node for addons
  • #7728 Passing defaultOptions to testem to prevent the cwd and config_dir set in testem.js from being ov
    erridden by ember-cli @arthirm
  • #7732 Merge pull request #7728 from arthirm/testem-bug-fix @arthirm
  • #7736 add addon-test-support/index.js to eslint glob bug mitigation @kellyselden

Thank you to all who took the time to contribute!

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-resolver is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.5.3 of ember-resolver was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-resolver
Current Version 4.5.2
Type devDependency

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

ember-resolver 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

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-babel is breaking the build ๐Ÿšจ

Version 6.6.0 of ember-cli-babel just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-babel
Current Version 6.5.1
Type dependency

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

ember-cli-babel is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itโ€™s very likely also breaking them.
I recommend you give this issue a very high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 6 commits ahead by 6, behind by 2.

  • 6ea1cec v6.6.0
  • 6ac2390 Merge pull request #161 from rwjblue/avoid-issues-with-ember-debug
  • d632119 Add more tests to ensure public modules API's are stripped.
  • 4f9a45e Ensure import is removed properly when using mixed configuration.
  • 4b644fe Ensure both inspect and assert are properly supported.
  • 3550cb9 Avoid conflicting transforms for @ember/debug.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-htmlbars is breaking the build ๐Ÿšจ

Version 2.0.2 of ember-cli-htmlbars just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-htmlbars
Current Version 2.0.1
Type devDependency

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

As ember-cli-htmlbars 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 ๐Ÿ’ช

Status Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-htmlbars-2.0.2 at 100.0% Details

Commits

The new version differs by 4 commits.

  • 5a83280 release v2.0.2 ๐ŸŽ‰
  • ba70550 release vv2.0.2 ๐ŸŽ‰
  • a390bc3 Merge pull request #115 from twokul/errors
  • f979e62 Re-throw compilation errors with additional information

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-inject-live-reload is breaking the build ๐Ÿšจ

Version 1.8.0 of ember-cli-inject-live-reload was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-inject-live-reload
Current Version 1.7.0
Type devDependency

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

ember-cli-inject-live-reload 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

Commits

The new version differs by 5 commits.

  • fcd8ba0 1.8.0
  • e06f677 Add 1.8.0 to the CHANGELOG.
  • 4b6c25a Merge pull request #49 from SparshithNR/prefix-fix
  • 92f52a7 Adding clean-base-url as dependency
  • 63b8c66 Consider liveReloadPrefix option which got added into tiny-lr

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! ๐ŸŽŠ

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If youโ€™re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didnโ€™t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didnโ€™t touch job or matrix configurations because these tend to be quite specific and complex, and itโ€™s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what youโ€™re doing it may require additional work or may not be applicable at all. Weโ€™re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, Iโ€™m a humble robot and wonโ€™t feel rejected ๐Ÿค–


FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli-babel is breaking the build ๐Ÿšจ

Version 6.2.0 of ember-cli-babel just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli-babel
Current Version 6.1.0
Type dependency

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

ember-cli-babel is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itโ€™s very likely also breaking them.
I recommend you give this issue a very high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • โœ… coverage/coveralls First build on greenkeeper/ember-cli-babel-6.2.0 at 100.0% Details

Commits

The new version differs by 15 commits.

  • 1286e54 Revert "[FIXES #150] update babel-preset-env"
  • df2e98a release v6.2.0 ๐ŸŽ‰
  • 346b53c [FIXES #150] update babel-preset-env
  • 603667a Merge pull request #148 from babel/node-8
  • 79a33cf allow node 8 to fail until ember-cli is updated
  • 5b52b66 lock to older version of preset-env (before the breaking change)
  • fb07e99 skip failed test
  • 86260f4 skip test that is failing because babel-preset-env changed it API (will fix later)
  • 6eb7285 [BUGFIX #147] add node 8 support
  • 65038c7 Merge pull request #144 from babel/update
  • b8e1107 upgrade all the deps
  • aca5787 Merge pull request #139 from rwjblue/update-readme
  • 718e419 Specifically call out the @glimmer/env import path.
  • 7567ada Merge pull request #138 from babel/Turbo87-patch-1
  • ffb7850 README: Add missing return type

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of loader.js is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.7.0 of loader.js was just published.

Branch Build failing ๐Ÿšจ
Dependency loader.js
Current Version 4.6.0
Type devDependency

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

loader.js 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
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 9 commits.

  • 27b4098 release v4.7.0 ๐ŸŽ‰
  • d42a2c7 Merge pull request #137 from 2hu12/patch-1
  • 367dbfc Update define.alias API description
  • d5fb086 Merge pull request #133 from tmquinn/find-alias-modules-with-index
  • ffacdb4 Add test for quz/index
  • 933c7c8 Merge pull request #134 from ember-cli/add-test
  • ed8c85a Fix typo and add tests
  • 5141a0f Add test ensuring /index doesnโ€™t invokes callbacks the appropriate number of times
  • f8b282b Find aliases whose target is at index

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-cli is breaking the build ๐Ÿšจ

Version 2.14.0 of ember-cli just got published.

Branch Build failing ๐Ÿšจ
Dependency ember-cli
Current Version 2.13.3
Type devDependency

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

As ember-cli 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 ๐Ÿ’ช

Status Details
  • โŒ coverage/coveralls Coverage pending from Coveralls.io Details
  • โœ… codeclimate/coverage 100% Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes House Elves Don't Work Here

Setup

  1. npm uninstall -g ember-cli -- Remove old global ember-cli
  2. npm cache clean -- Clear NPM cache
  3. npm install -g [email protected] -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install --save-dev [email protected] -- 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!

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of ember-ajax is breaking the build ๐Ÿšจ

โ˜๏ธ Greenkeeperโ€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.1.0 of ember-ajax was just published.

Branch Build failing ๐Ÿšจ
Dependency ember-ajax
Current Version 3.0.0
Type devDependency

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

ember-ajax 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

Release Notes v3.1.0

Features

Commits

The new version differs by 33 commits.

  • 8fa376b v3.1.0
  • f375fb8 Ignore a bunch of packages in Greenkeeper
  • 3314904 test fix
  • b96d632 fix: Small mistake with undefined function
  • 00c84d6 decision function and status codes as part of the constructor
  • 25f4e55 Expose status codes on error objects
  • c92d9a7 Update Ember and Ember CLI
  • 24f91ec Install prettier config into ESLint
  • 59a60e1 Replace ember-suave with the Ember ESLint config
  • 967c976 Update other dependencies
  • 66c89a9 Update to lastest version of ember-cli
  • 8fd4113 Install ember-cli-update
  • ccd574c Upgrade ember-cli-testdouble
  • 1b4b32e Update yarn.lock
  • e8270f9 chore(package): update eslint to version 4.1.0 (#308)

There are 33 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint-plugin-ember is breaking the build ๐Ÿšจ

Version 5.1.1 of eslint-plugin-ember was just published.

Branch Build failing ๐Ÿšจ
Dependency eslint-plugin-ember
Current Version 5.1.0
Type devDependency

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

eslint-plugin-ember 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

Release Notes v5.1.1

๐Ÿ› Bug Fix

  • #229 Fix no-capital-letters-in-routes so it deals with MemberExpressions. (@nlfurniss)

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 4

Commits

The new version differs by 10 commits.

  • 73d8de7 5.1.1
  • a116354 Update CHANGELOG for v5.1.1.
  • d4ad322 Merge pull request #254 from rwjblue/drop-require-folder-tree
  • 9fb242f Drop require-folder-tree dependency.
  • 6c2202d Merge pull request #229 from nlfurniss/master
  • d156d27 Merge pull request #242 from Turbo87/update-jest
  • 610d39d tests/utils/ember-test: Convert described assertions into separate tests
  • 129ef62 Update jest to v21.2.1
  • 4138013 Closes #240 (#241)
  • 62a4a04 Fix no-capital-letters-in-routes so it deals with MemberExpressions

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.