Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fullstack-build/tslog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fullstack-build/tslog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 55 files changed
  • 1 contributor

Commits on Feb 6, 2026

  1. update dependencies and fix vulnerabilities

    - fix 12 npm audit vulnerabilities (diff, glob, js-yaml, lodash, marked, tmp)
    - upgrade np to v11
    - add overrides for marked and tmp to resolve transitive vulnerabilities
    - update all packages within semver ranges
    terehov committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    f8940e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5369aa View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Replace docsify with Starlight for docs site

    Docsify has an unfixable vulnerability in its marked dependency.
    Starlight (Astro) provides a modern, maintained alternative.
    
    - Scaffold Starlight project in docs/ with isolated dependencies
    - Sync script derives docs content from root README.md
    - Add GitHub Actions workflow for Pages deployment
    - Bump CI actions from v3 to v4
    terehov committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    2b49f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c00cd View commit details
    Browse the repository at this point in the history
Loading