chore: Add TrustedDependencies settings to support bun install #11291
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it?
#9851
把node工具换到bun时发现打包会报错,vue-office的包文件不存在,检查才发现bun为了安全性不会执行非热门库的 postinstall 脚本。导致 bun 工具无法正常打包前端。看了 issue 区之前也有一个反馈,就顺便修一下。
Summary of your change
添加 bun 的字段,让 vue-office 的工具链正常执行
https://bun.com/docs/pm/lifecycle#trusteddependencies
Please indicate you've done the following: