Krystan HuffMenne

Results 21 issues of Krystan HuffMenne

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-filter:TemplateCompiler) in ember-elsewhere/templates/components/from-elsewhere.hbs `{{#with}}` is deprecated. If you always want the block to render,...

A new package for EmberData codemods. The first will be the `legacy-compat-builders` codemod to convert `const foo = await store.findRecord('foo', '1')` to `const { content: foo } = await store.request(findRecord('foo',...

:dart: canary
:label: feat

## Description - **Backport @ember-data/request changes from main**, including #9220, #9260, #9360 - **Backport @ember-data/store cache-handler changes from main**, including #9314, #9383 - **Backport @ember-data/request-utils**, including #9260 ## Notes for...

:label: feat
backport-lts

1. Ensures any provided options are valid to initialize the event type for the provided `eventType`. 2. If an actual element is provided, ensures the given event type is valid...

A better fix for https://github.com/emberjs/ember-qunit/issues/957 Requires: https://github.com/ember-cli/ember-cli-test-loader/pull/77 (optional) https://github.com/emberjs/ember-test-helpers/pull/1319 (merged, NEEDS RELEASE) @types/qunit changes: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63805 (DONE: merged, released) https://github.com/emberjs/ember-qunit/pull/1017 (DONE: merged)

Documenting a bug reported here: https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/43#issuecomment-1511209555 by @jurgenwerk ### 🐞 Describe the Bug If a user has `"editor.formatOnPaste": true` in their VSCode config and pastes code within a `` tag,...

This version of [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember/releases) doesn't exist yet, but once it does, it will be the only version compatible with v2 of this plugin, since we removed support for preprocessed templates.

(Thanks to @wycats, @chancancode, and @dfreeman for working through the logic behind this with me.) Since Prettier is an opinionated code formatter, I'd like to settle on some `~*opinions*~` regarding...

### 💬 Describe the Feature Support the following configuration options: * [ ] [`templatePrintWidth`](https://prettier.io/docs/en/options.html#print-width) * [x] [`templateSingleQuote`](https://prettier.io/docs/en/options.html#quotes) If the user does not set these options, they should fall back to...