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.0.0 in /typescript-language-server #154

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps typescript-language-server from 0.11.1 to 1.0.0.

Release notes

Sourced from typescript-language-server's releases.

v1.0.0

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 https://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

v0.11.2

0.11.2 (2022-06-24)

Bug Fixes

  • apply refactoring returns -1 positions in ranges (#502) (5f52db0)
Changelog

Sourced from typescript-language-server's changelog.

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

0.11.2 (2022-06-24)

Bug Fixes

  • apply refactoring returns -1 positions in ranges (#502) (5f52db0)
Commits
  • ababf24 chore(master): release 1.0.0 (#533)
  • 07f4a62 chore(deps): update all non-major dependencies (#548)
  • cbd8821 chore(deps): disable dependabot in favor of renovate
  • 0dfd411 refactor: ship as an ES module (#547)
  • e76fc64 fix: declare quickfix/refactor CodeAction capabilities (#553)
  • 6573f68 chore(deps): update react monorepo to v18 (major) (#546)
  • 507db40 refactor: don't log when ts client exits with missing or 0 exit code
  • ac8536b fix: handle shutdown lifecycle properly (#536)
  • 3c140d9 feat: add support for CompletionItem.labelDetails (#534)
  • 158ca97 chore(deps): update all non-major dependencies (#535)
  • 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)
rchl commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

rchl commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Superseded by #156.