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 dependency typescript to v3.9.7 #124

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 3.1.6 -> 3.9.7 age adoption passing confidence

Release Notes

Microsoft/TypeScript

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

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

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

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

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

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

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

Compare Source

For the complete list of fixed issues, check out the

v3.7.4

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.3

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

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

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

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

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

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

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

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

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

Compare Source

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

For the complete list of fixed issues, check out the

Downloads are available on:

v3.4.4

Compare Source

This release fixes the following issues:

Bug Original PR Port PR Summary
#​30942 #​30963 #​30966 Fixes a change in generic inference.
#​30685 #​30856 #​30966 Fixes a change in generic inference.
#​30794 #​30877 #​30904 Fixes an out-of-memory condition in a certain codebase.
#​30442 #​30857 #​30968 Fixes a change in generic inference.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.4.3

Compare Source

This release forces TypeScript to clear its automatic type acquisition (ATA) cache based on patch versions. This means all consumers of TSServer can update to newer patch releases of TypeScript to clear the ATA cache if ATA has downloaded stale .d.ts files that can hang the language service.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.4.2

Compare Source

This update solely changes TSServer to provide responses to configurePlugin requests, and allows global plugins to be loaded by external projects during project creation. This enables TSServer plugins (like IntelliCode) to be used in editors like Visual Studio.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.4.1

Compare Source

For release notes, check out the release announcement.

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

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

For the complete list of fixed issues, check out the

Downloads are available on:

Special thanks to all of our contributors this release:

  • @​AnyhowStep
  • Alan Pierce
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andy Hanson
  • Benedikt Meurer
  • Benjamin Lichtman
  • Collins Abitekaniza
  • Daniel Krom
  • Daniel Rosenwasser
  • @​fullheightcoding
  • Gabriela Araujo Britto
  • @​ispedals
  • Jack Williams
  • Jesse Trinity
  • Jordi Oliveras Rovira
  • Joseph Wunderlich
  • K. Preißer
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Masahiro Wakame
  • Matt McCutchen
  • Matthew Aynalem
  • Mine Starks
  • Nathan Shively-Sanders
  • Ron Buckton
  • Ryan Cavanaugh
  • Sheetal Nandi
  • Titian Cernicova-Dragomir
  • @​tomholub
  • Wenlu Wang
  • Wesley Wigham

v3.3.4000

Compare Source

This fix is identical to release 3.3.3333, but omits a non-essential artifact that was previously published to npm which impacted builds using Jenkins.

v3.3.3333

Compare Source

For release notes, check out the release announcement

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

For the complete list of fixed issues, check out the

Downloads are available on:

Special thanks to all our contributors in this release:

  • Alessandro Vergani
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Aziz Khambati
  • Basarat Ali Syed
  • Benjamin Lichtman
  • Brandon Banks
  • Caleb Sander
  • @​csigs
  • Daiki Nishikawa
  • Daniel Rosenwasser
  • David Sherret
  • Dhruv Rajvanshi
  • Eddie Jaoude
  • @​EECOLOR
  • @​falsandtru
  • Igor Oleinikov
  • iliashkolyar
  • IllusionMH
  • Jack Williams
  • Jordi Oliveras Rovira
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Leon Aves
  • Limon Monte
  • Marcus Noble
  • Markus Wolf
  • Martin Probst
  • Matt McCutchen
  • Michael Tang
  • Mine Starks
  • Nathan Shively-Sanders
  • Noel Yoo
  • Patrick McCartney
  • Philip Pesca
  • Prateek Goel
  • Prateek Nayak
  • Roger Spratley
  • Ron Buckton
  • Ryan Cavanaugh
  • Ryan Clarke
  • Sam Drugan
  • Sergio Baidon
  • Sheetal Nandi
  • @​surlymrz
  • Valera Rozuvan
  • Wenlu Wang
  • Wesley Wigham

v3.3.3

Compare Source

For release notes, check out the release announcement

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

For the complete list of fixed issues, check out the

Downloads are available on:

