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

fix(deps): update dependency ts-morph to v24 #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2024

This PR contains the following updates:

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

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

dsherret/ts-morph (ts-morph)

v24.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: dsherret/ts-morph@23.0.0...24.0.0

v23.0.0

Compare Source

What's Changed

Now available on JSR for use in Deno: https://jsr.io/[@​ts-morph/ts-morph](https://redirect.github.com/ts-morph/ts-morph)

Full Changelog: dsherret/ts-morph@22.0.0...23.0.0

v22.0.0

Compare Source

What's Changed

CodeBlockWriter 13.0.1

People may have been working around these bugs in the past:

New Contributors

Full Changelog: dsherret/ts-morph@21.0.1...22.0.0

v21.0.1

Compare Source

I forgot to run a code generation script to update some code for the 21.0.0 release and only realized after. This release fixes that and also reduces the chance of that happening in the future.

For 21.0.0 release notes, see https://github.com/dsherret/ts-morph/releases/tag/21.0.0

Full Changelog: dsherret/ts-morph@21.0.0...21.0.1

v21.0.0

Compare Source

What's Changed

Breaking Changes
  • Upgraded to TS 5.3
  • Underlying @ts-morph/common file system methods return undefined instead of throwing when not exists (for perf).
  • Private fields are actually private (default build requires private fields).

New Contributors

Full Changelog: dsherret/ts-morph@20.0.0...21.0.0

v20.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: dsherret/ts-morph@19.0.0...20.0.0

v19.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: dsherret/ts-morph@18.0.0...19.0.0

v18.0.0

Compare Source

What's Changed

BREAKING CHANGE: Upgraded to TypeScript 5.0.2

New Contributors

Full Changelog: dsherret/ts-morph@17.0.1...18.0.0

v17.0.1

Compare Source

  • fix: revert rollup from v3 to v2 to fix build (esModuleInterop: true had no effect) #​1358

v17.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Upgraded to TS 4.9

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 - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

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.

0 participants