Skip to content

chore(deps): update dependency ts-morph to v28#1635

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ts-morph-28.x
Open

chore(deps): update dependency ts-morph to v28#1635
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ts-morph-28.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 2026

This PR contains the following updates:

Package Change Age Confidence
ts-morph ^27.0.0^28.0.0 age confidence

Release Notes

dsherret/ts-morph (ts-morph)

v28.0.0

Compare Source

What's Changed

Note there are some breaking changes due to TypeScript 6.0. Read more here: https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/

As part of this release, structures can now be printed to a string using the printStructure function.

import { printStructure, StructureKind } from "ts-morph";

const code = printStructure({
  kind: StructureKind.Class,
  name: "MyClass",
  isExported: true,
  properties: [{ name: "myProp", type: "string" }],
  methods: [{
    name: "myMethod",
    parameters: [{ name: "param", type: "number" }],
    returnType: "void",
  }],
});
console.log(code);

Outputs:

export class MyClass {
  myProp: string;

  myMethod(param: number): void {
  }
}

New Contributors

Full Changelog: dsherret/ts-morph@27.0.2...28.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 1pm on friday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot requested a review from vladfrangu as a code owner April 17, 2026 05:52
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
discord-api-types Ready Ready Preview, Comment May 29, 2026 3:54pm

Request Review

@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from a6b03b1 to 5e0e9dc Compare April 17, 2026 15:05
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 5e0e9dc to 7d38f28 Compare April 17, 2026 17:55
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 7d38f28 to d788675 Compare April 24, 2026 06:05
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from d788675 to 0b90fc6 Compare April 24, 2026 11:37
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 0b90fc6 to c2f8f28 Compare April 24, 2026 14:05
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from c2f8f28 to 5d65d31 Compare May 1, 2026 12:55
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 5d65d31 to 19fdd2f Compare May 1, 2026 16:56
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 19fdd2f to 9d0f5a8 Compare May 1, 2026 22:31
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 9d0f5a8 to 270161c Compare May 8, 2026 09:00
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 270161c to ac979fe Compare May 8, 2026 12:44
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from ac979fe to ae4ddfa Compare May 8, 2026 18:18
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from ae4ddfa to 67d1ea6 Compare May 15, 2026 04:53
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 67d1ea6 to 7aceb11 Compare May 15, 2026 09:37
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 7aceb11 to e57399b Compare May 15, 2026 13:55
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from e57399b to ca9fcf4 Compare May 22, 2026 05:14
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from ca9fcf4 to cb6e984 Compare May 22, 2026 08:34
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from cb6e984 to aeda044 Compare May 22, 2026 14:08
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch 9 times, most recently from 31ee5c6 to 133698c Compare May 23, 2026 14:16
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from 133698c to c39ffe4 Compare May 25, 2026 15:22
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from c39ffe4 to a530c05 Compare May 29, 2026 06:39
@renovate renovate Bot force-pushed the renovate/ts-morph-28.x branch from a530c05 to c17db26 Compare May 29, 2026 10:52
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