这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps the minor group in /client/simple with 3 updates: @biomejs/biome, @types/node and browserslist.

Updates @biomejs/biome from 2.3.4 to 2.3.5

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.5

2.3.5

Patch Changes

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@html}. Biome now is able to parse and format the Svelte syntax {@html}:

    -{@html   'div'}
    +{@html 'div'}

    The contents of the expressions inside the {@html <expression>} aren't formatted yet.

  • #8058 5f68bcc Thanks @​ematipico! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.

    Now the watching of nested configuration files and nested ignore files is delegated to the editor, if their LSP spec supports it.

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@render}. Biome now is able to parse and format the Svelte syntax {@render}:

    -{@render   sum(1, 2)   }
    +{@render sum(1, 2)}

    The contents of the expressions inside the {@render <expression>} aren't formatted yet.

  • #8006 f0612a5 Thanks @​Bertie690! - Updated documentation and diagnostic for lint/complexity/noBannedTypes. The rule should have a more detailed description and diagnostic error message.

  • #8039 da70d8b Thanks @​PFiS1737! - Biome now keeps a blank line after the frontmatter section in Astro files.

  • #8042 b7efa6f Thanks @​dyc3! - The CSS Parser, with tailwindDirectives enabled, will now accept at rules like @media and @supports in @custom-variant shorthand syntax.

  • #8064 3ff9d45 Thanks @​dibashthapa! - Fixed #7967: Fixed the issue with support for advanced SVG props

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@attach}. Biome now is able to parse and format the Svelte syntax {@attach}:

    -<div {@attach    myAttachment   }>...</div>
    +<div {@attach myAttachment}>...</div>

    The contents of the expressions inside the {@attach <expression>} aren't formatted yet.

  • #8001 6e8a50e Thanks @​ematipico! - Added support Svelte syntax {#key}. Biome now is able to parse and format the Svelte syntax {#key}:

    -{#key   expression} <div></div> {/key}
    +{#key expression}

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.5

Patch Changes

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@html}. Biome now is able to parse and format the Svelte syntax {@html}:

    -{@html   'div'}
    +{@html 'div'}

    The contents of the expressions inside the {@html <expression>} aren't formatted yet.

  • #8058 5f68bcc Thanks @​ematipico! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.

    Now the watching of nested configuration files and nested ignore files is delegated to the editor, if their LSP spec supports it.

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@render}. Biome now is able to parse and format the Svelte syntax {@render}:

    -{@render   sum(1, 2)   }
    +{@render sum(1, 2)}

    The contents of the expressions inside the {@render <expression>} aren't formatted yet.

  • #8006 f0612a5 Thanks @​Bertie690! - Updated documentation and diagnostic for lint/complexity/noBannedTypes. The rule should have a more detailed description and diagnostic error message.

  • #8039 da70d8b Thanks @​PFiS1737! - Biome now keeps a blank line after the frontmatter section in Astro files.

  • #8042 b7efa6f Thanks @​dyc3! - The CSS Parser, with tailwindDirectives enabled, will now accept at rules like @media and @supports in @custom-variant shorthand syntax.

  • #8064 3ff9d45 Thanks @​dibashthapa! - Fixed #7967: Fixed the issue with support for advanced SVG props

  • #8023 96f3e77 Thanks @​ematipico! - Added support Svelte syntax {@attach}. Biome now is able to parse and format the Svelte syntax {@attach}:

    -<div {@attach    myAttachment   }>...</div>
    +<div {@attach myAttachment}>...</div>

    The contents of the expressions inside the {@attach <expression>} aren't formatted yet.

  • #8001 6e8a50e Thanks @​ematipico! - Added support Svelte syntax {#key}. Biome now is able to parse and format the Svelte syntax {#key}:

    -{#key   expression} <div></div> {/key}
    +{#key expression}
    +  <div></div>
    +{/key}

... (truncated)

Commits

Updates @types/node from 24.10.0 to 24.10.1

Commits

Updates browserslist from 4.27.0 to 4.28.0

Changelog

Sourced from browserslist's changelog.

Change Log

This project adheres to Semantic Versioning.

4.48.0

Commits
  • a4006b0 Release 4.28.0 version
  • 5644b5e Update dependencies and add Multiocular to track changes
  • 90721c8 Merge pull request #909 from SethFalco/esr-range
  • 98d8374 feat: allow esr alias in firefox version ranges
  • 436f460 Merge pull request #910 from SethFalco/docs
  • 9f10221 docs: delete dead projects
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Nov 14, 2025
Bumps the minor group in /client/simple with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [browserslist](https://github.com/browserslist/browserslist).

Updates `@biomejs/biome` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.5/packages/@biomejs/biome)

Updates `@types/node` from 24.10.0 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `browserslist` from 4.27.0 to 4.28.0
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.27.0...4.28.0)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: browserslist
  dependency-version: 4.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@inetol inetol force-pushed the dependabot/npm_and_yarn/client/simple/master/minor-155b386a2d branch from ac5d5d9 to 696bc74 Compare November 14, 2025 21:46
@inetol inetol merged commit a2a4733 into master Nov 14, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/simple/master/minor-155b386a2d branch November 14, 2025 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant