sublimelsp / LSP-typescript

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

Bump typescript-language-server from 0.8.1 to 0.9.1 #121

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps typescript-language-server from 0.8.1 to 0.9.1.

Release notes

Sourced from typescript-language-server's releases.

v0.9.1

  • fix: don't use the postinstall script

v0.9.0

  • feat: implement additional code actions for handling auto-fixing (#318)

  • feat: report progress when loading the project (#326)

  • feat: add new preferences from typescript 4.5.3 (#304)

  • fix: correct matching of "only" kinds provided by the client (#334)

  • fix: pass format options for organizing import (#348)

  • fix: use snippet type for jsx attribute completions (#362)

Changelog

Sourced from typescript-language-server's changelog.

[0.9.1] - 2022-01-07

  • fix: don't use the postinstall script

[0.9.0] - 2022-01-07

  • feat: implement additional code actions for handling auto-fixing (#318)

  • feat: report progress when loading the project (#326)

  • feat: add new preferences from typescript 4.5.3 (#304)

  • fix: correct matching of "only" kinds provided by the client (#334)

  • fix: pass format options for organizing import (#348)

  • fix: use snippet type for jsx attribute completions (#362)

Commits
  • c8ca9c9 0.9.1
  • 1305555 chore: add changelog for 0.9.1 release
  • 0178e9c fix: don't use the postinstall script (#364)
  • a6d44c1 0.9.0
  • 47f7a79 chore: Add changelog for 0.9.0 release
  • 989d92d fix: use snippet type for jsx attribute completions (#362)
  • 28feb26 fix: pass format options for organizing import (#348)
  • 144bc18 chore(deps-dev): bump typescript from 4.5.3 to 4.5.4 (#354)
  • 61247fd chore(deps-dev): bump concurrently from 6.5.1 to 7.0.0 (#355)
  • 7ed9e4f chore(deps-dev): bump source-map-support from 0.5.20 to 0.5.21 (#356)
  • 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)