Skip to content

chore(deps): update npm runtime (major)#35

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-runtime
Open

chore(deps): update npm runtime (major)#35
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-npm-runtime

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@fastify/swagger-ui 5.2.26.0.0 age confidence
ts-morph 26.0.028.0.0 age confidence

Release Notes

fastify/fastify-swagger-ui (@​fastify/swagger-ui)

v6.0.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v5.2.6...v6.0.0

v5.2.6

Compare Source

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v5.2.5...v5.2.6

v5.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v5.2.4...v5.2.5

v5.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v5.2.3...v5.2.4

v5.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v5.2.2...v5.2.3

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

v27.0.2

Compare Source

What's Changed

  • Fixes the npm publish in order to get the fixes in from 27.0.1

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

v27.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: dsherret/ts-morph@26.0.0...27.0.0


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Sep 7, 2025
@renovate renovate Bot added the dependencies label Sep 7, 2025
@renovate renovate Bot requested a review from ferferga September 7, 2025 21:25
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from 7e352ea to da8de2a Compare September 25, 2025 16:08
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from da8de2a to 72a203f Compare October 12, 2025 16:27
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from 72a203f to f0d2e43 Compare February 12, 2026 14:55
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from f0d2e43 to 18d9a9b Compare March 27, 2026 12:36
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch 2 times, most recently from 41699ee to 111ef45 Compare April 12, 2026 21:07
@renovate renovate Bot changed the title chore(deps): update dependency ts-morph to v27 chore(deps): update dependency ts-morph to v28 Apr 12, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from 111ef45 to 33c0ada Compare June 1, 2026 19:57
@renovate renovate Bot changed the title chore(deps): update dependency ts-morph to v28 chore(deps): update npm runtime to v28 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/major-npm-runtime branch from 33c0ada to dd7dfed Compare June 9, 2026 17:45
@renovate renovate Bot changed the title chore(deps): update npm runtime to v28 chore(deps): update npm runtime (major) Jun 9, 2026
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.

1 participant