Skip to content

Conversation

@chrisbbreuer
Copy link
Member

This PR contains the following updates:

npm

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

Release Notes

biomejs/biome (@biomejs/biome)

1.9.4 -> 2.2.6

@biomejs/[email protected]

Compare Source

2.2.6

Patch Changes

  • #7071 a8e7301 Thanks [ptkagori](https://github.com/ptkagori)! - Added the useQwikMethodUsage lint rule for the Qwik domain.

    This rule validates Qwik hook usage. Identifiers matching useXxx must be called only within serialisable reactive contexts (for example, inside component$, route loaders/actions, or within other Qwik hooks), preventing common Qwik antipatterns.

    Invalid:

    // Top-level hook call is invalid.
    const state = useStore({ count: 0 });
    
    function helper() {
      // Calling a hook in a non-reactive function is invalid.
      const loc = useLocation();
    }

    Valid:

    component$(() => {
      const state = useStore({ count: 0 }); // OK inside component$.
      return <div>{state.count}</d...

[View full release notes]

Released by github-actions[bot] on 10/13/2025

@biomejs/[email protected]

Compare Source

2.2.5

Patch Changes

[View full release notes]

Released by github-actions[bot] on 10/2/2025

@biomejs/[email protected]

Compare Source

2.2.4

Patch Changes

[View full release notes]

Released by github-actions[bot] on 9/10/2025


📊 Package Statistics

  • @biomejs/biome: 3,240,522 weekly downloads

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 Buddy 🤖

@netlify
Copy link

netlify bot commented Oct 22, 2025

Deploy Preview for pickier failed. Why did it fail? →

Name Link
🔨 Latest commit 3fe30e8
🔍 Latest deploy log https://app.netlify.com/projects/pickier/deploys/68f8435958006d000870e8f8

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 22, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/pickier@493

commit: 3fe30e8

@chrisbbreuer
Copy link
Member Author

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40biomejs%2Fbiome/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-major-update---@biomejs/biome-1761100628086 branch October 22, 2025 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

2 participants