liuderchi / ide-css

:atom: Atom-IDE for CSS, LESS and SCSS language
https://atom.io/packages/ide-css
16 stars 1 forks source link

fix(deps): update dependency atom-languageclient to ^0.9.0 #17

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency atom-languageclient from ^0.8.0 to ^0.9.0

Release Notes ### [`v0.9.0`](https://github.com/atom/atom-languageclient/blob/master/CHANGELOG.md#v090) - AutoComplete now triggers based on settings in autocomplete-plus (min word length) - AutoComplete now always filters results based on typed prefix (in case the server does not) - AutoComplete static methods have changed - this might be breaking if your package was using some of them - Converted project to TypeScript including some TypeScript type definitions for all the things! - Filter out document symbols that are missing a name to better handle badly behaved language servers - Duplicate visible notifications are now suppressed --- ### [`v0.9.1`](https://github.com/atom/atom-languageclient/blob/master/CHANGELOG.md#v091) - AutoComplete on a trigger character with no further filtering now does not remove the trigger char --- ### [`v0.9.2`](https://github.com/atom/atom-languageclient/blob/master/CHANGELOG.md#v092) - Fix issue when completionItem documentation is returned as string - Export ActiveServer and LanguageClientConnection types for TypeScript users --- ### [`v0.9.3`](https://github.com/atom/atom-languageclient/blob/master/CHANGELOG.md#v093) - Display buttons on showRequestMessage LSP calls - fixes many prompts from LSP packages - logMessages from language servers are now available in the Atom IDE UI Console window --- ### [`v0.9.4`](https://github.com/atom/atom-languageclient/blob/master/CHANGELOG.md#v094) - Correctly handle multi-sequence symbols from autocomplete plus that could prevent triggering ---
Commits #### v0.9.0 - [`7b19d6f`](https://github.com/atom/atom-languageclient/commit/7b19d6f1e4f94d3037f381d0984505e55310211e) WIP: TypeScript conversion experiment - [`63dfab7`](https://github.com/atom/atom-languageclient/commit/63dfab771c0dcdb2552e35abb0041bf7a51fc9b7) Continue converting some files to TypeScript - [`5c43f88`](https://github.com/atom/atom-languageclient/commit/5c43f88bf10a401322be3229e676c6ce71071c5c) Fix small issues in lib/convert.ts - [`6514766`](https://github.com/atom/atom-languageclient/commit/65147663916fb7c57d56b0a65a9fd8264ee63ead) Convert more files to TypeScript - [`428f54d`](https://github.com/atom/atom-languageclient/commit/428f54dffb27185f9a34004f167ad6c1eb3bc411) Finish converting library code - [`bf1336d`](https://github.com/atom/atom-languageclient/commit/bf1336d81777a81092455f7eb966b2d255083f20) Convert tests to TypeScript, add tslint - [`92ab456`](https://github.com/atom/atom-languageclient/commit/92ab456605f13a68e0296158a58184de036534c0) Remove flow from script/cibuild - [`c2233e6`](https://github.com/atom/atom-languageclient/commit/c2233e6978310f3fe3bfde6b9833fc0edc778c9c) Re-enable SignatureHelpAdapter tests - [`22b0bb0`](https://github.com/atom/atom-languageclient/commit/22b0bb0a96c52d10641698a536d8b412c9da2e8d) Configure tslint rules and update code to conform - [`04056a0`](https://github.com/atom/atom-languageclient/commit/04056a03f979806c6203a564dfb95e035c551f23) Bump tslint severity to error for builds - [`559b715`](https://github.com/atom/atom-languageclient/commit/559b715240057d2ecf022d51760949cd6664b066) Generate type declaration files for consumers - [`2c94826`](https://github.com/atom/atom-languageclient/commit/2c94826907816ec720f87cce1a981218cccd4cae) Use module augmentation on atom module typings - [`dd4c288`](https://github.com/atom/atom-languageclient/commit/dd4c288043ac1a46aabc9443d38fd1b2c7844c98) Run tslint on typings folder - [`8bf29d4`](https://github.com/atom/atom-languageclient/commit/8bf29d4fd6aa9a223add639fc0ef8bcc9f376bef) Remove Flow, Babel, eslint and their configs - [`4547634`](https://github.com/atom/atom-languageclient/commit/45476340d635109bae4078eb2fa9a70c0d31a16b) Improve type definition exports for module consumers - [`7745a59`](https://github.com/atom/atom-languageclient/commit/7745a59b7897995ed440d5bce823d1c5124ee3b4) Updates based on code review feedback - [`b41f817`](https://github.com/atom/atom-languageclient/commit/b41f817ae1138aa83e970a800a0b9d77bae18b24) Enable tests to run inside of Atom - [`ea1131f`](https://github.com/atom/atom-languageclient/commit/ea1131f4909102e1f313df7e71ea37b2b02d0d2d) Fix small typing issue in SignatureHelpAdapter - [`156b306`](https://github.com/atom/atom-languageclient/commit/156b306bd25cab2d762b2301f8fbbc8f36c487f5) Merge pull request #​175 from atom/typescript-conversion - [`c14c1ad`](https://github.com/atom/atom-languageclient/commit/c14c1ad8bfa318c06abe2cdd7834940e5a823946) Expect LanguageServerProcess from startServerProcess - [`4491019`](https://github.com/atom/atom-languageclient/commit/4491019af295c4bec385fc7e836826dc6f10436f) Merge pull request #​178 from atom/dw-language-server-process - [`808e9bb`](https://github.com/atom/atom-languageclient/commit/808e9bbdce3eea5051eb52d561dd4bed3fddd3ca) Prevent showMessage spam - [`d8be6eb`](https://github.com/atom/atom-languageclient/commit/d8be6eb1e4161865445c5a9f985cf6aaa1332151) Merge pull request #​177 from alexheretic/flow-spamless-show-message - [`a148122`](https://github.com/atom/atom-languageclient/commit/a148122821e1dfe2fa407113eb250aba7c25a25e) Enable strictNullChecks in tsconfig.json - [`f42e380`](https://github.com/atom/atom-languageclient/commit/f42e380940cf878f477f3167fd90bcf995c920c8) Move LanguageServerProcess to lib/server-manager.js - [`f35633c`](https://github.com/atom/atom-languageclient/commit/f35633ccdaf5ab4d4ad8f91346942ffbefa51f22) Merge pull request #​179 from atom/dw-strict-null-checks - [`a9a73d2`](https://github.com/atom/atom-languageclient/commit/a9a73d20fd6b55dd66c3c903728795b87a7cf03b) Enable noImplicitAny within the tsconfig. - [`b596f97`](https://github.com/atom/atom-languageclient/commit/b596f973371ba48610dfb4eade96f8c4c16e040b) Undo changes to LanguageServerProcess' inheritance. - [`3278f51`](https://github.com/atom/atom-languageclient/commit/3278f51c76fcd66e7e9ed96076194fa9b4302edb) Merge pull request #​181 from GlenCFL/implicit-any - [`bcd5e68`](https://github.com/atom/atom-languageclient/commit/bcd5e689b8244ff4179d71d149732173e2878d2a) Fix type exports for atom-ide and atom-linter. - [`f2a7ffa`](https://github.com/atom/atom-languageclient/commit/f2a7ffa4651f03e43dacbc37246f462af4673688) Pull in atom/linter. Lock LSP to 3.6.0-next.5 - [`fac23ed`](https://github.com/atom/atom-languageclient/commit/fac23edac938dbf46e0ed9a6b372716b699a3465) Merge pull request #​180 from GlenCFL/exports - [`8f4fa66`](https://github.com/atom/atom-languageclient/commit/8f4fa66b7a48bfc81b995036bf9b4faae216552d) :arrow_up: typescript - [`aac3505`](https://github.com/atom/atom-languageclient/commit/aac3505dd5109809f6fe9a4bc025589e35dc23de) Filter our document symbols with a missing name - [`db0fa45`](https://github.com/atom/atom-languageclient/commit/db0fa452a749417d0bf3097d0697c830d804f316) Start release notes for v0.9.0 - [`96624e2`](https://github.com/atom/atom-languageclient/commit/96624e2729908c75b428e77d8d7d865e075dd3ac) Update the Atom definitions. Remove atom-linter. - [`077361a`](https://github.com/atom/atom-languageclient/commit/077361a5f530687770240fbd4b9f19a16f1d547d) Merge pull request #​186 from GlenCFL/remove-linter - [`0e709ab`](https://github.com/atom/atom-languageclient/commit/0e709ab6a385c151d5d6f2833fc20acf71024913) Log request cancellation errors at debug level - [`416dce0`](https://github.com/atom/atom-languageclient/commit/416dce07612cd05d18128ad5b8d02cb86573e623) Autocomplete improvements (#​185) - [`d05519d`](https://github.com/atom/atom-languageclient/commit/d05519dc8d9653472c77517aac4e0af23ac6087e) Update CHANGELOG.md - [`fa204ef`](https://github.com/atom/atom-languageclient/commit/fa204efebda7add643c839763115fa632e428edc) Update CHANGELOG.md - [`c632767`](https://github.com/atom/atom-languageclient/commit/c632767f18edf2769fb19cce89eef72b52b67748) 0.9.0 #### v0.9.1 - [`9b5d6b2`](https://github.com/atom/atom-languageclient/commit/9b5d6b29cf1d8522ddab53920fe4df0c9d2b8827) Correctly handle autocomplete prefixes on a trigger character - [`96e9e61`](https://github.com/atom/atom-languageclient/commit/96e9e618a0e10ac103470aec5bf25cda0bd33e8f) Update CHANGELOG for v0.9.0 - [`8891b98`](https://github.com/atom/atom-languageclient/commit/8891b98d5216a2939d63e2ce7927775d17d2c324) 0.9.1 #### v0.9.2 - [`ec0722b`](https://github.com/atom/atom-languageclient/commit/ec0722ba33f99c8d887973f39f66cc3d0f0ce69d) :t_shirt: - [`d3c88e1`](https://github.com/atom/atom-languageclient/commit/d3c88e168d78e64d60d2ac0bc180b8457fafc29f) :art: Cleanup issues found by deepscan.io - [`00d1206`](https://github.com/atom/atom-languageclient/commit/00d12069c736b9d89f51fb46ba122f7a7011f9fa) Update README.md - [`a35b410`](https://github.com/atom/atom-languageclient/commit/a35b4100a785a2b52248bdcce156978ef6e22980) Update README.md - [`1d3c935`](https://github.com/atom/atom-languageclient/commit/1d3c93599b06e4b40bce601844d3ce8d7c5ff0f4) Handle missing completionitem documentation, assign to text/markdown based on kind - [`c64a769`](https://github.com/atom/atom-languageclient/commit/c64a769554a8d71a09e2459d409319e12d7fcbc2) Attempt to fix up tests (I can't run locally right now) - [`6984a9c`](https://github.com/atom/atom-languageclient/commit/6984a9c0080e272173866047fae6f52e30060327) Add ActiveServer and LanguageClientConnection to type exports - [`22069b6`](https://github.com/atom/atom-languageclient/commit/22069b6af122d353579131f4c07ce79fd1a75f32) Update CHANGELOG.md for v0.9.2 - [`500af60`](https://github.com/atom/atom-languageclient/commit/500af60e80461669354738d14699ae5591f86d25) 0.9.2 #### v0.9.3 - [`0f6bb78`](https://github.com/atom/atom-languageclient/commit/0f6bb78d2081e49f1e1a9a5e70b4c6eee89196c1) Console logging adapter (#​192) - [`66fe92e`](https://github.com/atom/atom-languageclient/commit/66fe92eed7e9a4356bb5c3065883285aa6825858) Add logMessage > Console mapping - [`700e3c9`](https://github.com/atom/atom-languageclient/commit/700e3c9c3053c6965368e7cbd9c52afe1709d993) How to run from source - [`9c89757`](https://github.com/atom/atom-languageclient/commit/9c89757ce9e7c519450868efb786bcf28a86b3b9) Actually pass buttons to notification system, clean code (#​197) - [`09feaa4`](https://github.com/atom/atom-languageclient/commit/09feaa4a75d22474de2a140cc67771fad99b58cf) Add v0.9.3 - [`068a1c6`](https://github.com/atom/atom-languageclient/commit/068a1c66b86f7cb367a215dc51920c3c369ebe93) 0.9.3 #### v0.9.4 - [`333bbc7`](https://github.com/atom/atom-languageclient/commit/333bbc7acd3c7bb40ec7af5bf8c38321298ccafd) Allow multi-sequence symbols from autocomplete+ to trigger correctly.

This PR has been generated by Renovate Bot.

renovate[bot] commented 6 years ago

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.