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
chore(ci): auto label HTML PRs

dyc3 opened this pull request 5 months ago
docs(cli): update `--verbose` doc

dyc3 opened this pull request 5 months ago
refactor(biome_js_parser/syntax): use enumflags2 for `ExpressionContextFlag`

Javimtib92 opened this pull request 5 months ago
test(format/html): set up test infrastructure

dyc3 opened this pull request 5 months ago
fix(grit): fix matching multiple args

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
📝 comma-separated values should not be collapsed

Conaclos opened this issue 5 months ago
release: v1.9.0

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
fix(grit): fix matching names in Grit queries

arendjr opened this pull request 5 months ago
📝 useSortedClasses removes spaces between computed variables

theogravity opened this issue 5 months ago
refactor(biome_js_parser/syntax): use enumflags2 for `TypeContext`

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
📎 All errors into warnings option

Netail opened this issue 5 months ago
refactor(noConsole): add `allow` option

Conaclos opened this pull request 5 months ago
refactor(biome_diagnostics): use enumflags2 for `DiagnosticTag`

Javimtib92 opened this pull request 5 months ago
feat(format/html): minimal attribute formatting

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
feat(linter): add noMissingVarFunction

togami2864 opened this pull request 5 months ago
🐛 Control flow is panicking

Conaclos opened this issue 5 months ago
feat(format/html): add `quick_test` to formatter crate

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
feat(markdown): support markdown ast parser

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
feat(html): set up `biome_html_formatter`

dyc3 opened this pull request 5 months ago
chore(bench): pin bench libs

pnodet opened this pull request 5 months ago
fix(css_parser): accept more valid CSS identifiers

Conaclos opened this pull request 5 months ago
💅 noUselessElse reports useful else

redsuperbat opened this issue 5 months ago
fix(useValidAriaValues): correctly check property types

Conaclos opened this pull request 5 months ago
fix: let aria-label be valid for useHeadingContent.

anthonyshew opened this pull request 5 months ago
📝 Output is different based on initial formatting of input

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
fix(useExhaustiveDependencies): make stableResult optional

Conaclos opened this pull request 5 months ago
feat(js_semantic): support `jsxFactory` and `jsxFragmentFactory`

h-a-n-a opened this pull request 5 months ago
refactor(summary-reporter): order reported paths

Conaclos opened this pull request 5 months ago
refactor(json): allow comments in jest.config.json

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
chore(deps): update rust crate indexmap to 2.5.0

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
chore(deps): update actions/upload-artifact action to v4.4.0 - autoclosed

renovate[bot] opened this pull request 5 months ago
fix(deps): update rust crates

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
Biome should not parse when disabled / ignored

pikeas opened this issue 5 months ago
feature: add matches number

BackupMiles opened this pull request 5 months ago
fix(css_parser): fix is at unicode range check

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
🐛 CSS parsing error on property value

Conaclos opened this issue 5 months ago
fix(lsp): update diagnostics only for supported files

ematipico opened this pull request 5 months ago
🐛 assertion failed: p.state().name_map.is_empty()

ityuany opened this issue 5 months ago
refactor: update bench

Conaclos opened this pull request 5 months ago
💅 Only removing unused imports is not working properly

redsuperbat opened this issue 5 months ago
refactor: avoid UTF-8 validation of file extensions

Conaclos opened this pull request 5 months ago
fix(core): ser/de for `FileKind`

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
refactor(noUndeclaredVariables): recognize Svelte 5 runes

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
feat(linter): do not report directive in commonjs files

ematipico opened this pull request 5 months ago
feat(lsp): add codeActionKinds

suxin2017 opened this pull request 5 months ago
fix(docs): typo in `no_double_equals.rs`

shubh73 opened this pull request 5 months ago
fix(core): enforce parsing options for `biome.jsonc`

ematipico opened this pull request 5 months ago
fix: edge case in `noInteractiveToNonInteractiveRole` for `<canvas>`.

anthonyshew opened this pull request 5 months ago
☂️ Road to Biome v2.0

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
`useAwait` incorrectly warns on async functions that return promises

tylerlaprade opened this issue 5 months ago
refactor(noUndeclaredDependencies): support self package imports

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
refactor(diagnostics): indentation

ematipico opened this pull request 5 months ago
chore: unhide `search` command

arendjr opened this pull request 5 months ago
chore: add `ignoreNull` option to `CHANGELOG`

arendjr opened this pull request 5 months ago
feat(grit): support `as` keyword

arendjr opened this pull request 5 months ago
📎 Markdown spec for markdown support

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
chore(deps): update rust crate serde to 1.0.209

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
chore(deps): update @biomejs packages

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
fix: another quick fix to escape some other chars that make MDX go nuts

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
fix: `noAriaHiddenonFocusable` when using a JSX expression

anthonyshew opened this pull request 5 months ago
feat: support OpenBSD

neezer opened this pull request 5 months ago
refactor: allow filtering nursery in --only and --skip

Conaclos opened this pull request 5 months ago
fix(console): regression for #3701

ematipico opened this pull request 6 months ago