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

Update all #131

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​types/js-combinatorics 0.5.31 -> 0.5.32 age adoption passing confidence
@types/long 4.0.0 -> 4.0.1 age adoption passing confidence
@types/mocha 5.2.6 -> 5.2.7 age adoption passing confidence
@types/node 10.12.27 -> 10.17.60 age adoption passing confidence
@types/request-promise-native 1.0.15 -> 1.0.17 age adoption passing confidence
@types/rimraf 2.0.2 -> 2.0.4 age adoption passing confidence
js-combinatorics ^0.5.4 -> ^0.6.0 age adoption passing confidence
mocha (source) 6.0.2 -> 6.2.3 age adoption passing confidence
parcel 1.11.0 -> 1.12.4 age adoption passing confidence
prettier (source) 1.16.4 -> 1.19.1 age adoption passing confidence
pretty-quick 1.10.0 -> 1.11.1 age adoption passing confidence
rimraf 2.6.3 -> 2.7.1 age adoption passing confidence
tslint (source) 5.13.0 -> 5.20.1 age adoption passing confidence
typescript (source) 3.3.3333 -> 3.9.9 age adoption passing confidence
vscode-languageserver-types 3.14.0 -> 3.16.0 age adoption passing confidence

Release Notes

dankogai/js-combinatorics ### [`v0.6.1`](https://togithub.com/dankogai/js-combinatorics/compare/0.6.0...0.6.1) [Compare Source](https://togithub.com/dankogai/js-combinatorics/compare/0.6.0...0.6.1) ### [`v0.6.0`](https://togithub.com/dankogai/js-combinatorics/compare/0.5.5...0.6.0) [Compare Source](https://togithub.com/dankogai/js-combinatorics/compare/0.5.5...0.6.0)
mochajs/mocha ### [`v6.2.3`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​623--2020-03-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.2.2...v6.2.3) #### :lock: Security Fixes - [848d6fb8](https://togithub.com/mochajs/mocha/commit/848d6fb8feef659564b296db457312d38176910d): Update dependencies mkdirp, yargs-parser and yargs ([**@​juergba**](https://togithub.com/juergba)) ### [`v6.2.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​622--2019-10-18) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.2.1...v6.2.2) #### :bug: Fixes - [#​4025](https://togithub.com/mochajs/mocha/issues/4025): Fix duplicate `EVENT_RUN_END` events upon uncaught exception ([**@​juergba**](https://togithub.com/juergba)) - [#​4051](https://togithub.com/mochajs/mocha/issues/4051): Fix "unhide" function in `html` reporter (browser) ([**@​pec9399**](https://togithub.com/pec9399)) - [#​4063](https://togithub.com/mochajs/mocha/issues/4063): Fix use of [esm](https://npm.im/esm) in Node.js v8.x ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4033](https://togithub.com/mochajs/mocha/issues/4033): Fix output when multiple async exceptions are thrown ([**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​4046](https://togithub.com/mochajs/mocha/issues/4046): Site accessibility fixes ([**@​Mia-jeong**](https://togithub.com/Mia-jeong)) - [#​4026](https://togithub.com/mochajs/mocha/issues/4026): Update docs for custom reporters in browser ([**@​Lindsay-Needs-Sleep**](https://togithub.com/Lindsay-Needs-Sleep)) - [#​3971](https://togithub.com/mochajs/mocha/issues/3971): Adopt new OpenJS Foundation Code of Conduct ([**@​craigtaub**](https://togithub.com/craigtaub)) ### [`v6.2.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​621--2019-09-29) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.2.0...v6.2.1) #### :bug: Fixes - [#​3955](https://togithub.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([**@​1999**](https://togithub.com/1999)) - [#​3970](https://togithub.com/mochajs/mocha/issues/3970): remove extraGlobals() ([**@​juergba**](https://togithub.com/juergba)) - [#​3984](https://togithub.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([**@​juergba**](https://togithub.com/juergba)) - [#​3983](https://togithub.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([**@​juergba**](https://togithub.com/juergba)) - [#​3986](https://togithub.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​3886](https://togithub.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**@​outsideris**](https://togithub.com/outsideris)) - [#​3966](https://togithub.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([**@​Munter**](https://togithub.com/Munter)) - [#​3765](https://togithub.com/mochajs/mocha/issues/3765): Add Matomo to website ([**@​MarioDiaz98**](https://togithub.com/MarioDiaz98)) - [#​3947](https://togithub.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**@​oliversalzburg**](https://togithub.com/oliversalzburg)) ### [`v6.2.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​620--2019-07-18) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.4...v6.2.0) #### :tada: Enhancements - [#​3827](https://togithub.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3725](https://togithub.com/mochajs/mocha/issues/3725): Base reporter store ref to console.log, see [mocha/wiki](https://togithub.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) ([**@​craigtaub**](https://togithub.com/craigtaub)) #### :bug: Fixes - [#​3942](https://togithub.com/mochajs/mocha/issues/3942): Fix "No test files found" Error when file is passed via `--file` ([**@​gabegorelick**](https://togithub.com/gabegorelick)) - [#​3914](https://togithub.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**@​pascalpp**](https://togithub.com/pascalpp)) - [#​3894](https://togithub.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**@​juergba**](https://togithub.com/juergba)) - [#​3834](https://togithub.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**@​boneskull**](https://togithub.com/boneskull), [**@​juergba**](https://togithub.com/juergba)) - [#​3831](https://togithub.com/mochajs/mocha/issues/3831): Fix `--timeout`/`--slow` string values and duplicate arguments ([**@​boneskull**](https://togithub.com/boneskull), [**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​3906](https://togithub.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**@​pkuczynski**](https://togithub.com/pkuczynski)) - [#​3889](https://togithub.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**@​craigtaub**](https://togithub.com/craigtaub)) - [#​3887](https://togithub.com/mochajs/mocha/issues/3887): Fix broken links ([**@​toyjhlee**](https://togithub.com/toyjhlee)) - [#​3841](https://togithub.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**@​trescube**](https://togithub.com/trescube)) #### :mag: Coverage - [#​3915](https://togithub.com/mochajs/mocha/issues/3915), [#​3929](https://togithub.com/mochajs/mocha/issues/3929): Increase tests coverage for `--watch` options ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) #### :nut_and_bolt: Other - [#​3953](https://togithub.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) - [#​3939](https://togithub.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3930](https://togithub.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) - [#​3922](https://togithub.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**@​brian-lagerman**](https://togithub.com/brian-lagerman)) - [#​3919](https://togithub.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3892](https://togithub.com/mochajs/mocha/issues/3892): Rework reporter tests ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3872](https://togithub.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3963](https://togithub.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**@​outsideris**](https://togithub.com/outsideris)) - [#​3956](https://togithub.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**@​DanielRuf**](https://togithub.com/DanielRuf)) - [#​3957](https://togithub.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**@​DanielRuf**](https://togithub.com/DanielRuf)) - [#​3960](https://togithub.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) ### [`v6.1.4`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​614--2019-04-18) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.3...v6.1.4) #### :lock: Security Fixes - [#​3877](https://togithub.com/mochajs/mocha/issues/3877): Upgrade [js-yaml](https://npm.im/js-yaml), addressing [code injection vulnerability](https://www.npmjs.com/advisories/813) ([**@​bjornstar**](https://togithub.com/bjornstar)) ### [`v6.1.3`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​613--2019-04-11) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.2...v6.1.3) #### :bug: Fixes - [#​3863](https://togithub.com/mochajs/mocha/issues/3863): Fix `yargs`-related global scope pollution ([**@​inukshuk**](https://togithub.com/inukshuk)) - [#​3869](https://togithub.com/mochajs/mocha/issues/3869): Fix failure when installed w/ `pnpm` ([**@​boneskull**](https://togithub.com/boneskull)) ### [`v6.1.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​612--2019-04-08) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.1...v6.1.2) #### :bug: Fixes - [#​3867](https://togithub.com/mochajs/mocha/issues/3867): Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags ([**@​boneskull**](https://togithub.com/boneskull)) ### [`v6.1.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​611--2019-04-07) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.0...v6.1.1) #### :bug: Fixes - [#​3866](https://togithub.com/mochajs/mocha/issues/3866): Fix Windows End-of-Line publishing issue ([**@​juergba**](https://togithub.com/juergba) & [**@​cspotcode**](https://togithub.com/cspotcode)) ### [`v6.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​610--2019-04-07) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.0.2...v6.1.0) #### :lock: Security Fixes - [#​3845](https://togithub.com/mochajs/mocha/issues/3845): Update dependency "js-yaml" to v3.13.0 per npm security advisory ([**@​plroebuck**](https://togithub.com/plroebuck)) #### :tada: Enhancements - [#​3766](https://togithub.com/mochajs/mocha/issues/3766): Make reporter constructor support optional `options` parameter ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3760](https://togithub.com/mochajs/mocha/issues/3760): Add support for config files with `.jsonc` extension ([**@​sstephant**](https://togithub.com/sstephant)) #### :fax: Deprecations These are *soft*-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha: - [#​3719](https://togithub.com/mochajs/mocha/issues/3719): Deprecate `this.skip()` for "after all" hooks ([**@​juergba**](https://togithub.com/juergba)) #### :bug: Fixes - [#​3829](https://togithub.com/mochajs/mocha/issues/3829): Use cwd-relative pathname to load config file ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3745](https://togithub.com/mochajs/mocha/issues/3745): Fix async calls of `this.skip()` in "before each" hooks ([**@​juergba**](https://togithub.com/juergba)) - [#​3669](https://togithub.com/mochajs/mocha/issues/3669): Enable `--allow-uncaught` for uncaught exceptions thrown inside hooks ([**@​givanse**](https://togithub.com/givanse)) and some regressions: - [#​3848](https://togithub.com/mochajs/mocha/issues/3848): Fix `Suite` cloning by copying `root` property ([**@​fatso83**](https://togithub.com/fatso83)) - [#​3816](https://togithub.com/mochajs/mocha/issues/3816): Guard against undefined timeout option ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3814](https://togithub.com/mochajs/mocha/issues/3814): Update "yargs" in order to avoid deprecation message ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3788](https://togithub.com/mochajs/mocha/issues/3788): Fix support for multiple node flags ([**@​aginzberg**](https://togithub.com/aginzberg)) #### :book: Documentation - [mochajs/mocha-examples](https://togithub.com/mochajs/mocha-examples): New repository of working examples of common configurations using mocha ([**@​craigtaub**](https://togithub.com/craigtaub)) - [#​3850](https://togithub.com/mochajs/mocha/issues/3850): Remove pound icon showing on header hover on docs ([**@​jd2rogers2**](https://togithub.com/jd2rogers2)) - [#​3812](https://togithub.com/mochajs/mocha/issues/3812): Add autoprefixer to documentation page CSS ([**@​Munter**](https://togithub.com/Munter)) - [#​3811](https://togithub.com/mochajs/mocha/issues/3811): Update doc examples "tests.html" ([**@​DavidLi119**](https://togithub.com/DavidLi119)) - [#​3807](https://togithub.com/mochajs/mocha/issues/3807): Mocha website HTML tweaks ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3793](https://togithub.com/mochajs/mocha/issues/3793): Update config file example ".mocharc.yml" ([**@​cspotcode**](https://togithub.com/cspotcode)) #### :nut_and_bolt: Other - [#​3830](https://togithub.com/mochajs/mocha/issues/3830): Replace dependency "findup-sync" with "find-up" for faster startup ([**@​cspotcode**](https://togithub.com/cspotcode)) - [#​3799](https://togithub.com/mochajs/mocha/issues/3799): Update devDependencies to fix many npm vulnerabilities ([**@​XhmikosR**](https://togithub.com/XhmikosR))
parcel-bundler/parcel ### [`v1.12.4`](https://togithub.com/parcel-bundler/parcel/compare/parcel-bundler@1.12.3...parcel-bundler@1.12.4) ### [`v1.12.3`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1123---2019-03-20) - Downgrade all internal Babel packages to `<7.4.0` because of bugs in that release. ### [`v1.12.2`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1122---2019-03-13) - Fix depth option for detailed report ### [`v1.12.1`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1121---2019-03-12) ##### Fixed - Correctly build dependency URLs (for CSS) [Details](https://togithub.com/parcel-bundler/parcel/pull/2740) - Fix bug with original null mappings [Details](https://togithub.com/parcel-bundler/parcel/pull/2748) - Regenerate all bundles and trigger an HMR page reload when a new bundle is created [Details](https://togithub.com/parcel-bundler/parcel/pull/2762) - Unescaped "." in regex for JSAsset [Details](https://togithub.com/parcel-bundler/parcel/pull/2759) - Open the specified host [Details](https://togithub.com/parcel-bundler/parcel/pull/2763) ### [`v1.12.0`](https://togithub.com/parcel-bundler/parcel/blob/master/CHANGELOG.md#​1120---2019-03-06) ##### Added - CSS/Sass/LESS sourcemaps [Details](https://togithub.com/parcel-bundler/parcel/pull/2489) - Add Markdown support [Details](https://togithub.com/parcel-bundler/parcel/pull/2538) - Unhandled HMR updates should cause a page reload [Details](https://togithub.com/parcel-bundler/parcel/pull/2676) - Enables jsx plugin in case jsx syntax is used in js files [Details](https://togithub.com/parcel-bundler/parcel/pull/2530) - Add disabling of autoinstall globally via environment variable [Details](https://togithub.com/parcel-bundler/parcel/pull/2152) - Add support for `chrome-extension://` protocol to bundle-url.js [Details](https://togithub.com/parcel-bundler/parcel/pull/2434) - Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js [Details](https://togithub.com/parcel-bundler/parcel/pull/2465) - Generate source map files with long extentions (e.g. .js.map) [Details](https://togithub.com/parcel-bundler/parcel/pull/2472) - upgrade htmlnano dep [Details](https://togithub.com/parcel-bundler/parcel/pull/2506) - Default port to process.env.PORT [Details](https://togithub.com/parcel-bundler/parcel/pull/2559) - Inline process.browser for better code elimination [Details](https://togithub.com/parcel-bundler/parcel/pull/2583) - Detect files added to/removed from directories. [Details](https://togithub.com/parcel-bundler/parcel/pull/2615) - Implement depth option for detailed report [Details](https://togithub.com/parcel-bundler/parcel/pull/2466) ##### Fixed - Resolve package.browser in subfolders (with backslashes) [Details](https://togithub.com/parcel-bundler/parcel/pull/2445) - fix chokidar ignored regex [Details](https://togithub.com/parcel-bundler/parcel/pull/2479) - Defer throwing asset errors until after dependencies are handled. [Details](https://togithub.com/parcel-bundler/parcel/pull/2475) - fix(sourcemaps): Handle null mappings properly [Details](https://togithub.com/parcel-bundler/parcel/pull/2149) - Use Buffer.from [Details](https://togithub.com/parcel-bundler/parcel/pull/2512) - addURLDependency: use always relative path [Details](https://togithub.com/parcel-bundler/parcel/pull/2518) - reexporting + renaming when scopehoisting [Details](https://togithub.com/parcel-bundler/parcel/pull/2491) - Fix and reenable windows scope-hoisting tests [Details](https://togithub.com/parcel-bundler/parcel/pull/2537) - Fix for typescript asset invalidation [Details](https://togithub.com/parcel-bundler/parcel/pull/2485) - Fix hang up when a lot of parallel operation request the file system [Details](https://togithub.com/parcel-bundler/parcel/pull/2452) - Fix localRequire with package/path requests [Details](https://togithub.com/parcel-bundler/parcel/pull/2425) - Refactor htmlnano tests to test for filesize [Details](https://togithub.com/parcel-bundler/parcel/pull/2591) - pug Deprecated pretty [Details](https://togithub.com/parcel-bundler/parcel/pull/2582) - Fix pug test [Details](https://togithub.com/parcel-bundler/parcel/pull/2600) - Use the test to assert this.child.killed rather than checking time difference [Details](https://togithub.com/parcel-bundler/parcel/pull/2612) - Improve tests: symlink tests, Kotlin tests, and maybe test-util module [Details](https://togithub.com/parcel-bundler/parcel/pull/2605) - Handle empty html files [Details](https://togithub.com/parcel-bundler/parcel/pull/2621) - Fix HTMLAsset dependency tag with empty src value [Details](https://togithub.com/parcel-bundler/parcel/pull/2553) - Allow dotfiles to be served [Details](https://togithub.com/parcel-bundler/parcel/pull/2641) - Fix sourceMappingURL for bundles with multiple entry points [Details](https://togithub.com/parcel-bundler/parcel/pull/2645) - Fix absolute path importing in sass [Details](https://togithub.com/parcel-bundler/parcel/pull/2432) - Fix dependency list parsing in RustAsset for paths on Windows [Details](https://togithub.com/parcel-bundler/parcel/pull/2651) - For scope hoisting, Asset IDs cannot contain + or / (base64) [Details](https://togithub.com/parcel-bundler/parcel/pull/2681) - Send CORS headers when a file does not exist [Details](https://togithub.com/parcel-bundler/parcel/pull/2669) - Prevent circular deps from causing a stack overflow in HMR runtime [Details](https://togithub.com/parcel-bundler/parcel/pull/2660) - Fix postcss modules composes imports [Details](https://togithub.com/parcel-bundler/parcel/pull/2642) - fix: set default pragmaFrag option for JSX [Details](https://togithub.com/parcel-bundler/parcel/pull/2486) - Remove unnecessary return await [Details](https://togithub.com/parcel-bundler/parcel/pull/2705) - Fix scopehositing with nested dynamic imports [Details](https://togithub.com/parcel-bundler/parcel/pull/2712) - eslint: enable no-return-await [Details](https://togithub.com/parcel-bundler/parcel/pull/2707) - Throw meaningful error on undefined exports [Details](https://togithub.com/parcel-bundler/parcel/pull/2693) - Add helpful plugin errors [Details](https://togithub.com/parcel-bundler/parcel/pull/2691) - Fix HMR failure with js error on load [Details](https://togithub.com/parcel-bundler/parcel/pull/2531)
prettier/prettier ### [`v1.19.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1191) [Compare Source](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) [diff](https://togithub.com/prettier/prettier/compare/1.19.0...1.19.1) ##### CLI ##### Fix `--stdin` regression in 1.19.0 ([#​6894](https://togithub.com/prettier/prettier/pull/6894) by [@​lydell](https://togithub.com/lydell)) // Prettier stable $ echo "test" | prettier --stdin --parser babel [error] regeneratorRuntime is not defined // Prettier master $ echo "test" | prettier --stdin --parser babel test; ##### TypeScript ##### Fix formatting of union type as arrow function return type ([#​6896](https://togithub.com/prettier/prettier/pull/6896) by [@​thorn0](https://togithub.com/thorn0)) ```jsx // Input export const getVehicleDescriptor = async ( vehicleId: string, ): Promise => {} // Prettier stable export const getVehicleDescriptor = async ( vehicleId: string ): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined> => {}; // Prettier master export const getVehicleDescriptor = async ( vehicleId: string ): Promise< Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined > => {}; ``` ### [`v1.19.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1190) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) [diff](https://togithub.com/prettier/prettier/compare/1.18.2...1.19.0) πŸ”— [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html) ### [`v1.18.2`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1182) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.1...1.18.2) [diff](https://togithub.com/prettier/prettier/compare/1.18.1...1.18.2) - TypeScript: only add trailing commas in tuples for `--trailing-comma=all` ([#​6199] by [@​duailibe]) In Prettier 1.18 we added trailing commas in tuples when `--trailing-comma=all`, but it was also adding for `--trailing-comma=es5`. [#​6199]: https://togithub.com/prettier/prettier/pull/6199 [@​duailibe]: https://togithub.com/duailibe ### [`v1.18.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1181) [Compare Source](https://togithub.com/prettier/prettier/compare/1.18.0...1.18.1) [diff](https://togithub.com/prettier/prettier/compare/1.18.0...1.18.1) - TypeScript: Add trailing comma in tsx, only for arrow function ([#​6190] by [@​sosukesuzuki]) Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it. ```tsx // Input interface Interface1 { one: "one"; } function function1() { return "one"; } // Output (Prettier 1.18.0) interface Interface1 { one: "one"; } function function1() { return "one"; } // Output (Prettier 1.18.1) interface Interface1 { one: "one"; } function function1() { return "one"; } ``` - Config: Match dotfiles in config overrides ([#​6194] by [@​duailibe]) When using [`overrides`](https://prettier.io/docs/en/configuration.html#configuration-overrides) in the config file, Prettier was not matching dotfiles (files that start with `.`). This was fixed in 1.18.1 [#​6190]: https://togithub.com/prettier/prettier/pull/6190 [#​6194]: https://togithub.com/prettier/prettier/pull/6194 [@​duailibe]: https://togithub.com/duailibe [@​sosukesuzuki]: https://togithub.com/sosukesuzuki ### [`v1.18.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1180) [Compare Source](https://togithub.com/prettier/prettier/compare/1.17.1...1.18.0) [diff](https://togithub.com/prettier/prettier/compare/1.17.1...1.18.0) πŸ”— [Release Notes](https://prettier.io/blog/2019/06/06/1.18.0.html) ### [`v1.17.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1171) [Compare Source](https://togithub.com/prettier/prettier/compare/1.17.0...1.17.1) [diff](https://togithub.com/prettier/prettier/compare/1.17.0...1.17.1) - Range: Fix ranged formatting not using the correct line width ([#​6050] by [@​mathieulj]) ```js // Input function f() { if (true) { call("this line is 79 chars", "long", "it should", "stay as single line"); } } // Output (Prettier 1.17.0 run with --range-start 30 --range-end 110) function f() { if (true) { call( "this line is 79 chars", "long", "it should", "stay as single line" ); } } // Output (Prettier 1.17.0 run without range) function f() { if (true) { call("this line is 79 chars", "long", "it should", "stay as single line"); } } // Output (Prettier 1.17.1 with and without range) function f() { if (true) { call("this line is 79 chars", "long", "it should", "stay as single line"); } } ``` - JavaScript: Fix closure compiler typecasts (\[[#​5947](https://togithub.com/prettier/prettier/issues/5947)] by [@​jridgewell]) If a closing parenthesis follows after a typecast in an inner expression, the typecast would wrap everything to the that following parenthesis. ```js // Input test(/** @​type {!Array} */(arrOrString).length); test(/** @​type {!Array} */((arrOrString)).length + 1); // Output (Prettier 1.17.0) test(/** @​type {!Array} */ (arrOrString.length)); test(/** @​type {!Array} */ (arrOrString.length + 1)); // Output (Prettier 1.17.1) test(/** @​type {!Array} */ (arrOrString).length); test(/** @​type {!Array} */ (arrOrString).length + 1); ``` - JavaScript: respect parenthesis around optional chaining before await ([#​6087] by [@​evilebottnawi]) ```js // Input async function myFunction() { var x = (await foo.bar.blah)?.hi; } // Output (Prettier 1.17.0) async function myFunction() { var x = await foo.bar.blah?.hi; } // Output (Prettier 1.17.1) async function myFunction() { var x = (await foo.bar.blah)?.hi; } ``` - Handlebars: Fix {{else}}{{#if}} into {{else if}} merging ([#​6080] by [@​dcyriller]) // Input {{#if a}} a {{else}} {{#if c}} c {{/if}} e {{/if}} // Output (Prettier 1.17.0) {{#if a}} a {{else if c}} c e {{/if}} // Output (Prettier 1.17.1) Code Sample {{#if a}} a {{else}} {{#if c}} c {{/if}} e {{/if}} - JavaScript: Improved multiline closure compiler typecast comment detection ([#​6070] by [@​yangsu]) Previously, multiline closure compiler typecast comments with lines that start with \* weren't flagged correctly and the subsequent parenthesis were stripped. Prettier 1.17.1 fixes this issue. ```js // Input const style =/** * @​type {{ * width: number, * }} */({ width, }); // Output (Prettier 1.17.0) const style =/** * @​type {{ * width: number, * }} */ { width, }; // Output (Prettier 1.17.1) const style =/** * @​type {{ * width: number, * }} */({ width, }); ``` [@​mathieulj]: https://togithub.com/mathieulj [@​yangsu]: https://togithub.com/yangsu [@​dcyriller]: https://togithub.com/dcyriller [@​jridgewell]: https://togithub.com/jridgewell [@​evilebottnawi]: https://togithub.com/evilebottnawi [#​6050]: https://togithub.com/prettier/prettier/pull/6050 [#​6070]: https://togithub.com/prettier/prettier/pull/6070 [#​6080]: https://togithub.com/prettier/prettier/pull/6080 [#​6087]: https://togithub.com/prettier/prettier/pull/6087 ### [`v1.17.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​1170) [Compare Source](https://togithub.com/prettier/prettier/compare/1.16.4...1.17.0) [diff](https://togithub.com/prettier/prettier/compare/1.16.2...1.17.0) πŸ”— [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html)
azz/pretty-quick ### [`v1.11.1`](https://togithub.com/azz/pretty-quick/releases/v1.11.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.11.0...v1.11.1) ##### Bug Fixes - **deps:** bump diff from 3.4.0 to 3.5.0 ([#​66](https://togithub.com/azz/pretty-quick/issues/66)) ([fd20481](https://togithub.com/azz/pretty-quick/commit/fd20481)) ### [`v1.11.0`](https://togithub.com/azz/pretty-quick/releases/v1.11.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.10.0...v1.11.0) ##### Features - add --check CLI option ([#​64](https://togithub.com/azz/pretty-quick/issues/64)) ([a6057ce](https://togithub.com/azz/pretty-quick/commit/a6057ce))
isaacs/rimraf ### [`v2.7.1`](https://togithub.com/isaacs/rimraf/compare/v2.7.0...v2.7.1) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v2.7.0...v2.7.1) ### [`v2.7.0`](https://togithub.com/isaacs/rimraf/compare/v2.6.3...v2.7.0) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v2.6.3...v2.7.0)
palantir/tslint ### [`v5.20.1`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5201) [Compare Source](https://togithub.com/palantir/tslint/compare/5.20.0...5.20.1) No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM. ### [`v5.20.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5200) [Compare Source](https://togithub.com/palantir/tslint/compare/5.19.0...5.20.0) - \[bugfix] fix [`strict-boolean-expressions`](https://palantir.github.io/tslint/rules/strict-boolean-expressions/) false positive with `"ignore-rhs"` option ([#​4833](https://togithub.com/palantir/tslint/issues/4833)) - \[bugfix] fix [`no-unnecessary-type-assertion`](https://palantir.github.io/tslint/rules/no-unnecessary-type-assertion/) no error when `"strict": true` in compiler flags ([#​4841](https://togithub.com/palantir/tslint/issues/4841)) - \[bugfix] "ignore" option for [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) rule works correctly ([#​4848](https://togithub.com/palantir/tslint/issues/4848)) - \[bugfix] fix [`array-type`](https://palantir.github.io/tslint/rules/array-type/) false positive for simple parenthesized types with "array-simple" option ([#​4844](https://togithub.com/palantir/tslint/issues/4844)) - \[new-rule-option][`object-literal-shorthand`](https://palantir.github.io/tslint/rules/object-literal-shorthand/) supports `{"property"?: "never", "method"?: "never"}` as config options ([#​4842](https://togithub.com/palantir/tslint/issues/4842)) - \[new-rule-option]: `allow-generics` option for [`invalid-void`](https://palantir.github.io/tslint/rules/invalid-void) rule ([#​4839](https://togithub.com/palantir/tslint/issues/4839)) - \[new-rule-option] `check-super-calls` option for [`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/) rule ([#​4813](https://togithub.com/palantir/tslint/issues/4813)) - \[chore] Upgrade `diff` dependency to v4.0.1 ([#​4845](https://togithub.com/palantir/tslint/issues/4845), [#​4852](https://togithub.com/palantir/tslint/issues/4852)) Thanks to our contributors! - Bas Bosman - Tanmoy Bhowmik - David Zulaica - Maxime Kjaer - [@​guidsdo](https://togithub.com/guidsdo) - Pavel Birukov - Josh Goldberg - Akshaya Srivatsa ### [`v5.19.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5190) [Compare Source](https://togithub.com/palantir/tslint/compare/5.18.0...5.19.0) - \[bugfix] relax [`promise-function-async`](https://palantir.github.io/tslint/rules/promise-function-async/) for short parenthesized arrow functions ([#​4765](https://togithub.com/palantir/tslint/issues/4765)) - \[bugfix] fix [`no-async-without-await`](https://palantir.github.io/tslint/rules/no-async-without-await/) false positive for abstract methods ([#​4782](https://togithub.com/palantir/tslint/issues/4782)) - \[bugfix] fix [`strict-comparisons`](https://palantir.github.io/tslint/rules/strict-comparisons/) false positive for `null` and `undefined` literals ([#​4786](https://togithub.com/palantir/tslint/issues/4786)) - \[bugfix] improve [`no-angle-bracket-type-assertion`](https://palantir.github.io/tslint/rules/no-angle-bracket-type-assertion/) autofix semantics with more parentheses ([#​4823](https://togithub.com/palantir/tslint/issues/4823)) - \[enhancement] add BigInt support to [`restrict-plus-operands`](https://palantir.github.io/tslint/rules/restrict-plus-operands/) rule ([#​4814](https://togithub.com/palantir/tslint/issues/4814)) - \[enhancement][`await-promise`](https://palantir.github.io/tslint/rules/await-promise/) now supports new TypeScript 3.6 AST API symbols for async iterators ([#​4800](https://togithub.com/palantir/tslint/issues/4800)) - \[new-rule-option] `check-strings` and `check-regex` options for [`max-line-length`](https://palantir.github.io/tslint/rules/max-line-length/) rule ([#​4798](https://togithub.com/palantir/tslint/issues/4798)) - \[new-rule-option] `variable-declaration-ignore-function` option for [`typedef`](https://palantir.github.io/tslint/rules/typedef/) rule ([#​4769](https://togithub.com/palantir/tslint/issues/4769)) - \[new-rule-option] `ignore-blank-lines` option for [`object-literal-sort-keys`](https://palantir.github.io/tslint/rules/object-literal-sort-keys/) rule ([#​4808](https://togithub.com/palantir/tslint/issues/4808)) - \[new-rule][`no-for-in`](https://palantir.github.io/tslint/rules/no-for-in/) ([#​4747](https://togithub.com/palantir/tslint/issues/4747)) - \[new-rule][`invalid-void`](https://palantir.github.io/tslint/rules/invalid-void/) ([#​4736](https://togithub.com/palantir/tslint/issues/4736)) - \[new-rule][`strict-string-expressions`](https://palantir.github.io/tslint/rules/strict-string-expressions/) reports errors on type coercions found in string expressions ([#​4807](https://togithub.com/palantir/tslint/issues/4807)) - \[new-rule][`no-promise-as-boolean`](https://palantir.github.io/tslint/rules/no-promise-as-boolean/) ([#​4790](https://togithub.com/palantir/tslint/issues/4790)) - \[docs] link to OSS fellowship medium post in README ([#​4821](https://togithub.com/palantir/tslint/issues/4821)) Thanks to our contributors! - Josh Pike - Tanmoy Bhowmik - Michael Withagen - Evgeniy Timokhov - Vitalij Krotov - Josh Goldberg - Veda - Guido - Robert Fink - Max Sysoev ### [`v5.18.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5180) [Compare Source](https://togithub.com/palantir/tslint/compare/5.17.0...5.18.0) - \[feature] New `--print-config` CLI flag ([#​4744](https://togithub.com/palantir/tslint/issues/4744)) - \[bugfix][`no-unnecessary-type-assertion`](https://palantir.github.io/tslint/rules/no-unnecessary-type-assertion/) no longer flags `x!` non-null assertions if `--strictNullChecks` is not enabled ([#​3724](https://togithub.com/palantir/tslint/issues/3724)) - \[bugfix][`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) handles unbalanced quotes more gracefully without crashing ([#​4344](https://togithub.com/palantir/tslint/issues/4344)) - \[docs] Add tslint-playground link to README and bug report template ([#​4150](https://togithub.com/palantir/tslint/issues/4150)) - \[enhancement][`no-magic-numbers`](https://palantir.github.io/tslint/rules/no-magic-numbers/) rule ignores arguments passed into default Number methods ([#​3668](https://togithub.com/palantir/tslint/issues/3668)) - \[new-fixer][`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) ([#​3583](https://togithub.com/palantir/tslint/issues/3583)) - \[new-rule-option] `"allow-trailing-lowercase"` option for [`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) rule ([#​3583](https://togithub.com/palantir/tslint/issues/3583)) - \[new-rule-option] `"ignore-accessors"` for [`adjacent-overload-signatures`](https://palantir.github.io/tslint/rules/adjacent-overload-signatures/) to ignore getters / setters overloads ([#​3718](https://togithub.com/palantir/tslint/issues/3718)) - \[new-rule][`no-async-without-await`](https://palantir.github.io/tslint/rules/no-async-without-await/) ([#​3945](https://togithub.com/palantir/tslint/issues/3945)) - \[new-rule][`strict-comparisons`](https://palantir.github.io/tslint/rules/strict-comparisons/) ([#​4519](https://togithub.com/palantir/tslint/issues/4519)) Thanks to our contributors! - Josh Goldberg - smoehrle - Mateusz Witkowski - Andy Hanson - John Wiseheart - Eran Shabi - Tibor Blenessy - AndreasGassmann - Ryan Waskiewicz - Isabelle ### [`v5.17.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5170) [Compare Source](https://togithub.com/palantir/tslint/compare/5.16.0...5.17.0) - \[bugfix][`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) backtic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. ([#​4693](https://togithub.com/palantir/tslint/issues/4693)) - \[bugfix][`no-redundant-jsdoc`](https://palantir.github.io/tslint/rules/no-redundant-jsdoc/) no longer errors on `JSDocThisTag` ([#​4690](https://togithub.com/palantir/tslint/issues/4690)) - \[chore] Update devDependency mocha from v3.2.0 to v6.1.4 ([#​4669](https://togithub.com/palantir/tslint/issues/4669)) ([#​4674](https://togithub.com/palantir/tslint/issues/4674)) - \[chore] Update devDependency js-yaml from ^3.13.0 to ^3.13.1 ([#​4663](https://togithub.com/palantir/tslint/issues/4663)) - \[chore] Update deprecated devDependency github to [@​octokit/rest](https://togithub.com/octokit/rest) ([#​4673](https://togithub.com/palantir/tslint/issues/4673)) - \[chore] Update devDependency nyc from v13.3.0 to v14.1.1 ([#​4699](https://togithub.com/palantir/tslint/issues/4699)) - \[deprecation][`no-use-before-declare`](https://palantir.github.io/tslint/rules/no-use-before-declare/) rule for typescript >= 2.9.0 ([#​4695](https://togithub.com/palantir/tslint/issues/4695)) - \[documentation] Minor fix for [`variable-name`](https://palantir.github.io/tslint/rules/variable-name/) rule metadata ([#​4731](https://togithub.com/palantir/tslint/issues/4731)) - \[documentation] Fixed [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) argument count ([#​4683](https://togithub.com/palantir/tslint/issues/4683)) - \[enhancement] Allow const assertions in [`no-object-literal-type-assertion`](https://palantir.github.io/tslint/rules/no-object-literal-type-assertion/) ([#​4681](https://togithub.com/palantir/tslint/issues/4681)) - \[new-fixer][`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/) ([#​4694](https://togithub.com/palantir/tslint/issues/4694)) Thanks to our contributors! - Bjorn Stromberg - Vitaliy Agoshkov - knafteN - Bowen Ni - Waseem Ahmad - Γ…smund Grammeltvedt - Eric Ferreira - Zhen Tian - Tom Lakesman - zachkirsch ### [`v5.16.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5160) [Compare Source](https://togithub.com/palantir/tslint/compare/5.15.0...5.16.0) - \[bugfix] Excuse more [`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) backtick edge cases and fix behavior for TS < 2.7.1 ([#​4642](https://togithub.com/palantir/tslint/issues/4642)) - \[bugfix] Fix regression in [`interface-name`](https://palantir.github.io/tslint/rules/interface-name/) rule related to numeric characters in interface names ([#​4655](https://togithub.com/palantir/tslint/issues/4655), [#​4626](https://togithub.com/palantir/tslint/issues/4626)) - \[enhancement] Update `nyc` from v10.2.0 to v13.3.0 ([#​4633](https://togithub.com/palantir/tslint/issues/4633)) - \[enhancement] Migrate from deprecated [babel-code-frame](https://www.npmjs.com/package/babel-code-frame) package to new [@​babel/code-frame](https://www.npmjs.com/package/@​babel/code-frame) package ([#​4632](https://togithub.com/palantir/tslint/issues/4632)) - \[enhancement] Improve error message for [`restrict-plus-operands`](https://palantir.github.io/tslint/rules/restrict-plus-operands/) rule. ([#​4635](https://togithub.com/palantir/tslint/issues/4635)) - \[enhancement][`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) rule now whitelists `//region` comments generated by JetBrains IDE ([#​4609](https://togithub.com/palantir/tslint/issues/4609)) - \[enhancement] Relax [`no-null-undefined-union`](https://palantir.github.io/tslint/rules/no-null-undefined-union/) rule. ([#​4625](https://togithub.com/palantir/tslint/issues/4625)) - \[new-rule-option] `allow-else-if` option for [`unnecessary-else`](https://palantir.github.io/tslint/rules/unnecessary-else/) rule ([#​4599](https://togithub.com/palantir/tslint/issues/4599)) - \[documentation] Fix "identifer" typo in custom rules docs ([#​4657](https://togithub.com/palantir/tslint/issues/4657)) - \[documentation] Fix code example for [`switch-default`](https://palantir.github.io/tslint/rules/switch-default/) rule ([#​4650](https://togithub.com/palantir/tslint/issues/4650)) - \[documentation] Fix documentation example for prose formatter ([#​4656](https://togithub.com/palantir/tslint/issues/4656)) - \[documentation][`no-parameter-properties`](https://palantir.github.io/tslint/rules/no-parameter-properties/): fix unclear rule description ([#​4629](https://togithub.com/palantir/tslint/issues/4629)) - \[documentation] Fix typo in rule docs generation ([#​4638](https://togithub.com/palantir/tslint/issues/4638)) Thanks to our contributors! - Oleg Artene - William Neely - Bjorn Stromberg - Matthew Barry - Neha Rathi - Vincent Langlet - rarenal - Greg Jednaszewski - Adam Postma - Eric Ferreira - Evgeniy Timokhov - Martin Probst ### [`v5.15.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5150) [Compare Source](https://togithub.com/palantir/tslint/compare/5.14.0...5.15.0) - \[api] `WalkContext` and `AbstractWalker` type parameter defaults to `void` ([#​2600](https://togithub.com/palantir/tslint/issues/2600)) - \[bugfix][`no-void-expression`](https://palantir.github.io/tslint/rules/no-void-expression/) now allows conditional expressions ([#​4606](https://togithub.com/palantir/tslint/issues/4606)) - \[bugfix] fix linebreak handling in [`ordered-imports`](https://palantir.github.io/tslint/rules/ordered-imports/) ([#​4583](https://togithub.com/palantir/tslint/issues/4583)) - \[bugfix] fix [`static-this`](https://palantir.github.io/tslint/rules/static-this/) false positive for higher order components ([#​4580](https://togithub.com/palantir/tslint/issues/4580)) - \[bugfix] Fixed crash in [`unnecessary-else`](https://palantir.github.io/tslint/rules/unnecessary-else/) from blank `if` statements ([#​4603](https://togithub.com/palantir/tslint/issues/4603)) - \[bugfix] Fixed false positive in [`unnecessary-else`](https://palantir.github.io/tslint/rules/unnecessary-else/) after non-jumping statement ([#​4603](https://togithub.com/palantir/tslint/issues/4603)) - \[bugfix][`interface-name`](https://palantir.github.io/tslint/rules/interface-name/) now handles interface starting with "I18n" correctly ([#​4486](https://togithub.com/palantir/tslint/issues/4486)) - \[bugfix][`no-string-throw`](https://palantir.github.io/tslint/rules/no-string-throw/) fix inserts whitespace if not present after `throw` keyword ([#​4540](https://togithub.com/palantir/tslint/issues/4540)) - \[bugfix][`quotemark`](https://palantir.github.io/tslint/rules/quotemark/): fix some edge cases for `backtick` option ([#​4618](https://togithub.com/palantir/tslint/issues/4618)) - \[bugfix][`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/): don't flag non-private constructors that are actually necessary ([#​4619](https://togithub.com/palantir/tslint/issues/4619)) - \[enhancement] Upgrade js-yaml to avoid security issue ([#​4595](https://togithub.com/palantir/tslint/issues/4595)) - \[new-rule-option] `allow-single-line-comments` option for [`file-header`](https://palantir.github.io/tslint/rules/file-header/) rule ([#​4560](https://togithub.com/palantir/tslint/issues/4560)) - \[new-rule-option] `ignore-rest-args` option for [`no-any`](https://palantir.github.io/tslint/rules/no-any/) rule ([#​4581](https://togithub.com/palantir/tslint/issues/4581)) - \[new-rule][`no-null-undefined-union`](https://palantir.github.io/tslint/rules/no-null-undefined-union/) ([#​4589](https://togithub.com/palantir/tslint/issues/4589)) Thanks to our contributors! - Max Belsky - Steve Moser - Christian Flach - Roman Rogowski - Terry - Luke - Andy Hanson - Vitalij Krotov - Josh Goldberg - Vincent Langlet - Neha Rathi - Eric Ferreira ### [`v5.14.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5140) [Compare Source](https://togithub.com/palantir/tslint/compare/5.13.1...5.14.0) - \[bugfix] `backtick` option for [`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) rule no longer incorrectly flags string literals that must use single/double quotes ([#​4535](https://togithub.com/palantir/tslint/issues/4535)) - \[bugfix] Fixed regression in CheckstyleFormatter backwards compatibility ([#​4561](

Configuration

πŸ“… Schedule: "before 3am on Monday" (UTC).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

Levertion commented 5 years ago

bors r+

Levertion commented 5 years ago

bors r-

I'm gonna wait until all the branches are up to date.

bors[bot] commented 5 years ago

Canceled