An open index of dependabot pull requests across open source projects.

Bump the patch-updates group with 6 updates

Open
Number: #30
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 15, 2025 at 03:26 AM UTC
(about 2 months ago)
Updated: September 15, 2025 at 03:26 AM UTC
(about 2 months ago)
Labels:
dependencies javascript
Description:

Bumps the patch-updates group with 6 updates:

Package From To
@fontsource-variable/jetbrains-mono 5.2.6 5.2.7
@fontsource/roboto 5.2.6 5.2.7
@iconify-json/material-symbols 1.2.34 1.2.35
astro 5.13.6 5.13.7
svelte 5.38.7 5.38.10
@biomejs/biome 2.2.3 2.2.4

Updates @fontsource-variable/jetbrains-mono from 5.2.6 to 5.2.7

Commits

Updates @fontsource/roboto from 5.2.6 to 5.2.7

Commits

Updates @iconify-json/material-symbols from 1.2.34 to 1.2.35

Commits

Updates astro from 5.13.6 to 5.13.7

Release notes

Sourced from astro's releases.

astro@5.13.7

Patch Changes

Changelog

Sourced from astro's changelog.

5.13.7

Patch Changes

Commits

Updates svelte from 5.38.7 to 5.38.10

Release notes

Sourced from svelte's releases.

svelte@5.38.10

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

svelte@5.38.9

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

svelte@5.38.8

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)
Changelog

Sourced from svelte's changelog.

5.38.10

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

5.38.9

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

5.38.8

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.


Updates @biomejs/biome from 2.2.3 to 2.2.4

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.2.4

2.2.4

Patch Changes

  • #7453 aa8cea3 Thanks @​arendjr! - Fixed #7242: Aliases specified in package.json's imports section now support having multiple targets as part of an array.

  • #7454 ac17183 Thanks @​arendjr! - Greatly improved performance of noImportCycles by eliminating allocations.

    In one repository, the total runtime of Biome with only noImportCycles enabled went from ~23s down to ~4s.

  • #7447 7139aad Thanks @​rriski! - Fixes #7446. The GritQL $... spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.

  • #6710 98cf9af Thanks @​arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.

    Example

    type BagOfPromises = {
      // This is an index signature definition. It declares that instances of type
      // `BagOfPromises` can be indexed using arbitrary strings.
      [property: string]: Promise<void>;
    };
    

    let bag: BagOfPromises = {}; // Because bag.iAmAPromise is equivalent to bag[&quot;iAmAPromise&quot;], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;

  • #7415 d042f18 Thanks @​qraqras! - Fixed #7212, now the useOptionalChain rule recognizes optional chaining using typeof (e.g., typeof foo !== 'undefined' && foo.bar).

  • #7419 576baf4 Thanks @​Conaclos! - Fixed #7323. noUnusedPrivateClassMembers no longer reports as unused TypeScript private members if the rule encounters a computed access on this.

    In the following example, member as previously reported as unused. It is no longer reported.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.2.4

Patch Changes

  • #7453 aa8cea3 Thanks @​arendjr! - Fixed #7242: Aliases specified in package.json's imports section now support having multiple targets as part of an array.

  • #7454 ac17183 Thanks @​arendjr! - Greatly improved performance of noImportCycles by eliminating allocations.

    In one repository, the total runtime of Biome with only noImportCycles enabled went from ~23s down to ~4s.

  • #7447 7139aad Thanks @​rriski! - Fixes #7446. The GritQL $... spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.

  • #6710 98cf9af Thanks @​arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.

    Example

    type BagOfPromises = {
      // This is an index signature definition. It declares that instances of type
      // `BagOfPromises` can be indexed using arbitrary strings.
      [property: string]: Promise<void>;
    };
    

    let bag: BagOfPromises = {}; // Because bag.iAmAPromise is equivalent to bag[&quot;iAmAPromise&quot;], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;

  • #7415 d042f18 Thanks @​qraqras! - Fixed #7212, now the useOptionalChain rule recognizes optional chaining using typeof (e.g., typeof foo !== 'undefined' && foo.bar).

  • #7419 576baf4 Thanks @​Conaclos! - Fixed #7323. noUnusedPrivateClassMembers no longer reports as unused TypeScript private members if the rule encounters a computed access on this.

    In the following example, member as previously reported as unused. It is no longer reported.

    class TsBioo {
      private member: number;
    

    set_with_name(name: string, value: number) { this[name] = value; } }

... (truncated)

Commits

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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
astro
Ecosystem:
npm
Version Change:
5.13.6 → 5.13.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.34 → 1.2.35
Update Type:
Patch
Package:
svelte
Ecosystem:
npm
Version Change:
5.38.7 → 5.38.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.2.3 → 2.2.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.6 → 5.2.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.6 → 5.2.7
Update Type:
Patch
Technical Details
ID: 7714696
UUID: 3416125280
Node ID: PR_kwDOPKpW3M6oimLI
Host: GitHub
Repository: fishcpy/astro-theme-fishcpy