Created by: dependabot[bot]
Bumps typescript from 4.2.4 to 4.4.4.
Release notes
Sourced from typescript's releases.
TypeScript 4.4.4
This patch release contains fixes for a performance regression in
--build
mode by only callingrealpath
onpackage.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
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
- fixed issues query for Typescript 4.4.3.
- fixed issues query for Typescript 4.4.4.
Downloads are available on:
TypeScript 4.4.3
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
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
- fixed issues query for Typescript 4.4.3.
Downloads are available on:
TypeScript 4.4.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.4.0 (Beta).
- fixed issues query for Typescript 4.4.1 (RC).
- fixed issues query for Typescript 4.4.2.
Downloads are available on:
... (truncated)
Commits
-
01de6ff
Bump version to 4.4.4 and LKG -
f54ef83
Only set package data map under watch mode (#46211) (#46235) -
34988fd
Cherry-pick PR #46209 into release-4.4 (#46230) -
bbb31bb
Bump version to 4.4.3 and LKG -
782c09d
Cherry-pick PR #45484 into release-4.4 (#45564) -
9eb689e
Cherry-pick PR #45642 into release-4.4 (#45644) -
a10409c
Bump version to 4.4.2 and LKG -
5719423
Only provide hints for simple literals when 'literals' is specified. (#45557) -
d2a46a0
Cherry-pick PR #45554 into release-4.4 (#45555) -
a417917
Some cleanup around inlay hints types to get more-precise checking. (#45391) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)