Liam Floyd
Liam Floyd
## Which package? `@formatjs/intl` imported by `ember-intl` ## Describe the bug At app boot we get the following logged as an error in Chromium based browsers, halting execution: ``` [@formatjs/intl...
I understand there are a few moving parts here and that this may not be entirely an issue with `ember-cli-code-coverage` specifically, but wanted to bring this integration issue up at...
Right here ember-cli-code-coverage skips calling `modifyAssetLocation` if the path starts with `..` because it assumes it is correct by manner of being in a monorepo. https://github.com/ember-cli-code-coverage/ember-cli-code-coverage/blob/master/packages/ember-cli-code-coverage/lib/attach-middleware.js#L107-L109 A little bold to...
### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version 9.7.1 ### Which area(s) of pnpm are affected? (leave empty...
Following [a discussion on sass/migrator](https://github.com/sass/migrator/issues/261#issuecomment-2401023530), opening a feature request for a `--future-changes` or `--future-deprecations` flag that will let consuming projects test upcoming changes to how CSS is output, such as...