Git Product home page Git Product logo

haps-io-ember-client's Introduction

haps.io

Greenkeeper badge

Because New Zealand news sites are crap.

haps-io-ember-client's People

Contributors

greenkeeper[bot] avatar peavers avatar

Watchers

 avatar  avatar

haps-io-ember-client's Issues

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

Version 3.3.0 of ember-cli was just published.

Branch Build failing 🚨
Dependency ember-cli
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-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
  • ci/circleci Your tests failed on CircleCI Details

Release Notes Believer

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. 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:

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-load-initializers is breaking the build 🚨

Version 1.1.0 of ember-load-initializers was just published.

Branch Build failing 🚨
Dependency ember-load-initializers
Current Version 1.0.0
Type devDependency

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

ember-load-initializers 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 14 commits.

  • 3f1f39b 1.1.0
  • 234964c Add 1.1.0 to CHANGELOG.
  • f9c3eac Merge pull request #53 from GavinJoyce/gj/allow-colocated-test-files
  • 6b6e40c allow colocated test files
  • d3e4a88 Merge pull request #52 from eliasmelgaco/update-ember-cli
  • 85adf6c Update ember-cli to 3.1.2
  • 69fe4b4 Merge pull request #51 from efx/bump-ember-cli
  • fb82460 bump dependencies, refactor tests slightly
  • d73c0b6 Merge pull request #49 from efx/fix-linting
  • 3a87918 fix linting config
  • bff6ff6 Merge pull request #48 from efx/topic-contributer-cleanup
  • ea41645 internal clean up for contributing
  • 043dbb9 Merge pull request #46 from efx/fix-coduct-markdown
  • 9c41f09 fix code of conduct markdown

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 is breaking the build 🚨

Version 3.3.1 of ember-source was just published.

Branch Build failing 🚨
Dependency ember-source
Current Version 3.3.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
  • ci/circleci Your tests failed on CircleCI Details

Release Notes v3.3.1

CHANGELOG

  • #16836 [DOC] Fix Broken 3.3 API Documentation
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-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
  • ci/circleci Your tests failed on CircleCI 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 🌴

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

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
  • ci/circleci Your tests failed on CircleCI 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-cli-favicon is breaking the build 🚨

The devDependency ember-cli-favicon was updated from 1.0.0 to 1.1.1.

🚨 View failing branch.

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

ember-cli-favicon 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 16 commits.

There are 16 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-sri is breaking the build 🚨

The devDependency ember-cli-sri was updated from 2.1.0 to 2.1.1.

🚨 View failing branch.

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

ember-cli-sri 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 4 commits.

  • 25a6506 release v2.1.1
  • 11eb96d Merge pull request #27 from alobaidizt/whitelist-files
  • 1c7b65d Whitelist in package.json only required files
  • da9910f Merge pull request #22 from jonathanKingston/bump-version/2.1.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-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
  • ci/circleci: Your tests failed on CircleCI (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 ember-toggle is breaking the build 🚨

Version 5.2.3 of ember-toggle was just published.

Branch Build failing 🚨
Dependency ember-toggle
Current Version 5.2.2
Type devDependency

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

ember-toggle 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
  • ci/circleci Your tests failed on CircleCI Details

Commits

The new version differs by 5 commits.

  • 80d5e54 chore(release): 5.2.3
  • 01e5914 fix: Update ember-gestures version to 1.1.0. (#116)
  • 0887c2e docs: add material to themes list
  • 71578c8 fix: Updates Ember to 3.1.2 (#113)
  • 4270acf fix: Use proper role, remove invalid aria-role

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-concurrency is breaking the build 🚨

The devDependency ember-concurrency was updated from 0.8.22 to 0.8.23.

🚨 View failing branch.

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

ember-concurrency 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 3 commits.

  • 4e73d16 Released 0.8.23
  • 920df1f Remove invalid character in package-lock.json (#260)
  • af891b2 Update Slack to Discord (#247)

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-infinity is breaking the build 🚨

Version 1.1.1 of ember-infinity was just published.

Branch Build failing 🚨
Dependency ember-infinity
Current Version 1.1.0
Type devDependency

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

ember-infinity 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 3 commits.

  • aea38fd 1.1.1
  • 9da986d Update deps to 3.3 and in-viewport (#308)
  • 667c937 Update in viewport to use one IO per viewport (#307)

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
  • ci/circleci Your tests failed on CircleCI 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 🌴

An in-range update of ember-simple-auth is breaking the build 🚨

Version 1.7.0 of ember-simple-auth was just published.

Branch Build failing 🚨
Dependency ember-simple-auth
Current Version 1.6.0
Type devDependency

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

ember-simple-auth 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Release Notes 1.7.0
  • The baseURL configuration property is now deprecated; use the rootUrl property instead, see #1597.
  • ESA works with ember-fetch@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" now, see #1608.
  • Session events are now bound to methods on the application route correctly, see #1604.
  • The repeated isFastBoot properties used in various places in the codebase have been replaced with a computed property macro, see #1623.
  • The broccoli-file-creator dependency has been raised to ^2.0.0, see #1636.
  • The API docs and README habe been improved for greater clarity and better examples, see #1583, #1591, #1631, #1598.
  • The dummy app now implements remember-me functionality, see #1606.
Commits

The new version differs by 39 commits.

  • 3494209 1.7.0
  • 46b457b Tweak authorizer deprecation example to be closer to original behavior (#1598)
  • d607127 move fastboot CP into util (#1623)
  • 130295b Merge pull request #1636 from dcyriller/upgrade-broccoli-file-creator
  • 77cc38a Merge pull request #1646 from simplabs/greenkeeper/ember-sinon-2.2.0
  • e047fd6 Upgrade broccoli-file-creator
  • 19f0117 Merge pull request #1642 from dcyriller/update-ember-try
  • 9e95127 chore(package): update ember-sinon to version 2.2.0
  • e443819 Update ember-try config
  • 10d6cec Merge pull request #1631 from simplabs/oauth2-response-docs
  • b6fcfbe add docs on expected responses for OAuth2 auth
  • cbf5719 Merge pull request #1632 from simplabs/greenkeeper/ember-source-3.3.0
  • c08f561 Merge pull request #1637 from simplabs/greenkeeper/ember-cli-pretender-3.0.0
  • f471206 fix: use proper argument spread to avoid non-transpiled issues (#1604)
  • 52b5a9a chore(package): update ember-cli-pretender to version 3.0.0

There are 39 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-data is breaking the build 🚨

Version 3.3.1 of ember-data was just published.

Branch Build failing 🚨
Dependency ember-data
Current Version 3.3.0
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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 4 commits.

  • 506ef5e Release Ember Data v3.3.1
  • 59706e9 Update changelog for Ember Data 3.3.1 release
  • b7acb78 Merge pull request #5541 from emberjs/proxy-fix-3.3
  • 531311e [BUGFIX] backport fix for belongsTo proxy update

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-attacher is breaking the build 🚨

Version 0.13.7 of ember-attacher was just published.

Branch Build failing 🚨
Dependency ember-attacher
Current Version 0.13.6
Type devDependency

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

ember-attacher 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 4 commits.

  • 7e55ed5 v0.13.7
  • 1b0285d fix(warning on arrow/fill incompat) (#144)
  • 4661cfe feat: works with placement modifiers start/end (#143)
  • eb86c5f v0.13.6 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-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 devDependency

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

ember-cli-babel 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
  • ci/circleci Your tests failed on CircleCI 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-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
  • ci/circleci: Your tests failed on CircleCI (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 🌴

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.