Skip to content

Chore/dependabot updates#324

Merged
Splode merged 13 commits into
mainfrom
chore/dependabot-updates
Mar 3, 2026
Merged

Chore/dependabot updates#324
Splode merged 13 commits into
mainfrom
chore/dependabot-updates

Conversation

@Splode

@Splode Splode commented Mar 3, 2026

Copy link
Copy Markdown
Owner

Dependency updates + compatibility fixes

Consolidates Dependabot PRs with the manual fixes required to make each update compile and pass clippy.

Dependency bumps

npm

  • vite 6 → 7
  • @sveltejs/vite-plugin-svelte 5 → 6 (required for Vite 7 compatibility)
  • typescript 5.6 → 5.9
  • svelte + svelte-check (minor/patch)
  • @inlang/paraglide-js (minor/patch)

Cargo

  • axum 0.7 → 0.8
  • rodio 0.17 → 0.22
  • rusqlite 0.31 → 0.38
  • tiny-skia 0.11 → 0.12
  • notify 6 → 8

Breaking-change fixes

  • axum 0.8 — Message::Text now takes Utf8Bytes instead of String; added .into() coercion in websocket/mod.rs
  • rodio 0.22 — OutputStream and Sink were removed; migrated audio/mod.rs to the new DeviceSinkBuilder + Player API; added the playback feature flag to Cargo.toml (required when default-features = false)
  • Regenerated Cargo.lock after rebase conflict left the file unparseable

dependabot Bot and others added 13 commits March 2, 2026 19:51
Bumps the svelte group with 2 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [svelte-check](https://github.com/sveltejs/language-tools).

Updates `@sveltejs/kit` from 2.53.0 to 2.53.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.53.4/packages/kit)

Updates `svelte-check` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.3...svelte-check@4.4.4)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.53.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
- dependency-name: svelte-check
  dependency-version: 4.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the inlang group with 1 update: [@inlang/paraglide-js](https://github.com/opral/paraglide-js).


Updates `@inlang/paraglide-js` from 2.13.0 to 2.13.1
- [Changelog](https://github.com/opral/paraglide-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opral/paraglide-js/commits)

---
updated-dependencies:
- dependency-name: "@inlang/paraglide-js"
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: inlang
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.2.0.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-6.1.1...notify-8.2.0)

---
updated-dependencies:
- dependency-name: notify
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.31.0 to 0.38.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.31.0...v0.38.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 7.3.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.6.3...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.8.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.9...axum-v0.8.8)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tiny-skia](https://github.com/linebender/tiny-skia) from 0.11.4 to 0.12.0.
- [Changelog](https://github.com/linebender/tiny-skia/blob/main/CHANGELOG.md)
- [Commits](linebender/tiny-skia@v0.11.4...v0.12.0)

---
updated-dependencies:
- dependency-name: tiny-skia
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rodio](https://github.com/RustAudio/rodio) from 0.17.3 to 0.22.1.
- [Changelog](https://github.com/RustAudio/rodio/blob/master/CHANGELOG.md)
- [Commits](RustAudio/rodio@v0.17.3...v0.22.1)

---
updated-dependencies:
- dependency-name: rodio
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Splode Splode merged commit dab3cab into main Mar 3, 2026
5 checks passed
@Splode Splode deleted the chore/dependabot-updates branch March 3, 2026 17:18
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