CodinGame / monaco-vscode-api

VSCode public API plugged on the monaco editor
MIT License
205 stars 29 forks source link

@codingame/monaco-vscode-rollup-vsix-plugin: Missing @rollup/pluginutils dependency / peerDependency #448

Closed ggoodman closed 2 weeks ago

ggoodman commented 2 weeks ago

When attempting to include @codingame/monaco-vscode-rollup-vsix-plugin as a vite plugin, vite complained that the module @rollup/pluginutils was not found.

I was able to work around this by adding @rollup/pluginutils as a devDependency of my own project but I believe that it should be either a "dependency" or "peerDependency" for @codingame/monaco-vscode-rollup-vsix-plugin.

CGNonofr commented 2 weeks ago

Thanks for the report!

github-actions[bot] commented 2 weeks ago

:tada: This issue has been resolved in version 6.0.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: