Dataset Viewer
Auto-converted to Parquet Duplicate
repo
string
pull_number
int64
instance_id
string
issue_numbers
sequence
base_commit
string
patch
string
test_patch
string
problem_statement
string
hints_text
string
created_at
string
version
string
updated_at
string
environment_setup_commit
string
FAIL_TO_PASS
sequence
PASS_TO_PASS
sequence
FAIL_TO_FAIL
sequence
PASS_TO_FAIL
sequence
source_dir
string
biomejs/biome
2,324
biomejs__biome-2324
[ "2303" ]
75af8016b50476ae32193ec87c475e182925e9e0
diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -273,6 +273,8 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b - Implement [#2043](https://github.com/biomejs/biome/issues/2043): The React rule [`useExhaustiveDependencies`](https://biomejs.dev/linte...
diff --git a/crates/biome_configuration/src/linter/rules.rs b/crates/biome_configuration/src/linter/rules.rs --- a/crates/biome_configuration/src/linter/rules.rs +++ b/crates/biome_configuration/src/linter/rules.rs @@ -2620,6 +2620,9 @@ pub struct Nursery { #[doc = "Disallow using export or module.exports in files...
๐Ÿ“Ž Implement `lint/noFlatMapIdentity` - `clippy/flat_map_identity` ### Description Implement [flat_map_identity](https://rust-lang.github.io/rust-clippy/master/#/flat_map_identity). **Want to contribute?** Lets you know you are interested! We will assign you to the issue to prevent several people to work on the sam...
i'm interested
2024-04-06T05:05:24Z
0.5
2024-04-14T14:31:41Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "diagnostics::test::diagnostic_size", "diagnostics::test::deserialization_quick_check", "diagnostics::test::deserialization_error", "diagnostics::test::config_already_exists" ]
[]
[]
[]
auto_2025-06-09
biomejs/biome
2,317
biomejs__biome-2317
[ "2245" ]
2b1919494d8eb62221db1742552fea20698d585d
diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b ### Analyzer +#### Bug fixes + +- Now Biome can detect the script language in Svelte and Vue script blocks more reliably ([#2245](https:...
diff --git a/crates/biome_cli/tests/cases/handle_svelte_files.rs b/crates/biome_cli/tests/cases/handle_svelte_files.rs --- a/crates/biome_cli/tests/cases/handle_svelte_files.rs +++ b/crates/biome_cli/tests/cases/handle_svelte_files.rs @@ -6,26 +6,38 @@ use biome_service::DynRef; use bpaf::Args; use std::path::Path; ...
๐Ÿ› In Svelte context=module Scripts error "import { type x ident }' are a TypeScript only feature." ### Environment information ```block CLI: Version: 1.6.3 Color support: true Platform: CPU Architecture: aarch64 OS: macos Envi...
MouseEvent also fails with code below, interestingly only that part, interface itself does not produce any errors. "Type annotations are a TypeScript only feature. Convert your file to a TypeScript file or remove the syntax." ```svelte <script context="module" lang="ts"> export interface ButtonProps { onclick...
2024-04-05T08:58:51Z
0.5
2024-04-05T11:40:48Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "diagnostics::test::termination_diagnostic_size", "execute::migrate::prettier::test::ok", "metrics::tests::test_timing", "execute::migrate::prettier::test::some_properties", "metrics::tests::test_layer", "commands::check_options" ]
[]
[]
[]
auto_2025-06-09
biomejs/biome
2,300
biomejs__biome-2300
[ "2296" ]
60671ec3a4c59421583d5d1ec8cfe30d45b27cd7
diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -167,6 +167,12 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b ``` </details> +- Added new `--staged` flag to the `check`, `format` and `lint` subcommands. + + This new option allows users to a...
diff --git a/crates/biome_cli/src/commands/mod.rs b/crates/biome_cli/src/commands/mod.rs --- a/crates/biome_cli/src/commands/mod.rs +++ b/crates/biome_cli/src/commands/mod.rs @@ -510,6 +525,34 @@ pub(crate) fn get_stdin( Ok(stdin) } +fn get_files_to_process( + since: Option<String>, + changed: bool, + ...
๐Ÿ“Ž Feature: --staged option to simplify the creation of git hook scripts ### Description ## Problem Statement As of today, `biome` does not provide a direct mechanism to select (for linting, formatting or checking) only the files that are staged for a commit. We have a "similar" flag, `--changed`, but its main...
2024-04-04T10:25:43Z
0.5
2024-04-12T14:21:49Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "diagnostics::test::termination_diagnostic_size", "execute::migrate::ignorefile::tests::comments_and_empty_lines", "execute::migrate::ignorefile::tests::negated_pattern", "execute::migrate::ignorefile::tests::empty", "execute::migrate::eslint_to_biome::tests::flat_config_single_config_object", "execute::m...
[]
[]
[]
auto_2025-06-09
biomejs/biome
2,292
biomejs__biome-2292
[ "2288" ]
cc04271f337cdd5a8af583aed09a44cb72b17a82
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -15,6 +15,10 @(...TRUNCATED)
"diff --git a/crates/biome_cli/tests/cases/diagnostics.rs b/crates/biome_cli/tests/cases/diagnostics(...TRUNCATED)
"๐Ÿ› `organizeImports` causes check to fail but does not print errors with `--diagnostic-level=erro(...TRUNCATED)
2024-04-04T03:40:59Z
0.5
2024-04-07T04:36:07Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
["cases::protected_files::not_process_file_from_stdin_verbose_lint","cases::config_extends::extends_(...TRUNCATED)
["diagnostics::test::termination_diagnostic_size","execute::migrate::prettier::test::ok","execute::m(...TRUNCATED)
[ "commands::explain::explain_help" ]
[]
auto_2025-06-09
biomejs/biome
2,250
biomejs__biome-2250
[ "2243" ]
cad1cfd1e8fc7440960213ce49130670dc90491d
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -13,6 +13,10 @(...TRUNCATED)
"diff --git a/crates/biome_js_analyze/src/utils.rs b/crates/biome_js_analyze/src/utils.rs\n--- a/cra(...TRUNCATED)
"๐Ÿ“ biom crashed\n### Environment information\n\n```bash\nโฏ pnpm biome check . --apply\r\nBiome (...TRUNCATED)
"This error is thrown from this function. Would you please help us narrow down the source code file (...TRUNCATED)
2024-03-31T14:34:47Z
0.5
2024-03-31T16:09:30Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "utils::test::find_variable_position_when_the_operator_has_no_spaces_around" ]
["assists::correctness::organize_imports::test_order","globals::javascript::node::test_order","globa(...TRUNCATED)
[]
[]
auto_2025-06-09
biomejs/biome
2,220
biomejs__biome-2220
[ "2217" ]
b6d4c6e8108c69882d76863a1340080fd2c1fbdc
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -73,6 +73,10 @(...TRUNCATED)
"diff --git a/crates/biome_diagnostics_categories/src/categories.rs b/crates/biome_diagnostics_categ(...TRUNCATED)
"๐Ÿ’… Rename `noSemicolonInJsx` rule?\n### Environment information\n\n```bash\nirrelevant\n```\n\n\n(...TRUNCATED)
"@fujiyamaorange would you like to help? Unfortunately we didn't catch the name of the name early. \(...TRUNCATED)
2024-03-27T00:48:19Z
0.5
2024-03-28T03:06:24Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
["assists::correctness::organize_imports::test_order","globals::javascript::language::test_order","g(...TRUNCATED)
["target/debug/build/biome_diagnostics_categories-50cc392058e367b8/out/categories.rs - category (lin(...TRUNCATED)
[]
[]
auto_2025-06-09
biomejs/biome
2,204
biomejs__biome-2204
[ "2191" ]
62fbec86467946e8d71dcd0098e3d90443208f78
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -9,6 +9,28 @@ (...TRUNCATED)
"diff --git a/crates/biome_cli/tests/commands/lint.rs b/crates/biome_cli/tests/commands/lint.rs\n---(...TRUNCATED)
"๐Ÿ’… recommended: false disables all nested rules\n### Environment information\n\n```bash\nCLI:\r\n(...TRUNCATED)
"~~Sorry, I think this is a regression introduced in #2072, I'll fix it ASAP.~~\r\n\r\nIt's not a re(...TRUNCATED)
2024-03-25T17:24:38Z
0.5
2024-03-26T02:48:16Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
["commands::check::check_help","commands::ci::ci_help","commands::format::format_help","commands::fo(...TRUNCATED)
["diagnostics::test::termination_diagnostic_size","metrics::tests::test_timing","execute::migrate::p(...TRUNCATED)
[ "commands::explain::explain_help" ]
[]
auto_2025-06-09
biomejs/biome
2,169
biomejs__biome-2169
[ "2164" ]
95974a106067083c32066eee28ff95cbc3db9a31
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -9,6 +9,30 @@ (...TRUNCATED)
"diff --git /dev/null b/crates/biome_cli/tests/cases/config_path.rs\nnew file mode 100644\n--- /dev/(...TRUNCATED)
"--config-path fails with JSONC\n### Environment information\n\n```block\nI am using pre-commit hook(...TRUNCATED)
"Could you please tell us how you use the argument via CLI?\nI point it to the containing directory (...TRUNCATED)
2024-03-23T06:22:32Z
0.5
2024-03-23T14:42:31Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
["cases::config_path::set_config_path","commands::check::check_help","commands::ci::ci_help","comman(...TRUNCATED)
["diagnostics::test::termination_diagnostic_size","execute::migrate::prettier::test::ok","metrics::t(...TRUNCATED)
[ "commands::explain::explain_help" ]
[]
auto_2025-06-09
biomejs/biome
2,116
biomejs__biome-2116
[ "2114" ]
984626de115e4b8f64dec97d3f66ba353ebf1b65
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -9,7 +9,7 @@ N(...TRUNCATED)
"diff --git /dev/null b/crates/biome_cli/tests/cases/cts_files.rs\nnew file mode 100644\n--- /dev/nu(...TRUNCATED)
"๐Ÿ› Typescripts \"Module\" syntax is invalid for typescript-enabled common js\n### Environment inf(...TRUNCATED)
2024-03-17T08:06:29Z
0.5
2024-03-18T12:40:11Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "cases::cts_files::should_allow_using_export_statements" ]
["diagnostics::test::termination_diagnostic_size","metrics::tests::test_timing","execute::migrate::p(...TRUNCATED)
[ "commands::explain::explain_help" ]
[]
auto_2025-06-09
biomejs/biome
2,072
biomejs__biome-2072
[ "2028" ]
409eb1083ede5b887e35f4dfa80f860490823b8c
"diff --git a/CHANGELOG.md b/CHANGELOG.md\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -9,6 +9,28 @@ (...TRUNCATED)
"diff --git a/crates/biome_cli/tests/commands/lint.rs b/crates/biome_cli/tests/commands/lint.rs\n---(...TRUNCATED)
"๐Ÿ’… Regression: Disabling one nursery rule disables all nursery rules\n### Environment information(...TRUNCATED)
"I don't think this is a bug because as the schema says the `lint.rules.all` won't enable nursery ru(...TRUNCATED)
2024-03-13T03:42:02Z
0.5
2024-03-13T12:17:28Z
2425ce767fc6a93bbd091a5a9ec18beb5476e204
[ "commands::lint::top_level_all_down_level_empty", "commands::version::ok" ]
["diagnostics::test::termination_diagnostic_size","execute::migrate::prettier::test::ok","metrics::t(...TRUNCATED)
[ "commands::explain::explain_help" ]
[]
auto_2025-06-09
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
4