vscode-shell-snippets
vscode-shell-snippets copied to clipboard
Bump tslint from 5.20.1 to 6.1.3
Bumps tslint from 5.20.1 to 6.1.3.
Release notes
Sourced from tslint's releases.
v6.1.3
- [bugfix] add support for TypeScript 4.0 peer dependency (#4943)
v6.1.2
- [bugfix] restore typings compatibility with TS < 3.8 (#4933)
v6.1.1
- [bugfix] upgrade mkdirp dependency to
^0.5.3
(#4918)v6.1.0
- [enhancement] Upgrade to TypeScript 3.8, support new syntax (#4915)
- [docs]
no-object-literal-type-assertion
fix typo in rule description (#4911)Thanks to our contributors!
- Daniel Zwelling
- Ryan Delaney
v6.0.0
⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
- [bugfix] fix
enforce-trailing-newline
option infile-header
rule (#4890)- [bugfix] avoid writing to temp files with
writeFileSync
on macOS 10.15 (#4887)- [bugfix] fix crash in
completed-docs
rule when tag contents are undefined (#4895)- [docs] fix example code of Radix rule (#4892)
- [docs] Add missing colon after
[error]
in testing rules documentation (#4903)Thanks to our contributors!
- Ivan Sorokin
- Tanmoy Bhowmik
- Meng Wang
- Jay Bhagat
- Aman Sharma
- Josh Goldberg
v6.0.0-beta1
No changes from v6.0.0-beta0, just re-released to correctly mark with the
beta
dist-tags on NPM.v6.0.0-beta0
- :fire: BREAKING CHANGES :fire:
- [api] Changed default formatter to stylish (#4872)
- [enhancement] Removed formatting and whitespace rules from
tslint:recommended
configuration (#4871)- [enhancement] Removed pedantic rules from
tslint:recommended
configuration (#4312)- [enhancement]
vso
formatter now reports severity of rule failures (#4286)- [enhancement]
typedef
rulearrow-call-signature
option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533)- [bugfix]
ordered-imports
is now consistent with TypeScript's Organise Imports ordering (#4064)
Changelog
Sourced from tslint's changelog.
v6.1.3
- [bugfix] add support for TypeScript 4.0 peer dependency (#4943)
v6.1.2
- [bugfix] restore typings compatibility with TS < 3.8 (#4933)
v6.1.1
- [bugfix] upgrade mkdirp dependency to
^0.5.3
(#4918)v6.1.0
- [enhancement] Upgrade to TypeScript 3.8, support new syntax (#4915)
- [docs]
no-object-literal-type-assertion
fix typo in rule description (#4911)Thanks to our contributors!
- Daniel Zwelling
- Ryan Delaney
v6.0.0
This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
- [bugfix] fix
enforce-trailing-newline
option infile-header
rule (#4890)- [bugfix] avoid writing to temp files with
writeFileSync
on macOS 10.15 (#4887)- [bugfix] fix crash in
completed-docs
rule when tag contents are undefined (#4895)- [docs] fix example code of Radix rule (#4892)
- [docs] Add missing colon after
[error]
in testing rules documentation (#4903)Thanks to our contributors!
- Ivan Sorokin
- Tanmoy Bhowmik
- Meng Wang
- Jay Bhagat
- Aman Sharma
- Josh Goldberg
v6.0.0-beta1
No changes from v6.0.0-beta0, just re-released to correctly mark with the
beta
andnext
dist-tags on NPM.v6.0.0-beta0
Commits
10fc233
Prepare release v6.1.3 (#4944)0efa8ec
fix: add support for TypeScript 4.0 (#4943)19fdb01
docs: tweak index page deprecation notice011667a
docs: add deprecation notice (#4935)24d29e4
Prepare release v6.1.24218876
chore: format changelog with prettier700f223
fix(typings): restore compatibility with TS<3.8 (#4933)a66f3b3
chore: use bug report template for all issues (#4927)8efa78e
Prepare release v6.1.1ead6583
Bump mkdirp dependency to 0.5.3 (#4918)- Additional commits viewable in compare view
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 commands and options
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 close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor 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:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)