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) #201

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 26, 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.2.4 -> 5.5.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

v5.12.1

Compare Source

v5.12.0

Compare Source

Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

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

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 typescript packages (major) chore(deps): update dependency typescript to v4 Sep 21, 2020
@renovate renovate bot force-pushed the renovate/major-typescript branch from 88c65c1 to d7091d3 Compare October 26, 2020 23:53
@renovate renovate bot force-pushed the renovate/major-typescript branch from d7091d3 to 6efad43 Compare November 19, 2020 22:35
@renovate renovate bot force-pushed the renovate/major-typescript branch from 6efad43 to 6edcbbe Compare December 11, 2020 22:03
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from cab86c5 to fadde69 Compare February 10, 2021 21:54
@renovate renovate bot force-pushed the renovate/major-typescript branch from fadde69 to 7b7fd8a Compare February 23, 2021 22:39
@renovate renovate bot force-pushed the renovate/major-typescript branch from 7b7fd8a to c976b97 Compare March 5, 2021 00:54
@renovate renovate bot force-pushed the renovate/major-typescript branch from c976b97 to 5965c90 Compare April 7, 2021 21:22
@renovate renovate bot force-pushed the renovate/major-typescript branch from 5965c90 to c2f2a4b Compare May 26, 2021 18:22
@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:55
@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:57
@renovate renovate bot reopened this Jun 17, 2021
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 2b339c9 to 79688bd Compare June 17, 2021 19:02
@renovate renovate bot force-pushed the renovate/major-typescript branch from 79688bd to 847e40d Compare July 1, 2021 00:24
@renovate renovate bot force-pushed the renovate/major-typescript branch from 847e40d to 37f99f1 Compare August 26, 2021 21:30
@renovate renovate bot force-pushed the renovate/major-typescript branch from 07d12d9 to 782ffe1 Compare October 12, 2021 21:52
@renovate renovate bot force-pushed the renovate/major-typescript branch from 782ffe1 to f0f6ea3 Compare November 17, 2021 21:20
@renovate renovate bot force-pushed the renovate/major-typescript branch from f0f6ea3 to d23e657 Compare March 7, 2022 13:28
@renovate renovate bot force-pushed the renovate/major-typescript branch from d23e657 to 4793986 Compare March 26, 2022 13:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4793986 to 5f0f1d0 Compare April 28, 2022 23:15
@renovate renovate bot force-pushed the renovate/major-typescript branch from 5f0f1d0 to 29afa9f Compare May 24, 2022 20:57
@renovate renovate bot force-pushed the renovate/major-typescript branch from 29afa9f to caddcaa Compare June 3, 2022 22:03
@renovate renovate bot force-pushed the renovate/major-typescript branch from caddcaa to 601f21e Compare June 18, 2022 18:22
@renovate renovate bot force-pushed the renovate/major-typescript branch from b2127ea to 1701d0d Compare November 20, 2022 10:40
@renovate renovate bot force-pushed the renovate/major-typescript branch from 1701d0d to ffe5dd9 Compare March 16, 2023 17:58
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4 chore(deps): update dependency typescript to v5 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/major-typescript branch from ffe5dd9 to 604b2ce Compare March 30, 2023 22:50
@renovate renovate bot force-pushed the renovate/major-typescript branch from 604b2ce to 54b57e1 Compare April 17, 2023 10:12
@renovate renovate bot force-pushed the renovate/major-typescript branch from 54b57e1 to 622b2e5 Compare June 2, 2023 14:58
@renovate renovate bot force-pushed the renovate/major-typescript branch 2 times, most recently from 75daa90 to dfa7432 Compare June 29, 2023 00:56
@renovate renovate bot force-pushed the renovate/major-typescript branch from dfa7432 to a3ba04c Compare August 24, 2023 19:12
@renovate renovate bot force-pushed the renovate/major-typescript branch from a3ba04c to 3eb75f1 Compare November 20, 2023 18:09
@renovate renovate bot force-pushed the renovate/major-typescript branch from 3eb75f1 to dc23961 Compare December 6, 2023 21:12
@renovate renovate bot force-pushed the renovate/major-typescript branch from dc23961 to c8652aa Compare March 6, 2024 18:48
@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 2 times, most recently from a112392 to 73c8310 Compare March 20, 2024 22:10
@renovate renovate bot force-pushed the renovate/major-typescript branch from 73c8310 to aba259e Compare April 4, 2024 20:33
Copy link
Author

renovate bot commented Apr 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[14:51:10.987] INFO (69): Installing tool node@9.11.2...
[14:51:22.110] WARN (69): Npm error:
npm ERR! weird error 1
[14:51:22.113] FATAL (69): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:52956:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53213:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53739:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53956:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:54150:3)
    }
[14:51:22.137] INFO (69): Installed tool node with errors in 11.1s.

@renovate renovate bot force-pushed the renovate/major-typescript branch from aba259e to 4a365a9 Compare April 10, 2024 14:51
@renovate renovate bot force-pushed the renovate/major-typescript branch from 4a365a9 to cec110d Compare June 20, 2024 19:59
Copy link
Author

renovate bot commented Jun 20, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[19:58:53.788] INFO (69): Installing tool node@9.11.2...
[19:59:03.107] WARN (69): Npm error:
npm ERR! weird error 1
[19:59:03.108] FATAL (69): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:51401:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:51665:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52235:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52484:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2428:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3541:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3549:28)
              at async main (/snapshot/dist/containerbase-cli.js:52678:3)
    }
[19:59:03.953] INFO (69): Installed tool node with errors in 10.1s.

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