Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

Features:

- Implement the `SpannerOutboxFixture`, which disables outbox polling and updates during tests.

## v1.7.0 (2026-03-10)

Features:
Expand Down
8 changes: 7 additions & 1 deletion causa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ project:
javascript:
dependencies:
check:
allowlist: [GHSA-vpq2-c234-7xj6]
allowlist:
- GHSA-vpq2-c234-7xj6
- GHSA-27v5-c462-wpq7
- GHSA-f23m-r3pf-42rh
- GHSA-j3q9-mxjg-w52f
- GHSA-r5fr-rjxr-66jc
update:
packageTargets:
"@types/node": minor
typescript: minor

google:
firestore:
Expand Down
Loading