Skip to content

Commit ed9fe5b

Browse files
chore(deps): update dependency @biomejs/biome to ^1.9.1 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fi3ework <[email protected]>
1 parent d39162f commit ed9fe5b

File tree

3 files changed

+42
-40
lines changed

3 files changed

+42
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pnpm-lock.yaml": "pnpm dedupe --check"
3838
},
3939
"devDependencies": {
40-
"@biomejs/biome": "^1.8.3",
40+
"@biomejs/biome": "^1.9.1",
4141
"@changesets/cli": "^2.27.8",
4242
"@types/fs-extra": "^11.0.4",
4343
"@types/node": "~18.19.39",

packages/plugin-dts/src/dts.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
135135
if (bundle) {
136136
return ensureTempDeclarationDir(cwd);
137137
}
138-
return distPath ? distPath : rawCompilerOptions.declarationDir ?? './dist';
138+
return distPath
139+
? distPath
140+
: (rawCompilerOptions.declarationDir ?? './dist');
139141
};
140142

141143
const declarationDir = getDeclarationDir(bundle!, distPath);

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)