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: elixir-lsp/elixir-ls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.0
Choose a base ref
...
head repository: elixir-lsp/elixir-ls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 24, 2025

  1. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8234a4f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Bump actions/upload-artifact from 5 to 6

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d8549b1 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 6 to 7

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    b0abea3 View commit details
    Browse the repository at this point in the history
  3. Bump actions/cache from 4 to 5

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d34662f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Update support matrix, mix Elixir version to >= 1.15

    ElixirLS builds on 1.14 fail due to the use of syntax requiring 1.15+.
    jstr committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    3a2fec0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    6f7903f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1257 from fedoracoreuser/feature/bug-in-shell-det…

    …ection
    
    mise shell detection bug when using nushell
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    1fcc2fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1251 from jstr/fix/issue-1250

    Update support matrix, mix Elixir version to >= 1.15
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    9b10512 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1249 from elixir-lsp/dependabot/github_actions/ac…

    …tions/cache-5
    
    Bump actions/cache from 4 to 5
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    6e2cd9b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1248 from elixir-lsp/dependabot/github_actions/ac…

    …tions/download-artifact-7
    
    Bump actions/download-artifact from 6 to 7
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    343575b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1247 from elixir-lsp/dependabot/github_actions/ac…

    …tions/upload-artifact-6
    
    Bump actions/upload-artifact from 5 to 6
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    bbe030f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1244 from elixir-lsp/dependabot/github_actions/ac…

    …tions/checkout-6
    
    Bump actions/checkout from 5 to 6
    lukaszsamson authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    a9a26f4 View commit details
    Browse the repository at this point in the history
Loading