-
Are there any plans to support [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports)? We were planning to switch our new components over to that but unfortunately …
-
Make sure we are using the correct version of Eslint (v8)), all all associated plugins/modules are compatible.
- eslint-config-prettier
- eslint-plugin-cypress
- eslint-plugin-ember
- eslint-plugin-pr…
-
Is it ok to disable this rule in tests? This is a contrived test case
```js
let someThing;
hooks.beforeEach(function (assert) {
someThing = null;
});
test('foo', async function (assert) …
-
I just wanted to test the latest cutting edge ember ecosystem and walked into a weird situation. I don't know if it's embroider or something with the blueprint and because I'm using this blueprint to …
-
To mitigate tab-napping attacks and avoid performance issues, the linter recommends to add `rel="noopener"` attribute to any anchor tags having `target="_blank"` attribute.
https://github.com/ember…
-
The path to making [RFC emberjs/ember.js#779: First-Class Component Templates][fccts] *stable* and *recommended* for end users.
[fccts]: https://emberjs.github.io/rfcs/0779-first-class-component-te…
-
@evoactivity v2.6.0 with a brand new ember app, here's the warning details:
```
WARNING in ../rewritten-packages/ember-svg-jar.dd3ffac0/node_modules/ember-svg-jar/helpers/svg-jar.js …
-
## Steps to reproduce
1) Install a normal npm library, or clone this repositiory for reproduction: https://github.com/johanrd/ember-vite-npm
Detailed steps
1.1) create a new ember vite app wi…
-
Ember's component blueprint will nest components under the `app/components/` directory. However it's also valid Ember to place components directly in a pod folder under the `app/` root.
Both of the…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […