Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

chore(deps): update dependency @biomejs/biome to 2.2.2#18

Closed
chrisbbreuer wants to merge 10 commits intomainfrom
buddy-bot/update-major-update---@biomejs/biome-1756029886072
Closed

chore(deps): update dependency @biomejs/biome to 2.2.2#18
chrisbbreuer wants to merge 10 commits intomainfrom
buddy-bot/update-major-update---@biomejs/biome-1756029886072

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Aug 24, 2025

This PR contains the following updates:

npm

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

Release Notes

biomejs/biome (@biomejs/biome)

1.9.4 -> 2.2.2

@biomejs/biome@2.2.2

Compare Source

2.2.2

Patch Changes

[View full release notes]

Released by github-actions[bot] on 8/23/2025

@biomejs/js-api@3.0.0

Compare Source

3.0.0

Patch Changes

What's Changed

[View full release notes]

Released by github-actions[bot] on 8/14/2025

@biomejs/biome@2.2.0

Compare Source

2.2.0

Minor Changes

  • #5506 1f8755b Thanks [sakai-ast](https://github.com/sakai-ast)! - The noRestrictedImports rule has been enhanced with a new patterns option. This option allows for more flexible and powerful import restrictions using gitignore-style patterns.

    You can now define patterns to restrict entire groups of modules. For example, you can disallow imports from any path under import-foo/ except for import-foo/baz.

    {
      "options": {
        "patterns": [
          {
            "group": ["import-foo/*", "!import-foo/baz"],
            "message": "import-foo is deprecated, except for modules in import-foo/baz."
          }
        ]
      }
    }

    Invalid examples

    import foo from "import-foo/foo";
    import bar from "import-foo/bar";

    Valid examples

    impor...

[View full release notes]

Released by github-actions[bot] on 8/14/2025


📊 Package Statistics

  • @biomejs/biome: 2,622,441 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 🤖

@github-actions github-actions bot closed this Aug 25, 2025
@github-actions github-actions bot deleted the buddy-bot/update-major-update---@biomejs/biome-1756029886072 branch August 25, 2025 04:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant