Code Monkey home page Code Monkey logo

ember-cli-spinjs's Introduction

Ember-cli Spinjs

CircleCI Ember Observer Score Code Climate npm version Greenkeeper badge

Install

In the root of your ember-cli project directory, run:

  ember install ember-cli-spinjs

Usage

Now you in your templates you can use {{ember-spinner}} to add a spinner to your page.

View Demo

{{ember-spinner}}

Default

With a config file

{{ember-spinner config='standard'}}

Add two folders to your app the first called config and in that folder another called ember-spinner with a file called standard.js

export default {
  color:  'blue',
  lines:  10,
  length: 30,
  zIndex: 200000
}
{{ember-spinner lines=11 length=16 radius=30 width=8 rotate=10 speed='1.1' color="#ffc52e"}}

Spinning Lines

{{ember-spinner lines=18 radius=10 width=5 rotate=0 speed="3.4" color='blue'}}

Fast spinning blue dots.

Dependencies

Spin.js

The Spin.js docs jQuery is no longer a dependency

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

ember-cli-spinjs's People

Contributors

davidsteinberger avatar greenkeeper[bot] avatar greenkeeperio-bot avatar ivpusic avatar jgelens avatar joedaniels29 avatar kiwiupover avatar lukemelia avatar oliverwilkie avatar sprockow avatar stefanpenner avatar vhf avatar wagenet avatar waissbluth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar

ember-cli-spinjs's Issues

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

The devDependency ember-cli-htmlbars was updated from 3.0.1 to 3.1.0.

🚨 View failing branch.

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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-beta: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.18: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-1-13: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-default: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.16: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.12: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-canary: Your tests failed on CircleCI (Details).
  • ci/circleci: test-release: Your tests passed on CircleCI! (Details).

Release Notes for Release 3.1.0

v3.1.0 (2019-06-28)

🚀 Enhancement

🏠 Internal

Committers: 4

Commits

