Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/biomejs/biome
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://github.com/biomejs/biome
🐛 Nightly builds of @biomejs/cli-* don't publish CLI binary
benjamincburns opened this issue 5 months ago
benjamincburns opened this issue 5 months ago
chore(ci): auto label HTML PRs
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
refactor(biome_parser): use enumflags2 for `TokenFlag ` and remove `bitflags`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
docs(cli): update `--verbose` doc
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
refactor(biome_js_parser/state): use enumflags2 for `SignatureFlag ` and `ParsingContextFlag`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
refactor(biome_js_parser/syntax): use enumflags2 for `ExpressionContextFlag`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
test(format/html): set up test infrastructure
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
fix(grit): fix matching multiple args
arendjr opened this pull request 5 months ago
arendjr opened this pull request 5 months ago
refactor(biome_js_parser/syntax): use enumflags2 for `ModifierFlag`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
📝 comma-separated values should not be collapsed
Conaclos opened this issue 5 months ago
Conaclos opened this issue 5 months ago
release: v1.9.0
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix(linter): fix rule `noFocusedTests` checking test call expressions
h-a-n-a opened this pull request 5 months ago
h-a-n-a opened this pull request 5 months ago
fix(grit): fix matching names in Grit queries
arendjr opened this pull request 5 months ago
arendjr opened this pull request 5 months ago
💅 `noFocusedTests` only works when the tests name is configured with a string literal
mateuszradomski opened this issue 5 months ago
mateuszradomski opened this issue 5 months ago
📝 useSortedClasses removes spaces between computed variables
theogravity opened this issue 5 months ago
theogravity opened this issue 5 months ago
refactor(biome_js_parser/syntax): use enumflags2 for `TypeContext`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
refactor(biome_js_parser/lexer): use enumflags2 for `RegexFlag`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
📎 All errors into warnings option
Netail opened this issue 5 months ago
Netail opened this issue 5 months ago
refactor(noConsole): add `allow` option
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
refactor(biome_diagnostics): use enumflags2 for `DiagnosticTag`
Javimtib92 opened this pull request 5 months ago
Javimtib92 opened this pull request 5 months ago
feat(format/html): minimal attribute formatting
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
feat(format/html): port `JsxChildList` formatting to `HtmlElementList`
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
feat(format/html): impl non-verbatim formatting for directive and element tags
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
fix(js_format): fix js template element parentheses issue
suxin2017 opened this pull request 5 months ago
suxin2017 opened this pull request 5 months ago
feat(linter): add noMissingVarFunction
togami2864 opened this pull request 5 months ago
togami2864 opened this pull request 5 months ago
🐛 Control flow is panicking
Conaclos opened this issue 5 months ago
Conaclos opened this issue 5 months ago
feat(format/html): add `quick_test` to formatter crate
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
fix(parser/html): fix parsing `html` keyword in doctype
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
feat(markdown): support markdown ast parser
suxin2017 opened this pull request 5 months ago
suxin2017 opened this pull request 5 months ago
perf(css_parser): avoid expensive check when parsing an id
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
feat(html): set up `biome_html_formatter`
dyc3 opened this pull request 5 months ago
dyc3 opened this pull request 5 months ago
chore(bench): pin bench libs
pnodet opened this pull request 5 months ago
pnodet opened this pull request 5 months ago
fix(css_parser): accept more valid CSS identifiers
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
💅 noUselessElse reports useful else
redsuperbat opened this issue 5 months ago
redsuperbat opened this issue 5 months ago
fix: don't panic in debug mode when encountring complex variable declaration
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix(useValidAriaValues): correctly check property types
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix: let aria-label be valid for useHeadingContent.
anthonyshew opened this pull request 5 months ago
anthonyshew opened this pull request 5 months ago
📝 Output is different based on initial formatting of input
parnavh opened this issue 5 months ago
parnavh opened this issue 5 months ago
fix(js_formatter): add parens for nullish coalescing in ternary
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix(useExhaustiveDependencies): make stableResult optional
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
🐛 json shcema for options of `useExhaustiveDependencies` incorrectly requires `stableResult`
anatawa12 opened this issue 5 months ago
anatawa12 opened this issue 5 months ago
feat(js_semantic): support `jsxFactory` and `jsxFragmentFactory`
h-a-n-a opened this pull request 5 months ago
h-a-n-a opened this pull request 5 months ago
💅 The rule `lint/style/noUselessElse` should not trigger for else if clause.
vimulatus opened this issue 5 months ago
vimulatus opened this issue 5 months ago
🐛 Formatter enabled only does it for .css files, not for .scss files
JosepSalvat opened this issue 5 months ago
JosepSalvat opened this issue 5 months ago
refactor(noRedeclare): ignore var named as the enclosing function expression name
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
refactor(summary-reporter): order reported paths
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
refactor(json): allow comments in jest.config.json
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
chore(deps): update rust crate oxc_resolver to 1.11.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update rust crate indexmap to 2.5.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update pnpm to v9.9.0
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update actions/upload-artifact action to v4.4.0 - autoclosed
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
fix(deps): update rust crates
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update dependency @types/node to v20.16.3
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
💅 `aria-keyshortcuts` with single numeric char doesn't pass a11y linter
vitalybaev opened this issue 5 months ago
vitalybaev opened this issue 5 months ago
Biome should not parse when disabled / ignored
pikeas opened this issue 5 months ago
pikeas opened this issue 5 months ago
feature: add matches number
BackupMiles opened this pull request 5 months ago
BackupMiles opened this pull request 5 months ago
feat(css_semantic): implement rule hierarchy tracking and enhance rule lookup
togami2864 opened this pull request 5 months ago
togami2864 opened this pull request 5 months ago
fix(css_parser): fix is at unicode range check
suxin2017 opened this pull request 5 months ago
suxin2017 opened this pull request 5 months ago
chore(css_semantic): allow an empty at-property declation
togami2864 opened this pull request 5 months ago
togami2864 opened this pull request 5 months ago
🐛 CSS parsing error on property value
Conaclos opened this issue 5 months ago
Conaclos opened this issue 5 months ago
Align with prettier 3.3.3 on adding parentheses for nullish coalescing in ternary
kbrilla opened this issue 5 months ago
kbrilla opened this issue 5 months ago
fix(lsp): update diagnostics only for supported files
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
🐛 assertion failed: p.state().name_map.is_empty()
ityuany opened this issue 5 months ago
ityuany opened this issue 5 months ago
refactor: update bench
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
💅 Only removing unused imports is not working properly
redsuperbat opened this issue 5 months ago
redsuperbat opened this issue 5 months ago
refactor: avoid UTF-8 validation of file extensions
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix(core): ser/de for `FileKind`
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
refactor(js_analyze): add TypeScript 5.5 and 5.6 globals
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
refactor(noUndeclaredVariables): recognize Svelte 5 runes
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
feat(core): enable CSS linting and formatting by default
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
feat(linter): do not report directive in commonjs files
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
feat(lsp): add codeActionKinds
suxin2017 opened this pull request 5 months ago
suxin2017 opened this pull request 5 months ago
fix(docs): typo in `no_double_equals.rs`
shubh73 opened this pull request 5 months ago
shubh73 opened this pull request 5 months ago
fix(core): enforce parsing options for `biome.jsonc`
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
fix: edge case in `noInteractiveToNonInteractiveRole` for `<canvas>`.
anthonyshew opened this pull request 5 months ago
anthonyshew opened this pull request 5 months ago
☂️ Road to Biome v2.0
ematipico opened this issue 5 months ago
ematipico opened this issue 5 months ago
fix(cli): don't emit diagnostics in stdin mode, and exit with error code
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
`useAwait` incorrectly warns on async functions that return promises
tylerlaprade opened this issue 5 months ago
tylerlaprade opened this issue 5 months ago
refactor(noUndeclaredDependencies): support self package imports
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
🐛 Biome lints project that don't have a biome.js file
stabildev opened this issue 5 months ago
stabildev opened this issue 5 months ago
refactor(diagnostics): indentation
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
chore: unhide `search` command
arendjr opened this pull request 5 months ago
arendjr opened this pull request 5 months ago
chore: add `ignoreNull` option to `CHANGELOG`
arendjr opened this pull request 5 months ago
arendjr opened this pull request 5 months ago
feat(grit): support `as` keyword
arendjr opened this pull request 5 months ago
arendjr opened this pull request 5 months ago
📎 Markdown spec for markdown support
AugustinMauroy opened this issue 5 months ago
AugustinMauroy opened this issue 5 months ago
chore(deps): update rust crate serde_json to 1.0.127
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update rust crate serde to 1.0.209
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update rust crate quote to 1.0.37
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
chore(deps): update @biomejs packages
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
fix: escape backslash when printing HTML in mdx
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
fix: another quick fix to escape some other chars that make MDX go nuts
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
feat: adds an option to `HTML` printer for MDX
ematipico opened this pull request 5 months ago
ematipico opened this pull request 5 months ago
💅 `noRedundantUseStrict` doesn't appear to respect `package.json#type`
anthonyshew opened this issue 5 months ago
anthonyshew opened this issue 5 months ago
refactor(json): allow comments in `.json` files under `.vscode` and `.zed` dirs
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix: `noAriaHiddenonFocusable` when using a JSX expression
anthonyshew opened this pull request 5 months ago
anthonyshew opened this pull request 5 months ago
feat: support OpenBSD
neezer opened this pull request 5 months ago
neezer opened this pull request 5 months ago
refactor(service): avoid string allocations and pass path instead of filename for wellknown files
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
📝 `biome format --write .` result differs from result when saving with VSCode
okejminja opened this issue 5 months ago
okejminja opened this issue 5 months ago
refactor: allow filtering nursery in --only and --skip
Conaclos opened this pull request 5 months ago
Conaclos opened this pull request 5 months ago
fix(console): regression for #3701
ematipico opened this pull request 6 months ago
ematipico opened this pull request 6 months ago