Bump biome to v2 (#515)

This commit is contained in:
Kevin Stillhammer 2025-08-12 22:12:10 +02:00 committed by GitHub
parent 1463845d3c
commit 4109b4033f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 13393 additions and 10945 deletions

View file

@ -1,6 +1,5 @@
import { getUvVersionFromFile } from "../../src/version/resolve";
import { expect, test } from "@jest/globals";
import { getUvVersionFromFile } from "../../src/version/resolve";
test("ignores dependencies starting with uv", async () => {
const parsedVersion = getUvVersionFromFile(

View file

@ -1,6 +1,5 @@
import { getUvVersionFromFile } from "../../src/version/resolve";
import { expect, test } from "@jest/globals";
import { getUvVersionFromFile } from "../../src/version/resolve";
test("ignores dependencies starting with uv", async () => {
const parsedVersion = getUvVersionFromFile(