Levertion / mcfunction-langserver

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use
MIT License
16 stars 6 forks source link

chore(deps): update all #103

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​types/js-combinatorics devDependencies patch 0.5.29 -> 0.5.31 source
@​types/node devDependencies patch 8.10.38 -> 8.10.39 source
all-contributors-cli devDependencies minor 5.4.1 -> 5.6.0 source
husky devDependencies minor 1.2.0 -> 1.3.1 source
parcel devDependencies minor 1.10.3 -> 1.11.0 source
rimraf devDependencies patch 2.6.2 -> 2.6.3 source
tslint devDependencies minor 5.11.0 -> 5.12.0 homepage, source
vscode-languageserver-types devDependencies minor 3.13.0 -> 3.14.0 source

Release Notes

jfmengels/all-contributors-cli ### [`v5.6.0`](https://renovatebot.com/gh/jfmengels/all-contributors-cli/releases/v5.6.0) [Compare Source](https://renovatebot.com/gh/jfmengels/all-contributors-cli/compare/v5.5.0...v5.6.0) ##### Features - add new types ([#​127](https://renovatebot.com/gh/jfmengels/all-contributors-cli/issues/127)) ([89bac0f](https://renovatebot.com/gh/jfmengels/all-contributors-cli/commit/89bac0f)) ### [`v5.5.0`](https://renovatebot.com/gh/jfmengels/all-contributors-cli/releases/v5.5.0) [Compare Source](https://renovatebot.com/gh/jfmengels/all-contributors-cli/compare/v5.4.1...v5.5.0) ##### Features - way to avoid github API limit ([#​122](https://renovatebot.com/gh/jfmengels/all-contributors-cli/issues/122)) ([e18363f](https://renovatebot.com/gh/jfmengels/all-contributors-cli/commit/e18363f)), closes [#​121](https://renovatebot.com/gh/jfmengels/all-contributors-cli/issues/121) - way to avoid github API limit (add tests + docs) ([#​123](https://renovatebot.com/gh/jfmengels/all-contributors-cli/issues/123)) ([194d000](https://renovatebot.com/gh/jfmengels/all-contributors-cli/commit/194d000))
typicode/husky ### [`v1.3.1`](https://renovatebot.com/gh/typicode/husky/blob/master/CHANGELOG.md#​131) [Compare Source](https://renovatebot.com/gh/typicode/husky/compare/v1.3.0...v1.3.1) - Update docs - Upgrade `is-ci` and support more CIs - Disable `1.3.0` change related to `stdin` due to a bug on Windows ### [`v1.3.0`](https://renovatebot.com/gh/typicode/husky/blob/master/CHANGELOG.md#​130) [Compare Source](https://renovatebot.com/gh/typicode/husky/compare/v1.2.1...v1.3.0) - Enable `stdin` if hook is running in a terminal ### [`v1.2.1`](https://renovatebot.com/gh/typicode/husky/blob/master/CHANGELOG.md#​121) [Compare Source](https://renovatebot.com/gh/typicode/husky/compare/v1.2.0...v1.2.1) - Fix don't fail if directory in project contains whitespace
parcel-bundler/parcel ### [`v1.11.0`](https://renovatebot.com/gh/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1110---2018-12-18) ##### Added - Add Kotlin asset support [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2210) - Add --host option [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2181) - Add support for HMR with elm-hot [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2388) - Log dev server access for log level verbose or more [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2402) - Process array of assets for JSON-LD [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2319) - Extract workerfarm into separate package [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2162) - Extract Logger into its own package [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2165) - Extract watcher into its own package [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2176) - Merge fs-watcher-child into Parcel's monorepo [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2197) ##### Fixed - Use this.write and super.end for JSPackager [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2126) - Make dynamic import name relative to the file importing it [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2174) - update postcss and deps [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2203) - catch css file not found [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2206) - Treat webmanifest as an entry module [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2254) - add debugger flag for non production builds in Elm [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2225) - refactor: JSON.stringify replacer can not be boolean [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2276) - Fix debug log files for certain locales [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2288) - Scope hoisting renaming after babel transforms [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2292) - Switch from toml to [@​iarna/toml](https://renovatebot.com/gh/iarna/toml) [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2298) - Update deasync to 0.1.14 (Node 11 fix) [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2337) - Skip external imports from processing [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2380) - Don't lowercase attributes in html files [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2367) - refactor: remove unnecessary not null check [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2349) - Don't cache dynamic bundles that had a network error [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2400) - Treeshake functions properly [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2418) - Fix autoinstall of cssnano [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2415) - Fix server when there is a dot in the path [Details](https://renovatebot.com/gh/parcel-bundler/parcel/pull/2429)
isaacs/rimraf ### [`v2.6.3`](https://renovatebot.com/gh/isaacs/rimraf/compare/v2.6.2...v2.6.3) [Compare Source](https://renovatebot.com/gh/isaacs/rimraf/compare/v2.6.2...v2.6.3)
palantir/tslint ### [`v5.12.0`](https://renovatebot.com/gh/palantir/tslint/blob/master/CHANGELOG.md#v5120) [Compare Source](https://renovatebot.com/gh/palantir/tslint/compare/5.11.0...5.12.0)

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.