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 ts-morph to v16 #478

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-morph 14.0.0 -> 16.0.0 age adoption passing confidence

Release Notes

dsherret/ts-morph

v16.0.0

Compare Source

Features
BREAKING CHANGES
  • Upgraded to TS 4.8
  • Decorators are now modifiers due to TS 4.8
  • ts.createX functions seem almost completely deprecated in TS 4.8, so make sure to update your code to use the traversal.context.createX functions instead
  • Type#isArray() returns true for readonly arrays

v15.1.0

Compare Source

Bug Fixes
  • DocumentSpan should attempt to load the source file if it's not loaded yet (#​1291) (1eda69c)
  • Included symlinked directories when reading a directory (#​1290) (f1b4ea2)
Features

v15.0.0

Compare Source

Bug Fixes
  • transform() - ensure comments on nodes with only added synthetic leading comments show up in output (abc840d), closes #​1273
  • ensure leading and trailing trivia for overloads ends up in output (0d043b5), closes #​1244
  • common: deleting directories didn't work on Node (163de40), closes #​1249
  • handle undefined in comment node type guards (#​1275) (452cff3)
  • transform should take into account the node changing kinds (75c4a75), closes #​1248
Features
BREAKING CHANGES
  • transform now returns a Node instead of this because the returned node could be the replaced node.
  • Upgraded to TS 4.7. Please review changes to typescript.d.ts in #​1281.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

@coveralls
Copy link

coveralls commented Nov 2, 2022

Pull Request Test Coverage Report for Build 3375980880

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 74.775%

Totals Coverage Status
Change from base Build 3375972443: 0.0%
Covered Lines: 94
Relevant Lines: 105

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/ts-morph-16.x branch 5 times, most recently from 18dbb0f to 76af4bd Compare November 2, 2022 08:30
@9renpoto 9renpoto merged commit d6d25e7 into master Nov 2, 2022
@9renpoto 9renpoto self-assigned this Nov 2, 2022
@renovate renovate bot deleted the renovate/ts-morph-16.x branch November 2, 2022 08:37
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.

None yet

2 participants