-
https://github.com/ember-cli/ember-cli/pull/7059 changed the logic in CLI to make `app` available in the `setupPreprocessorRegistry()` hook. We should migrate to using that hook to avoid issues with p…
-
Just dipping my toes into dependabot, great work on this awesome project!
I'm wondering if there's a simpler way to list out deps in `ignored_updates`. Right now my config file looks like this:
…
-
Thanks for your assistance the other day - I've managed to get in-element working now - so that was much appreciated.
I'm using the polyfil on on a change I'm making to the [ember-cli-photoswipe ](…
-
Usage:
`app -> addon1 -> addon2 -> ember-component-css`
ember-component-css is a dependency of addon2.
addon2 builds ok.
addon1 fails to build with the following error:
```
ERROR Summary:
…
-
## Version **2.0.4** of **ember-cli-htmlbars** was just published.
Branch
Build failing 🚨
Dependency
ember-cli-htmlbars
…
-
## The devDependency [ember-qunit](https://github.com/emberjs/ember-qunit) was updated from `3.5.1` to `3.5.2`.
🚨 [View failing branch](https://github.com/paulcwatts/ember-cognito/compare/master...p…
-
I'm trying to run my ember app against an API server running on my local machine and am getting an error.
```
Error while processing route: index Ember Data Request GET http://localhost:3000/api/path…
-
Because of the strong conventions in Ember's ecosystem, and due to the precedent set by v1 of this library, consumers assume that getting the v2 working with their app is approximately the following s…
-
- [X] I have read the list of [known issues](https://github.com/tjunnone/npm-check-updates#known-issues) before filing this issue.
- [X] I have searched for [similiar issues](https://github.com/tjunn…
-
In my experience building a new octane app today, I found that `import { inject as service } from @ember/service` was throwing an error when I then include `@service foo` in my component:
```
Unca…