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.7.1 #3

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

biomejs/biome (@​biomejs/biome)

v1.7.1

Compare Source

Editors
Bug fixes
Formatter
Bug fixes
  • Add parentheses for the return expression that has leading multiline comments. #​2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #​2555. Contributed by @​ah-yu

Linter
Bug fixes
  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#​2473).Contributed by @​arendjr
  • Fix #​2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #​2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico
Enhancements
  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@&#8203;testing-library/react';
    
    await waitFor(() => {
      expect(111).toBe(222);
    });
    Contributed by @​ematipico

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Apr 16, 2024

⚠️ No Changeset found

Latest commit: 483756e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch 2 times, most recently from 6ebb8bf to ff5344f Compare April 16, 2024 05:49
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.7.0 chore(deps): update dependency @biomejs/biome to v1.7.0 - autoclosed Apr 16, 2024
@renovate renovate bot closed this Apr 16, 2024
@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch April 16, 2024 05:49
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.7.0 - autoclosed chore(deps): update dependency @biomejs/biome to v1.7.0 Apr 22, 2024
@renovate renovate bot reopened this Apr 22, 2024
@renovate renovate bot restored the renovate/biomejs-biome-1.x branch April 22, 2024 18:27
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from ff5344f to 2570926 Compare April 22, 2024 18:28
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.7.0 chore(deps): update dependency @biomejs/biome to v1.7.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x branch from 2570926 to 483756e Compare April 22, 2024 18:28
@thewilloftheshadow thewilloftheshadow merged commit 357c123 into main Apr 22, 2024
6 checks passed
@renovate renovate bot deleted the renovate/biomejs-biome-1.x branch April 22, 2024 18:43
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