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: typescript-language-server/typescript-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: typescript-language-server/typescript-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 12 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 12, 2025

  1. docs: maximumHoverLength required typescript 5.9+ (#1024)

    * Doc config: maximumHoverLength required typescript 5.9+
    
    It only works from TypeScript 5.9+; I didn't know that and struggled a bit not knowing why this option wasn't working. I realized it when I saw this line from the VS Code repository:
    
    https://github.com/microsoft/vscode/blob/5f881010a0871ab02c145eac646397a8d78ac3a7/extensions/typescript-language-features/package.nls.json#L229
    
    * Doc config: maximumHoverLength required typescript 5.9+
    
    Add "Since typescript 5.9+" in preferences.maximumHoverLength
    kelvinauta authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    5c48334 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. chore(deps): update actions/setup-node action to v6 (#1026)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    f3e6403 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. chore(deps): replace google-github-actions/release-please-action acti…

    …on with googleapis/release-please v4 (#1030)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    af995be View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. chore(deps): update devdependency vitest to v4 (#1031)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    bcf6f1d View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency axios to v1.13.1 (#1032)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    12d21db View commit details
    Browse the repository at this point in the history
  3. chore(deps): update react monorepo to ^19.2.2 (#1023)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    9dc07ae View commit details
    Browse the repository at this point in the history
  4. chore(deps): update all non-major dependencies (#1022)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    dfa586b View commit details
    Browse the repository at this point in the history
  5. chore(deps): lock file maintenance (package.json) (#1025)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    f59335a View commit details
    Browse the repository at this point in the history
  6. chore: fix release action name

    rchl committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    c8d0242 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de89dd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7c24b8 View commit details
    Browse the repository at this point in the history
  9. chore(master): release 5.1.0 (#1035)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    120dbfc View commit details
    Browse the repository at this point in the history
Loading