sublimelsp / LSP-typescript

TypeScript, JavaScript support for Sublime LSP plugin
MIT License
132 stars 11 forks source link

Bump typescript-language-server from 0.11.1 to 1.1.1 in /typescript-language-server #156

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps typescript-language-server from 0.11.1 to 1.1.1.

Release notes

Sourced from typescript-language-server's releases.

v1.1.1

1.1.1 (2022-08-22)

Bug Fixes

  • move deepmerge to dependencies (06109d4)

v1.1.0

1.1.0 (2022-08-21)

Features

  • add "Go To Source Definition" command (#560) (9bcdaf2)
  • support textDocument/inlayHint request from 3.17.0 spec (#566) (9a2fd4e)
  • support LocationLink[] for textDocument/definition response (#563) (196f328)

Bug Fixes

  • don't trigger error on empty Source Definition response (#568) (146a6ba)
  • make wording in the typescript lookup error more generic (585a05e), closes #554
  • snippet completions returned to clients that don't support them (#556) (050d335)
  • update signature help feature to v3.15.0 LSP spec (#555) (da074a6)

v1.0.0

1.0.0 (2022-08-06)

⚠ BREAKING CHANGES

Features

  • add support for CompletionItem.labelDetails (#534) (3c140d9)

Bug Fixes

  • declare quickfix/refactor CodeAction capabilities (#553) (e76fc64)
  • handle shutdown lifecycle properly (#536) (ac8536b)

Miscellaneous Chores

  • deps: update LSP libraries to match 3.17 spec (#532) (bdbdd83)

... (truncated)

Changelog

Sourced from typescript-language-server's changelog.

1.1.1 (2022-08-22)

Bug Fixes

  • move deepmerge to dependencies (06109d4)

1.1.0 (2022-08-21)

Features

  • add "Go To Source Definition" command (#560) (9bcdaf2)
  • support textDocument/inlayHint request from 3.17.0 spec (#566) (9a2fd4e)
  • support LocationLink[] for textDocument/definition response (#563) (196f328)

Bug Fixes

  • don't trigger error on empty Source Definition response (#568) (146a6ba)
  • make wording in the typescript lookup error more generic (585a05e), closes #554
  • snippet completions returned to clients that don't support them (#556) (050d335)
  • update signature help feature to v3.15.0 LSP spec (#555) (da074a6)

1.0.0 (2022-08-06)

⚠ BREAKING CHANGES

  • Ship as an ES module. Might be breaking for programmatic users of this server. Read more about consuming ES module packages at gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
  • deps: LSP libraries updated to match the 3.17 version of the LSP spec. Requires minimum Node 14.

Features

  • add support for CompletionItem.labelDetails (#534) (3c140d9)

Bug Fixes

  • declare quickfix/refactor CodeAction capabilities (#553) (e76fc64)
  • handle shutdown lifecycle properly (#536) (ac8536b)

Miscellaneous Chores

  • deps: update LSP libraries to match 3.17 spec (#532) (bdbdd83)

Code Refactoring

... (truncated)

Commits
  • 4c0fa34 chore(master): release 1.1.1 (#571)
  • 06109d4 fix: move deepmerge to dependencies
  • 0aa211f chore(master): release 1.1.0 (#558)
  • e3d6cd7 refactor: remove some code repetition in request definitions
  • b64243c chore(deps): update all non-major dependencies (#557)
  • 146a6ba fix: don't trigger error on empty Source Definition response (#568)
  • 195595d chore(lint): require dangling comma in multi-line contexts (#567)
  • 9a2fd4e feat: support textDocument/inlayHint request from 3.17.0 spec (#566)
  • aac2d16 refactor: create ConfigurationManager for handling configuration (#564)
  • 196f328 feat: support LocationLink[] for textDocument/definition response (#563)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like typescript-language-server is up-to-date now, so this is no longer needed.