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: sublimelsp/LSP-basedpyright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.43
Choose a base ref
...
head repository: sublimelsp/LSP-basedpyright
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 30, 2025

  1. chore(deps): bump basedpyright from 1.25.0 to 1.26.0 in /language-ser…

    …ver (#60)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2025
    Copy the full SHA
    88b596e View commit details

Commits on Feb 8, 2025

  1. chore(deps): bump basedpyright from 1.26.0 to 1.27.0 in /language-ser…

    …ver (#61)
    
    Bumps [basedpyright](https://github.com/detachhead/basedpyright/tree/HEAD/packages/pyright) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/detachhead/basedpyright/releases)
    - [Commits](https://github.com/detachhead/basedpyright/commits/v1.27.0/packages/pyright)
    
    ---
    updated-dependencies:
    - dependency-name: basedpyright
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2025
    Copy the full SHA
    a7df232 View commit details

Commits on Feb 13, 2025

  1. chore(deps): bump basedpyright from 1.27.0 to 1.27.1 in /language-ser…

    …ver (#62)
    
    Bumps [basedpyright](https://github.com/detachhead/basedpyright/tree/HEAD/packages/pyright) from 1.27.0 to 1.27.1.
    - [Release notes](https://github.com/detachhead/basedpyright/releases)
    - [Commits](https://github.com/detachhead/basedpyright/commits/v1.27.1/packages/pyright)
    
    ---
    updated-dependencies:
    - dependency-name: basedpyright
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 13, 2025
    Copy the full SHA
    83f3ab4 View commit details
Showing with 8 additions and 8 deletions.
  1. +7 −7 language-server/package-lock.json
  2. +1 −1 language-server/package.json
14 changes: 7 additions & 7 deletions language-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"basedpyright": "^1.25.0"
"basedpyright": "^1.27.1"
}
}