shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
204 stars 27 forks source link

chore(deps): update dependency tslint to v6 #420

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) ^5.19.0 -> ^6.0.0 age adoption passing confidence

Release Notes

palantir/tslint (tslint) ### [`v6.1.3`](https://togithub.com/palantir/tslint/blob/HEAD/CHANGELOG.md#v613) [Compare Source](https://togithub.com/palantir/tslint/compare/6.1.2...6.1.3) - \[bugfix] add support for TypeScript 4.0 peer dependency ([#​4943](https://togithub.com/palantir/tslint/issues/4943)) ### [`v6.1.2`](https://togithub.com/palantir/tslint/blob/HEAD/CHANGELOG.md#v612) [Compare Source](https://togithub.com/palantir/tslint/compare/6.1.1...6.1.2) - \[bugfix] restore typings compatibility with TS < 3.8 ([#​4933](https://togithub.com/palantir/tslint/issues/4933)) ### [`v6.1.1`](https://togithub.com/palantir/tslint/blob/HEAD/CHANGELOG.md#v611) [Compare Source](https://togithub.com/palantir/tslint/compare/6.1.0...6.1.1) - \[bugfix] upgrade mkdirp dependency to `^0.5.3` ([#​4918](https://togithub.com/palantir/tslint/issues/4918)) ### [`v6.1.0`](https://togithub.com/palantir/tslint/blob/HEAD/CHANGELOG.md#v610) [Compare Source](https://togithub.com/palantir/tslint/compare/6.0.0...6.1.0) - \[enhancement] Upgrade to TypeScript 3.8, support new syntax ([#​4915](https://togithub.com/palantir/tslint/issues/4915)) - \[docs][`no-object-literal-type-assertion`](https://palantir.github.io/tslint/rules/no-object-literal-type-assertion/) fix typo in rule description ([#​4911](https://togithub.com/palantir/tslint/issues/4911)) Thanks to our contributors! - Daniel Zwelling - Ryan Delaney ### [`v6.0.0`](https://togithub.com/palantir/tslint/blob/HEAD/CHANGELOG.md#v600) [Compare Source](https://togithub.com/palantir/tslint/compare/5.20.1...6.0.0) This version has been marked as deprecated on NPM to encourage users to migrate to ESLint. - \[bugfix] fix `enforce-trailing-newline` option in [`file-header`](https://palantir.github.io/tslint/rules/file-header/) rule ([#​4890](https://togithub.com/palantir/tslint/issues/4890)) - \[bugfix] avoid writing to temp files with `writeFileSync` on macOS 10.15 ([#​4887](https://togithub.com/palantir/tslint/issues/4887)) - \[bugfix] fix crash in [`completed-docs`](https://palantir.github.io/tslint/rules/completed/) rule when tag contents are undefined ([#​4895](https://togithub.com/palantir/tslint/issues/4895)) - \[docs] fix example code of Radix rule ([#​4892](https://togithub.com/palantir/tslint/issues/4892)) - \[docs] Add missing colon after `[error]` in testing rules documentation ([#​4903](https://togithub.com/palantir/tslint/issues/4903)) Thanks to our contributors! - Ivan Sorokin - Tanmoy Bhowmik - Meng Wang - Jay Bhagat - Aman Sharma - Josh Goldberg ### [`v5.20.1`](https://togithub.com/palantir/tslint/blob/HEAD/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/HEAD/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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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