biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.6k stars 486 forks source link

refactor(enovate): ignore hashbrown and grit #4604

Closed Conaclos closed 1 week ago

Conaclos commented 1 week ago

Summary

This PR adds temporary hashbrown and grit packages in the ignore list of Renovate because their upgrade break Biome. Ignoring them allows us to update other crates more easily.

Test Plan

CI must pass.