Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

chore(deps): update dependency typescript to v3.9.7 #1138

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2019

This PR contains the following updates:

Package Type Update Change
typescript (source) devDependencies minor 3.0.3 -> 3.9.7

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

v3.1.6

Compare Source

This release contains a fix for a major performance regression.

(Thanks @​ajafff!)

Download:

v3.1.5

Compare Source

This release includes a fix for emit on code that uses const enum declarations.

Download:

v3.1.4

Compare Source

This release include a set of bug fixes reported for TypeScript 3.1.3 and TSServer plugin configuration support. For the complete list of fixed issues, check out the fixed issues query for TypeScript 3.1.3.

Download:

v3.1.3

Compare Source

This release include a set of bug fixes reported for TypeScript 3.1.2. For the complete list of fixed issues, check out the fixed issues query for TypeScript 3.1.3.

Download:

v3.1.2

Compare Source

This release include a set of bug fixes reported against TypeScript 3.1.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 3.1.2.

Download:

v3.1.1

Compare Source

For release notes, check out the release announcement

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

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

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

Download:

Special thanks to all contributors to this release:

  • Alexander Tarasyuk
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Benjamin Lichtman
  • Brian Terlson
  • @​csigs
  • Dan Rollo
  • Daniel Imms
  • Daniel Rosenwasser
  • David Sherret
  • Elizabeth Dinella
  • Frederico Bittencourt
  • Jack Williams
  • James Keane
  • Jordi Oliveras Rovira
  • Klaus Meinhardt
  • Martin Probst
  • Matt McCutchen
  • Mine Starks
  • Minh Nguyen
  • Nathan Day
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Ron Buckton
  • Rhys van der Waerden
  • Ryan Cavanaugh
  • Sam Lanning
  • Sheetal Nandi
  • Wenlu Wang
  • Wesley Wigham
  • Tim Schaub

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles.

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Whenever PR is behind base branch, 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 requested a review from hwillson September 11, 2019 06:20
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 6 times, most recently from 604991b to 7d16564 Compare September 16, 2019 12:39
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 5 times, most recently from c08a9f6 to 3624ef6 Compare September 21, 2019 07:36
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 3 times, most recently from ff1e2a0 to b408847 Compare September 30, 2019 09:34
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 5 times, most recently from b230a99 to 390ff29 Compare October 9, 2019 21:02
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.6.3 chore(deps): update dependency typescript to v3.6.4 Oct 9, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 5 times, most recently from 75cf51e to 20bd2fe Compare October 16, 2019 06:56
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 20bd2fe to 2d5867e Compare October 19, 2019 07:35
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 4 times, most recently from 60473f0 to f9e6705 Compare January 3, 2020 07:56
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from 7f2e0c3 to 396c74f Compare January 8, 2020 12:43
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from 12b556b to 2553db3 Compare January 16, 2020 21:26
@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 16, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 2553db3 to d48f852 Compare January 21, 2020 08:43
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from 997543e to ab53997 Compare June 30, 2020 14:07
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.7.5 chore(deps): update dependency typescript to v3.9.5 Jun 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 5 times, most recently from df51018 to 49c9050 Compare July 1, 2020 18:24
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.9.5 chore(deps): update dependency typescript to v3.9.6 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 3 times, most recently from 7dc4e9c to 23ed034 Compare July 2, 2020 09:27
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.9.6 Update dependency typescript to v3.9.6 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch 2 times, most recently from 9c4cadb to 2154c32 Compare July 9, 2020 17:23
@renovate renovate bot changed the title Update dependency typescript to v3.9.6 chore(deps): update dependency typescript to v3.9.6 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 2154c32 to 3a26ce1 Compare July 16, 2020 20:41
@renovate renovate bot changed the title chore(deps): update dependency typescript to v3.9.6 chore(deps): update dependency typescript to v3.9.7 Jul 16, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 3a26ce1 to 9cb1d71 Compare July 18, 2020 10:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants