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 v4 #594

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ^3.9 -> ^3.9 || ^4.0.0 age adoption passing confidence

Release Notes

Microsoft/TypeScript

v4.3.5

Compare Source

This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.

v4.3.4

Compare Source

This release

  • adds an optional getCustomTransformers method to the SolutionBuilderHost* APIs
  • uses the transforms given by getCustomTransformers in Builder Program instances when running emit() methods in cases where customTransforms are not given.

See the change for more details

v4.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:

v4.3.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:

v4.2.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:

v4.2.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:

v4.2.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:

v4.1.6

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.

v4.1.5

Compare Source

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

v4.1.4

Compare Source

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

v4.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:

v4.1.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:

v4.0.8

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.

v4.0.7

Compare Source

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

v4.0.6

Compare Source

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

v4.0.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:

v4.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:

v4.0.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:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 changed the title chore(deps): update dependency typescript to v4.3.3 chore(deps): update dependency typescript to v4.3.4 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from 98fba82 to 9df38e0 Compare June 17, 2021 18:33
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from 9df38e0 to 1dc2579 Compare July 1, 2021 01:41
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4.3.4 chore(deps): update dependency typescript to v4.3.5 Jul 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-4.x branch 2 times, most recently from b911aaf to 4322b14 Compare July 2, 2021 09:08
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4.3.5 chore(deps): update dependency typescript to v4 Jul 2, 2021
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from 4322b14 to f7aee1b Compare July 2, 2021 09:22
@theoludwig theoludwig merged commit 7c4722a into master Jul 2, 2021
@theoludwig theoludwig deleted the renovate/typescript-4.x branch July 2, 2021 10:10
"typescript": "^3.9"
"typescript": "^3.9 || ^4.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's going on here exactly? Renovate is smart enough to figure this out? This is a regression bug fix.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before #596
We supported typescript>=3.9.0 which means that we also supported [email protected] but after your PR, you did a regression and we didn't supported anymore [email protected].

Thanks to this PR, we support again [email protected].

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly. This is why #604 .

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.

3 participants