Special thanks to all our contributors in this release:

  • Alessandro Vergani
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Aziz Khambati
  • Basarat Ali Syed
  • Benjamin Lichtman
  • Brandon Banks
  • Caleb Sander
  • @​csigs
  • Daiki Nishikawa
  • Daniel Rosenwasser
  • David Sherret
  • Dhruv Rajvanshi
  • Eddie Jaoude
  • @​EECOLOR
  • @​falsandtru
  • Igor Oleinikov
  • iliashkolyar
  • IllusionMH
  • Jack Williams
  • Jordi Oliveras Rovira
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Leon Aves
  • Limon Monte
  • Marcus Noble
  • Markus Wolf
  • Martin Probst
  • Matt McCutchen
  • Michael Tang
  • Mine Starks
  • Nathan Shively-Sanders
  • Noel Yoo
  • Patrick McCartney
  • Philip Pesca
  • Prateek Goel
  • Prateek Nayak
  • Roger Spratley
  • Ron Buckton
  • Ryan Cavanaugh
  • Ryan Clarke
  • Sam Drugan
  • Sergio Baidon
  • Sheetal Nandi
  • @​surlymrz
  • Valera Rozuvan
  • Wenlu Wang
  • Wesley Wigham

v3.3.1

Compare Source

For release notes, check out the release announcement

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

For the complete list of fixed issues, check out the

Downloads are available on:

Special thanks to all our contributors in this release:

  • Alessandro Vergani
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Aziz Khambati
  • Basarat Ali Syed
  • Benjamin Lichtman
  • Brandon Banks
  • Caleb Sander
  • @​csigs
  • Daiki Nishikawa
  • Daniel Rosenwasser
  • David Sherret
  • Dhruv Rajvanshi
  • Eddie Jaoude
  • @​EECOLOR
  • @​falsandtru
  • Igor Oleinikov
  • iliashkolyar
  • IllusionMH
  • Jack Williams
  • Jordi Oliveras Rovira
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Leon Aves
  • Limon Monte
  • Marcus Noble
  • Markus Wolf
  • Martin Probst
  • Matt McCutchen
  • Michael Tang
  • Mine Starks
  • Nathan Shively-Sanders
  • Noel Yoo
  • Patrick McCartney
  • Philip Pesca
  • Prateek Goel
  • Prateek Nayak
  • Roger Spratley
  • Ron Buckton
  • Ryan Cavanaugh
  • Ryan Clarke
  • Sam Drugan
  • Sergio Baidon
  • Sheetal Nandi
  • @​surlymrz
  • Valera Rozuvan
  • Wenlu Wang
  • Wesley Wigham

v3.2.4

Compare Source

For release notes, check out the release announcement

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

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

For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.4.

Download:

v3.2.2

Compare Source

For release notes, check out the release announcement

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

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

For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.

Download:

v3.2.1

Compare Source

For release notes, check out the release announcement

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

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

For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.

Download:

Special thanks to all our contributors in this release:

  • Alessandro Vergani
  • Alexander
  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Aziz Khambati
  • Basarat Ali Syed
  • Benjamin Lichtman
  • Brandon Banks
  • Caleb Sander
  • @​csigs
  • Daiki Nishikawa
  • Daniel Rosenwasser
  • David Sherret
  • Dhruv Rajvanshi
  • Eddie Jaoude
  • @​EECOLOR
  • @​falsandtru
  • Igor Oleinikov
  • iliashkolyar
  • IllusionMH
  • Jack Williams
  • Jordi Oliveras Rovira
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Leon Aves
  • Limon Monte
  • Marcus Noble
  • Markus Wolf
  • Martin Probst
  • Matt McCutchen
  • Michael Tang
  • Mine Starks
  • Nathan Shively-Sanders
  • Noel Yoo
  • Patrick McCartney
  • Philip Pesca
  • Prateek Goel
  • Prateek Nayak
  • Roger Spratley
  • Roger Spratley
  • Ron Buckton
  • Ryan Cavanaugh
  • Ryan Clarke
  • Sam Drugan
  • Sergio Baidon
  • Sheetal Nandi
  • TypeScript Bot
  • Valera Rozuvan
  • Wenlu Wang
  • Wesley Wigham

