Skip to content

Commit 9c064ff

Browse files
committed
Bump @biomejs/biome from 1.8.3 to 1.9.0
1 parent c06487c commit 9c064ff

File tree

8 files changed

+47
-50
lines changed

8 files changed

+47
-50
lines changed

biome.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
33
"files": {
44
"ignore": [".tsimp", ".yarn", "coverage", "dist", ".pnp.cjs", ".pnp.loader.mjs"]
55
},
@@ -23,10 +23,6 @@
2323
},
2424
"css": {
2525
"formatter": {
26-
"enabled": true,
27-
"indentStyle": "space",
28-
"indentWidth": 2,
29-
"lineWidth": 100,
3026
"quoteStyle": "single"
3127
}
3228
},

packages/react-calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"warning": "^4.0.0"
5353
},
5454
"devDependencies": {
55-
"@biomejs/biome": "1.8.3",
55+
"@biomejs/biome": "1.9.0",
5656
"@testing-library/dom": "^10.0.0",
5757
"@testing-library/jest-dom": "^6.0.0",
5858
"@testing-library/react": "^16.0.0",

packages/react-calendar/src/Calendar.css

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
padding: 10px 6.6667px;
103103
background: none;
104104
text-align: center;
105-
line-height: 16px;
106105
font: inherit;
107106
font-size: 0.833em;
108107
}

test/MaxDetailOptions.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function MaxDetailOptions({
4040
type="radio"
4141
value={view}
4242
/>
43+
{/* biome-ignore lint/a11y/noLabelWithoutControl: Pinky promise this label won't ever be empty */}
4344
<label htmlFor={`max-${view}`}>{upperCaseFirstLetter(view)}</label>
4445
</div>
4546
))}

test/MinDetailOptions.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function MinDetailOptions({
4040
type="radio"
4141
value={view}
4242
/>
43+
{/* biome-ignore lint/a11y/noLabelWithoutControl: Pinky promise this label won't ever be empty */}
4344
<label htmlFor={`min-${view}`}>{upperCaseFirstLetter(view)}</label>
4445
</div>
4546
))}

