Skip to content

Commit

Permalink
chore(deps): update dependency @biomejs/biome to ^1.9.1 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fi3ework <[email protected]>
  • Loading branch information
renovate[bot] and fi3ework authored Sep 16, 2024
1 parent d39162f commit ed9fe5b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pnpm-lock.yaml": "pnpm dedupe --check"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.1",
"@changesets/cli": "^2.27.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "~18.19.39",
Expand Down
4 changes: 3 additions & 1 deletion packages/plugin-dts/src/dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
if (bundle) {
return ensureTempDeclarationDir(cwd);
}
return distPath ? distPath : rawCompilerOptions.declarationDir ?? './dist';
return distPath
? distPath
: (rawCompilerOptions.declarationDir ?? './dist');
};

const declarationDir = getDeclarationDir(bundle!, distPath);
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed9fe5b

Please sign in to comment.