CHANGE @W-22270197@ update node package#2046
Conversation
| @@ -20,7 +20,7 @@ | |||
| "@salesforce/code-analyzer-retirejs-engine": "0.35.0", | |||
| "@salesforce/code-analyzer-sfge-engine": "0.21.0", | |||
| "@salesforce/core": "8.23.4", | |||
There was a problem hiding this comment.
Can we update this as well if we are going ahead with removal of allowSyntheticDefaultImports? Also is there any backlog item created to follow-up on the better approach instead of just removing allowSyntheticDefaultImports?
There was a problem hiding this comment.
do you mean to update ? @salesforce/core": "8.23.4" ?
also allowSyntheticDefaultImports is redundant as module: "NodeNext" anyways takes care of bad imports
There was a problem hiding this comment.
Yes I meant to update @salesforce/core": "8.23.4". This update was blocked due to allowSyntheticDefaultImports only. There was historical context behind adding this: https://salesforce-internal.slack.com/archives/G02JGHG9NSE/p1767622079357739?thread_ts=1767599700.436669&cid=G02JGHG9NSE. If this is already handled then we will not need backlog task.
There was a problem hiding this comment.
i checked the issue and see we would still need allowSyntheticDefaultImports: false
i have added another fix ski[LibCheck which is safe for updating @salesfore/core which is now updated

No description provided.