Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typescript-d339bf7ef6
Open

chore(deps-dev): bump the typescript group across 1 directory with 3 updates#248
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typescript-d339bf7ef6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the typescript group with 3 updates in the / directory: ts-patch, typescript and typescript-transform-paths.

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 7.0.2

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
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates typescript-transform-paths from 3.5.6 to 4.0.0

Release notes

Sourced from typescript-transform-paths's releases.

v4.0.0

compare changes

💅 Refactors

  • Remove ts-node related code (#468)

🏡 Chore

  • Remove typescript warning (9d2b530)

❤️ Contributors

v4.0.0-beta.2

compare changes

🩹 Fixes

  • Use type-only imports whenever possible (#460)

📖 Documentation

  • Refine the readme and v4 migration content (#455)

🏡 Chore

  • deps-dev: Bump typescript-eslint from 8.39.1 to 8.46.2 (#453)
  • deps-dev: Bump @​eslint/js from 9.33.0 to 9.38.0 (#452)
  • deps-dev: Bump typescript from 5.8.3 to 5.9.3 (#449)
  • deps-dev: Bump globals from 15.15.0 to 16.4.0 (#446)
  • Fix README formatting (4f9509b)
  • Replace @tsconfig/* with @​tsconfig/bases (#457)
  • deps-dev: Update changelogen (19c487a)

❤️ Contributors

v4.0.0-beta

See LeDDGroup/typescript-transform-paths#427

compare changes

💅 Refactors

... (truncated)

Changelog

Sourced from typescript-transform-paths's changelog.

v4.0.0

compare changes

💅 Refactors

  • Remove ts-node related code (#468)

🏡 Chore

  • Remove typescript warning (9d2b530)

❤️ Contributors

v4.0.0-beta.2

compare changes

🩹 Fixes

  • Use type-only imports whenever possible (#460)

📖 Documentation

  • Refine the readme and v4 migration content (#455)

🏡 Chore

  • deps-dev: Bump typescript-eslint from 8.39.1 to 8.46.2 (#453)
  • deps-dev: Bump @​eslint/js from 9.33.0 to 9.38.0 (#452)
  • deps-dev: Bump typescript from 5.8.3 to 5.9.3 (#449)
  • deps-dev: Bump globals from 15.15.0 to 16.4.0 (#446)
  • Fix README formatting (4f9509b)
  • Replace @tsconfig/* with @​tsconfig/bases (#457)
  • deps-dev: Update changelogen (19c487a)

❤️ Contributors

v4.0.0-beta

compare changes

💅 Refactors

  • ⚠️ Esm only (#442)

... (truncated)

Commits
  • 0e7f37d chore(release): v4.0.0
  • ceead6d chore(deps): update yarn to 4.12.0
  • 9d2b530 chore: remove typescript warning
  • ae91456 chore(deps): update dependencies
  • 107ebb7 chore(deps): bump actions/checkout from 5 to 6 (#467)
  • 6d1773c refactor: remove ts-node related code (#468)
  • c87c208 chore(release): v4.0.0-beta.2
  • 19c487a chore(deps-dev): update changelogen
  • 5f4b3bd fix: use type-only imports whenever possible (#460)
  • bcbe601 chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#458)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@socket-security

socket-security Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedts-patch@​4.0.19710010083100
Addedtypescript-transform-paths@​4.0.010010010085100
Addedtypescript@​7.0.29410089100100

View full report

…updates

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


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 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `typescript-transform-paths` from 3.5.6 to 4.0.0
- [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases)
- [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md)
- [Commits](LeDDGroup/typescript-transform-paths@v3.5.6...v4.0.0)

---
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
- dependency-name: typescript-transform-paths
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the typescript group with 3 updates chore(deps-dev): bump the typescript group across 1 directory with 3 updates Jul 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-d339bf7ef6 branch from a479831 to 15ab939 Compare July 21, 2026 07:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants