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 v5.3.2 #191

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 14, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

Microsoft/TypeScript (typescript)

v5.3.2: TypeScript 5.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:

v5.2.2: TypeScript 5.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:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.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:

v5.1.3: TypeScript 5.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:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 Mend Renovate. View repository job log here.

@yanguoyu
Copy link

yanguoyu commented Apr 14, 2023

It seems to throw some type of exception when running unit tests.

@alexsupa597
Copy link

nervosnetwork#2660

@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from 3fa1c1a to 02643af Compare June 5, 2023 11:45
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5 chore(deps): update dependency typescript to v5.1.3 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from 20db5f4 to c116c36 Compare June 17, 2023 16:42
@yanguoyu
Copy link

Test case run failed.

@renovate renovate bot force-pushed the renovate/typescript-5.x branch from c116c36 to deb9f27 Compare June 21, 2023 10:43
@Keith-CY Keith-CY force-pushed the develop branch 2 times, most recently from b8e6d3c to 31dd4da Compare June 26, 2023 07:50
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from 995d516 to a2a83c6 Compare June 26, 2023 10:46
@pull-request-quantifier-deprecated

This PR has 4 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +2 -2
Percentile : 1.6%

Total files changed: 3

Change summary by file extension:
.json : +2 -2
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.1.3 chore(deps): update dependency typescript to v5.1.5 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from a2a83c6 to db314e7 Compare June 27, 2023 23:32
@Keith-CY Keith-CY force-pushed the develop branch 2 times, most recently from 6430710 to f2f5708 Compare June 28, 2023 18:02
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from db314e7 to 744571d Compare June 29, 2023 01:15
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.1.5 chore(deps): update dependency typescript to v5.1.6 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 744571d to c80d462 Compare July 20, 2023 05:52
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from c80d462 to 38ad3e2 Compare August 10, 2023 18:31
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 38ad3e2 to e9f7253 Compare August 24, 2023 19:10
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.1.6 chore(deps): update dependency typescript to v5.2.2 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from e9f7253 to ce37739 Compare September 7, 2023 06:57
@renovate renovate bot force-pushed the renovate/typescript-5.x branch 2 times, most recently from cba4f02 to 03ff40d Compare October 19, 2023 04:16
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 03ff40d to 6e83de6 Compare November 15, 2023 14:35
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 6e83de6 to 0ff25b3 Compare November 20, 2023 06:02
@renovate renovate bot force-pushed the renovate/typescript-5.x branch from 0ff25b3 to bfbc756 Compare November 20, 2023 18:47
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.2.2 chore(deps): update dependency typescript to v5.3.2 Nov 20, 2023
Copy link
Author

renovate bot commented Nov 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Keith-CY Keith-CY force-pushed the renovate/typescript-5.x branch 3 times, most recently from bdc425b to ff92495 Compare November 21, 2023 10:58
@Keith-CY Keith-CY force-pushed the renovate/typescript-5.x branch from ff92495 to 3bb96a9 Compare November 21, 2023 11:10
@Keith-CY Keith-CY merged commit 239cfca into develop Nov 21, 2023
16 checks passed
@Keith-CY Keith-CY deleted the renovate/typescript-5.x branch November 21, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants