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.2 - autoclosed #392

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

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

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.2

Compare Source

CLI
New features
Bug fixes
  • Fix #​3917, where the fixed files were incorrectly computed. Contributed by @​ematipico
  • Fixed an issue that caused GritQL contains queries to report false positives when the matched
    node appeared inside a sibling node. Contributed by @​arendjr
Editors
Bug fixes
  • Fix #​3923. Now the .editorconfig is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered.
    Plus, the Biome LSP now watches for any change to the .editorconfig, and updates the formatting settings.

  • Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is seven. Contributed by @​ematipico

  • Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor.

    This means that the code actions are pulled by the client only when the editor enables quickfix.biome, source.organizeImports.biome and source.fixAll.biome.

    Now, if you enable organizeImports.enabled: true in the biome.json, and then you configure your editor with the following code action source.organizeImports.biome: false, the editor won't sort the imports.

    Contributed by @​ematipico

Linter
New features
Bug fixes
Parser
Bug fixes
  • useStrictMode now reports Script files with some directives, but without the use strict directive. Contributed by @​Conaclos

  • The CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @​Conaclos


Configuration

📅 Schedule: Branch creation - "before 9am every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Sep 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (6859821) to head (414d8e9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #392   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files          18       18           
  Lines         312      312           
  Branches       52       52           
=======================================
  Hits          306      306           
  Misses          6        6           
Flag Coverage Δ
unittests 98.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.9.1 chore(deps): update dependency @biomejs/biome to v1.9.1 - autoclosed Sep 15, 2024
@renovate renovate bot closed this Sep 15, 2024
@renovate renovate bot deleted the renovate/biomejs-biome-1.x-lockfile branch September 15, 2024 18:12
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.9.1 - autoclosed chore(deps): update dependency @biomejs/biome to v1.9.1 Sep 19, 2024
@renovate renovate bot reopened this Sep 19, 2024
@renovate renovate bot restored the renovate/biomejs-biome-1.x-lockfile branch September 19, 2024 15:45
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.9.1 chore(deps): update dependency @biomejs/biome to v1.9.2 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/biomejs-biome-1.x-lockfile branch from 3e839c7 to 414d8e9 Compare September 19, 2024 15:45
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v1.9.2 chore(deps): update dependency @biomejs/biome to v1.9.2 - autoclosed Sep 22, 2024
@renovate renovate bot closed this Sep 22, 2024
@renovate renovate bot deleted the renovate/biomejs-biome-1.x-lockfile branch September 22, 2024 16:31
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.

0 participants