Skip to content

Commit 4972c73

Browse files
chore(deps): update dependency @biomejs/biome to v2.3.1 (#281)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@biomejs/biome](https://biomejs.dev) ([source](https://redirect.github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)) | devDependencies | patch | [`2.3.0` -> `2.3.1`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.3.0/2.3.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/biomejs/biome/badge)](https://securityscorecards.dev/viewer/?uri=github.com/biomejs/biome) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>biomejs/biome (@&#8203;biomejs/biome)</summary> ### [`v2.3.1`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@&#8203;biomejs/biome/CHANGELOG.md#231) [Compare Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.3.0...@biomejs/biome@2.3.1) ##### Patch Changes - [#&#8203;7840](https://redirect.github.com/biomejs/biome/pull/7840) [`72afdfa`](https://redirect.github.com/biomejs/biome/commit/72afdfa3451eb02d499c1a2a7dc826b37e3d5f8d) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixed [#&#8203;7838](https://redirect.github.com/biomejs/biome/issues/7838), which caused the new `--css-parse-*` arguments not being recognised by the `ci` command. - [#&#8203;7789](https://redirect.github.com/biomejs/biome/pull/7789) [`d5b416e`](https://redirect.github.com/biomejs/biome/commit/d5b416eae710f062fe96a4c774b3bf885857ffa8) Thanks [@&#8203;fronterior](https://redirect.github.com/fronterior)! - Fixed the LSP method `workspace/didChangeWorkspaceFolders` to perform incremental updates instead of replacing the entire folder list. - [#&#8203;7852](https://redirect.github.com/biomejs/biome/pull/7852) [`bd254c7`](https://redirect.github.com/biomejs/biome/commit/bd254c7a4c8de8fa0a2cd9ae05591b6ee881a622) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Fixed [#&#8203;7843](https://redirect.github.com/biomejs/biome/issues/7843): The CSS parser, when `tailwindDirectives` is enabled, correctly parses `--*: initial;`. - [#&#8203;7872](https://redirect.github.com/biomejs/biome/pull/7872) [`0fe13fe`](https://redirect.github.com/biomejs/biome/commit/0fe13fea24f0c955fc0f98cf75d249b65532a192) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Fixed [#&#8203;7861](https://redirect.github.com/biomejs/biome/issues/7861): The HTML parser will now accept Svelte attribute shorthand syntax in `.svelte` files. - [#&#8203;7866](https://redirect.github.com/biomejs/biome/pull/7866) [`7b2600b`](https://redirect.github.com/biomejs/biome/commit/7b2600b6826002311bdb5fcd89fd309496e993b2) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Fixed [#&#8203;7860](https://redirect.github.com/biomejs/biome/issues/7860): The css parser, with `tailwindDirectives` enabled, will now accept `@plugin` options. - [#&#8203;7853](https://redirect.github.com/biomejs/biome/pull/7853) [`fe90c78`](https://redirect.github.com/biomejs/biome/commit/fe90c785e244b2a17ba8650972fb7eb6ddc6907f) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Fixed [#&#8203;7848](https://redirect.github.com/biomejs/biome/issues/7848): The css parser with `tailwindDirectives` enabled will now correctly parse tailwind's source exclude syntax: `@source not "foo.css";` - [#&#8203;7878](https://redirect.github.com/biomejs/biome/pull/7878) [`c9f7fe5`](https://redirect.github.com/biomejs/biome/commit/c9f7fe5473fad55b888dedf03d06deee777397a8) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixed [#&#8203;7857](https://redirect.github.com/biomejs/biome/issues/7857): Biome now parses `<script>` tags as TypeScript when analysing `.astro` files. - [#&#8203;7867](https://redirect.github.com/biomejs/biome/pull/7867) [`b42b718`](https://redirect.github.com/biomejs/biome/commit/b42b7189e772a876fe8053a8129dbfa93ecf8255) Thanks [@&#8203;smorimoto](https://redirect.github.com/smorimoto)! - Fixed incorrect option name in HTML parser error message. The error message for disabled text expressions incorrectly referred to the `html.parser.textExpression` option, which does not exist. Updated it to reference the correct `html.parser.interpolation` option. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/settlemint-action). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update @biomejs/biome to 2.3.1 to pick up parser and CI flag fixes. Improves Tailwind, Svelte, and Astro parsing with no app code changes. - **Dependencies** - Bump devDependency @biomejs/biome from 2.3.0 to 2.3.1. - **Bug Fixes** - CI now recognizes --css-parse-* arguments. - Tailwind/HTML parser improvements: accepts @plugin options, @source not "...", Svelte attribute shorthand, and treats Astro <script> as TypeScript. - LSP updates workspace folder changes incrementally. <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fc7402 commit 4972c73

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)