feat: graph view overhaul, Windows focus-loss fix, Cmd+/ shortcuts, welcome revamp (v0.5.3) #184
Annotations
9 warnings and 1 notice
|
ci (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ci (macos-latest):
src/GraphView.tsx#L93
The ref value 'fgRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'fgRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
ci (macos-latest):
src/GraphView.tsx#L64
Unexpected any. Specify a different type
|
|
ci (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ci (ubuntu-latest):
src/GraphView.tsx#L93
The ref value 'fgRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'fgRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
ci (ubuntu-latest):
src/GraphView.tsx#L64
Unexpected any. Specify a different type
|
|
ci (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ci (windows-latest):
src/GraphView.tsx#L93
The ref value 'fgRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'fgRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
ci (windows-latest):
src/GraphView.tsx#L64
Unexpected any. Specify a different type
|
|
ci (macos-latest)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|