Renovate configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 4634ddb to 26af61d Compare August 29, 2018 22:25
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 26af61d to bf6517d Compare September 27, 2018 18:03
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from d1d810a to 6608b26 Compare October 11, 2018 23:31
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 3 times, most recently from c564cf2 to 868fdd0 Compare November 1, 2018 21:29
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 868fdd0 to 80d5666 Compare November 29, 2018 19:22
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3 chore(deps): update dependency typescript to v3.2.1 Nov 30, 2018
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 80d5666 to e22fabd Compare November 30, 2018 05:57
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.2.1 chore(deps): update dependency typescript to v3.2.2 Dec 7, 2018
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from e22fabd to e313170 Compare December 7, 2018 02:15
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.2.2 chore(deps): update dependency typescript to v3.2.4 Jan 17, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from e313170 to fabc38a Compare January 17, 2019 22:54
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.2.4 chore(deps): update dependency typescript to v3.3.1 Jan 31, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from fabc38a to 648778e Compare January 31, 2019 19:59
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.3.1 chore(deps): update dependency typescript to v3.3.3 Feb 7, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 648778e to 217e350 Compare February 7, 2019 19:35
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 217e350 to b11625f Compare February 21, 2019 22:38
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.3.3 chore(deps): update dependency typescript to v3.3.3333 Feb 21, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from b11625f to c54dadb Compare March 20, 2019 00:02
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.3.3333 chore(deps): update dependency typescript to v3.3.4000 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from c54dadb to e867f0f Compare March 29, 2019 17:45
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.3.4000 chore(deps): update dependency typescript to v3.4.1 Mar 29, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from e867f0f to e5d7757 Compare April 5, 2019 20:53
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.4.1 chore(deps): update dependency typescript to v3.4.2 Apr 5, 2019
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.4.2 chore(deps): update dependency typescript to v3.4.3 Apr 9, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from e5d7757 to 32274ee Compare April 9, 2019 23:32
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 32274ee to 6c7e89c Compare April 23, 2019 09:54
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.4.3 chore(deps): update dependency typescript to v3.4.4 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 6c7e89c to 92076e7 Compare May 4, 2019 15:59
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.4.4 chore(deps): update dependency typescript to v3.4.5 May 4, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 92076e7 to d37db21 Compare June 1, 2019 10:00
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.4.5 chore(deps): update dependency typescript to v3.5.1 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from d37db21 to b877d78 Compare June 19, 2019 11:42
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.5.1 chore(deps): update dependency typescript to v3.5.2 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from b877d78 to 7053deb Compare July 13, 2019 04:56
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.5.2 chore(deps): update dependency typescript to v3.5.3 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 7053deb to c81e0cd Compare September 5, 2019 04:00
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.5.3 chore(deps): update dependency typescript to v3.6.2 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from c81e0cd to ca0d26d Compare October 2, 2019 07:55
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.6.2 chore(deps): update dependency typescript to v3.6.3 Oct 2, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from ca0d26d to f2b4d05 Compare November 11, 2019 07:57
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.6.3 chore(deps): update dependency typescript to v3.7.2 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from f2b4d05 to 866b3e4 Compare December 14, 2019 22:46
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.7.2 chore(deps): update dependency typescript to v3.7.3 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 866b3e4 to d9388cd Compare December 22, 2019 02:52
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.7.3 chore(deps): update dependency typescript to v3.7.4 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from d9388cd to 7091975 Compare January 18, 2020 23:54
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.7.4 chore(deps): update dependency typescript to v3.7.5 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 7091975 to 71c3028 Compare March 14, 2020 17:55
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.7.5 chore(deps): update dependency typescript to v3.8.3 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 71c3028 to 01d4842 Compare May 15, 2020 23:57
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.8.3 chore(deps): update dependency typescript to v3.9.2 May 15, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 01d4842 to 98668a7 Compare July 2, 2020 05:59
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.9.2 chore(deps): update dependency typescript to v3.9.6 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 98668a7 to b5a1d47 Compare August 25, 2020 14:58
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.9.6 chore(deps): update dependency typescript to v3.9.7 Aug 25, 2020
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