Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEPS] Update Dependencies (2) #534

Closed
wants to merge 12 commits into from
Closed

[DEPS] Update Dependencies (2) #534

wants to merge 12 commits into from

Commits on Jun 21, 2023

  1. build(dependencies): ⬆️ Update dependencies to their latest versions.

    Run the package.json through npm-check-updates to get the latest versions of dependencies.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cba3413 View commit details
    Browse the repository at this point in the history
  2. fix(lint): 🐛 Fix linting issue in commands.

    Fix the linting issue by converting the Error object to string explicitly.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7c6fe65 View commit details
    Browse the repository at this point in the history
  3. fix(lint): 🐛 Fix the linting issues in exec.ts.

    Remove the unused code. Move conditional assignment between curly braces.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cbbbeca View commit details
    Browse the repository at this point in the history
  4. fix(lint): 🐛 Fix the linting issues in langserver.ts.

    Fix the linting, styling and typing issues. The file will need more work but it will at least pass the checks now.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dd227a8 View commit details
    Browse the repository at this point in the history
  5. fix(lint): 🐛 Add await to commands.ts.

    After other changes, an await had to be added.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ec890c2 View commit details
    Browse the repository at this point in the history
  6. fix(lint): 🐛 Fix linting issues in extensions.ts.

    Add awaits to the updated function calls.
    portrik authored and felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    323445c View commit details
    Browse the repository at this point in the history
  7. Continue updating the dependency versions:

            "vscode-languageclient": "^8.1.0", as #520
            "@types/vscode": "1.76.0", as #524
            "eslint": "^8.35", as #521
    felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e8f9cf8 View commit details
    Browse the repository at this point in the history
  8. fix #530

    felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    11b4d9d View commit details
    Browse the repository at this point in the history
  9. fix #532

    felixf4xu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    887d773 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f975e11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c47448 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2a67d1 View commit details
    Browse the repository at this point in the history