test/ViewOptions.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function ViewOptions({
9595
onChange={onShowNeighboringCenturyChange}
9696
type="checkbox"
9797
/>
98-
<label htmlFor="showNeighboringCentury">{"Show neighboring century's decades"}</label>
98+
<label htmlFor="showNeighboringCentury">Show neighboring century's decades</label>
9999
</div>
100100

101101
<div>
@@ -105,7 +105,7 @@ export default function ViewOptions({
105105
onChange={onShowNeighboringDecadeChange}
106106
type="checkbox"
107107
/>
108-
<label htmlFor="showNeighboringDecade">{"Show neighboring decade's years"}</label>
108+
<label htmlFor="showNeighboringDecade">Show neighboring decade's years</label>
109109
</div>
110110

111111
<div>
@@ -116,7 +116,7 @@ export default function ViewOptions({
116116
onChange={onShowNeighboringMonthChange}
117117
type="checkbox"
118118
/>
119-
<label htmlFor="showNeighboringMonth">{"Show neighboring month's days"}</label>
119+
<label htmlFor="showNeighboringMonth">Show neighboring month's days</label>
120120
</div>
121121

122122
<div>

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": "^18.2.0"
2727
},
2828
"devDependencies": {
29-
"@biomejs/biome": "1.8.3",
29+
"@biomejs/biome": "1.9.0",
3030
"@types/react": "*",
3131
"@vitejs/plugin-react": "^4.2.0",
3232
"typescript": "^5.5.2",

yarn.lock

+39-39
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,18 @@ __metadata:
285285
languageName: node
286286
linkType: hard
287287

288-
"@biomejs/biome@npm:1.8.3":
289-
version: 1.8.3
290-
resolution: "@biomejs/biome@npm:1.8.3"
291-
dependencies:
292-
"@biomejs/cli-darwin-arm64": "npm:1.8.3"
293-
"@biomejs/cli-darwin-x64": "npm:1.8.3"
294-
"@biomejs/cli-linux-arm64": "npm:1.8.3"
295-
"@biomejs/cli-linux-arm64-musl": "npm:1.8.3"
296-
"@biomejs/cli-linux-x64": "npm:1.8.3"
297-
"@biomejs/cli-linux-x64-musl": "npm:1.8.3"
298-
"@biomejs/cli-win32-arm64": "npm:1.8.3"
299-
"@biomejs/cli-win32-x64": "npm:1.8.3"
288+
"@biomejs/biome@npm:1.9.0":
289+
version: 1.9.0
290+
resolution: "@biomejs/biome@npm:1.9.0"
291+
dependencies:
292+
"@biomejs/cli-darwin-arm64": "npm:1.9.0"
293+
"@biomejs/cli-darwin-x64": "npm:1.9.0"
294+
"@biomejs/cli-linux-arm64": "npm:1.9.0"
295+
"@biomejs/cli-linux-arm64-musl": "npm:1.9.0"
296+
"@biomejs/cli-linux-x64": "npm:1.9.0"
297+
"@biomejs/cli-linux-x64-musl": "npm:1.9.0"
298+
"@biomejs/cli-win32-arm64": "npm:1.9.0"
299+
"@biomejs/cli-win32-x64": "npm:1.9.0"
300300
dependenciesMeta:
301301
"@biomejs/cli-darwin-arm64":
302302
optional: true
@@ -316,62 +316,62 @@ __metadata:
316316
optional: true
317317
bin:
318318
biome: bin/biome
319-
checksum: 10c0/95fe99ce82cd8242f1be51cbf3ac26043b253f5a369d3dc24df09bdb32ec04dba679b1d4fa8b9d602b1bf2c30ecd80af14aa8f5c92d6e0cd6214a99a1099a65b
319+
checksum: 10c0/b07ad2c8dc3d52c0a4eea37f98d36399b33a13759903aa65f9678db916810b773fe94937c304899158479bccd8c3c90f0f30af22b34d6dc5963774f1acc5e245
320320
languageName: node
321321
linkType: hard
322322

323-
"@biomejs/cli-darwin-arm64@npm:1.8.3":
324-
version: 1.8.3
325-
resolution: "@biomejs/cli-darwin-arm64@npm:1.8.3"
323+
"@biomejs/cli-darwin-arm64@npm:1.9.0":
324+
version: 1.9.0
325+
resolution: "@biomejs/cli-darwin-arm64@npm:1.9.0"
326326
conditions: os=darwin & cpu=arm64
327327
languageName: node
328328
linkType: hard
329329

330-
"@biomejs/cli-darwin-x64@npm:1.8.3":
331-
version: 1.8.3
332-
resolution: "@biomejs/cli-darwin-x64@npm:1.8.3"
330+
"@biomejs/cli-darwin-x64@npm:1.9.0":
331+
version: 1.9.0
332+
resolution: "@biomejs/cli-darwin-x64@npm:1.9.0"
333333
conditions: os=darwin & cpu=x64
334334
languageName: node
335335
linkType: hard
336336

337-
"@biomejs/cli-linux-arm64-musl@npm:1.8.3":
338-
version: 1.8.3
339-
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.8.3"
337+
"@biomejs/cli-linux-arm64-musl@npm:1.9.0":
338+
version: 1.9.0
339+
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.9.0"
340340
conditions: os=linux & cpu=arm64 & libc=musl
341341
languageName: node
342342
linkType: hard
343343

344-
"@biomejs/cli-linux-arm64@npm:1.8.3":
345-
version: 1.8.3
346-
resolution: "@biomejs/cli-linux-arm64@npm:1.8.3"
344+
"@biomejs/cli-linux-arm64@npm:1.9.0":
345+
version: 1.9.0
346+
resolution: "@biomejs/cli-linux-arm64@npm:1.9.0"
347347
conditions: os=linux & cpu=arm64 & libc=glibc
348348
languageName: node
349349
linkType: hard
350350

351-
"@biomejs/cli-linux-x64-musl@npm:1.8.3":
352-
version: 1.8.3
353-
resolution: "@biomejs/cli-linux-x64-musl@npm:1.8.3"
351+
"@biomejs/cli-linux-x64-musl@npm:1.9.0":
352+
version: 1.9.0
353+
resolution: "@biomejs/cli-linux-x64-musl@npm:1.9.0"
354354
conditions: os=linux & cpu=x64 & libc=musl
355355
languageName: node
356356
linkType: hard
357357

358-
"@biomejs/cli-linux-x64@npm:1.8.3":
359-
version: 1.8.3
360-
resolution: "@biomejs/cli-linux-x64@npm:1.8.3"
358+
"@biomejs/cli-linux-x64@npm:1.9.0":
359+
version: 1.9.0
360+
resolution: "@biomejs/cli-linux-x64@npm:1.9.0"
361361
conditions: os=linux & cpu=x64 & libc=glibc
362362
languageName: node
363363
linkType: hard
364364

365-
"@biomejs/cli-win32-arm64@npm:1.8.3":
366-
version: 1.8.3
367-
resolution: "@biomejs/cli-win32-arm64@npm:1.8.3"
365+
"@biomejs/cli-win32-arm64@npm:1.9.0":
366+
version: 1.9.0
367+
resolution: "@biomejs/cli-win32-arm64@npm:1.9.0"
368368
conditions: os=win32 & cpu=arm64
369369
languageName: node
370370
linkType: hard
371371

372-
"@biomejs/cli-win32-x64@npm:1.8.3":
373-
version: 1.8.3
374-
resolution: "@biomejs/cli-win32-x64@npm:1.8.3"
372+
"@biomejs/cli-win32-x64@npm:1.9.0":
373+
version: 1.9.0
374+
resolution: "@biomejs/cli-win32-x64@npm:1.9.0"
375375
conditions: os=win32 & cpu=x64
376376
languageName: node
377377
linkType: hard
@@ -2559,7 +2559,7 @@ __metadata:
25592559
version: 0.0.0-use.local
25602560
resolution: "react-calendar@workspace:packages/react-calendar"
25612561
dependencies:
2562-
"@biomejs/biome": "npm:1.8.3"
2562+
"@biomejs/biome": "npm:1.9.0"
25632563
"@testing-library/dom": "npm:^10.0.0"
25642564
"@testing-library/jest-dom": "npm:^6.0.0"
25652565
"@testing-library/react": "npm:^16.0.0"
@@ -2963,7 +2963,7 @@ __metadata:
29632963
version: 0.0.0-use.local
29642964
resolution: "test@workspace:test"
29652965
dependencies:
2966-
"@biomejs/biome": "npm:1.8.3"
2966+
"@biomejs/biome": "npm:1.9.0"
29672967
"@types/react": "npm:*"
29682968
"@vitejs/plugin-react": "npm:^4.2.0"
29692969
"@wojtekmaj/date-utils": "npm:^1.1.3"

0 commit comments

Comments
 (0)