Skip to content

Update dependency esbuild-plugin-d.ts to v2#380

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/esbuild-plugin-d.ts-2.x
Open

Update dependency esbuild-plugin-d.ts to v2#380
renovate[bot] wants to merge 1 commit into
devfrom
renovate/esbuild-plugin-d.ts-2.x

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
esbuild-plugin-d.ts ~1.3.1 -> ~2.0.0 age confidence

Release Notes

Floffah/esbuild-plugin-d.ts (esbuild-plugin-d.ts)

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • #​28 180e511 Thanks @​Floffah! - refactor: only export plugin itself & options type

  • #​27 5062d5c Thanks @​Floffah! - refactor: remove default export

    Default export + named exports causes interop issues in cjs consumers

    - import dtsPlugin from "esbuild-plugin-d.ts";
    + import { dtsPlugin } from "esbuild-plugin-d.ts";
  • #​31 ebcc410 Thanks @​Floffah! - Remove the deprecated outDir plugin option from the public options type.

    Passing outDir from JavaScript now emits a warning that the option has been
    removed and is ignored. Use compilerOptions.declarationDir in tsconfig, or
    esbuild outdir, instead.

  • #​26 9270bd2 Thanks @​Floffah! - chore: raise the minimum supported Node.js version to 20

  • #​30 4e1315f Thanks @​Floffah! - chore: narrow the supported TypeScript peer range to 5.5 through current 6.x

    This package uses the TypeScript compiler API directly and is now only supported
    with typescript >=5.5.0 <7.

Minor Changes
Patch Changes
  • #​25 1aba9c8 Thanks @​Floffah! - ci: update lint tooling & build tooling

  • #​31 ebcc410 Thanks @​Floffah! - Improve experimental declaration bundling path handling.

    Bundling now supports esbuild object entry points and { in, out } entry point
    arrays, writes declarations to matching custom output paths, and creates nested
    output directories when needed. Custom outputs that already end in .d.ts,
    .d.mts, or .d.cts are preserved as-is. Bundled declaration logs now report
    the final written declaration files instead of temporary prebundle paths.

  • ee6fd1b Thanks @​Floffah! - fix: recover incremental declaration output after the output directory is deleted

    When no tsBuildInfoFile is configured, the plugin now stores incremental build
    info in the OS temp directory by default. If incremental metadata exists but the
    declaration outputs have been removed, the next build will invalidate the stale
    build info and recreate the missing .d.ts files.

  • #​23 4551f6d Thanks @​Floffah! - Replace semantic versioning with changesets


Configuration

📅 Schedule: (UTC)

  • 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 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@renovate renovate Bot force-pushed the renovate/esbuild-plugin-d.ts-2.x branch from 51b5c9d to df17712 Compare May 18, 2026 10:05
@renovate renovate Bot force-pushed the renovate/esbuild-plugin-d.ts-2.x branch from df17712 to 43650a7 Compare June 12, 2026 23:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants