Skip to content

Commit

Permalink
Update dependency @biomejs/biome to v1.7.1 (#44)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@biomejs/biome](https://biomejs.dev)
([source](https://togithub.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome))
| [`1.7.0` ->
`1.7.1`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/1.7.0/1.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@biomejs%2fbiome/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@biomejs%2fbiome/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@biomejs%2fbiome/1.7.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@biomejs%2fbiome/1.7.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>biomejs/biome (@&#8203;biomejs/biome)</summary>

###
[`v1.7.1`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#171-2024-04-22)

[Compare
Source](https://togithub.com/biomejs/biome/compare/2dce6af835cc9339669b09f3a758de36a90b15f7...aba7b0c1c40a6137b3b78064841f621b53aa5fd0)

##### Editors

##### Bug fixes

- Fix [#&#8203;2403](https://togithub.com/biomejs/biome/issues/2403) by
printing the errors in the client console. Contributed by
[@&#8203;ematipico](https://togithub.com/ematipico)

##### Formatter

##### Bug fixes

- Add parentheses for the return expression that has leading multiline
comments. [#&#8203;2504](https://togithub.com/biomejs/biome/pull/2504).
Contributed by [@&#8203;ah-yu](https://togithub.com/ah-yu)

- Correctly format dangling comments of continue statements.
[#&#8203;2555](https://togithub.com/biomejs/biome/pull/2555).
Contributed by [@&#8203;ah-yu](https://togithub.com/ah-yu)

##### Linter

##### Bug fixes

- Fix case where `jsxRuntime` wasn't being respected by `useImportType`
rule
([#&#8203;2473](https://togithub.com/biomejs/biome/issues/2473)).Contributed
by [@&#8203;arendjr](https://togithub.com/arendjr)
- Fix [#&#8203;2460](https://togithub.com/biomejs/biome/issues/2460),
where the rule `noUselessFragments` was crashing the linter in some
cases. Now cases like these are correctly handled:
    ```jsx
    callFunction(<>{bar}</>)
    ```
    Contributed by [@&#8203;ematipico](https://togithub.com/ematipico)
- Fix [#&#8203;2366](https://togithub.com/biomejs/biome/issues/2366),
where `noDuplicateJsonKeys` incorrectly computed the kes to highlight.
Contributed by [@&#8203;ematipico](https://togithub.com/ematipico)

##### Enhancements

- The rule `noMisplacedAssertions` now considers valid calling `expect`
inside `waitFor`:
    ```js
    import { waitFor } from '@&#8203;testing-library/react';

    await waitFor(() => {
      expect(111).toBe(222);
    });
    ```
    Contributed by [@&#8203;ematipico](https://togithub.com/ematipico)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/BSStudio/bss-web-graphql-backend).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent cc2048d commit 1eb2907
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"// optional": "Dependencies that required to test and lint the project",
"optionalDependencies": {
"@biomejs/biome": "1.7.0",
"@biomejs/biome": "1.7.1",
"@vitest/coverage-v8": "1.5.0",
"@vitest/ui": "1.5.0",
"axios": "1.6.8",
Expand Down

0 comments on commit 1eb2907

Please sign in to comment.