Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @biomejs/biome to v1.9.3 #733

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.9.2 -> 1.9.3 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 1, 2024

Performance Comparison Report

  • Current: HEAD (e74df0a) - 2024-10-03 08:54:24Z
  • Baseline: main (8531c98) - 2024-10-03 08:53:41Z

Significant Changes To Duration

There are no entries

Meaningless Changes To Duration

Show entries
Name Type Duration Count
Perf test Renders markdown render 46.1 ms → 42.6 ms (-3.5 ms, -7.6%) 1 → 1
Show details
Name Type Duration Count
Perf test Renders markdown render Baseline
Mean: 46.1 ms
Stdev: 5.3 ms (11.5%)
Runs: 43.4 48.3 41.4 41.0 40.5 54.4 54.4 49.3 45.7 42.6
Warmup runs: 1735.1

Current
Mean: 42.6 ms
Stdev: 4.0 ms (9.3%)
Runs: 50.9 41.4 40.4 40.2 41.5 41.5 40.4 40.2 40.1 49.0
Warmup runs: 160.7
Baseline
Mean: 1
Stdev: 0 (0.0%)
Runs: 1 1 1 1 1 1 1 1 1 1
Render issues:

Current
Mean: 1
Stdev: 0 (0.0%)
Runs: 1 1 1 1 1 1 1 1 1 1
Render issues:

Render Count Changes

There are no entries

Render Issues

There are no entries

Added Scenarios

There are no entries

Removed Scenarios

There are no entries

Generated by 🚫 dangerJS against d72cff9

@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from f905819 to ecc1e4b Compare October 3, 2024 08:51
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from ecc1e4b to d72cff9 Compare October 3, 2024 08:52
@gmsgowtham gmsgowtham merged commit 57ec5bc into main Oct 3, 2024
7 checks passed
@gmsgowtham gmsgowtham deleted the renovate/biomejs-biome-1.x branch October 3, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant