[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

uppt / pnpm-lock.yaml
911 B 39 lines
1lockfileVersion: '9.0' 2 3settings: 4 autoInstallPeers: true 5 excludeLinksFromLockfile: false 6 7importers: 8 9 .: 10 devDependencies: 11 '@types/node': 12 specifier: ^24.0.0 13 version: 24.12.4 14 typescript: 15 specifier: ^5.9.2 16 version: 5.9.3 17 18packages: 19 20 '@types/node@24.12.4': 21 resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} 22 23 typescript@5.9.3: 24 resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 25 engines: {node: '>=14.17'} 26 hasBin: true 27 28 undici-types@7.16.0: 29 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 30 31snapshots: 32 33 '@types/node@24.12.4': 34 dependencies: 35 undici-types: 7.16.0 36 37 typescript@5.9.3: {} 38 39 undici-types@7.16.0: {}