Skip to content

Commit 14cf86c

Browse files
authored
Merge pull request #25 from DiamondLightSource/renovate/biomejs-biome-2.x
chore(deps): update dependency @biomejs/biome to v2
2 parents 692b325 + e43a40d commit 14cf86c

3 files changed

Lines changed: 38 additions & 40 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"assemble/assemble.mjs"
2020
],
2121
"devDependencies": {
22-
"@biomejs/biome": "^1.9.0",
22+
"@biomejs/biome": "^2.0.0",
2323
"@j178/prek": "^0.4.0",
2424
"mystmd": "1.10.1"
2525
}

test/test-url-logic.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Live anywidget rendering is a browser job.
55
*/
66
import assert from "node:assert/strict";
7-
import {
7+
import plugin, {
88
computeTargetUrl,
99
detectCurrent,
1010
entryLabel,
@@ -14,7 +14,6 @@ import {
1414
withLocalFallback,
1515
withTrailingSlash,
1616
} from "../plugins/version-switcher.mjs";
17-
import plugin from "../plugins/version-switcher.mjs";
1817

1918
const switcher = [
2019
{

0 commit comments

Comments
 (0)