Yurick
Yurick
Did disabling `language-typescript` solved the issue for you @mgtitimoli ? It didn't work for me, tho.
To me, `language-babel` will syntax highlight some babel-specific things, like style template tags (i.e. [https://emotion.sh](emotion)), which `language-javascript` doesn't. EDIT: Also flow type annotations and graphql template strings.
I've been using `language-javascript` for the last couple days, and one feature I've been missing is the auto `{/* */}` comments instead of the classical `//` comments, when inside JSX....
Looks like it is a known issue with this lib's interaction with trackpads. #8 tried to implement a solution, but with what looks like little to no success.
Is this still relevant? What would be the difference between `Response#ok` and `Response#success`?
@crutchcorn are you able to please take a look at this and potentially release a patch of the library? 🙏🏼
Looks like it has become incompatible due to this change in the `ResolvePluginInstance` type in webpack: https://github.com/webpack/webpack/commit/cf891a416465c5a57201a4fbffb2e6eb114e96dd
FWIW we also see the same behaviour with `[email protected]`
The issue is mainly that we don't have a tree crawl for pnpm workspaces package.json files, like we do for some other files in dependabot's codebase. I've tried to propose...
I'm still seeing this issue at [email protected]. In my case, I've even added the faulty peer dependencies to `pnpm.peerDependencyRules.allowedVersions` in my `package.json`, but this just silenced the report, while the...