Skip to content

Commit b8fc67d

Browse files
authored
Merge pull request #22 from adhocteam/automated-dependency-updates
Automated Dependency Updates
2 parents 14b7b0c + 70d73a8 commit b8fc67d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

dependency-updates.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"@types/jest": "^30.0.0",
3-
"@types/node": "^24.5.2",
4-
"@typescript-eslint/eslint-plugin": "^8.44.1",
5-
"@typescript-eslint/parser": "^8.44.1",
3+
"@types/node": "^24.6.1",
4+
"@typescript-eslint/eslint-plugin": "^8.45.0",
5+
"@typescript-eslint/parser": "^8.45.0",
66
"eslint": "^9.36.0",
77
"eslint-config-prettier": "^10.1.8",
88
"eslint-plugin-prettier": "^5.5.4",
9-
"jest": "^30.1.3",
9+
"jest": "^30.2.0",
1010
"prettier": "^3.6.2",
1111
"ts-jest": "^29.4.4",
12-
"typescript": "^5.9.2"
12+
"typescript": "^5.9.3"
1313
}

dependency-updates.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Minor Backwards-compatible features
44
eslint-plugin-prettier ^5.0.0 → ^5.5.4
55
prettier ^3.0.2 → ^3.6.2
66
ts-jest ^29.1.1 → ^29.4.4
7-
typescript ^5.1.6 → ^5.9.2
7+
typescript ^5.1.6 → ^5.9.3
88

99
Major Potentially breaking API changes
1010
@types/jest ^29.5.5 → ^30.0.0
11-
@types/node ^20.5.0 → ^24.5.2
12-
@typescript-eslint/eslint-plugin ^6.4.0 → ^8.44.1
13-
@typescript-eslint/parser ^6.4.0 → ^8.44.1
11+
@types/node ^20.5.0 → ^24.6.1
12+
@typescript-eslint/eslint-plugin ^6.4.0 → ^8.45.0
13+
@typescript-eslint/parser ^6.4.0 → ^8.45.0
1414
eslint ^8.47.0 → ^9.36.0
1515
eslint-config-prettier ^9.0.0 → ^10.1.8
16-
jest ^29.6.2 → ^30.1.3
16+
jest ^29.6.2 → ^30.2.0
1717

1818
Run ncu --format group -u to upgrade package.json

0 commit comments

Comments
 (0)