Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 63c79ff

Browse files
Merge #20
20: chore(deps-dev): update tslint requirement from 5.16.0 to 5.17.0 r=Levertion a=dependabot-preview[bot] Updates the requirements on [tslint](https://github.com/palantir/tslint) to permit the latest version. <details> <summary>Release notes</summary> *Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).* > ## v5.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://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4690)) > - [chore] Update devDependency mocha from v3.2.0 to v6.1.4 ([#4669](https://github-redirect.dependabot.com/palantir/tslint/issues/4669)) ([#4674](https://github-redirect.dependabot.com/palantir/tslint/issues/4674)) > - [chore] Update devDependency js-yaml from ^3.13.0 to ^3.13.1 ([#4663](https://github-redirect.dependabot.com/palantir/tslint/issues/4663)) > - [chore] Update deprecated devDependency github to @octokit/rest ([#4673](https://github-redirect.dependabot.com/palantir/tslint/issues/4673)) > - [chore] Update devDependency nyc from v13.3.0 to v14.1.1 ([#4699](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4695)) > - [documentation] Minor fix for [`variable-name`](https://palantir.github.io/tslint/rules/variable-name/) rule metadata ([#4731](https://github-redirect.dependabot.com/palantir/tslint/issues/4731)) > - [documentation] Fixed [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) argument count ([#4683](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4681)) > - [new-fixer] [`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/) ([#4694](https://github-redirect.dependabot.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 </details> <details> <summary>Changelog</summary> *Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).* > ## v5.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://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4690)) > - [chore] Update devDependency mocha from v3.2.0 to v6.1.4 ([#4669](https://github-redirect.dependabot.com/palantir/tslint/issues/4669)) ([#4674](https://github-redirect.dependabot.com/palantir/tslint/issues/4674)) > - [chore] Update devDependency js-yaml from ^3.13.0 to ^3.13.1 ([#4663](https://github-redirect.dependabot.com/palantir/tslint/issues/4663)) > - [chore] Update deprecated devDependency github to @octokit/rest ([#4673](https://github-redirect.dependabot.com/palantir/tslint/issues/4673)) > - [chore] Update devDependency nyc from v13.3.0 to v14.1.1 ([#4699](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4695)) > - [documentation] Minor fix for [`variable-name`](https://palantir.github.io/tslint/rules/variable-name/) rule metadata ([#4731](https://github-redirect.dependabot.com/palantir/tslint/issues/4731)) > - [documentation] Fixed [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) argument count ([#4683](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4681)) > - [new-fixer] [`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/) ([#4694](https://github-redirect.dependabot.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 > > - [bugfix] Excuse more [`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) backtick edge cases and fix behavior for TS < 2.7.1 ([#4642](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4655), [#4626](https://github-redirect.dependabot.com/palantir/tslint/issues/4626)) > - [enhancement] Update `nyc` from v10.2.0 to v13.3.0 ([#4633](https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4609)) > - [enhancement] Relax [`no-null-undefined-union`](https://palantir.github.io/tslint/rules/no-null-undefined-union/) rule. ([#4625](https://github-redirect.dependabot.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://github-redirect.dependabot.com/palantir/tslint/issues/4599)) > - [documentation] Fix "identifer" typo in custom rules docs ([#4657](https://github-redirect.dependabot.com/palantir/tslint/issues/4657)) > - [documentation] Fix code example for [`switch-default`](https://palantir.github.io/tslint/rules/switch-default/) rule ([#4650](https://github-redirect.dependabot.com/palantir/tslint/issues/4650)) > - [documentation] Fix documentation example for prose formatter ([#4656](https://github-redirect.dependabot.com/palantir/tslint/issues/4656)) > - [documentation] [`no-parameter-properties`](https://palantir.github.io/tslint/rules/no-parameter-properties/): fix unclear rule description ([#4629](https://github-redirect.dependabot.com/palantir/tslint/issues/4629)) > - [documentation] Fix typo in rule docs generation ([#4638](https://github-redirect.dependabot.com/palantir/tslint/issues/4638)) > > Thanks to our contributors! > > - Oleg Artene > - William Neely > - Bjorn Stromberg > - Matthew Barry ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`92c9f36`](palantir/tslint@92c9f36) Prepare v5.17.0 ([#4751](https://github-redirect.dependabot.com/palantir/tslint/issues/4751)) - [`b986082`](palantir/tslint@b986082) Add "cd tslint" to README quick start ([#4735](https://github-redirect.dependabot.com/palantir/tslint/issues/4735)) - [`94dafa0`](palantir/tslint@94dafa0) [enhancement] Update devDependency nyc from v13.3.0 to v14.1.1 ([#4699](https://github-redirect.dependabot.com/palantir/tslint/issues/4699)) - [`726a65c`](palantir/tslint@726a65c) Fix up variable-name rule metadata ([#4731](https://github-redirect.dependabot.com/palantir/tslint/issues/4731)) - [`8ef652e`](palantir/tslint@8ef652e) Fixes "no-redundant-jsdoc" exception on this tag ([#4690](https://github-redirect.dependabot.com/palantir/tslint/issues/4690)) - [`3efdfe5`](palantir/tslint@3efdfe5) quiet describe typo ([#4688](https://github-redirect.dependabot.com/palantir/tslint/issues/4688)) - [`c98a859`](palantir/tslint@c98a859) [quotemark] Exclude some cases from backtick rule ([#4693](https://github-redirect.dependabot.com/palantir/tslint/issues/4693)) - [`d79cd18`](palantir/tslint@d79cd18) Allow const assertions in no-object-literal-type-assertion ([#4681](https://github-redirect.dependabot.com/palantir/tslint/issues/4681)) - [`5a3a640`](palantir/tslint@5a3a640) Deprecate no-use-before-declare rule for typescript >= 2.9.0 ([#4695](https://github-redirect.dependabot.com/palantir/tslint/issues/4695)) - [`be293b0`](palantir/tslint@be293b0) Add a fixer for "unnecessary-constructor" rule. ([#4694](https://github-redirect.dependabot.com/palantir/tslint/issues/4694)) - Additional commits viewable in [compare view](palantir/tslint@5.16.0...5.17.0) </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
2 parents d9eafbe + eb895b3 commit 63c79ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binary-nbt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node": "10.0.3",
4343
"mocha": "6.1.4",
4444
"ts-mocha": "6.0.0",
45-
"tslint": "5.16.0",
45+
"tslint": "5.17.0",
4646
"typedoc": "0.14.2",
4747
"typescript": "3.4.5"
4848
},

id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/mocha": "5.2.6",
3030
"mocha": "6.1.4",
3131
"ts-mocha": "6.0.0",
32-
"tslint": "5.16.0",
32+
"tslint": "5.17.0",
3333
"typedoc": "0.14.2",
3434
"typescript": "3.4.5"
3535
},

result/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/mocha": "5.2.6",
3030
"mocha": "6.1.4",
3131
"ts-mocha": "6.0.0",
32-
"tslint": "5.16.0",
32+
"tslint": "5.17.0",
3333
"typedoc": "0.14.2",
3434
"typescript": "3.4.5"
3535
},

0 commit comments

Comments
 (0)