Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
echo '# Uv:'
uv tree --outdated \
| grep --color=never ' (latest: ' \
| sed -E 's/^[│├└─ ]*//'
echo '
# Npm:'
cd unwind-ui
npm outdated