-
After running ember-cli-update --to 3.28.5 my build started failing with error statet below.
I've tried to overried ember-cli-htmlbars: "^5.7.1" but with no luck..
```
TIME: Fri Mar 18 2022…
-
Focusing outlet doesn't seem to work with ember octane
### Reproduction
1. Use ember octane and ember-a11y
2. Use focusing outlet in a template
### Actual
`Error: Could not find module 'emb…
-
**Given** a file with lint violations that are flagged as pending in `.lint-todo`
**When** you run `ember-template-lint .`
**Then** it passes as expected
**But when** you call `ember-template-lint`…
-
Console deprecation warnings are now present with Ember-3.25 as `htmlSafe` should actually be imported via `@ember/template`.
Essentially replace: `import { htmlSafe } from '@ember/string'` with `i…
-
## The devDependency [ember-cli-template-lint](https://github.com/ember-template-lint/ember-cli-template-lint) was updated from `1.0.0-beta.2` to `1.0.0-beta.3`.
🚨 [View failing branch](https://gith…
-
Implement a new page for tooling related to the Ember ecosystem. Check [Are We IDE Yet](http://areweideyet.com/) for inspiration.
# Text Editor table
## Features
- Syntax highlighting (hbs, js)…
locks updated
7 years ago
-
### 🐞 Describe the Bug
A clear and concise description of what the bug is.
![image](https://github.com/emberjs/ember.js/assets/199018/6ef807be-bfee-4a4f-8b14-6fbb5bfe6806)
### 😕 Actual Behavi…
-
I recently bumped ember-template-lint from v4 to v5.
I ran yarn ember-template-lint tests/ --fix and it formatted all embedded templates in our test files.
Before the change, our test code looke…
-
Related issues:
https://github.com/embroider-build/embroider/issues/1118
https://github.com/lifeart/ember-ast-hot-load/issues/692
https://github.com/lifeart/ember-ast-hot-load/issues/472
Tldr:…
-
Hello there!
We are running into [this deprecation](https://deprecations.emberjs.com/v3.x/#toc_ember-glimmer-with-syntax) on our canary builds:
```
Template Compiler Error (broccoli-persistent-…