Skip to content

Update dependency typescript to v3.9.10 - abandoned #71

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 29, 2019

Mend Renovate

This PR contains the following updates:

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

Release Notes

Microsoft/TypeScript

v3.9.10: TypeScript 3.9.10

Compare Source

This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.

v3.9.9: TypeScript 3.9.9

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v3.9.8: TypeScript 3.9.8

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

v3.9.7: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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.7: TypeScript 3.7.7

Compare Source

This release contains a fix for an issue when language service plugins have no specified name.

v3.7.6: TypeScript 3.7.6

Compare Source

This release contains fixes for a security risk involving language service plugin loading. More details are available here.

v3.7.5: TypeScript 3.7.5

Compare Source

For the complete list of fixed issues, check out the

v3.7.4: TypeScript 3.7.4

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.3: TypeScript 3.7.3

Compare Source

For the complete list of fixed issues, check out the

Downloads are available on:

v3.7.2: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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: TypeScript 3.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

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.

🔕 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency typescript to v3.4.1 Update dependency typescript to v3.4.2 Apr 5, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 7597950 to 5805b5b Compare April 5, 2019 21:11
@renovate renovate bot changed the title Update dependency typescript to v3.4.2 Update dependency typescript to v3.4.3 Apr 9, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 5805b5b to 36c7d27 Compare April 9, 2019 23:39
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 36c7d27 to 6ec2e2b Compare April 18, 2019 23:45
@renovate renovate bot changed the title Update dependency typescript to v3.4.3 Update dependency typescript to v3.4.4 Apr 18, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 6ec2e2b to 6987f76 Compare April 23, 2019 18:06
@renovate renovate bot changed the title Update dependency typescript to v3.4.4 Update dependency typescript to v3.4.5 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 6987f76 to 499ad15 Compare May 29, 2019 16:27
@renovate renovate bot changed the title Update dependency typescript to v3.4.5 Update dependency typescript to v3.5.1 May 29, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 499ad15 to af4c5cb Compare June 13, 2019 17:49
@renovate renovate bot changed the title Update dependency typescript to v3.5.1 Update dependency typescript to v3.5.2 Jun 13, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from af4c5cb to 93603a3 Compare July 13, 2019 05:58
@renovate renovate bot changed the title Update dependency typescript to v3.5.2 Update dependency typescript to v3.5.3 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 93603a3 to cd550e5 Compare September 4, 2019 23:59
@renovate renovate bot changed the title Update dependency typescript to v3.5.3 Update dependency typescript to v3.6.2 Sep 4, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from cd550e5 to 5bf59fa Compare October 3, 2019 05:58
@renovate renovate bot changed the title Update dependency typescript to v3.6.2 Update dependency typescript to v3.6.3 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 5bf59fa to ff50e14 Compare November 11, 2019 15:02
@renovate renovate bot changed the title Update dependency typescript to v3.6.3 Update dependency typescript to v3.7.2 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from ff50e14 to 41fa273 Compare December 14, 2019 22:55
@renovate renovate bot changed the title Update dependency typescript to v3.7.2 Update dependency typescript to v3.7.3 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 41fa273 to c6fc1ba Compare December 22, 2019 07:51
@renovate renovate bot changed the title Update dependency typescript to v3.7.3 Update dependency typescript to v3.7.4 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from c6fc1ba to 8d837d6 Compare January 18, 2020 17:55
@renovate renovate bot changed the title Update dependency typescript to v3.7.4 Update dependency typescript to v3.7.5 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 8d837d6 to 62093a1 Compare February 22, 2020 09:57
@renovate renovate bot changed the title Update dependency typescript to v3.7.5 Update dependency typescript to v3.8.2 Feb 22, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 62093a1 to 42bc6e7 Compare March 15, 2020 10:58
@renovate renovate bot changed the title Update dependency typescript to v3.8.2 Update dependency typescript to v3.8.3 Mar 15, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 42bc6e7 to 879affe Compare May 16, 2020 03:57
@renovate renovate bot changed the title Update dependency typescript to v3.8.3 Update dependency typescript to v3.9.2 May 16, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 879affe to 45d6e02 Compare July 1, 2020 11:57
@renovate renovate bot changed the title Update dependency typescript to v3.9.2 Update dependency typescript to v3.9.5 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 45d6e02 to 4fe8da9 Compare July 5, 2020 14:00
@renovate renovate bot changed the title Update dependency typescript to v3.9.5 Update dependency typescript to v3.9.6 Jul 5, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 4fe8da9 to 6ccac36 Compare August 25, 2020 02:59
@renovate renovate bot changed the title Update dependency typescript to v3.9.6 Update dependency typescript to v3.9.7 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 6ccac36 to 13dee0a Compare February 10, 2021 11:00
@renovate renovate bot changed the title Update dependency typescript to v3.9.7 Update dependency typescript to v3.9.8 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 13dee0a to 86eaffa Compare February 11, 2021 10:32
@renovate renovate bot changed the title Update dependency typescript to v3.9.8 Update dependency typescript to v3.9.9 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 86eaffa to 5180e66 Compare October 18, 2021 15:37
@renovate renovate bot changed the title Update dependency typescript to v3.9.9 Update dependency typescript to v3.9.10 Oct 18, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency typescript to v3.9.10 Update dependency typescript to v3.9.10 - abandoned Dec 8, 2024
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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