Skip to content

Commit 1fb8ef2

Browse files
Merge pull request #23 from braintree/update-dependencies
Update dependencies
2 parents 8c86193 + adb0f97 commit 1fb8ef2

File tree

9 files changed

+3876
-2846
lines changed

9 files changed

+3876
-2846
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [ ] Tested and confirmed flows affected by this change are functioning as expected
1010

1111
## Authors
12-
>
12+
1313
> List GitHub usernames for everyone who contributed to this pull request.
1414
1515
### Reviewers

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: "14.x"
15+
node-version: "24.x"
1616
- run: npm install
1717
- run: npm test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v24

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
# CHANGELOG
22

3+
## UNRELEASED
4+
5+
- Update dependencies
6+
- @types/jest to 30.0.0
7+
- eslint to 8.57.1
8+
- jest to 30.2.0
9+
- prettier to 3.7.4
10+
- ts-jest to 29.4.6
11+
- typescript to 5.9.3
12+
- Update Node to v24
13+
314
## 1.0.1
415

516
- Update (sub-)dependencies
6-
- `babel` to 7.25.9
7-
- `braces` to 3.0.3
8-
- `cross-spawn` to 7.0.6
9-
- `fill-range` to 7.1.1
10-
- `micromatch` to 4.0.8
11-
- `picomatch` to 2.3.1
12-
- `set-array` to 1.2.1
13-
- `trace-mapping` to 0.3.25
17+
- `babel` to 7.25.9
18+
- `braces` to 3.0.3
19+
- `cross-spawn` to 7.0.6
20+
- `fill-range` to 7.1.1
21+
- `micromatch` to 4.0.8
22+
- `picomatch` to 2.3.1
23+
- `set-array` to 1.2.1
24+
- `trace-mapping` to 0.3.25
1425

1526
## 1.0.0
1627

0 commit comments

Comments
 (0)