Copilot commented on code in PR #40109:
URL: https://github.com/apache/superset/pull/40109#discussion_r3256124907


##########
superset-frontend/package.json:
##########
@@ -166,7 +166,7 @@
     "antd": "^5.26.0",
     "chrono-node": "^2.9.1",
     "classnames": "^2.2.5",
-    "content-disposition": "^1.1.0",
+    "content-disposition": "^2.0.0",

Review Comment:
   `content-disposition` 2.0 removes the default export, but the frontend still 
imports it as a default import and calls `.parse` in `src/utils/export.ts`, 
`src/dashboard/components/menu/DownloadMenuItems/index.tsx`, and 
`src/dashboard/hooks/useDownloadScreenshot.ts`. This bump will fail 
type-checking/building until those usages are updated to import the named 
`parse` export (and the test mock is adjusted to match the named export).
   



-- 
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]

Reply via email to