[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

chore(deps): update dependency @atproto/api to ^0.19.0 (#1834)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Feb 23, 2026, 12:32 PM UTC) commit e7e4fa55 parent 62372f66
+20 -20
+1 -1
package.json
··· 30 30 }, 31 31 "dependencies": { 32 32 "@atcute/bluesky-richtext-segmenter": "^3.0.0", 33 - "@atproto/api": "^0.18.21", 33 + "@atproto/api": "^0.19.0", 34 34 "@iconify-json/ri": "^1.2.10", 35 35 "@iconify-json/svg-spinners": "^1.2.4", 36 36 "@iconify-json/tabler": "^1.2.26",
+19 -19
pnpm-lock.yaml
··· 12 12 specifier: ^3.0.0 13 13 version: 3.0.0 14 14 '@atproto/api': 15 - specifier: ^0.18.21 16 - version: 0.18.21 15 + specifier: ^0.19.0 16 + version: 0.19.0 17 17 '@iconify-json/ri': 18 18 specifier: ^1.2.10 19 19 version: 1.2.10 ··· 352 352 '@atcute/bluesky-richtext-segmenter@3.0.0': 353 353 resolution: {integrity: sha512-NhZTUKtFpeBBbILwAcxj5u4RobIoHOmGw3CAaaEFNebKYSvmTecrXJ7XufHw5DFOUdr8SiKXQVRQxGAxulMNWg==} 354 354 355 - '@atproto/api@0.18.21': 356 - resolution: {integrity: sha512-s35MIJerGT/pKe2xJtKKswqlIr/ola2r2iURBKBL0Mk1OKe6jP4YvTMh1N2d2PEANFzNNTbKoDaLfJPo2Uvc/w==} 355 + '@atproto/api@0.19.0': 356 + resolution: {integrity: sha512-7u/EGgkIj4bbslGer2RMQPtMWCPvREcpH0mVagaf5om+NcPzUIZeIacWKANVv95BdMJ7jlcHS7xrkEMPmg2dFw==} 357 357 358 - '@atproto/common-web@0.4.16': 359 - resolution: {integrity: sha512-Ufvaff5JgxUyUyTAG0/3o7ltpy3lnZ1DvLjyAnvAf+hHfiK7OMQg+8byr+orN+KP9MtIQaRTsCgYPX+PxMKUoA==} 358 + '@atproto/common-web@0.4.17': 359 + resolution: {integrity: sha512-sfxD8NGxyoxhxmM9EUshEFbWcJ3+JHEOZF4Quk6HsCh1UxpHBmLabT/vEsAkDWl+C/8U0ine0+c/gHyE/OZiQQ==} 360 360 361 - '@atproto/lex-data@0.0.11': 362 - resolution: {integrity: sha512-4+KTtHdqwlhiTKA7D4SACea4jprsNpCQsNALW09wsZ6IHhCDGO5tr1cmV+QnLYe3G3mu1E1yXHXbPUHrUUDT/A==} 361 + '@atproto/lex-data@0.0.12': 362 + resolution: {integrity: sha512-aekJudcK1p6sbTqUv2bJMJBAGZaOJS0mgDclpK3U6VuBREK/au4B6ffunBFWgrDfg0Vwj2JGyEA7E51WZkJcRw==} 363 363 364 - '@atproto/lex-json@0.0.11': 365 - resolution: {integrity: sha512-2IExAoQ4KsR5fyPa1JjIvtR316PvdgRH/l3BVGLBd3cSxM3m5MftIv1B6qZ9HjNiK60SgkWp0mi9574bTNDhBQ==} 364 + '@atproto/lex-json@0.0.12': 365 + resolution: {integrity: sha512-XlEpnWWZdDJ5BIgG25GyH+6iBfyrFL18BI5JSE6rUfMObbFMrQRaCuRLQfryRXNysVz3L3U+Qb9y8KcXbE8AcA==} 366 366 367 367 '@atproto/lexicon@0.6.1': 368 368 resolution: {integrity: sha512-/vI1kVlY50Si+5MXpvOucelnYwb0UJ6Qto5mCp+7Q5C+Jtp+SoSykAPVvjVtTnQUH2vrKOFOwpb3C375vSKzXw==} ··· 10529 10529 10530 10530 '@atcute/bluesky-richtext-segmenter@3.0.0': {} 10531 10531 10532 - '@atproto/api@0.18.21': 10532 + '@atproto/api@0.19.0': 10533 10533 dependencies: 10534 - '@atproto/common-web': 0.4.16 10534 + '@atproto/common-web': 0.4.17 10535 10535 '@atproto/lexicon': 0.6.1 10536 10536 '@atproto/syntax': 0.4.3 10537 10537 '@atproto/xrpc': 0.7.7 ··· 10540 10540 tlds: 1.261.0 10541 10541 zod: 3.25.76 10542 10542 10543 - '@atproto/common-web@0.4.16': 10543 + '@atproto/common-web@0.4.17': 10544 10544 dependencies: 10545 - '@atproto/lex-data': 0.0.11 10546 - '@atproto/lex-json': 0.0.11 10545 + '@atproto/lex-data': 0.0.12 10546 + '@atproto/lex-json': 0.0.12 10547 10547 '@atproto/syntax': 0.4.3 10548 10548 zod: 3.25.76 10549 10549 10550 - '@atproto/lex-data@0.0.11': 10550 + '@atproto/lex-data@0.0.12': 10551 10551 dependencies: 10552 10552 multiformats: 9.9.0 10553 10553 tslib: 2.8.1 10554 10554 uint8arrays: 3.0.0 10555 10555 unicode-segmenter: 0.14.5 10556 10556 10557 - '@atproto/lex-json@0.0.11': 10557 + '@atproto/lex-json@0.0.12': 10558 10558 dependencies: 10559 - '@atproto/lex-data': 0.0.11 10559 + '@atproto/lex-data': 0.0.12 10560 10560 tslib: 2.8.1 10561 10561 10562 10562 '@atproto/lexicon@0.6.1': 10563 10563 dependencies: 10564 - '@atproto/common-web': 0.4.16 10564 + '@atproto/common-web': 0.4.17 10565 10565 '@atproto/syntax': 0.4.3 10566 10566 iso-datestring-validator: 2.2.2 10567 10567 multiformats: 9.9.0