Skip to content

Commit 171b2ee

Browse files
fix: bad options (#9459)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent c8918d6 commit 171b2ee

File tree

8 files changed

+2385
-7
lines changed

8 files changed

+2385
-7
lines changed

.changeset/sharp-geckos-see.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@biomejs/biome": patch
3+
---
4+
5+
Fixed [#9314](https://github.com/biomejs/biome/issues/9314). Now Biome doesn't panic when `useAriaPropsForRole` is configured using an object.

crates/biome_configuration/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ tikv-jemallocator = { workspace = true }
6060
mimalloc = { workspace = true }
6161

6262
[features]
63-
default = []
64-
markdown = []
65-
schema = [
63+
default = []
64+
markdown = []
65+
schema = [
6666
"biome_analyze/schema",
6767
"biome_formatter/schema",
6868
"biome_html_formatter/schema",
@@ -74,6 +74,7 @@ schema = [
7474
"biome_rule_options/schema",
7575
"dep:schemars",
7676
]
77+
test-utils = []
7778

7879
[lints]
7980
workspace = true

crates/biome_configuration/src/generated.rs

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

0 commit comments

Comments
 (0)