Rifa Achrinza
Rifa Achrinza
Subtask of: https://github.com/achrinza/node-ipc/issues/4 Support publishing SLSA v3-compliant provenance to the NPM registry.
see: https://github.com/step-security/wait-for-secrets/commit/bc5a18f65c1c5806fb5ad86b4f6ef5d8548be0a2
## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on your machine - [ ] New tests added or...
Packages that need to be updated to support ESModules: - `@loopback/boot` - `@loopback/build` - `@loopback/cli` - `examples/*` The path to supporting ESModules can be broken down into three stages: 1....
This PR introduces support for ESModules in `@loopback/build` and `@loopback/boot`. Breaking changes: - `@loopback/build` - `tsconfig.common.json` is updated to support hybrid CommonJS+ESModule packages. This prevents TypeScript from rewriting dynamic `import()`s...
Currently, we have documentation on how to deploy to Cloud Foundry (CF) using CF Buildpacks. However, the Cloud Foundry Foundation (CFF) has been shifting its focus to adopting the new...
## Motivation Git tags are typically used for flagging version releases. Hence it may be expected that these tags follow a certain format. In a single-package repo, this may just...