Skip to content

Commit df13a66

Browse files
authored
update deps + docs (#17)
1 parent cce5697 commit df13a66

File tree

6 files changed

+297
-342
lines changed

6 files changed

+297
-342
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: documentation
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
tags:
8-
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
branches: ["main"]
98

109
# Allows you to run this workflow manually from the Actions tab
1110
workflow_dispatch:
@@ -43,7 +42,7 @@ jobs:
4342
- name: Upload artifact
4443
uses: actions/upload-pages-artifact@v3
4544
with:
46-
path: './docs'
45+
path: "./docs"
4746
- name: Deploy to GitHub Pages
4847
id: deployment
4948
uses: actions/deploy-pages@v4

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.1.1] - 2025-05-01
11+
12+
### Changed
13+
14+
- Updated margin fields to be optional
15+
1016
## [8.1.0] - 2025-02-11
1117

1218
### Added

bun.lockb

26.1 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@
2626
"dependencies": {
2727
"base64-js": "^1.5.1",
2828
"crc-32": "^1.2.2",
29-
"json-stable-stringify": "^1.2.1",
29+
"json-stable-stringify": "^1.3.0",
3030
"jszip": "^3.10.1",
3131
"jtd-ts": "^0.2.1",
32-
"uuid": "^11.0.5"
32+
"uuid": "^11.1.0"
3333
},
3434
"devDependencies": {
35-
"@eslint/js": "^9.20.0",
36-
"@types/bun": "^1.2.2",
35+
"@eslint/js": "^9.26.0",
36+
"@types/bun": "^1.2.11",
3737
"@types/json-stable-stringify": "^1.2.0",
3838
"@types/uuid": "^10.0.0",
39-
"@typescript-eslint/eslint-plugin": "^8.24.0",
40-
"eslint": "^9.20.1",
41-
"eslint-config-prettier": "^10.0.1",
39+
"@typescript-eslint/eslint-plugin": "^8.31.1",
40+
"eslint": "^9.26.0",
41+
"eslint-config-prettier": "^10.1.2",
4242
"eslint-plugin-spellcheck": "^0.0.20",
4343
"eslint-plugin-tsdoc": "^0.4.0",
44-
"prettier": "^3.5.0",
44+
"prettier": "^3.5.3",
4545
"prettier-plugin-organize-imports": "^4.1.0",
46-
"typedoc": "^0.27.7",
47-
"typescript": "~5.7.3",
48-
"typescript-eslint": "^8.24.0"
46+
"typedoc": "^0.28.4",
47+
"typescript": "~5.8.3",
48+
"typescript-eslint": "^8.31.1"
4949
}
5050
}

0 commit comments

Comments
 (0)