Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update typescript packages (minor) #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 18, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) 5.11.0 -> 5.20.1 age adoption passing confidence
typescript (source) 3.2.4 -> 3.9.10 age adoption passing confidence

Release Notes

palantir/tslint

v5.20.1

Compare Source

No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.

v5.20.0

Compare Source

Thanks to our contributors!

  • Bas Bosman
  • Tanmoy Bhowmik
  • David Zulaica
  • Maxime Kjaer
  • @​guidsdo
  • Pavel Birukov
  • Josh Goldberg
  • Akshaya Srivatsa

v5.19.0

Compare Source

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

Compare Source

Thanks to our contributors!

  • Josh Goldberg
  • smoehrle
  • Mateusz Witkowski
  • Andy Hanson
  • John Wiseheart
  • Eran Shabi
  • Tibor Blenessy
  • AndreasGassmann
  • Ryan Waskiewicz
  • Isabelle

v5.17.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Thanks to our contributors!

  • Roman Rogowski
  • Max Belsky
  • Edward Drapkin
  • Dominik Palo
  • Matthew McCune
  • Debsmita
  • Lucas Charles
  • Piotr Gajowniczek
  • Darren Anderson
  • Noam Yogev
  • Josh Goldberg
  • Karol Majewski

v5.13.1

Compare Source

  • [bugfix] Fix regression in CheckstyleFormatter backwards compatibility (#​4561)

v5.13.0

Compare Source

  • [deprecation] Mark RuleWalker and ProgramAwareRuleWalker as deprecated (#​4413)
  • [bugfix] Create output directory when the output path (specified by --out CLI flag) does not exist. (#​4507)
  • [bugfix] Explicit disabling of rules is now copied over to jsRules when using jsRules: true (#​4517)
  • [bugfix] unknown is recognized as simple type in array-type (#​4433)
  • [bugfix]ban: Fix a false positive which would occur when banning method calls nested inside objects. Previously, banning ["a", "b", "c"] would trigger lint failures on the syntax b.c(), which was not the intent of this rule. (#​4383)
  • [bugfix] Fixed single-line comment parsing for completed-docs (#​3557)
  • [bugfix]trailing-comma no longer crashes if it cannot find the closing parenthesis of a function declaration (#​4457)
  • [bugfix]no-unsafe-any: allow implicitly downcasting any to unknown (#​4442)
  • [bugfix] Add grouped-imports to tslint:all (#​4420)
  • [docs] Fix docs typo (#​4395)
  • [enhancement] Add "formatting" rule category (#​2832)
  • [enhancement]ordered-imports now supports a groups option to provide custom grouping rules. (#​4134)
  • [enhancement] Convert completed-docs to an untyped rule (#​3557)
  • [enhancement] Checkstyle formatter includes every file linted regardless of lint errors. (#​3838)
  • [enhancement] Formatters now receive the full list of of linted file paths as a third argument. (#​3838)
  • [enhancement]array-type rule handles Typescript 3.0's unknown type properly (#​4219)
  • [enhancement]import-blacklist now supports regular expression patterns for blacklisting (#​3504)
  • [new-rule] no-restricted-globals (#​3824)
  • [new-fixer] added fixer for newline-before-return rule (#​4482)
  • [new-fixer]number-literal-format now includes auto fix (#​4496)
  • [new-rule-option] Added whitelist option to no-unbound-method (#​4472)
  • [new-rule-option] Added jsx-ignore option to no-magic-numbers rule (#​4460)
  • [new-rule-option]: object-literal-sort-keys: Add match-declaration-order-only option (#​3748)
  • [new-rule-option]strict-boolean-expressions accepts ignore-rhs option to disable checking the right-hand side of the && and || operators as strictly boolean. (#​4159)

Thanks to our contributors!

  • Enes SOYLU
  • jbsingh
  • Sven Efftinge
  • James C. Davis
  • Norio Suzuki
  • Thomas den Hollander
  • Retsam
  • Dobes Vandermeer
  • Young Min Kim
  • Grant Wu
  • Felix Schindler
  • Lydia
  • Adrian Leonhard
  • James Jensen
  • Athene Noctua
  • Allen
  • Vincent Langlet
  • Paul Medynski
  • Liz
  • Piotr Gajowniczek
  • Max Sysoev
  • Jakub Beneš
  • Ian Mobley
  • 周昊宇
  • Nazanin Delam
  • Matt R. Wilson
  • Andy Hanson
  • Zen
  • Josh Goldberg
  • Jeff Lau

v5.12.1

Compare Source

v5.12.0

Compare Source

Microsoft/TypeScript

v3.9.10: TypeScript 3.9.10

Compare Source

This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.

v3.9.9: TypeScript 3.9.9

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v3.9.8: TypeScript 3.9.8

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

v3.9.7: TypeScript 3.9.7

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

v3.9.6: TypeScript 3.9.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

v3.9.5: TypeScript 3.9.5

This release contains bug fixes in type-checking, emit, and editor scenarios.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

v3.9.3: TypeScript 3.9.3

Compare Source

This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.9.2: TypeScript 3.9.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.8.3: TypeScript 3.8.3

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v3.8.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.8.2: TypeScript 3.8.2

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v3.8.2.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.7: TypeScript 3.7.7

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v3.7.6: TypeScript 3.7.6

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

v3.7.5: TypeScript 3.7.5

Compare Source

For the complete list of fixed issues, check out the

v3.7.4: TypeScript 3.7.4

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.3: TypeScript 3.7.3

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.2: TypeScript 3.7.2

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v3.7.2.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.5: TypeScript 3.6.5

Compare Source

This patch fixes an issue where TypeScript would erroneously report the following error under noImplicitAny when encountering a private get accessor in a .d.ts file.

Property 'myGetter' implicitly has type 'any', because its get accessor lacks a return type annotation.

This is an issue when using packages published from TypeScript 3.7 and newer. Users can upgrade to 3.6.5 to fix the issue.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.4: TypeScript 3.6.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.3: TypeScript 3.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.6.2: TypeScript 3.6.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.5.3: TypeScript 3.5.3

Compare Source

This update fixes an issue with declaration emit when exported entities have function properties assigned to them.

Downloads are available on:

v3.5.2: TypeScript 3.5.2

Compare Source

For new features, check out the What's new in TypeScript v3.5.2.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

v3.5.1: TypeScript 3.5.1

Compare Source

For release notes, check out the release announcement.

For new features, check out the What's new in TypeScript v3.5.1.

For breaking changes, check out the Breaking changes in TypeScript 3.5 page.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.4.5: TypeScript 3.4.5

Compare Source

This release fixes an issue when running on node installations without npm.

For the complete list of fixed issues, check out the


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.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency tslint to v5.12.0 chore(deps): update dependency tslint to v5.12.1 Jan 10, 2019
@renovate renovate bot force-pushed the renovate/typescript branch from 919b391 to ed7815f Compare January 10, 2019 22:53
@renovate renovate bot changed the title chore(deps): update dependency tslint to v5.12.1 chore(deps): update typescript packages Jan 17, 2019
@renovate renovate bot force-pushed the renovate/typescript branch from ed7815f to 1f43118 Compare January 17, 2019 22:55
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 591f72d to ac96e39 Compare February 7, 2019 19:35
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 6cdb9c9 to 217eca4 Compare February 23, 2019 22:21
@renovate renovate bot changed the title chore(deps): update typescript packages chore(deps): update typescript packages (minor) Feb 24, 2019
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from fbba884 to 2d674d5 Compare March 1, 2019 03:05
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 1fa911c to 1d41cd1 Compare March 20, 2019 00:08
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from f0843f8 to 958f7a5 Compare April 1, 2019 22:56
@renovate renovate bot force-pushed the renovate/typescript branch 3 times, most recently from 9098495 to 9ccea59 Compare April 9, 2019 23:47
@renovate renovate bot force-pushed the renovate/typescript branch 3 times, most recently from 71ae703 to 859eca6 Compare April 23, 2019 17:44
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 590bc98 to f8cde44 Compare May 30, 2019 20:19
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from d359ded to 8a776bd Compare June 13, 2019 17:41
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 1ec7f15 to 1312936 Compare June 21, 2019 15:19
@renovate renovate bot force-pushed the renovate/typescript branch from 1312936 to 6126814 Compare July 8, 2019 22:30
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 07bcb72 to 5756092 Compare August 25, 2019 23:40
@renovate renovate bot force-pushed the renovate/typescript branch from 5756092 to 07bff8a Compare August 28, 2019 17:51
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 2058e6e to 49091ba Compare September 10, 2019 21:20
@renovate renovate bot force-pushed the renovate/typescript branch from 49091ba to 1bed940 Compare October 9, 2019 20:31
@renovate renovate bot force-pushed the renovate/typescript branch 3 times, most recently from d0e54f3 to 7d88009 Compare November 5, 2019 18:14
@renovate renovate bot force-pushed the renovate/typescript branch from 7d88009 to 86bf40c Compare November 18, 2019 04:43
@renovate renovate bot force-pushed the renovate/typescript branch from 86bf40c to db198e7 Compare December 4, 2019 08:15
@renovate renovate bot force-pushed the renovate/typescript branch from db198e7 to daf2ef4 Compare December 20, 2019 21:18
@renovate renovate bot force-pushed the renovate/typescript branch from daf2ef4 to 933d1ca Compare January 16, 2020 21:22
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from d79c933 to 3314a7b Compare February 26, 2020 02:54
@renovate renovate bot force-pushed the renovate/typescript branch from 3314a7b to af1c837 Compare February 28, 2020 22:33
@renovate renovate bot force-pushed the renovate/typescript branch from af1c837 to 9b6388d Compare May 12, 2020 21:46
@renovate renovate bot force-pushed the renovate/typescript branch from 9b6388d to 8aff19a Compare May 19, 2020 23:48
@renovate renovate bot force-pushed the renovate/typescript branch from 8aff19a to b977583 Compare June 4, 2020 18:40
@renovate renovate bot force-pushed the renovate/typescript branch from b977583 to 7405996 Compare July 1, 2020 18:17
@renovate renovate bot force-pushed the renovate/typescript branch from 7405996 to c10ea7a Compare July 16, 2020 19:53
@renovate renovate bot force-pushed the renovate/typescript branch 2 times, most recently from 9fbdb29 to 3b66db4 Compare February 10, 2021 21:54
@renovate renovate bot force-pushed the renovate/typescript branch from 3b66db4 to 6031292 Compare June 16, 2021 22:55
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant