Skip to content

chore(deps): update all non-major dependencies#545

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Oct 6, 2025
Merged

chore(deps): update all non-major dependencies#545
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@antfu/ni ^26.0.1 -> ^26.1.0 age confidence
@types/node (source) ^24.5.2 -> ^24.6.2 age confidence
asciinema-player ^3.10.0 -> ^3.11.0 age confidence
eslint (source) ^9.36.0 -> ^9.37.0 age confidence
pnpm (source) 10.17.1 -> 10.18.0 age confidence
typescript (source) ^5.9.2 -> ^5.9.3 age confidence

Release Notes

antfu-collective/ni (@​antfu/ni)

v26.1.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
asciinema/asciinema-player (asciinema-player)

v3.11.0: 3.11.0

Compare Source

Notable changes:

  • Synced audio playback (see below)
  • JS bundle size reduced by 43 KB (202 KB -> 159 KB) - it's now 78% of the previous release (v3.10) size
  • WebSocket driver now uses jitter for exponential backoff calculation when reconnecting
  • WebSocket driver can play live sessions encoded in asciicast v3 compatible format
  • When loading of a recording takes 3s a loading animation is now shown - this may typically occur during initial buffering of the audio
  • Fixed time position update when stepping through a recording with , and . keys

The main new thing in this version is the synced audio playback.

When audioUrl is passed as an option when mounting the player on the page, the player automatically creates hidden audio element, ensures the audio file is ready for playback, and syncs audio playback position with the terminal recording playback (pause, resume, seek just work).

AsciinemaPlayer.create("/demo.cast", document.getElementById("demo"), {
  audioUrl: "https://example.com/voiceover.mp3"
});

There's also a new button (icon) and keyboard shortcut (m key) for muting/unmuting.

Note that for the audio playback to work a server that handles the audio URL must:

  • be configured to allow CORS requests from the page (URL) that hosts the player
  • support HTTP range requests

Check out this demo:

asciicast

eslint/eslint (eslint)

v9.37.0

Compare Source

pnpm/pnpm (pnpm)

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.
microsoft/TypeScript (typescript)

v5.9.3

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@renovate renovate bot enabled auto-merge (squash) October 6, 2025 01:13
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@renovate renovate bot merged commit b38cfa1 into main Oct 6, 2025
11 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 6, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants