Skip to content

Commit 5d5bb51

Browse files
authored
chore(deps-dev): upgrading biome (#1308)
## 🧰 Changes Upgrade Biome to the [latest release](https://github.com/biomejs/biome/releases/tag/%40biomejs/biome%402.1.2), which actually fixes a problem we were having with `.d.ts` files being picked up as `.js`!
1 parent 31d5779 commit 5d5bb51

File tree

3 files changed

+36
-37
lines changed

3 files changed

+36
-37
lines changed

bin/set-version-output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// @ts-check
44
import * as core from '@actions/core';
55

6-
// biome-ignore lint/correctness/useImportExtensions: This file exists but Biome wants to use the `.d.ts` file instead.
76
import { getMajorPkgVersion, getNodeVersion } from '../dist/lib/getPkg.js';
87

98
/**

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": ["@readme/standards/biome"],
44
"root": true,
55
"files": {

package-lock.json

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

0 commit comments

Comments
 (0)