Skip to content

Commit ac2a732

Browse files
authored
chore: prep v8.8.0 for release (#547)
# Description We have a slew of vulnerabilities in this lib, many of which cannot be addressed until we drop support for Node < 20 and then bump some of our dependencies. I tried taking care of some here (with some success). This also preps a new version for release thanks to an external contributor. <!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. --> # Testing <!-- Please provide details on how you tested this code. See below. - All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible) - New features must get a new unit test - Bug fixes/refactors must re-record existing cassettes --> # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
1 parent 404f0e8 commit ac2a732

6 files changed

Lines changed: 100 additions & 208 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v8.8.0 (2026-03-03)
4+
5+
- Adds `IAddressVerificationFieldError` Typescript interface, replacing `IFieldError` on `Verification`
6+
- Adds missing `suggestion` property to `IFieldError`
7+
- Removes unused dependencies, bumps remaining
8+
39
## v8.7.0 (2026-02-25)
410

511
- Adds generic `makeApiCall` function

audit-ci.jsonc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@
33
// Only fail the audit if there are critical vulnerabilities.
44
"critical": true,
55
// Can't update ESLint yet because we must support Node 16
6-
"allowlist": [
7-
"GHSA-p5wg-g6qr-c7cg",
8-
"GHSA-2g4f-4pwh-qvx6",
9-
"GHSA-3ppc-4f35-3m26",
10-
"GHSA-mw96-cpmx-2vgc",
11-
"GHSA-23c5-xmqv-rm74",
12-
"GHSA-5c6j-r48x-rmvq",
13-
"GHSA-7r86-cg39-jmmj",
14-
],
6+
"allowlist": ["GHSA-3ppc-4f35-3m26", "GHSA-23c5-xmqv-rm74", "GHSA-7r86-cg39-jmmj"],
157
}

0 commit comments

Comments
 (0)