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 (major) #331

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 31, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) 5.12.1 -> 6.1.3 age adoption passing confidence
typescript (source) 3.3.4000 -> 5.7.2 age adoption passing confidence

Release Notes

palantir/tslint (tslint)

v6.1.3

Compare Source

  • [bugfix] add support for TypeScript 4.0 peer dependency (#​4943)

v6.1.2

Compare Source

  • [bugfix] restore typings compatibility with TS < 3.8 (#​4933)

v6.1.1

Compare Source

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#​4918)

v6.1.0

Compare Source

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

Compare Source

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 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

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
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.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:

v5.5.3: TypeScript 5.5.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:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.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:

v5.4.3: TypeScript 5.4.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:

v5.4.2: TypeScript 5.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:

v5.3.3: TypeScript 5.3.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:

v5.3.2: TypeScript 5.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:

v5.2.2: TypeScript 5.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:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.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:

v5.0.4: TypeScript 5.0.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:

v5.0.3: TypeScript 5.0.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:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

v4.9.4: TypeScript 4.9.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:

Changes:

This list of changes was auto generated.

v4.9.3: TypeScript 4.9

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

See More
  • 3d2b401 Fix assertion functions accessed via wildcard imports (#​51324)
  • 64d0d5a fix(51301): Fixing an unused import at the end of a line removes the newline (#​51320)
  • 754eeb2 Update CodeQL workflow and configuration, fix found bugs (#​51263)
  • d8aad26 Update package-lock.json
  • d4f26c8 fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#​51256)
  • 16faf45 Update package

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-typescript branch from 44a6675 to 37a4e78 Compare August 20, 2020 16:45
@renovate renovate bot changed the title chore(deps): update dependency tslint to v6 chore(deps): update typescript packages (major) Aug 20, 2020
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 821bde2 to 5a30c6a Compare September 18, 2020 20:24
@renovate renovate bot changed the title chore(deps): update typescript packages (major) chore(deps): update dependency typescript to v4 Sep 21, 2020
@renovate renovate bot force-pushed the renovate/major-typescript branch from 5a30c6a to d2fd9e7 Compare October 26, 2020 23:42
@renovate renovate bot force-pushed the renovate/major-typescript branch from d2fd9e7 to 28a3836 Compare November 19, 2020 22:35
@renovate renovate bot force-pushed the renovate/major-typescript branch from 28a3836 to a95e224 Compare December 11, 2020 22:03
@renovate renovate bot force-pushed the renovate/major-typescript branch from a95e224 to 29d2664 Compare January 15, 2021 18:15
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 27ba9d1 to a888eb4 Compare February 10, 2021 21:53
@renovate renovate bot force-pushed the renovate/major-typescript branch from a888eb4 to 3ecc7ca Compare February 23, 2021 22:37
@renovate renovate bot force-pushed the renovate/major-typescript branch from 3ecc7ca to 9930bcc Compare March 5, 2021 00:37
@renovate renovate bot force-pushed the renovate/major-typescript branch from 9930bcc to 8eb9886 Compare April 7, 2021 19:16
@renovate renovate bot force-pushed the renovate/major-typescript branch from 8eb9886 to ba3efdf Compare May 26, 2021 19:27
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4 chore(deps): update dependency typescript to v4 - autoclosed Jun 16, 2021
@renovate renovate bot closed this Jun 16, 2021
@renovate renovate bot deleted the renovate/major-typescript branch June 16, 2021 22:56
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4 - autoclosed chore(deps): update dependency typescript to v4 Jun 17, 2021
@renovate renovate bot restored the renovate/major-typescript branch June 17, 2021 00:17
@renovate renovate bot reopened this Jun 17, 2021
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from ae4c38c to 5f6f36f Compare June 17, 2021 20:16
@renovate renovate bot force-pushed the renovate/major-typescript branch from 5f6f36f to 4b5bb35 Compare July 1, 2021 00:05
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4b5bb35 to 7865a02 Compare August 26, 2021 23:18
@renovate renovate bot force-pushed the renovate/major-typescript branch from 0ea56c3 to 77e9801 Compare October 18, 2021 16:19
@renovate renovate bot force-pushed the renovate/major-typescript branch from 77e9801 to 727b87c Compare March 7, 2022 10:56
@renovate renovate bot force-pushed the renovate/major-typescript branch from 727b87c to 2a480fd Compare March 26, 2022 15:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from 2a480fd to db97912 Compare May 16, 2022 00:05
@renovate renovate bot force-pushed the renovate/major-typescript branch from db97912 to 2a71ff6 Compare June 18, 2022 23:43
@renovate renovate bot force-pushed the renovate/major-typescript branch from 7df3462 to e07757b Compare November 20, 2022 18:25
@renovate renovate bot force-pushed the renovate/major-typescript branch from e07757b to 0a1d915 Compare March 16, 2023 11:26
@renovate renovate bot force-pushed the renovate/major-typescript branch from 0a1d915 to 2960ca9 Compare March 24, 2023 23:06
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4 chore(deps): update dependency typescript to v5 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/major-typescript branch from 2960ca9 to 9254efa Compare March 30, 2023 23:33
@renovate renovate bot force-pushed the renovate/major-typescript branch from 9254efa to d3303de Compare April 17, 2023 13:15
@renovate renovate bot force-pushed the renovate/major-typescript branch from d3303de to fb1c15a Compare June 1, 2023 19:01
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 740cd60 to 4d085ad Compare June 29, 2023 02:16
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4d085ad to 51a654c Compare August 24, 2023 19:49
@renovate renovate bot force-pushed the renovate/major-typescript branch from 51a654c to a8bdd82 Compare November 20, 2023 19:14
@renovate renovate bot force-pushed the renovate/major-typescript branch from a8bdd82 to a2b0a29 Compare December 6, 2023 21:18
@renovate renovate bot force-pushed the renovate/major-typescript branch from a2b0a29 to 5dda2c3 Compare March 6, 2024 18:39
@renovate renovate bot force-pushed the renovate/major-typescript branch from 5dda2c3 to 78054d5 Compare March 20, 2024 16:14
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5 chore(deps): update typescript packages (major) Mar 20, 2024
@renovate renovate bot force-pushed the renovate/major-typescript branch from 78054d5 to 7eb68f9 Compare March 20, 2024 20:24
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from e9f92de to ba10166 Compare April 10, 2024 17:06
@renovate renovate bot force-pushed the renovate/major-typescript branch from ba10166 to 65e027d Compare June 20, 2024 18:24
@renovate renovate bot force-pushed the renovate/major-typescript branch from 65e027d to 73b9ca8 Compare July 1, 2024 19:29
@renovate renovate bot force-pushed the renovate/major-typescript branch from 73b9ca8 to f8530c0 Compare July 23, 2024 03:08
@renovate renovate bot force-pushed the renovate/major-typescript branch from f8530c0 to 3d73948 Compare September 9, 2024 18:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from 3d73948 to 2decd82 Compare October 9, 2024 01:32
@renovate renovate bot force-pushed the renovate/major-typescript branch from 2decd82 to f959dc8 Compare November 22, 2024 19:54
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.

0 participants