You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(deps): upgrade dependencies [auto]
* chore(core): update changefiles
* fix(heft-esbuild-plugin): add protobuf runtime dependencies as external dependencies
* fix(heft-node-rig): update github-actions rig to support new v4 actions/cache with protobuf
* fix: add protobuf to spelling whitelist
* fix(deps): rollback @actions/cache version to mitigate
visit actions/toolkit#1898 for more information
---------
Co-authored-by: Kamontat Chantrachirathumrong <[email protected]>
Describe the bug
New @actions/cache v4.0.0 contains generated protobuf typescript that depends on
@protobuf-ts/runtime
. However, it not defined on package.json file.To Reproduce
Cannot find module '@protobuf-ts/runtime-rpc' from 'node_modules/.pnpm/@[email protected]/node_modules/@actions/cache/lib/generated/results/api/v1/cache.js'
errorExpected behavior
A clear and concise description of what you expected to happen.
Screenshots
When I run build typescript:
When I run jest test:
Desktop (please complete the following information):
v20.14.0
v9.12.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: