sadpandajoe commented on code in PR #43164: URL: https://github.com/apache/superset/pull/43164#discussion_r3819162718
########## superset-frontend/.npmrc: ########## @@ -0,0 +1 @@ +min-release-age=3 Review Comment: This install policy is paired with a lockfile that no longer satisfies `packages/superset-ui-core`'s `dompurify: ^3.4.13` requirement: the remaining hoisted entry is 3.4.12 after the 3.4.13 nested entry was removed. That makes a clean frontend install fail or re-resolve outside the lock; should the lockfile be regenerated so it retains a compatible DOMPurify resolution? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
