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

Bump typescript from 5.0.4 to 5.1.3 #1460

Merged
merged 3 commits into from
Jun 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2023

Bumps typescript from 5.0.4 to 5.1.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.1.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.1 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.1 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 7275ded Bump version to 5.1.3 and update LKG.
  • 1143a21 🤖 Pick PR #54454 (Use replaceAll instead of an inco...) into release-5.1 (#...
  • b7d523e 🤖 Pick PR #54450 (Resolve tslib re-exports before che...) into release-5.1 (#...
  • a360d9f 🤖 Pick PR #54315 (add baseline for linked editing) into release-5.1 (#54419)
  • c8da9d5 🤖 Pick PR #54358 (Don't use text change's `createNewF...) into release-5.1 (#...
  • cede745 Cherry-picks 544d432 into release-5.1.
  • a38e4f5 🤖 Pick PR #54169 (Fix creation of composite union typ...) into release-5.1 (#...
  • 898edb5 🤖 Pick PR #54208 (Properly handle typeof this.xxx i...) into release-5.1 (#...
  • 42e7839 🤖 Pick PR #54317 (Resolve re-exports when looking for...) into release-5.1 (#...
  • ed924d0 🤖 Pick PR #54112 (Fix isGenericReducibleType to all...) into release-5.1 (#...
  • Additional commits viewable in compare view

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 dependencies javascript Pull requests that update Javascript code labels Jun 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.1.3 branch 10 times, most recently from 3b02bf8 to ea22f1a Compare June 7, 2023 12:58
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.1.3 branch from ea22f1a to 109930d Compare June 9, 2023 12:57
Signed-off-by: Yuri Shkuro <github@ysh.us>
@@ -94,7 +94,8 @@ function getVerticesValidity(
const word = missingKeys.length > 1 ? 'vertices' : 'vertex';
return { validity: EValidity.Error, message: `Missing ${word}: ${missingKeys.join(', ')}` };
}
return warn || { validity: EValidity.Ok, message: null };
warn ??= { validity: EValidity.Ok, message: null };
Copy link
Member

Choose a reason for hiding this comment

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

This fixes error TS2454: Variable 'warn' is used before being assigned.

@yurishkuro yurishkuro enabled auto-merge (squash) June 10, 2023 01:17
@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0c307b4) 95.61% compared to head (a59f82b) 95.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1460   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files         244      244           
  Lines        7665     7665           
  Branches     2014     2014           
=======================================
  Hits         7329     7329           
  Misses        336      336           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurishkuro yurishkuro merged commit 01123f6 into main Jun 10, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.1.3 branch June 10, 2023 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant