Nathaniel Furniss
Nathaniel Furniss
Storybook has broad support; any plans for allowing plugins for other libraries like Vue, etc?
Recently found an issue with mergeMixins. it affects Ember versions at least as far back as 3.12 and also current release and LTS. As I understand it, the issue is...
Unblocks PRs that are failing in Node 18 due to test timeout (fixes #2599). STR * Update volta config to use Node 18.8.0 (same as installed in CI) * Run...
[This test](https://github.com/ember-cli/eslint-plugin-ember/blob/9864569/tests/lib/rules-preprocessor/gjs-gts-processor-test.js#L83) fails when `ember-template-imports` was upgraded from [3.1.1 to 3.1.2](https://github.com/ember-template-imports/ember-template-imports/compare/v3.1.1...v3.1.2). If the scenario is changed to look like this: ```diff { filename: 'my-component.gjs', code: ` - const Foo =...
Discussed in #1667. Not meant to be merged @NullVoxPopuli
Upgrade broccoli-plugin and broccoli-merge-trees to latest, upgrade broccoli-funnel to 3.0.0. Broccoli deps were quite out-of-date and since this addon is [sometimes used](https://github.com/typed-ember/ember-cli-typescript/blob/de45ac1f23b648829fd1f4cb1a0aeb3fb57d90e8/ts/addon.ts#L119) for non-debugging purposes, wanted to pull in the...
Unless anyone objects, I'm going to update the expected Node version, plus drop old LTS versions of Ember. The old versions of Ember are blocking dependency bumps (ember-data, etc), converting...
If users of this addon want to include their own `meta` tags, it would either require modifying the config so that users could add to the `lookupTable` or include all...