v0.47.0
Overview
This release allows users to override the UUID of a Pepr module during npx pepr init with the --uuid flag. A Pepr Module UUID is a Unique identifier for your module with a max length of 36 characters. When a UUID is not set, Pepr autogenerates a uuidv4 value for you.
What's Changed ♻️
- feat: override uuid during init by @cmwylie19 in #1963
- chore: add testing around build metadata by @samayer12 in #1971
- chore: update mocking to resolve test warning by @samayer12 in #1977
- chore: resolve circular dependency between
assets.tsandpods.tsby @samayer12 in #1978 - chore: use uuidv4() when user does not provide a module UUID by @samayer12 in #1979
- chore: resolve max-statements in
filter.test.tsby @samayer12 in #1980 - chore: update unicorn sha hashes and remove dupe dockerfile by @cmwylie19 in #1986
Dependencies 🤖
- chore: bump @types/node from 22.13.10 to 22.13.11 in the development-dependencies group by @dependabot in #1970
- chore: bump the development-dependencies group with 2 updates by @dependabot in #1975
- chore: bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #1976
- chore: bump trufflesecurity/trufflehog from 3.88.18 to 3.88.19 by @dependabot in #1981
- chore: bump the development-dependencies group with 2 updates by @dependabot in #1982
- chore: bump the development-dependencies group with 2 updates by @dependabot in #1983
- chore: bump trufflesecurity/trufflehog from 3.88.19 to 3.88.20 by @dependabot in #1984
- chore: bump ts-jest from 29.3.0 to 29.3.1 in the development-dependencies group by @dependabot in #1988
- chore: bump the production-dependencies group with 2 updates by @dependabot in #1987
- chore: bump distroless/nodejs22-debian12 from
578ac82to28a7122by @dependabot in #1990
Full Changelog: v0.46.3...v0.47.0