Closed anviksuteiriy closed 3 months ago
Sorry, I think you should be on the latest version of the module that upgrades tailwind-config-viewer
to v2 with some peer dependency upgraded as well, but the dependency resolution only depends on your project, so if it continues to resolve glob to v7, you may need to use overrides
.
upgraded to latest version and still the same version of glob @ineshbose
got it, i can use overrides but when reported to nuxt i18n package glob version updated with their latest version
Can you link the issue for that please? I'm guessing that the package would be using glob directly, while we have an upstream dependency using glob for this module.
here is the link https://github.com/nuxt-modules/i18n/issues/2612
Environment
Production
Reproduction
No response
Describe the bug
It's clearly mentioned that glob@7.2.3 has inflight@1.0.6 which has memory leaks and same is there for this package also. If upgraded to glob to 10.4.5 or above it will fix the issue. This leak is causing crashes on production application.
This was there with @nuxtjs/i18n and they has upgraded to glob@10.4.5 and their leaks have been resolved
@nuxtjs/tailwindcss@6.6.0 |
-- tailwind-config-viewer@1.7.2 |
-- replace-in-file@6.3.5 |-- glob@7.2.3 |
-- inflight@1.0.6Additional context
This causes crashes in few hours
Logs