Bartlomiej Dudzik

Results 14 issues of Bartlomiej Dudzik

- pins @ember/test-helpers to ~2.7.0 due to https://github.com/emberjs/ember-test-helpers/issues/1232 - should unblock #2350

Unblocks #2443 - adds ember-auto-import v2 for test-apps

- updates ember-cli-fastboot-testing to 0.6.0 is blocked by #2444

dependencies

We should migrate tests to use Qunit instead of Mocha. Qunit is more standardized in the community, also ember-mocha is not actively maintained which is causing issues with embroider builds....

internal

- Adds isExternal argument to LinkTo component - based on the flag it disables assertions that are causing Routeless engines to fail, ember-engines internally overrides them. - based on the...

### The problem When attempting to use ember-table in a project, that uses ``sass`` files for styles, then the build fails. This happens by default here, because ``ember-table`` has styles...

I'm currently using ``paper-chips`` to supply QueryParams for my route, and then the route is set to reload it's data, as it's doing it it destroys the view along with...

blocked by https://github.com/emberjs/ember.js/pull/20151 - removes dependency on @ember/legacy-built-in-components introduced here https://github.com/ember-engines/ember-engines/pull/798 - Removes tests invoking link-to-external with positional args - this is possibly a breaking change, although in Ember v4...

#1696 should fix the pipeline

- Adds :ignore param - :ignore is a list of regexes - Adds tests for the functionality Given ignore: [~r/Sample_Module$/] Credo.Sample_Module will pass ✅ Credo.Another_Module.Sample_Module will fail ❌ Context: On...