Ghislain B.
Ghislain B.
@aslushnikov you did not read all my issue, I know it was removed in 1.34, but I **do not** have `playwright` and my CI fails without it
The minimal setup is really the project I referenced when I opened the issue, it's rather small and I linked the failing PR that I have. I use pnpm both...
@mxschmitt ok that does work but I wonder doesn't that bypass the npm/pnpm cache though since it's outside of the pnpm install flow? I would prefer to always use cache...
ok then I guess I can close this issue as resolved and perhaps caching browser install could be improved in the future. Thanks for the help in fixing this
Side note, you can also use [Lerna-Lite](https://github.com/lerna-lite/lerna-lite) with pnpm and `workspace:` protocol (that is actually what is being used within the project). Lerna-Lite is much smaller and every commands are...
> Debating whether to move esbuild from dependency to peer-dependency. > > The main argument for making it a peer-dependency is that it makes it easier to specify which version...
did anyone find a way to bypass or avoid this issue? EDIT I actually found that in my case in a SPA (single page app) with SlickGrid (a datagrid lib),...
why do people even use peer dependency range? I mean why not simply use a minimal greater than version instead of a fixed version? I tried upgrading to Angular 15...
@yamass I tried your minimalistic example and I don't see any issues even without your PR fix, I took the AutoTooltip Example and replaced the code with what you provided...
closing since I could not reproduce and the codebase changed a lot since then and will change even more when [Roadmap to v4.0](https://github.com/6pac/SlickGrid/discussions/743) is officially released