Update dependency esbuild-plugin-d.ts to v2#380
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
51b5c9d to
df17712
Compare
df17712 to
43650a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~1.3.1->~2.0.0Release Notes
Floffah/esbuild-plugin-d.ts (esbuild-plugin-d.ts)
v2.0.1Compare Source
Patch Changes
4711153Thanks @Floffah! - Run build in changeset releasev2.0.0Compare Source
Major Changes
#28
180e511Thanks @Floffah! - refactor: only export plugin itself & options type#27
5062d5cThanks @Floffah! - refactor: remove default exportDefault export + named exports causes interop issues in cjs consumers
#31
ebcc410Thanks @Floffah! - Remove the deprecatedoutDirplugin option from the public options type.Passing
outDirfrom JavaScript now emits a warning that the option has beenremoved and is ignored. Use
compilerOptions.declarationDirin tsconfig, oresbuild
outdir, instead.#26
9270bd2Thanks @Floffah! - chore: raise the minimum supported Node.js version to 20#30
4e1315fThanks @Floffah! - chore: narrow the supported TypeScript peer range to 5.5 through current 6.xThis package uses the TypeScript compiler API directly and is now only supported
with
typescript >=5.5.0 <7.Minor Changes
180e511Thanks @Floffah! - fix: use real typescript compiler options resolution rather than mergingPatch Changes
#25
1aba9c8Thanks @Floffah! - ci: update lint tooling & build tooling#31
ebcc410Thanks @Floffah! - Improve experimental declaration bundling path handling.Bundling now supports esbuild object entry points and
{ in, out }entry pointarrays, 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.ctsare preserved as-is. Bundled declaration logs now reportthe final written declaration files instead of temporary prebundle paths.
ee6fd1bThanks @Floffah! - fix: recover incremental declaration output after the output directory is deletedWhen no
tsBuildInfoFileis configured, the plugin now stores incremental buildinfo 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.tsfiles.#23
4551f6dThanks @Floffah! - Replace semantic versioning with changesetsConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.