Skip to content

fix(deps): update all non-major dependencies#100

Merged
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch
Oct 8, 2025
Merged

fix(deps): update all non-major dependencies#100
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/octicon 1.2.14 -> 1.2.15 age confidence devDependencies patch
@iconify-json/simple-icons 1.2.53 -> 1.2.54 age confidence devDependencies patch
@types/node (source) 24.6.1 -> 24.7.0 age confidence devDependencies minor
asciinema-player 3.10.0 -> 3.11.1 age confidence devDependencies minor
eslint (source) 9.36.0 -> 9.37.0 age confidence devDependencies minor
github.com/samber/lo v1.51.0 -> v1.52.0 age confidence require minor
go (source) 1.25.1 -> 1.25.2 age confidence toolchain patch
golang 1.25.1 -> 1.25.2 age confidence patch
pnpm (source) 10.17.1 -> 10.18.1 age confidence packageManager minor
sigs.k8s.io/controller-runtime v0.22.1 -> v0.22.2 age confidence require patch
vite (source) 7.1.7 -> 7.1.9 age confidence devDependencies patch

Release Notes

asciinema/asciinema-player (asciinema-player)

v3.11.1: 3.11.1

Compare Source

This release brings additional fixes for audio loading in Safari.

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

samber/lo (github.com/samber/lo)

v1.52.0

Compare Source

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

Style

Documentation

Other

New Contributors

Full Changelog: samber/lo@v1.51.0...v1.52.0

golang/go (go)

v1.25.2

pnpm/pnpm (pnpm)

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

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.
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.22.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.1...v0.22.2

vitejs/vite (vite)

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@github-actions
Copy link

github-actions bot commented Oct 6, 2025

✅ Successfully deployed to Cloudflare Pages

Status URL
Success https://7cec6983.ollama-operator.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e89321f to ec9a593 Compare October 6, 2025 20:53
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bd46bd0 to e78b381 Compare October 8, 2025 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e78b381 to e17626b Compare October 8, 2025 18:09
@nekomeowww nekomeowww merged commit 2674fc1 into main Oct 8, 2025
3 of 4 checks passed
@nekomeowww nekomeowww deleted the renovate/all-minor-patch branch October 8, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant