Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump the dependencies group with 5 updates (#48)

* chore(deps): bump the dependencies group with 5 updates

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@atproto/lexicon](https://github.com/bluesky-social/atproto/tree/HEAD/packages/lexicon) | `0.6.1` | `0.6.2` |
| [@atproto/lex-cli](https://github.com/bluesky-social/atproto/tree/HEAD/packages/lex-cli) | `0.9.8` | `0.9.9` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.4.2` | `20.4.3` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.4.2` | `20.4.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.3.1` | `16.3.2` |


Updates `@atproto/lexicon` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/bluesky-social/atproto/releases)
- [Changelog](https://github.com/bluesky-social/atproto/blob/main/packages/lexicon/CHANGELOG.md)
- [Commits](https://github.com/bluesky-social/atproto/commits/@atproto/lexicon@0.6.2/packages/lexicon)

Updates `@atproto/lex-cli` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/bluesky-social/atproto/releases)
- [Changelog](https://github.com/bluesky-social/atproto/blob/main/packages/lex-cli/CHANGELOG.md)
- [Commits](https://github.com/bluesky-social/atproto/commits/@atproto/lex-cli@0.9.9/packages/lex-cli)

Updates `@commitlint/cli` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.4.2 to 20.4.3
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.3/@commitlint/config-conventional)

Updates `lint-staged` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.3.1...v16.3.2)

---
updated-dependencies:
- dependency-name: "@atproto/lexicon"
dependency-version: 0.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: "@atproto/lex-cli"
dependency-version: 0.9.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: "@commitlint/cli"
dependency-version: 20.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: "@commitlint/config-conventional"
dependency-version: 20.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: lint-staged
dependency-version: 16.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(deps): regenerate lockfile for pnpm catalog compatibility

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
github-actions[bot]
and committed by
GitHub
8a9e5982 cff16ac3

+148 -137
+2 -2
package.json
··· 39 39 "prepare": "husky" 40 40 }, 41 41 "dependencies": { 42 - "@atproto/lexicon": "0.6.1", 42 + "@atproto/lexicon": "0.6.2", 43 43 "multiformats": "catalog:", 44 44 "zod": "catalog:" 45 45 }, 46 46 "devDependencies": { 47 - "@atproto/lex-cli": "0.9.8", 47 + "@atproto/lex-cli": "0.9.9", 48 48 "@commitlint/cli": "catalog:", 49 49 "@commitlint/config-conventional": "catalog:", 50 50 "@types/node": "catalog:",
+143 -132
pnpm-lock.yaml
··· 7 7 catalogs: 8 8 default: 9 9 '@commitlint/cli': 10 - specifier: 20.4.2 11 - version: 20.4.2 10 + specifier: 20.4.3 11 + version: 20.4.3 12 12 '@commitlint/config-conventional': 13 - specifier: 20.4.2 14 - version: 20.4.2 13 + specifier: 20.4.3 14 + version: 20.4.3 15 15 '@types/node': 16 16 specifier: 25.3.3 17 17 version: 25.3.3 ··· 25 25 specifier: 9.1.7 26 26 version: 9.1.7 27 27 lint-staged: 28 - specifier: 16.3.1 29 - version: 16.3.1 28 + specifier: 16.3.2 29 + version: 16.3.2 30 30 multiformats: 31 31 specifier: 13.4.2 32 32 version: 13.4.2 ··· 50 50 .: 51 51 dependencies: 52 52 '@atproto/lexicon': 53 - specifier: 0.6.1 54 - version: 0.6.1 53 + specifier: 0.6.2 54 + version: 0.6.2 55 55 multiformats: 56 56 specifier: 'catalog:' 57 57 version: 13.4.2 ··· 60 60 version: 4.3.6 61 61 devDependencies: 62 62 '@atproto/lex-cli': 63 - specifier: 0.9.8 64 - version: 0.9.8 63 + specifier: 0.9.9 64 + version: 0.9.9 65 65 '@commitlint/cli': 66 66 specifier: 'catalog:' 67 - version: 20.4.2(@types/node@25.3.3)(typescript@5.9.3) 67 + version: 20.4.3(@types/node@25.3.3)(typescript@5.9.3) 68 68 '@commitlint/config-conventional': 69 69 specifier: 'catalog:' 70 - version: 20.4.2 70 + version: 20.4.3 71 71 '@types/node': 72 72 specifier: 'catalog:' 73 73 version: 25.3.3 ··· 82 82 version: 9.1.7 83 83 lint-staged: 84 84 specifier: 'catalog:' 85 - version: 16.3.1 85 + version: 16.3.2 86 86 prettier: 87 87 specifier: 'catalog:' 88 88 version: 3.8.1 ··· 97 97 version: 4.0.18(@types/node@25.3.3)(jiti@2.6.1)(yaml@2.8.2) 98 98 99 99 packages: 100 - '@atproto/common-web@0.4.16': 100 + '@atproto/common-web@0.4.18': 101 101 resolution: 102 102 { 103 - integrity: sha512-Ufvaff5JgxUyUyTAG0/3o7ltpy3lnZ1DvLjyAnvAf+hHfiK7OMQg+8byr+orN+KP9MtIQaRTsCgYPX+PxMKUoA==, 103 + integrity: sha512-ilImzP+9N/mtse440kN60pGrEzG7wi4xsV13nGeLrS+Zocybc/ISOpKlbZM13o+twPJ+Q7veGLw9CtGg0GAFoQ==, 104 104 } 105 105 106 - '@atproto/lex-cli@0.9.8': 106 + '@atproto/lex-cli@0.9.9': 107 107 resolution: 108 108 { 109 - integrity: sha512-0ebVyp12i3S8oE77+BxahbTmyrXcqeC9GTx2HGa/PA9KjnThapkGkgVQjIWw74DNQprzbg9EkiQsaKU2xFYhmA==, 109 + integrity: sha512-n/ClCBNnrjbqflLFt+j8Vx8q+lQd6OPQiDToi80akUoW2wNyPmsWtK5tKje0HS+7aHZD3gO3yX4B/x6ZqqrEeA==, 110 110 } 111 111 engines: { node: '>=18.7.0' } 112 112 hasBin: true 113 113 114 - '@atproto/lex-data@0.0.11': 114 + '@atproto/lex-data@0.0.13': 115 115 resolution: 116 116 { 117 - integrity: sha512-4+KTtHdqwlhiTKA7D4SACea4jprsNpCQsNALW09wsZ6IHhCDGO5tr1cmV+QnLYe3G3mu1E1yXHXbPUHrUUDT/A==, 117 + integrity: sha512-7Z7RwZ1Y/JzBF/Tcn/I4UJ/vIGfh5zn1zjv0KX+flke2JtgFkSE8uh2hOtqgBQMNqE3zdJFM+dcSWln86hR3MQ==, 118 118 } 119 119 120 - '@atproto/lex-json@0.0.11': 120 + '@atproto/lex-json@0.0.13': 121 121 resolution: 122 122 { 123 - integrity: sha512-2IExAoQ4KsR5fyPa1JjIvtR316PvdgRH/l3BVGLBd3cSxM3m5MftIv1B6qZ9HjNiK60SgkWp0mi9574bTNDhBQ==, 123 + integrity: sha512-hwLhkKaIHulGJpt0EfXAEWdrxqM2L1tV/tvilzhMp3QxPqYgXchFnrfVmLsyFDx6P6qkH1GsX/XC2V36U0UlPQ==, 124 124 } 125 125 126 - '@atproto/lexicon@0.6.1': 126 + '@atproto/lexicon@0.6.2': 127 127 resolution: 128 128 { 129 - integrity: sha512-/vI1kVlY50Si+5MXpvOucelnYwb0UJ6Qto5mCp+7Q5C+Jtp+SoSykAPVvjVtTnQUH2vrKOFOwpb3C375vSKzXw==, 129 + integrity: sha512-p3Ly6hinVZW0ETuAXZMeUGwuMm3g8HvQMQ41yyEE6AL0hAkfeKFaZKos6BdBrr6CjkpbrDZqE8M+5+QOceysMw==, 130 130 } 131 131 132 - '@atproto/syntax@0.4.3': 132 + '@atproto/syntax@0.5.0': 133 133 resolution: 134 134 { 135 - integrity: sha512-YoZUz40YAJr5nPwvCDWgodEOlt5IftZqPJvA0JDWjuZKD8yXddTwSzXSaKQAzGOpuM+/A3uXRtPzJJqlScc+iA==, 135 + integrity: sha512-UA2DSpGdOQzUQ4gi5SH+NEJz/YR3a3Fg3y2oh+xETDSiTRmA4VhHRCojhXAVsBxUT6EnItw190C/KN+DWW90kw==, 136 136 } 137 137 138 138 '@babel/code-frame@7.29.0': ··· 178 178 } 179 179 engines: { node: '>=18' } 180 180 181 - '@commitlint/cli@20.4.2': 181 + '@commitlint/cli@20.4.3': 182 182 resolution: 183 183 { 184 - integrity: sha512-YjYSX2yj/WsVoxh9mNiymfFS2ADbg2EK4+1WAsMuckwKMCqJ5PDG0CJU/8GvmHWcv4VRB2V02KqSiecRksWqZQ==, 184 + integrity: sha512-Z37EMoDT7+Upg500vlr/vZrgRsb6Xc5JAA3Tv7BYbobnN/ZpqUeZnSLggBg2+1O+NptRDtyujr2DD1CPV2qwhA==, 185 185 } 186 186 engines: { node: '>=v18' } 187 187 hasBin: true 188 188 189 - '@commitlint/config-conventional@20.4.2': 189 + '@commitlint/config-conventional@20.4.3': 190 190 resolution: 191 191 { 192 - integrity: sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==, 192 + integrity: sha512-9RtLySbYQAs8yEqWEqhSZo9nYhbm57jx7qHXtgRmv/nmeQIjjMcwf6Dl+y5UZcGWgWx435TAYBURONaJIuCjWg==, 193 193 } 194 194 engines: { node: '>=v18' } 195 195 196 - '@commitlint/config-validator@20.4.0': 196 + '@commitlint/config-validator@20.4.3': 197 197 resolution: 198 198 { 199 - integrity: sha512-zShmKTF+sqyNOfAE0vKcqnpvVpG0YX8F9G/ZIQHI2CoKyK+PSdladXMSns400aZ5/QZs+0fN75B//3Q5CHw++w==, 199 + integrity: sha512-jCZpZFkcSL3ZEdL5zgUzFRdytv3xPo8iukTe9VA+QGus/BGhpp1xXSVu2B006GLLb2gYUAEGEqv64kTlpZNgmA==, 200 200 } 201 201 engines: { node: '>=v18' } 202 202 203 - '@commitlint/ensure@20.4.1': 203 + '@commitlint/ensure@20.4.3': 204 204 resolution: 205 205 { 206 - integrity: sha512-WLQqaFx1pBooiVvBrA1YfJNFqZF8wS/YGOtr5RzApDbV9tQ52qT5VkTsY65hFTnXhW8PcDfZLaknfJTmPejmlw==, 206 + integrity: sha512-WcXGKBNn0wBKpX8VlXgxqedyrLxedIlLBCMvdamLnJFEbUGJ9JZmBVx4vhLV3ZyA8uONGOb+CzW0Y9HDbQ+ONQ==, 207 207 } 208 208 engines: { node: '>=v18' } 209 209 ··· 214 214 } 215 215 engines: { node: '>=v18' } 216 216 217 - '@commitlint/format@20.4.0': 217 + '@commitlint/format@20.4.3': 218 218 resolution: 219 219 { 220 - integrity: sha512-i3ki3WR0rgolFVX6r64poBHXM1t8qlFel1G1eCBvVgntE3fCJitmzSvH5JD/KVJN/snz6TfaX2CLdON7+s4WVQ==, 220 + integrity: sha512-UDJVErjLbNghop6j111rsHJYGw6MjCKAi95K0GT2yf4eeiDHy3JDRLWYWEjIaFgO+r+dQSkuqgJ1CdMTtrvHsA==, 221 221 } 222 222 engines: { node: '>=v18' } 223 223 224 - '@commitlint/is-ignored@20.4.1': 224 + '@commitlint/is-ignored@20.4.3': 225 225 resolution: 226 226 { 227 - integrity: sha512-In5EO4JR1lNsAv1oOBBO24V9ND1IqdAJDKZiEpdfjDl2HMasAcT7oA+5BKONv1pRoLG380DGPE2W2RIcUwdgLA==, 227 + integrity: sha512-W5VQKZ7fdJ1X3Tko+h87YZaqRMGN1KvQKXyCM8xFdxzMIf1KCZgN4uLz3osLB1zsFcVS4ZswHY64LI26/9ACag==, 228 228 } 229 229 engines: { node: '>=v18' } 230 230 231 - '@commitlint/lint@20.4.2': 231 + '@commitlint/lint@20.4.3': 232 232 resolution: 233 233 { 234 - integrity: sha512-buquzNRtFng6xjXvBU1abY/WPEEjCgUipNQrNmIWe8QuJ6LWLtei/LDBAzEe5ASm45+Q9L2Xi3/GVvlj50GAug==, 234 + integrity: sha512-CYOXL23e+nRKij81+d0+dymtIi7Owl9QzvblJYbEfInON/4MaETNSLFDI74LDu+YJ0ML5HZyw9Vhp9QpckwQ0A==, 235 235 } 236 236 engines: { node: '>=v18' } 237 237 238 - '@commitlint/load@20.4.0': 238 + '@commitlint/load@20.4.3': 239 239 resolution: 240 240 { 241 - integrity: sha512-Dauup/GfjwffBXRJUdlX/YRKfSVXsXZLnINXKz0VZkXdKDcaEILAi9oflHGbfydonJnJAbXEbF3nXPm9rm3G6A==, 241 + integrity: sha512-3cdJOUVP+VcgHa7bhJoWS+Z8mBNXB5aLWMBu7Q7uX8PSeWDzdbrBlR33J1MGGf7r1PZDp+mPPiFktk031PgdRw==, 242 242 } 243 243 engines: { node: '>=v18' } 244 244 245 - '@commitlint/message@20.4.0': 245 + '@commitlint/message@20.4.3': 246 246 resolution: 247 247 { 248 - integrity: sha512-B5lGtvHgiLAIsK5nLINzVW0bN5hXv+EW35sKhYHE8F7V9Uz1fR4tx3wt7mobA5UNhZKUNgB/+ldVMQE6IHZRyA==, 248 + integrity: sha512-6akwCYrzcrFcTYz9GyUaWlhisY4lmQ3KvrnabmhoeAV8nRH4dXJAh4+EUQ3uArtxxKQkvxJS78hNX2EU3USgxQ==, 249 249 } 250 250 engines: { node: '>=v18' } 251 251 252 - '@commitlint/parse@20.4.1': 252 + '@commitlint/parse@20.4.3': 253 253 resolution: 254 254 { 255 - integrity: sha512-XNtZjeRcFuAfUnhYrCY02+mpxwY4OmnvD3ETbVPs25xJFFz1nRo/25nHj+5eM+zTeRFvWFwD4GXWU2JEtoK1/w==, 255 + integrity: sha512-hzC3JCo3zs3VkQ833KnGVuWjWIzR72BWZWjQM7tY/7dfKreKAm7fEsy71tIFCRtxf2RtMP2d3RLF1U9yhFSccA==, 256 256 } 257 257 engines: { node: '>=v18' } 258 258 259 - '@commitlint/read@20.4.0': 259 + '@commitlint/read@20.4.3': 260 260 resolution: 261 261 { 262 - integrity: sha512-QfpFn6/I240ySEGv7YWqho4vxqtPpx40FS7kZZDjUJ+eHxu3azfhy7fFb5XzfTqVNp1hNoI3tEmiEPbDB44+cg==, 262 + integrity: sha512-j42OWv3L31WfnP8WquVjHZRt03w50Y/gEE8FAyih7GQTrIv2+pZ6VZ6pWLD/ml/3PO+RV2SPtRtTp/MvlTb8rQ==, 263 263 } 264 264 engines: { node: '>=v18' } 265 265 266 - '@commitlint/resolve-extends@20.4.0': 266 + '@commitlint/resolve-extends@20.4.3': 267 267 resolution: 268 268 { 269 - integrity: sha512-ay1KM8q0t+/OnlpqXJ+7gEFQNlUtSU5Gxr8GEwnVf2TPN3+ywc5DzL3JCxmpucqxfHBTFwfRMXxPRRnR5Ki20g==, 269 + integrity: sha512-QucxcOy+00FhS9s4Uy0OyS5HeUV+hbC6OLqkTSIm6fwMdKva+OEavaCDuLtgd9akZZlsUo//XzSmPP3sLKBPog==, 270 270 } 271 271 engines: { node: '>=v18' } 272 272 273 - '@commitlint/rules@20.4.2': 273 + '@commitlint/rules@20.4.3': 274 274 resolution: 275 275 { 276 - integrity: sha512-oz83pnp5Yq6uwwTAabuVQPNlPfeD2Y5ZjMb7Wx8FSUlu4sLYJjbBWt8031Z0osCFPfHzAwSYrjnfDFKtuSMdKg==, 276 + integrity: sha512-Yuosd7Grn5qiT7FovngXLyRXTMUbj9PYiSkvUgWK1B5a7+ZvrbWDS7epeUapYNYatCy/KTpPFPbgLUdE+MUrBg==, 277 277 } 278 278 engines: { node: '>=v18' } 279 279 ··· 284 284 } 285 285 engines: { node: '>=v18' } 286 286 287 - '@commitlint/top-level@20.4.0': 287 + '@commitlint/top-level@20.4.3': 288 288 resolution: 289 289 { 290 - integrity: sha512-NDzq8Q6jmFaIIBC/GG6n1OQEaHdmaAAYdrZRlMgW6glYWGZ+IeuXmiymDvQNXPc82mVxq2KiE3RVpcs+1OeDeA==, 290 + integrity: sha512-qD9xfP6dFg5jQ3NMrOhG0/w5y3bBUsVGyJvXxdWEwBm8hyx4WOk3kKXw28T5czBYvyeCVJgJJ6aoJZUWDpaacQ==, 291 291 } 292 292 engines: { node: '>=v18' } 293 293 294 - '@commitlint/types@20.4.0': 294 + '@commitlint/types@20.4.3': 295 295 resolution: 296 296 { 297 - integrity: sha512-aO5l99BQJ0X34ft8b0h7QFkQlqxC6e7ZPVmBKz13xM9O8obDaM1Cld4sQlJDXXU/VFuUzQ30mVtHjVz74TuStw==, 297 + integrity: sha512-51OWa1Gi6ODOasPmfJPq6js4pZoomima4XLZZCrkldaH2V5Nb3bVhNXPeT6XV0gubbainSpTw4zi68NqAeCNCg==, 298 298 } 299 299 engines: { node: '>=v18' } 300 300 ··· 843 843 cpu: [x64] 844 844 os: [win32] 845 845 846 + '@simple-libs/stream-utils@1.2.0': 847 + resolution: 848 + { 849 + integrity: sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA==, 850 + } 851 + engines: { node: '>=18' } 852 + 846 853 '@standard-schema/spec@1.1.0': 847 854 resolution: 848 855 { ··· 1250 1257 integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, 1251 1258 } 1252 1259 1253 - conventional-changelog-angular@8.1.0: 1260 + conventional-changelog-angular@8.2.0: 1254 1261 resolution: 1255 1262 { 1256 - integrity: sha512-GGf2Nipn1RUCAktxuVauVr1e3r8QrLP/B0lEUsFktmGqc3ddbQkhoJZHJctVU829U1c6mTSWftrVOCHaL85Q3w==, 1263 + integrity: sha512-4YB1zEXqB17oBI8yRsAs1T+ZhbdsOgJqkl6Trz+GXt/eKf1e4jnA0oW+sOd9BEENzEViuNW0DNoFFjSf3CeC5Q==, 1257 1264 } 1258 1265 engines: { node: '>=18' } 1259 1266 1260 - conventional-changelog-conventionalcommits@9.1.0: 1267 + conventional-changelog-conventionalcommits@9.2.0: 1261 1268 resolution: 1262 1269 { 1263 - integrity: sha512-MnbEysR8wWa8dAEvbj5xcBgJKQlX/m0lhS8DsyAAWDHdfs2faDJxTgzRYlRYpXSe7UiKrIIlB4TrBKU9q9DgkA==, 1270 + integrity: sha512-fCf+ODjseueTV09wVBoC0HXLi3OyuBJ+HfE3L63Khxqnr99f9nUcnQh3a15lCWHlGLihyZShW/mVVkBagr9JvQ==, 1264 1271 } 1265 1272 engines: { node: '>=18' } 1266 1273 1267 - conventional-commits-parser@6.2.1: 1274 + conventional-commits-parser@6.3.0: 1268 1275 resolution: 1269 1276 { 1270 - integrity: sha512-20pyHgnO40rvfI0NGF/xiEoFMkXDtkF8FwHvk5BokoFoCuTQRI8vrNCNFWUOfuolKJMm1tPCHc8GgYEtr1XRNA==, 1277 + integrity: sha512-RfOq/Cqy9xV9bOA8N+ZH6DlrDR+5S3Mi0B5kACEjESpE+AviIpAptx9a9cFpWCCvgRtWT+0BbUw+e1BZfts9jg==, 1271 1278 } 1272 1279 engines: { node: '>=18' } 1273 1280 hasBin: true ··· 1283 1290 cosmiconfig: '>=9' 1284 1291 typescript: '>=5' 1285 1292 1286 - cosmiconfig@9.0.0: 1293 + cosmiconfig@9.0.1: 1287 1294 resolution: 1288 1295 { 1289 - integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==, 1296 + integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==, 1290 1297 } 1291 1298 engines: { node: '>=14' } 1292 1299 peerDependencies: ··· 1580 1587 integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==, 1581 1588 } 1582 1589 engines: { node: '>=16' } 1590 + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. 1583 1591 hasBin: true 1584 1592 1585 1593 glob-parent@6.0.2: ··· 1821 1829 integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, 1822 1830 } 1823 1831 1824 - lint-staged@16.3.1: 1832 + lint-staged@16.3.2: 1825 1833 resolution: 1826 1834 { 1827 - integrity: sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==, 1835 + integrity: sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==, 1828 1836 } 1829 1837 engines: { node: '>=20.17' } 1830 1838 hasBin: true ··· 2557 2565 } 2558 2566 2559 2567 snapshots: 2560 - '@atproto/common-web@0.4.16': 2568 + '@atproto/common-web@0.4.18': 2561 2569 dependencies: 2562 - '@atproto/lex-data': 0.0.11 2563 - '@atproto/lex-json': 0.0.11 2564 - '@atproto/syntax': 0.4.3 2570 + '@atproto/lex-data': 0.0.13 2571 + '@atproto/lex-json': 0.0.13 2572 + '@atproto/syntax': 0.5.0 2565 2573 zod: 3.25.76 2566 2574 2567 - '@atproto/lex-cli@0.9.8': 2575 + '@atproto/lex-cli@0.9.9': 2568 2576 dependencies: 2569 - '@atproto/lexicon': 0.6.1 2570 - '@atproto/syntax': 0.4.3 2577 + '@atproto/lexicon': 0.6.2 2578 + '@atproto/syntax': 0.5.0 2571 2579 chalk: 4.1.2 2572 2580 commander: 9.5.0 2573 2581 prettier: 3.8.1 ··· 2575 2583 yesno: 0.4.0 2576 2584 zod: 3.25.76 2577 2585 2578 - '@atproto/lex-data@0.0.11': 2586 + '@atproto/lex-data@0.0.13': 2579 2587 dependencies: 2580 2588 multiformats: 9.9.0 2581 2589 tslib: 2.8.1 2582 2590 uint8arrays: 3.0.0 2583 2591 unicode-segmenter: 0.14.5 2584 2592 2585 - '@atproto/lex-json@0.0.11': 2593 + '@atproto/lex-json@0.0.13': 2586 2594 dependencies: 2587 - '@atproto/lex-data': 0.0.11 2595 + '@atproto/lex-data': 0.0.13 2588 2596 tslib: 2.8.1 2589 2597 2590 - '@atproto/lexicon@0.6.1': 2598 + '@atproto/lexicon@0.6.2': 2591 2599 dependencies: 2592 - '@atproto/common-web': 0.4.16 2593 - '@atproto/syntax': 0.4.3 2600 + '@atproto/common-web': 0.4.18 2601 + '@atproto/syntax': 0.5.0 2594 2602 iso-datestring-validator: 2.2.2 2595 2603 multiformats: 9.9.0 2596 2604 zod: 3.25.76 2597 2605 2598 - '@atproto/syntax@0.4.3': 2606 + '@atproto/syntax@0.5.0': 2599 2607 dependencies: 2600 2608 tslib: 2.8.1 2601 2609 ··· 2620 2628 2621 2629 '@bcoe/v8-coverage@1.0.2': {} 2622 2630 2623 - '@commitlint/cli@20.4.2(@types/node@25.3.3)(typescript@5.9.3)': 2631 + '@commitlint/cli@20.4.3(@types/node@25.3.3)(typescript@5.9.3)': 2624 2632 dependencies: 2625 - '@commitlint/format': 20.4.0 2626 - '@commitlint/lint': 20.4.2 2627 - '@commitlint/load': 20.4.0(@types/node@25.3.3)(typescript@5.9.3) 2628 - '@commitlint/read': 20.4.0 2629 - '@commitlint/types': 20.4.0 2633 + '@commitlint/format': 20.4.3 2634 + '@commitlint/lint': 20.4.3 2635 + '@commitlint/load': 20.4.3(@types/node@25.3.3)(typescript@5.9.3) 2636 + '@commitlint/read': 20.4.3 2637 + '@commitlint/types': 20.4.3 2630 2638 tinyexec: 1.0.2 2631 2639 yargs: 17.7.2 2632 2640 transitivePeerDependencies: 2633 2641 - '@types/node' 2634 2642 - typescript 2635 2643 2636 - '@commitlint/config-conventional@20.4.2': 2644 + '@commitlint/config-conventional@20.4.3': 2637 2645 dependencies: 2638 - '@commitlint/types': 20.4.0 2639 - conventional-changelog-conventionalcommits: 9.1.0 2646 + '@commitlint/types': 20.4.3 2647 + conventional-changelog-conventionalcommits: 9.2.0 2640 2648 2641 - '@commitlint/config-validator@20.4.0': 2649 + '@commitlint/config-validator@20.4.3': 2642 2650 dependencies: 2643 - '@commitlint/types': 20.4.0 2651 + '@commitlint/types': 20.4.3 2644 2652 ajv: 8.18.0 2645 2653 2646 - '@commitlint/ensure@20.4.1': 2654 + '@commitlint/ensure@20.4.3': 2647 2655 dependencies: 2648 - '@commitlint/types': 20.4.0 2656 + '@commitlint/types': 20.4.3 2649 2657 lodash.camelcase: 4.3.0 2650 2658 lodash.kebabcase: 4.1.1 2651 2659 lodash.snakecase: 4.1.1 ··· 2654 2662 2655 2663 '@commitlint/execute-rule@20.0.0': {} 2656 2664 2657 - '@commitlint/format@20.4.0': 2665 + '@commitlint/format@20.4.3': 2658 2666 dependencies: 2659 - '@commitlint/types': 20.4.0 2667 + '@commitlint/types': 20.4.3 2660 2668 picocolors: 1.1.1 2661 2669 2662 - '@commitlint/is-ignored@20.4.1': 2670 + '@commitlint/is-ignored@20.4.3': 2663 2671 dependencies: 2664 - '@commitlint/types': 20.4.0 2672 + '@commitlint/types': 20.4.3 2665 2673 semver: 7.7.4 2666 2674 2667 - '@commitlint/lint@20.4.2': 2675 + '@commitlint/lint@20.4.3': 2668 2676 dependencies: 2669 - '@commitlint/is-ignored': 20.4.1 2670 - '@commitlint/parse': 20.4.1 2671 - '@commitlint/rules': 20.4.2 2672 - '@commitlint/types': 20.4.0 2677 + '@commitlint/is-ignored': 20.4.3 2678 + '@commitlint/parse': 20.4.3 2679 + '@commitlint/rules': 20.4.3 2680 + '@commitlint/types': 20.4.3 2673 2681 2674 - '@commitlint/load@20.4.0(@types/node@25.3.3)(typescript@5.9.3)': 2682 + '@commitlint/load@20.4.3(@types/node@25.3.3)(typescript@5.9.3)': 2675 2683 dependencies: 2676 - '@commitlint/config-validator': 20.4.0 2684 + '@commitlint/config-validator': 20.4.3 2677 2685 '@commitlint/execute-rule': 20.0.0 2678 - '@commitlint/resolve-extends': 20.4.0 2679 - '@commitlint/types': 20.4.0 2680 - cosmiconfig: 9.0.0(typescript@5.9.3) 2681 - cosmiconfig-typescript-loader: 6.2.0(@types/node@25.3.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) 2686 + '@commitlint/resolve-extends': 20.4.3 2687 + '@commitlint/types': 20.4.3 2688 + cosmiconfig: 9.0.1(typescript@5.9.3) 2689 + cosmiconfig-typescript-loader: 6.2.0(@types/node@25.3.3)(cosmiconfig@9.0.1(typescript@5.9.3))(typescript@5.9.3) 2682 2690 is-plain-obj: 4.1.0 2683 2691 lodash.mergewith: 4.6.2 2684 2692 picocolors: 1.1.1 ··· 2686 2694 - '@types/node' 2687 2695 - typescript 2688 2696 2689 - '@commitlint/message@20.4.0': {} 2697 + '@commitlint/message@20.4.3': {} 2690 2698 2691 - '@commitlint/parse@20.4.1': 2699 + '@commitlint/parse@20.4.3': 2692 2700 dependencies: 2693 - '@commitlint/types': 20.4.0 2694 - conventional-changelog-angular: 8.1.0 2695 - conventional-commits-parser: 6.2.1 2701 + '@commitlint/types': 20.4.3 2702 + conventional-changelog-angular: 8.2.0 2703 + conventional-commits-parser: 6.3.0 2696 2704 2697 - '@commitlint/read@20.4.0': 2705 + '@commitlint/read@20.4.3': 2698 2706 dependencies: 2699 - '@commitlint/top-level': 20.4.0 2700 - '@commitlint/types': 20.4.0 2707 + '@commitlint/top-level': 20.4.3 2708 + '@commitlint/types': 20.4.3 2701 2709 git-raw-commits: 4.0.0 2702 2710 minimist: 1.2.8 2703 2711 tinyexec: 1.0.2 2704 2712 2705 - '@commitlint/resolve-extends@20.4.0': 2713 + '@commitlint/resolve-extends@20.4.3': 2706 2714 dependencies: 2707 - '@commitlint/config-validator': 20.4.0 2708 - '@commitlint/types': 20.4.0 2715 + '@commitlint/config-validator': 20.4.3 2716 + '@commitlint/types': 20.4.3 2709 2717 global-directory: 4.0.1 2710 2718 import-meta-resolve: 4.2.0 2711 2719 lodash.mergewith: 4.6.2 2712 2720 resolve-from: 5.0.0 2713 2721 2714 - '@commitlint/rules@20.4.2': 2722 + '@commitlint/rules@20.4.3': 2715 2723 dependencies: 2716 - '@commitlint/ensure': 20.4.1 2717 - '@commitlint/message': 20.4.0 2724 + '@commitlint/ensure': 20.4.3 2725 + '@commitlint/message': 20.4.3 2718 2726 '@commitlint/to-lines': 20.0.0 2719 - '@commitlint/types': 20.4.0 2727 + '@commitlint/types': 20.4.3 2720 2728 2721 2729 '@commitlint/to-lines@20.0.0': {} 2722 2730 2723 - '@commitlint/top-level@20.4.0': 2731 + '@commitlint/top-level@20.4.3': 2724 2732 dependencies: 2725 2733 escalade: 3.2.0 2726 2734 2727 - '@commitlint/types@20.4.0': 2735 + '@commitlint/types@20.4.3': 2728 2736 dependencies: 2729 - conventional-commits-parser: 6.2.1 2737 + conventional-commits-parser: 6.3.0 2730 2738 picocolors: 1.1.1 2731 2739 2732 2740 '@esbuild/aix-ppc64@0.27.3': ··· 2932 2940 '@rollup/rollup-win32-x64-msvc@4.57.1': 2933 2941 optional: true 2934 2942 2943 + '@simple-libs/stream-utils@1.2.0': {} 2944 + 2935 2945 '@standard-schema/spec@1.1.0': {} 2936 2946 2937 2947 '@ts-morph/common@0.25.0': ··· 3206 3216 array-ify: 1.0.0 3207 3217 dot-prop: 5.3.0 3208 3218 3209 - conventional-changelog-angular@8.1.0: 3219 + conventional-changelog-angular@8.2.0: 3210 3220 dependencies: 3211 3221 compare-func: 2.0.0 3212 3222 3213 - conventional-changelog-conventionalcommits@9.1.0: 3223 + conventional-changelog-conventionalcommits@9.2.0: 3214 3224 dependencies: 3215 3225 compare-func: 2.0.0 3216 3226 3217 - conventional-commits-parser@6.2.1: 3227 + conventional-commits-parser@6.3.0: 3218 3228 dependencies: 3229 + '@simple-libs/stream-utils': 1.2.0 3219 3230 meow: 13.2.0 3220 3231 3221 - cosmiconfig-typescript-loader@6.2.0(@types/node@25.3.3)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): 3232 + cosmiconfig-typescript-loader@6.2.0(@types/node@25.3.3)(cosmiconfig@9.0.1(typescript@5.9.3))(typescript@5.9.3): 3222 3233 dependencies: 3223 3234 '@types/node': 25.3.3 3224 - cosmiconfig: 9.0.0(typescript@5.9.3) 3235 + cosmiconfig: 9.0.1(typescript@5.9.3) 3225 3236 jiti: 2.6.1 3226 3237 typescript: 5.9.3 3227 3238 3228 - cosmiconfig@9.0.0(typescript@5.9.3): 3239 + cosmiconfig@9.0.1(typescript@5.9.3): 3229 3240 dependencies: 3230 3241 env-paths: 2.2.1 3231 3242 import-fresh: 3.3.1 ··· 3515 3526 3516 3527 lines-and-columns@1.2.4: {} 3517 3528 3518 - lint-staged@16.3.1: 3529 + lint-staged@16.3.2: 3519 3530 dependencies: 3520 3531 commander: 14.0.3 3521 3532 listr2: 9.0.5
+3 -3
pnpm-workspace.yaml
··· 8 8 typescript-eslint: '8.56.1' 9 9 eslint: '10.0.2' 10 10 '@types/node': '25.3.3' 11 - '@commitlint/cli': '20.4.2' 12 - '@commitlint/config-conventional': '20.4.2' 11 + '@commitlint/cli': '20.4.3' 12 + '@commitlint/config-conventional': '20.4.3' 13 13 '@vitest/coverage-v8': '4.0.18' 14 14 husky: '9.1.7' 15 - lint-staged: '16.3.1' 15 + lint-staged: '16.3.2' 16 16 multiformats: '13.4.2' 17 17 prettier: '3.8.1'