Skip to content

Update dependency typescript to v3.9.10#9

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-3.x
Open

Update dependency typescript to v3.9.10#9
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/typescript-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 13, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) 3.5.1 -> 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.


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.

@codecov
Copy link

codecov bot commented Jun 13, 2019

Codecov Report

Merging #9 (0597d2f) into master (19bc136) will decrease coverage by 54.16%.
The diff coverage is n/a.

❗ Current head 0597d2f differs from pull request most recent head 9d4e773. Consider uploading reports for the commit 9d4e773 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master   #9       +/-   ##
=======================================
- Coverage   54.16%    0   -54.17%     
=======================================
  Files           1    0        -1     
  Lines          24    0       -24     
  Branches        3    0        -3     
=======================================
- Hits           13    0       -13     
+ Misses         11    0       -11     
Impacted Files Coverage Δ
src/remote-screen-capture.ts

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19bc136...9d4e773. Read the comment docs.

@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 181901a to 471d102 Compare July 8, 2019 22:29
@renovate renovate bot changed the title Update dependency typescript to v3.5.2 Update dependency typescript to v3.5.3 Jul 8, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 471d102 to 223423c Compare September 4, 2019 21: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 223423c to 0df009f Compare October 4, 2019 12:00
@renovate renovate bot changed the title Update dependency typescript to v3.6.2 Update dependency typescript to v3.6.3 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 0df009f to 60f4922 Compare November 11, 2019 00:01
@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 60f4922 to bdf9ed5 Compare December 15, 2019 00:00
@renovate renovate bot changed the title Update dependency typescript to v3.7.2 Update dependency typescript to v3.7.3 Dec 15, 2019
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from bdf9ed5 to 2bb32b9 Compare December 22, 2019 06:00
@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 2bb32b9 to e025d5f Compare January 18, 2020 19:17
@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 e025d5f to b4e16ca Compare March 14, 2020 21:00
@renovate renovate bot changed the title Update dependency typescript to v3.7.5 Update dependency typescript to v3.8.3 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from b4e16ca to 1e2175d Compare May 15, 2020 22:59
@renovate renovate bot changed the title Update dependency typescript to v3.8.3 Update dependency typescript to v3.9.2 May 15, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 1e2175d to 6640a7c Compare June 30, 2020 13:01
@renovate renovate bot changed the title Update dependency typescript to v3.9.2 Update dependency typescript to v3.9.5 Jun 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 6640a7c to 3022a59 Compare July 10, 2020 09:48
@renovate renovate bot changed the title Update dependency typescript to v3.9.5 Update dependency typescript to v3.9.6 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 3022a59 to 85bce72 Compare August 21, 2020 06:57
@renovate renovate bot changed the title Update dependency typescript to v3.9.6 Update dependency typescript to v3.9.7 Aug 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-3.x branch from 85bce72 to 0fcb094 Compare February 10, 2021 20:39
@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 0fcb094 to 0597d2f Compare February 11, 2021 09:48
@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 0597d2f to 9d4e773 Compare October 20, 2021 05:44
@renovate renovate bot changed the title Update dependency typescript to v3.9.9 Update dependency typescript to v3.9.10 Oct 20, 2021
@renovate
Copy link
Author

renovate bot commented Mar 25, 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.

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

Comments