Note 🧾
We realized that when doing a setItemAndWait()
or removeItemAndWait()
with patch values that were the same as the values already in the Pepr store, an error could occur. This release addresses that error and enhances store code.
What's Changed ♻️
- chore: return types on src/lib/assets/index.ts src/lib/controller/index.ts src/lib/mutate-request.ts by @cmwylie19 in #1515
- chore: returns on utils,queue,cosign by @cmwylie19 in #1528
- chore(testing): verify pepr can be deployed with zarf by @samayer12 in #1531
- refactor: resolve eslint warnings (max-depth, complexity) - src/lib/validate-processor.ts by @btlghrants in #1529
- chore(ci): use standard check for helm & zarf installs by @samayer12 in #1541
- chore: complexity of monitor by @cmwylie19 in #1542
- chore: return types on store and capability by @cmwylie19 in #1555
- chore: add return types to untyped functions by @samayer12 in #1560
- chore: complexity in build by @cmwylie19 in #1557
- chore: add return types to watch-processor.ts by @samayer12 in #1562
- chore: different periods between send and receive by @cmwylie19 in #1563
- chore: bump github/codeql-action from 3.27.6 to 3.27.7 by @dependabot in #1558
- chore: bump trufflesecurity/trufflehog from 3.85.0 to 3.86.0 by @dependabot in #1559
- chore: bump @types/node from 22.10.1 to 22.10.2 in the development-dependencies group by @dependabot in #1565
- chore: bump trufflesecurity/trufflehog from 3.86.0 to 3.86.1 by @dependabot in #1564
Full Changelog: v0.42.0...v0.42.1