6.0.0 (2024-10-10)
⚠ BREAKING CHANGES
- Update '.prettierrc.json' to include
trailingComma: "all"
to match internal Google config (#822) - Update
typescript
and other dependencies (#902) - Set
no-floating-promises
toerror
(#901) - Set
composite: true
intsconfig-google.json
(#899) - Set
stripInternal
intsconfig-google.json
(#900) - Support Node 18+ (#896)
Features
- Set
composite: true
intsconfig-google.json
(#899) (71972dc) - Set
no-floating-promises
toerror
(#901) (1d28f92) - Set
stripInternal
intsconfig-google.json
(#900) (9b37243) - Support Node 18+ (#896) (f011fa3)
- Update '.prettierrc.json' to include
trailingComma: "all"
to match internal Google config (#822) (27d0d93) - Update
typescript
and other dependencies (#902) (1c18b3a)