Skip to content

Commit

Permalink
Merge branch 'main' into nh/explicit-return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored Oct 10, 2024
2 parents e59b58b + 2e5e3f2 commit 221337e
Show file tree
Hide file tree
Showing 61 changed files with 4,016 additions and 615 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "0 0 * * *"


permissions:
issues: write

jobs:
close-issues:
if: github.repository == 'biomejs/biome'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/needs-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types: [ labeled ]

permissions:
issues: write

jobs:
reply-labeled:
if: github.repository == 'biomejs/biome'
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

### CLI

#### Enhancements

- The `--summary` reporter now reports parsing diagnostics too. Contributed by @ematipico

- Improved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr

### Configuration

#### Bug fixes
Expand All @@ -29,6 +35,10 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

### Formatter

#### Bug fixes

- Fix [#4121](https://github.com/biomejs/biome/issues/4121). Respect line width when printing multiline strings. Contributed by @ah-yu

### JavaScript APIs

### Linter
Expand Down
61 changes: 5 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 221337e

Please sign in to comment.