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): typescript packages (major) #140

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) 5.11.0 -> 6.1.3 age adoption passing confidence
typescript (source) 3.1.8 -> 5.4.5 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

v5.12.1

Compare Source

v5.12.0

Compare Source

Microsoft/TypeScript (typescript)

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-lock.json
  • 8b1ecdb fix(50654): "Move to a new file" breaks the declaration of referenced variable (#​50681)
  • 170a17f Dom update 2022-10-25 (#​51300)
  • 9c4e14d Remove "No type information for this code" from baseline (#​51311)
  • 88d25b4 fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#​51299)
  • 8bee69a Update package-lock.json
  • 702de1e Fix early call to return/throw on generator (#​51294)
  • 2c12b14 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#​51271)
  • 6af270d Update package-lock.json
  • 2cc4c16 Update package-lock.json
  • 6093491 Fix apparent typo in getStringMappingType (#​51248)
  • 61c2609 Update package-lock.json
  • ef69116 Generate shortest rootDirs module specifier instead of first possible (#​51244)
  • bbb42f4 Fix typo in canWatchDirectoryOrFile found by CodeQL (#​51262)
  • a56b254 Include 'this' type parameter in isRelatedTo fast path (#​51230)
  • 3abd351 Fix super property transform in async arrow in method (#​51240)
  • eed0511 Update package-lock.json
  • 2625c1f Make the init config category order predictable (#​51247)
  • 1ca99b3 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#​50560)
  • 3f28fa1 Update package-lock.json
  • 906ebe4 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#​51076)
  • 8ac4652 change type (#​51231)
  • 245a02c fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#​51227)
  • 2dff34e markAliasReferenced should include ExportValue as well (#​51219)
  • 5ef2634 Update package-lock.json
  • d0f0e35 Remove old tslint comments (#​51220)
  • 85d405a Fixed a false positive "await has no effect on the type" diagnostic with mixed generic union (#​50833)
  • 1f8959f fix: avoid downleveled dynamic import closing over specifier expression (#​49663)
  • 11066b2 Rename internal functions to narrowTypeBySwitchOnTypeOf and narrowTypeByInKeyword ([#​51215](https://togithub.com/Microsoft/Ty

Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, 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 force-pushed the renovate/major-typescript branch from 1e56b31 to 52d32c8 Compare October 26, 2020 08:53
@renovate renovate bot changed the title chore(deps): typescript packages (major) chore(deps): typescript Oct 26, 2020
@renovate renovate bot force-pushed the renovate/major-typescript branch from 52d32c8 to d391509 Compare November 28, 2020 10:55
@renovate renovate bot force-pushed the renovate/major-typescript branch from d391509 to 2c13d6c Compare January 5, 2021 15:52
@renovate renovate bot force-pushed the renovate/major-typescript branch 4 times, most recently from df7ac0d to 2fb5022 Compare February 15, 2021 12:19
@renovate renovate bot force-pushed the renovate/major-typescript branch from 2fb5022 to 6af92ef Compare February 23, 2021 22:24
@renovate renovate bot force-pushed the renovate/major-typescript branch from 6af92ef to b590401 Compare March 4, 2021 23:56
@renovate renovate bot force-pushed the renovate/major-typescript branch from b590401 to 85fbc6c Compare April 7, 2021 19:21
@renovate renovate bot force-pushed the renovate/major-typescript branch from 85fbc6c to 149f699 Compare May 26, 2021 18:08
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 30cf428 to 92e5f2c Compare June 17, 2021 19:10
@renovate renovate bot force-pushed the renovate/major-typescript branch from 92e5f2c to 57440f7 Compare July 1, 2021 00:41
@renovate renovate bot force-pushed the renovate/major-typescript branch from 57440f7 to 2309c5d Compare August 26, 2021 22:07
@renovate renovate bot force-pushed the renovate/major-typescript branch from 92bf179 to 7824823 Compare October 12, 2021 21:01
@renovate renovate bot force-pushed the renovate/major-typescript branch from 7824823 to 7a69fa9 Compare November 17, 2021 22:29
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from cf5ec32 to 9f53d47 Compare December 13, 2021 23:01
@renovate renovate bot force-pushed the renovate/major-typescript branch from 9f53d47 to 7b8295b Compare January 10, 2022 22:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from 7b8295b to a443cdd Compare January 20, 2022 20:54
@renovate renovate bot force-pushed the renovate/major-typescript branch from a443cdd to 51499fd Compare March 7, 2022 17:50
@renovate renovate bot force-pushed the renovate/major-typescript branch from 51499fd to 1cc550e Compare March 25, 2022 00:25
@renovate renovate bot force-pushed the renovate/major-typescript branch from 1cc550e to e50b038 Compare April 28, 2022 23:32
@renovate renovate bot force-pushed the renovate/major-typescript branch from e50b038 to 38c9172 Compare May 24, 2022 18:48
@renovate renovate bot force-pushed the renovate/major-typescript branch from 38c9172 to 2248ec9 Compare June 3, 2022 21:13
@renovate renovate bot force-pushed the renovate/major-typescript branch from 2248ec9 to e1d4988 Compare June 17, 2022 19:25
@renovate renovate bot force-pushed the renovate/major-typescript branch from e1d4988 to c0b5359 Compare August 26, 2022 01:56
@renovate renovate bot force-pushed the renovate/major-typescript branch from c0b5359 to a7e201d Compare September 8, 2022 19:22
@renovate renovate bot force-pushed the renovate/major-typescript branch from 6b44900 to 57cc894 Compare November 15, 2022 21:05
@renovate renovate bot force-pushed the renovate/major-typescript branch from 57cc894 to b5f4303 Compare December 8, 2022 00:14
@renovate renovate bot force-pushed the renovate/major-typescript branch from b5f4303 to 670b40d Compare January 31, 2023 00:42
@renovate renovate bot force-pushed the renovate/major-typescript branch from 670b40d to 4dea49b Compare March 16, 2023 18:17
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4dea49b to 17d4210 Compare March 30, 2023 21:20
@renovate renovate bot force-pushed the renovate/major-typescript branch from 17d4210 to 53976cd Compare April 7, 2023 20:14
@renovate renovate bot force-pushed the renovate/major-typescript branch from 53976cd to df26d58 Compare June 1, 2023 18:14
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from ebeeb2e to 1998a55 Compare June 29, 2023 00:20
@renovate renovate bot force-pushed the renovate/major-typescript branch from 1998a55 to f2022bc Compare August 24, 2023 17:04
@renovate renovate bot force-pushed the renovate/major-typescript branch from f2022bc to 328f3d4 Compare November 20, 2023 20:28
@renovate renovate bot force-pushed the renovate/major-typescript branch from 328f3d4 to a091227 Compare December 6, 2023 22:50
@renovate renovate bot force-pushed the renovate/major-typescript branch from a091227 to 979b42b Compare March 6, 2024 19:57
@renovate renovate bot force-pushed the renovate/major-typescript branch from 979b42b to 10dd1eb Compare March 20, 2024 13:09
@renovate renovate bot changed the title chore(deps): typescript chore(deps): typescript packages (major) Mar 20, 2024
@renovate renovate bot force-pushed the renovate/major-typescript branch from 10dd1eb to f6fd6f3 Compare March 20, 2024 19:40
@renovate renovate bot force-pushed the renovate/major-typescript branch from f6fd6f3 to 38e43c5 Compare April 4, 2024 19:00
@renovate renovate bot force-pushed the renovate/major-typescript branch from 38e43c5 to 3e0edbb Compare April 10, 2024 17:07
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.

None yet

0 participants