The new version differs by 155 commits ahead by 155, behind by 1.

  • e132426 Release 3.1.0
  • d31e851 Dependency invalidation (#238)
  • 15fa8ad Bump ember-source from 3.11.0 to 3.11.1
  • 7571882 Merge remote-tracking branch 'ember-cli/master' into dependency-invalidation
  • 2e7e581 Templates can have nested Program nodes. Since we can't rely on the Template node yet, we have to keep a stack counter of Program nodes that we've seen so far.
  • 562924c Merge pull request #246 from ember-cli/dependabot/npm_and_yarn/ember-source-3.11.0
  • 07239ec Bump broccoli-persistent-filter from 2.3.0 to 2.3.1
  • 5c9a6d6 Pick up bug fixes in broccoli-persistent-filter.
  • bc85143 Skip plugin tests when plugins can't be unregistered.
  • fde611a Bump ember-source from 3.10.2 to 3.11.0
  • 854df3d Bump eslint-plugin-ember from 6.6.0 to 6.7.0
  • 97c6406 Don't run AST Plugin tests against legacy template compilers for now.
  • 5f7a7af Handle old name of function that unregisters plugins.
  • a15ea1d Merge remote-tracking branch 'ember-cli/master' into dependency-invalidation.
  • 096a639 Fix issues in legacy builds.

There are 155 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-template-lint is breaking the build 🚨

The devDependency ember-cli-template-lint was updated from 1.0.0-beta.2 to 1.0.0-beta.3.

🚨 View failing branch.

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

ember-cli-template-lint 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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-1-13: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.18: CircleCI is running your tests (Details).
  • ci/circleci: test-default: Your tests failed on CircleCI (Details).
  • ci/circleci: test-release: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.16: CircleCI is running your tests (Details).
  • ci/circleci: test-canary: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.12: CircleCI is running your tests (Details).
  • ci/circleci: test-beta: CircleCI is running your tests (Details).

Commits

The new version differs by 103 commits.

  • 97becf2 1.0.0-beta.3
  • a993081 Add v1.0.0-beta.3 to CHANGELOG.md.
  • c829c4a Merge pull request #480 from ef4/parallel
  • 366c18d Bump mocha from 6.1.1 to 6.1.2
  • 91d284b Bump mocha from 6.0.2 to 6.1.1
  • 7f4fa89 Bump mocha-only-detector from 1.0.0 to 1.0.1
  • 8043445 Bump ember-cli-babel from 7.7.0 to 7.7.3
  • f995202 Support usage inside paralle babel inside inline-hbs
  • 0a3ec8d Bump ember-cli-babel from 7.6.0 to 7.7.0
  • 1d74e37 Merge pull request #478 from davewasmer/upgrade-ember-template-lint
  • 6d9d214 upgrade ember-template-lint to latest
  • 30eade0 Bump ember-cli-version-checker from 3.1.2 to 3.1.3
  • 380fb9f Bump ember-cli-babel from 7.5.0 to 7.6.0
  • de32035 Bump ember-cli-version-checker from 3.1.1 to 3.1.2
  • eb18827 Bump broccoli-persistent-filter from 2.2.1 to 2.2.2

There are 103 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 🌴

Error: ENOENT: no such file or directory (ember-cli 2.7+)

When upgrading from ember-cli 2.6 to ember-cli 2.7, I get the following error when running my app

Error: ENOENT: no such file or directory, stat 'path/to/my/project/tmp/source_map_concat-input_base_path-0XpSiVgM.tmp/0/undefined/spin.js/spin.js'

When I remove ember-cli-spinjs from package.json, the issue goes away.

Any idea what could be going on? Any advice is appreciated.

On startup: 'this' keyword is equivalent to 'undefined'

On a fresh Ember 3.0 installation, adding ember-cli-spinjs 1.4.2 results in the following output when running ember s:

The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten

Full steps to reproduce:

> ember -v
ember-cli: 3.0.0
node: 6.9.0
os: darwin x64

> ember new demo
installing app
  create .editorconfig
  create .ember-cli
  create .eslintrc.js
  create .travis.yml
  create .watchmanconfig
  create README.md
  create app/app.js
  create app/components/.gitkeep
  create app/controllers/.gitkeep
  create app/helpers/.gitkeep
  create app/index.html
  create app/models/.gitkeep
  create app/resolver.js
  create app/router.js
  create app/routes/.gitkeep
  create app/styles/app.css
  create app/templates/application.hbs
  create app/templates/components/.gitkeep
  create config/environment.js
  create config/targets.js
  create ember-cli-build.js
  create .gitignore
  create package.json
  create public/robots.txt
  create testem.js
  create tests/helpers/.gitkeep
  create tests/index.html
  create tests/integration/.gitkeep
  create tests/test-helper.js
  create tests/unit/.gitkeep
  create vendor/.gitkeep
npm: Installed dependencies
Successfully initialized git.

> cd demo

> ember install ember-cli-spinjs
npm: Installed ember-cli-spinjs
Installed addon package.

> ember s
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten

Fix deprecation warning regarding implicit injections

The following deprecation warning appears on application launch, starting with Ember 3.26.0:

DEPRECATION: A value was injected implicitly on the 'emberSpinnerPrefixConfig' property of an instance of <monolith@component:ember-spinner::ember195>. Implicit injection is now deprecated, please add an explicit injection for this value. If the injected value is a service, consider using the @service decorator. [deprecation id: implicit-injections] See https://deprecations.emberjs.com/v3.x#toc_implicit-injections for more details.

This appears to be caused by:

export default {
name: 'ember-spinner-prefix',
initialize: function() {
let application = arguments[1] || arguments[0];
application.register('ember-spinner:main', emberSpinnerPrefix, {instantiate: false});
application.inject('component:ember-spinner', 'emberSpinnerPrefixConfig', 'ember-spinner:main');
}
};

Cannot set zIndex

Hi guys,
There is a PR #12 which allows to pass in zIndex but this was removed in #13 most likely by mistake. If so - can it be added back?

Proposal

This isn't a fully formed idea, but in an app I am working on we have 3 different styles of spinner.

It is currently pretty tedious to go and update all occurrences of the spinner component when style choices change.

Let me propose some built-in mechanism to name and share configurations per name

{{ember-spinner config="foo"}}

which maybe looks in app/ember-spinner/foo.js for it's config details.

This isn't a fully formed idea, but i figure it would make a good discussion.

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

The devDependency eslint-plugin-ember was updated from 6.7.0 to 6.7.1.

🚨 View failing branch.

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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests failed on CircleCI (Details).

Release Notes for v6.7.1

🐛 Bug Fix

  • #440 Add missing rules classic-decorator-hooks and classic-decorator-no-classic-methods to index.js (@bmish)

Committers: 1

Commits

The new version differs by 8 commits.

  • 4d48fdd v6.7.1
  • 9ee539b Update CHANGELOG
  • a6f1e97 Merge pull request #444 from ember-cli/dependabot/npm_and_yarn/eslint-config-prettier-6.0.0
  • cae5861 Merge pull request #440 from bmish/missing-classic-decorator-rules
  • 35b567c build(deps-dev): bump eslint-config-prettier from 5.1.0 to 6.0.0
  • e5f9e68 build(deps-dev): bump eslint-config-prettier from 5.0.0 to 5.1.0 (#442)
  • 0221e1e build(deps-dev): bump eslint-plugin-import from 2.17.3 to 2.18.0 (#441)
  • 01bb69a fix: add missing rules classic-decorator-hooks and classic-decorator-no-classic-methods to index.js

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 we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

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

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

An in-range update of eslint-plugin-node is breaking the build 🚨

The devDependency eslint-plugin-node was updated from 8.0.0 to 8.0.1.

🚨 View failing branch.

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

eslint-plugin-node 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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.12: Your tests failed on CircleCI (Details).
  • ci/circleci: test-1-13: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.16: Your tests failed on CircleCI (Details).
  • ci/circleci: test-beta: Your tests failed on CircleCI (Details).
  • ci/circleci: test-canary: Your tests failed on CircleCI (Details).
  • ci/circleci: test-release: Your tests failed on CircleCI (Details).
  • ci/circleci: test-default: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.18: Your tests failed on CircleCI (Details).

Release Notes for v8.0.1

🐛 Bug fixes

Commits

The new version differs by 8 commits.

  • b234dcc 8.0.1
  • 0593c67 🎨 remove garbage
  • 679752b 🐛 fix no-unpublished-(require|import) false positive (fixes #126)
  • e2fc482 🐛 fix no-unpublished-bin false positive (fixes #115)
  • 0225b02 🎨 rename a function
  • 43e3198 ⚒ disable codecov comments
  • 62ba642 🐛 fix no-deprecated-api error messages (#147)
  • 153ab03 Chore: support the new rule meta.type property (fixes #143) (#145)

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 🌴

Config file not found

Hi, thanks a lot for this plugin ;)

The one line configuration works well but not with the 'config file' version. I create the ember-cli app with the name 'webapp' but the root directory's name is different. When I call a template with {{ember-spinner config='standard'}} it results this error Uncaught Error: Could not find module webapp/config/ember-spinner/standard imported from (require) and this is right because "webapp" is not the name of the root directory.

Is there a way to set the correct name somewhere ?

Thx

Remove spin.js from bower dependencies

Bower is basically an obsolete package manager as the JS world transitions to npm/yarn. Please consider removing spin.js as a bower dependencies and grabbing it with npm instead.

feature request: config blueprint

maybe something like:

ember g ember-cli-spinjs:config plain
ember g ember-cli-spinjs:config small
ember g ember-cli-spinjs:config large

thoughts?

Could not find module `ember-cli-spinjs/acceptance-tests/index`

I'm getting a error(doesn't break tests though) when running my test suite stating that the ember-cli-spinks/acceptance-tests/index cannot be found.
As I look at my node modules directories, I see that ember-cli-spinjs/tests directory doesn't exist for me locally, but the app/acceptance-tests/index.js files still makes a reference to it.

An in-range update of qunit-dom is breaking the build 🚨

The devDependency qunit-dom was updated from 0.8.3 to 0.8.4.

🚨 View failing branch.

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

qunit-dom 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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-beta: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.18: Your tests failed on CircleCI (Details).
  • ci/circleci: test-default: Your tests failed on CircleCI (Details).
  • ci/circleci: test-1-13: Your tests failed on CircleCI (Details).
  • ci/circleci: test-release: Your tests failed on CircleCI (Details).
  • ci/circleci: test-canary: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.16: Your tests failed on CircleCI (Details).
  • ci/circleci: test-lts-2.12: Your tests failed on CircleCI (Details).

Release Notes for v0.8.4

🚀 Enhancement

📝 Documentation

  • #233 helpers/node-list: Add missing @private declaration (@Turbo87)

🏠 Internal

Committers: 2

Commits

The new version differs by 15 commits.

  • f7e172d v0.8.4
  • 1f85fde Update Changelog
  • 45e1e0f Merge pull request #232 from joankaradimov/get-pseudo-element-style
  • 50284f9 Implement a hasPseudoElementStyle assertion
  • f7b9c04 helpers/node-list: Add missing @private declaration (#233)
  • 809f7e5 build(deps-dev): bump documentation from 9.0.0 to 9.1.1 (#225)
  • 231b99c CI: Remove broken notifications config (#231)
  • b2e4703 build(deps-dev): bump rollup from 0.68.2 to 1.0.0 (#230)
  • 8940b63 build(deps-dev): bump rollup from 0.68.0 to 0.68.2 (#226)
  • 037200a build(deps-dev): bump ember-source from 3.6.0 to 3.6.1 (#227)
  • 37d1027 build(deps-dev): bump ember-cli from 3.5.1 to 3.6.0 (#220)
  • 233a768 build(deps-dev): bump rollup from 0.67.4 to 0.68.0 (#221)
  • 418614a build(deps-dev): bump rollup-plugin-typescript2 from 0.18.0 to 0.18.1 (#222)
  • 8493e5d build(deps-dev): bump ember-cli-htmlbars-inline-precompile (#224)
  • 92ffe87 build(deps-dev): bump ember-cli-babel from 7.1.4 to 7.2.0 (#223)

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 🌴

Proposal: Different config directory

It feels weird to me to have to create a config folder under app/. Personally I'd prefer to keep configs in one place: the top most config folder. Is it possible to do that?

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

The dependency ember-cli-babel was updated from 7.4.2 to 7.4.3.

🚨 View failing branch.

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
  • ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests failed on CircleCI (Details).

Release Notes for v7.4.3

🐛 Bug Fix

🏠 Internal

Committers: 2

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 🌴

Unable to stop/ start at desired place

Hi,

I'm successfully installed the add on but I could not start the spinner on click of a button and stop at the end of processing an event. Could you please let me know how to do that.

Thanks,
Nagarjuna

Request: Release new version

Was curious when you are planning your next release?

Would be nice for those Ember 2 depreciation warnings to go away!

Thanks for maintaining this addon!

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

The dependency ember-auto-import was updated from 1.2.16 to 1.2.17.

🚨 View failing branch.

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

ember-auto-import 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
  • ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests failed on CircleCI (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 🌴

Build error (broccoli-persistent-filter)

Upgrade to Ember 2.18 from 2.16

now I am getting this error on ember s

Build Error (broccoli-persistent-filter:Babel > [Babel: frontend]) in spin.js

Cannot read property '_parallelBabel' of undefined

package.json

  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "bootstrap-sass": "^3.3.7",
    "broccoli-asset-rev": "^2.4.5",
    "ember-ajax": "^3.1.0",
    "ember-bootstrap": "^1.2.2",
    "ember-browserify": "^1.1.12",
    "ember-changeset": "^1.5.0",
    "ember-changeset-validations": "^1.3.0",
    "ember-cli": "^2.18.2",
    "ember-cli-app-version": "^3.0.0",
    "ember-cli-babel": "^6.17.0",
    "ember-cli-clipboard": "^0.9.0",
    "ember-cli-dependency-checker": "^2.0.0",
    "ember-cli-deploy": "^1.0.2",
    "ember-cli-deploy-build": "^1.1.1",
    "ember-cli-deploy-display-revisions": "^1.0.0",
    "ember-cli-deploy-gzip": "^1.0.1",
    "ember-cli-deploy-revision-data": "^1.0.0",
    "ember-cli-deploy-s3": "^1.4.0",
    "ember-cli-deploy-s3-index": "^1.0.0",
    "ember-cli-eslint": "^4.2.1",
    "ember-cli-file-saver": "^1.2.2",
    "ember-cli-htmlbars": "^2.0.1",
    "ember-cli-htmlbars-inline-precompile": "^1.0.0",
    "ember-cli-inject-live-reload": "^1.4.1",
    "ember-cli-json-module": "0.0.3",
    "ember-cli-owl-carousel2": "0.0.8",
    "ember-cli-pagination": "^3.1.3",
    "ember-cli-qunit": "^4.3.2",
    "ember-cli-sass": "^7.1.1",
    "ember-cli-shims": "^1.2.0",
    "ember-cli-sri": "^2.1.0",
    "ember-cli-string-helpers": "^1.9.0",
    "ember-cli-uglify": "^2.0.0",
    "ember-composable-helpers": "^2.0.3",
    "ember-computed-style": "^0.3.0",
    "ember-concurrency": "^0.8.19",
    "ember-cp-validations": "^3.5.3",
    "ember-data": "~2.18.0",
    "ember-drag-drop": "^0.5.1",
    "ember-export-application-global": "^2.0.0",
    "ember-in-viewport": "^3.0.0",
    "ember-link-action": "0.0.38",
    "ember-load-initializers": "^1.0.0",
    "ember-math-helpers": "^2.6.0",
    "ember-one-way-controls": "^2.0.1",
    "ember-perfectscroll": "^0.1.18",
    "ember-power-select": "^2.0.5",
    "ember-promise-helpers": "^1.0.6",
    "ember-resize": "^0.2.2",
    "ember-resolver": "^4.0.0",
    "ember-responsive": "^2.0.5",
    "ember-route-action-helper": "^2.0.6",
    "ember-router-scroll": "^0.7.1",
    "ember-simple-auth": "^1.7.0",
    "ember-simple-auth-token": "^3.0.0",
    "ember-source": "~2.18.0",
    "ember-truth-helpers": "^2.0.0",
    "ember-typography": "^1.0.2",
    "ember-validated-form": "^1.4.2",
    "ember-welcome-page": "^3.2.0",
    "eslint-plugin-ember": "^5.0.0",
    "liquid-fire": "^0.29.5",
    "loader.js": "^4.2.3",
    "perfect-scrollbar": "^1.3.0",
    "ui-ember-slider": "^0.5.0",
    "virtual-each": "^0.6.2"
  },
  "engines": {
    "node": "^4.5 || 6.* || >= 7.*"
  },
  "dependencies": {
    "@babel/core": "^7.0.0",
    "ember-cli-spinjs": "git://github.com/kiwiupover/ember-cli-spinjs.git#ed56b22662bed0da00fdabe9ff10da578d8e2d03",
    "ember-font-awesome": "^4.0.0-rc.4",
    "ember-lazy-video": "^0.3.0",
    "ember-tooltips-fourem": "^3.0.2",
    "ember-truncate-4elements": "^0.3.10",
    "ember-weakmap": "^3.3.0",
    "npm": "^5.8.0"
  }

any ideas?

Thanks!!

An in-range update of bower is breaking the build 🚨

The devDependency bower was updated from 1.8.4 to 1.8.6.

🚨 View failing branch.

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

bower 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: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-beta: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-default: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.16: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.12: CircleCI is running your tests (Details).
  • ci/circleci: test-lts-2.18: CircleCI is running your tests (Details).
  • ci/circleci: test-canary: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-1-13: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-release: Your tests failed on CircleCI (Details).

Release Notes for v1.8.6

Fix Zip Slip Vulnerability of decompress-zip package: https://snyk.io/research/zip-slip-vulnerability

Note: v1.8.5 has been unpublished because of missing files

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 🌴

TypeError: Cannot read property 'modulePrefix' of undefined

Getting the following error when running tests, on a new project.

Died on test #1     at testWrapper (http://localhost:4298/assets/test-support.js:6663:11)
    at test (http://localhost:4298/assets/test-support.js:6677:39)
    at Module.callback (http://localhost:4298/assets/tests.js:132:24)
    at Module.exports (http://localhost:4298/assets/vendor.js:123:32)
    at requireModule (http://localhost:4298/assets/vendor.js:38:18)
    at TestLoader.require (http://localhost:4298/assets/test-loader.js:67:9)
    at TestLoader.loadModules (http://localhost:4298/assets/test-loader.js:58:18): Cannot read property 'modulePrefix' of undefined@ 87 ms
Source: 	
TypeError: Cannot read property 'modulePrefix' of undefined
    at Class.lookupUpConfig (http://localhost:4298/assets/vendor.js:66465:55)
    at Object.applyStr (http://localhost:4298/assets/vendor.js:32892:18)
    at Object.sendEvent (http://localhost:4298/assets/vendor.js:26380:28)
    at Class.trigger [as _super] (http://localhost:4298/assets/vendor.js:44040:25)
    at Class.trigger (http://localhost:4298/assets/vendor.js:54274:19)
    at Class.superWrapper [as trigger] (http://localhost:4298/assets/vendor.js:32725:22)
    at Renderer.willInsertElement (http://localhost:4298/assets/vendor.js:23237:12)
    at ComponentNodeManager_render_instrument (http://localhost:4298/assets/vendor.js:21609:22)
    at Object.instrument (http://localhost:4298/assets/vendor.js:22305:23)
    at ComponentNodeManager_render [as render] (http://localhost:4298/assets/vendor.js:21578:55)

Steps to reproduce:

  • ember new myapp ([email protected])
  • ember install ember-cli-spinjs
  • ember g component foo-bar
  • create app/config/ember-spinner/standard.js path and file, with file contents: export default {};
  • add {{ember-spinner config='standard'}} to app/templates/components/foo-bar.hbs

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.