Skip to content

chore(deps-dev): bump the typescript group across 1 directory with 2 updates#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-869494c0af
Open

chore(deps-dev): bump the typescript group across 1 directory with 2 updates#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-869494c0af

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the typescript group with 2 updates in the / directory: ts-patch and typescript.

Updates ts-patch from 3.3.0 to 4.0.1

Release notes

Sourced from ts-patch's releases.

v4.0.1

4.0.1 (2026-05-01)

⚠ BREAKING CHANGES

  • Support TS v6
  • raises the Node.js floor to >=22.15.0 for module.registerHooks(). TypeScript transformer loading no longer uses ts-node; transformer module format is inferred from TypeScript compiler semantics, and the public isEsm option has been removed.
  • removes the optional esm package fallback. ESM transformer loading now relies on Node >=22.12.0 native ESM support. Configuring isEsm: true on a .cts transformer entry is now rejected.
  • Node.js 22.12.0 or newer is now required.

Features

  • Dropped ts-node, replaced with pure TS compiler API & Swapped require wrap with module.registerHooks (987a199)
  • Support TS v6 (e9c000f)
  • use native Node ESM loading for transformer plugins (4c4e837)

Build System

  • raise Node.js floor to 22.12.0 (d8f0a8f)
Changelog

Sourced from ts-patch's changelog.

4.0.1 (2026-05-01)

4.0.0 (2026-05-01)

⚠ BREAKING CHANGES

  • Support TS v6
  • raises the Node.js floor to >=22.15.0 for module.registerHooks(). TypeScript transformer loading no longer uses ts-node; transformer module format is inferred from TypeScript compiler semantics, and the public isEsm option has been removed.
  • removes the optional esm package fallback. ESM transformer loading now relies on Node >=22.12.0 native ESM support. Configuring isEsm: true on a .cts transformer entry is now rejected.
  • Node.js 22.12.0 or newer is now required.

Features

  • Dropped ts-node, replaced with pure TS compiler API & Swapped require wrap with module.registerHooks (987a199)
  • Support TS v6 (e9c000f)
  • use native Node ESM loading for transformer plugins (4c4e837)

Build System

  • raise Node.js floor to 22.12.0 (d8f0a8f)
Commits
  • d4e0571 chore(release): 4.0.1
  • 63fc87f build(ci): Updated for new Trusted Publisher based publish
  • 3ac3aeb chore(release): 4.0.0
  • aea4d89 build: Updated perf script
  • 3da7d77 build(deps): Bumped deps to latest
  • eeb60e1 build(ci): Updated CI scripts
  • e9c000f feat!: Support TS v6
  • 6c5da08 test: restore transformer behavior coverage
  • 1485588 build: Updated .gitignore
  • 987a199 feat!: Dropped ts-node, replaced with pure TS compiler API & Swapped require ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-patch since your current version.


Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the typescript group with 2 updates in the / directory: [ts-patch](https://github.com/nonara/ts-patch) and [typescript](https://github.com/microsoft/TypeScript).


Updates `ts-patch` from 3.3.0 to 4.0.1
- [Release notes](https://github.com/nonara/ts-patch/releases)
- [Changelog](https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md)
- [Commits](nonara/ts-patch@v3.3.0...v4.0.1)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: ts-patch
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@studio-pro
Copy link
Copy Markdown

@dependabot merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant