Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Aug 22, 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/[email protected]

Compare Source

2.2.2

Patch Changes

[View full release notes]

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

@biomejs/[email protected]

Compare Source

3.0.0

Patch Changes

What's Changed

[View full release notes]

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

@biomejs/[email protected]

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,610,764 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 🤖

@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency @biomejs/biome to 2.2.0 chore(deps): update dependency @biomejs/biome to 2.2.2 Aug 23, 2025
@github-actions github-actions bot closed this Aug 24, 2025
@github-actions github-actions bot deleted the buddy-bot/update-major-update---@biomejs/biome-1755900370611 branch August 24, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant