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.4.4 #234

Merged
merged 3 commits into from
Nov 5, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

Microsoft/TypeScript

v4.4.4

Compare Source

This patch release contains fixes for a performance regression in --build mode by only calling realpath on package.json files only when those files are known to exist on disk, and to only perform this work under --watch mode.


For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.4.3

Compare Source

This patch release contains a fix for leaking file watchers on package.json, and a minor fix for completions in JavaScript files.


For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.4.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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/typescript-4.x branch 21 times, most recently from 1af8988 to ca4e33b Compare November 5, 2021 00:39
@renovate renovate bot force-pushed the renovate/typescript-4.x branch from ca4e33b to f14704d Compare November 5, 2021 01:41
+ Enable the `exactOptionalPropertyTypes` option.

    https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes

+ Update `tsconfig.json` format to the new `tsc --init` results
The following options are new in TypeScript 4.4 and require fixing some package contents:

+ `useUnknownInCatchVariables`
+ `exactOptionalPropertyTypes`

Since there are many things to fix (API changes, dependency updates, etc.), it should not be done only in this pull request.
Therefore, we decided to disable these options in each package and fix them in subsequent pull requests.
@codeclimate
Copy link

codeclimate bot commented Nov 5, 2021

Code Climate has analyzed commit 8ad1b62 and detected 0 issues on this pull request.

View more on Code Climate.

@sounisi5011 sounisi5011 merged commit 3d30444 into main Nov 5, 2021
@sounisi5011 sounisi5011 deleted the renovate/typescript-4.x branch November 5, 2021 06:52
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.

2 participants