Releases: moonrepo/plugins
Releases · moonrepo/plugins
python_uv_toolchain-v0.1.3
🐞 Fixes
- Fixed this toolchain not depending on Python.
python_toolchain-v0.1.7
🐞 Fixes
- Fixed this toolchain depending on pip/uv, when it should be reversed.
typescript_toolchain-v1.1.3
🐞 Fixes
- Fixed project reference syncing to remove old references without
./prefix before adding the new prefixed one.
typescript_toolchain-v1.1.2
🚀 Updates
- Updated project references to start with
./in preparation for the removal ofbaseUrlin TypeScript v7.
node_depman_tool-v0.18.1
🚀 Updates
- Added support for pnpm v11
pnandpnxshims.
javascript_toolchain-v1.0.8
🐞 Fixes
- Fixed
pnpm-lock.yamlparsing for pnpm v10's multi-document lockfiles, which
are written whenmanagePackageManagerVersionsis enabled (the default).
ruby_tool-v0.2.7
🚀 Updates
- Updated build from source system dependencies and added
apk(Alpine) support.
python_tool-v0.14.7
🚀 Updates
- Updated build from source system dependencies and added
apk(Alpine) support.
node_depman_tool-v0.18.0
🚀 Updates
- Added
.npmrcand.yarnrc.ymlsupport. Will parse local and user rc files to extract auth token information. - Will pass authorization HTTP headers when making requests for downloading prebuilts.
go_toolchain-v1.2.0
🚀 Updates
- Updated
go listto not requirego.modfile to run.