chore: bump deps (not pubky or pubky-app-specs) - #2326
Draft
catch-21 wants to merge 9 commits into
Draft
Conversation
catch-21
force-pushed
the
catch-21/bump-deps
branch
2 times, most recently
from
August 10, 2026 19:21
42db03d to
1610291
Compare
Contributor
🚀 Preview DeploymentURL: https://pubky-app-pr-2326-fzxmjul7ya-oa.a.run.app
|
catch-21
force-pushed
the
catch-21/bump-deps
branch
from
August 10, 2026 20:17
1610291 to
0bd2eb4
Compare
catch-21
force-pushed
the
catch-21/bump-deps
branch
from
August 10, 2026 21:08
f73d57e to
d424f9d
Compare
catch-21
force-pushed
the
catch-21/bump-deps
branch
from
August 10, 2026 23:43
8cc235d to
3f3892c
Compare
10 tasks
…utton is clicked to avoid race condition - now session clear is handled entirely by Logout page
catch-21
force-pushed
the
catch-21/bump-deps
branch
8 times, most recently
from
August 18, 2026 16:33
1852501 to
868fb2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intentionally not updated
@synonymdev/pubky(0.8.0) andpubky-app-specs(0.6.2) — left for a follow-up. These are protocol/SDK packages; bumping them is a behaviour and compatibility change, not a routine patch bump.ESLint 10 —
eslint-plugin-import@2.32.0andeslint-plugin-react@7.37.5(both still latest) only declare peers through ESLint 9.eslint-plugin-reactalso crashes on ESLint 10 (context.getFilenamewas removed). Stay oneslint@9.39.5until those plugins (and ideallyeslint-config-next) support v10.TypeScript 7 —
typescript-eslint8.x still requires the 6.x compiler API (>=4.8.4 <6.1.0) and throws on TS 7.0. Native TS 7 support is expected around 7.1. Stay ontypescript@6.0.3.@typescript-eslint/parserand@typescript-eslint/eslint-pluginare now direct devDependencies (8.67.0) so they are no longer a nested hoist fromeslint-config-next.eslint-plugin-import/eslint-plugin-react— already at latest; the blocker is ESLint 10, not our pins.Compat notes (not product changes)
linkify-itv6 defaultsfuzzyLinktofalse. We pass{ fuzzyLink: true }inPostLinkEmbedsandpost.kindso protocol-less URLs (youtube.com/…) still embed as before.aria-controls) and Lucide v1 icon class/path changes (lucide-smile→lucide-face-slightly-smiling, etc.).