Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2022

Bumps typescript from 3.9.7 to 4.5.4.

Release notes

Sourced from typescript's releases.

TypeScript 4.5.4

This patch release includes a fix for incorrectly offering up JSX attribute snippet completions at the beginning of a tag name.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.5 RC

For release notes, check out the release announcement.

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added the topic: infrastructure Related to project infrastructure label Jan 5, 2022
@per1234 per1234 self-assigned this Jan 6, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-4.5.4 branch from 275aaf5 to 729b478 Compare January 6, 2022 02:59
@per1234 per1234 added the type: enhancement Proposed improvement label Jan 6, 2022
dependabot bot and others added 2 commits January 10, 2022 02:30
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.7...v4.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
The update from TypeScript 3.9.7 to 4.5.4 brings increased type strictness (introduced in 4.4). Previously, exceptions
were used in some catch blocks based on an assumption of their type. But exceptions can have any type and that now
results in errors (TS2345, TS2571). This is fixed by narrowing the exceptions to the expected type before using them as
such.
@per1234 per1234 force-pushed the dependabot/npm_and_yarn/typescript-4.5.4 branch from 6e00072 to 93ecf41 Compare January 10, 2022 10:31
@arduino arduino deleted a comment from dependabot bot Jan 10, 2022
```
npm run build
npm run pack
```
@per1234 per1234 merged commit ca245b9 into main Jan 10, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-4.5.4 branch January 10, 2022 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant