Skip to content

Commit e73f205

Browse files
authored
Merge pull request #339 from oddbird/js-docs
Rewrite README file, switch from jest to vitest
2 parents ab27414 + 1a0a4b9 commit e73f205

File tree

12 files changed

+1375
-2078
lines changed

12 files changed

+1375
-2078
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
interval: monthly
88
time: '04:00'
99
timezone: America/New_York
10+
cooldown:
11+
default-days: 7
1012

1113
- package-ecosystem: npm
1214
directory: '/'

CHANGELOG.md

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

3+
## UNRELEASED
4+
5+
- DOCUMENTATION: Rewrite README documentation
6+
- INTERNAL: Update dependencies
7+
38
## 10.0.0 (11/18/25)
49

510
- BREAKING: Remove the `$inspect` option from assertions,

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015–2022, Miriam Suzanne.
1+
Copyright (c) 2015–2026, OddBird LLC.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)