NullVoxPopuli
NullVoxPopuli
See: https://discuss.codemirror.net/t/code-formatting-in-code-mirror/3405/11
can't merge this yet, because test-helpers dropped support for TS < 5
why have resolutions at all?
> Without the resolution it pulls in two copies of ember-eslint-parser which triggers the warning. ah, let's fix that :sweat_smile:
> It might just not be recommended to install ember-eslint-parser as a direct dependency in the consuming app? correct, no one should do this :sweat_smile: > because of pre-1.0 semver...
I believe this is resolved, as we updated the error message to better explain
makes sense -- I'd prefer to remove the assertions altogether as in https://github.com/emberjs/ember.js/pull/20910/files but I don't yet know where this falls down. I know this is all in event_dispatcher code,...
This is actually a node issue. Can you downgrade to 22.6 or earlier?
- https://github.com/nodejs/node/issues/54521 - https://github.com/nodejs/node/issues/54628 - https://github.com/nodejs/node/issues/54543 - https://github.com/nodejs/node/issues/54518
This should resolve - https://github.com/emberjs/ember.js/pull/20746