Skip to content

chore(deps): bump dependencies#101

Merged
tomusdrw merged 9 commits into
mainfrom
td-bump-dependencies-2
May 10, 2026
Merged

chore(deps): bump dependencies#101
tomusdrw merged 9 commits into
mainfrom
td-bump-dependencies-2

Conversation

@tomusdrw
Copy link
Copy Markdown
Member

Summary

Combines the following open Dependabot PRs into a single bump.

npm

Note: typescript is a major-version bump. Build (tsc -b && vite build), tests (154 passed), and biome ci all pass on this branch, so it's included.

Test plan

  • npm run build (tsc + vite)
  • npm test -- --run (154 tests pass)
  • npm run qa (biome ci)

dependabot Bot and others added 9 commits May 5, 2026 02:32
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.12 to 2.4.14.
- [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.4.14/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/@tailwindcss-vite)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.8.0 to 1.14.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.14.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.4/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 10, 2026

Deploy Preview for fluffy-codec ready!

Name Link
🔨 Latest commit c221d1d
🔍 Latest deploy log https://app.netlify.com/projects/fluffy-codec/deploys/6a00fe83d22b2900080c41b5
😎 Deploy Preview https://deploy-preview-101--fluffy-codec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 10, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 89bb13c1-ad8a-4bf9-ad60-bcbf5b41408e

📥 Commits

Reviewing files that changed from the base of the PR and between a2884a2 and c221d1d.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This PR updates package.json dependency versions. The runtime dependency lucide-react is upgraded from ^1.8.0 to ^1.14.0. Development dependencies are bumped including @biomejs/biome, @tailwindcss/vite, tailwindcss, and typescript to newer versions.

Changes

Dependency Updates

Layer / File(s) Summary
Runtime Dependencies
package.json
lucide-react upgraded from ^1.8.0 to ^1.14.0. React, React DOM, and React Router DOM remain unchanged.
Development Dependencies
package.json
@biomejs/biome upgraded to ^2.4.14, @tailwindcss/vite to ^4.2.4, tailwindcss to ^4.2.4, and typescript to ^6.0.3.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • FluffyLabs/codec#81: Modifies the same dependency entries in package.json including @biomejs/biome, lucide-react, and tailwindcss versions.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): bump dependencies' accurately describes the main change—updating multiple npm package versions in package.json.
Description check ✅ Passed The description is directly related to the changeset, providing specific details about which dependencies were bumped, version numbers, testing confirmation, and rationale for the major TypeScript update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch td-bump-dependencies-2

Comment @coderabbitai help to get the list of available commands and usage tips.

@tomusdrw tomusdrw merged commit 87953d1 into main May 10, 2026
6 checks passed
@tomusdrw tomusdrw deleted the td-bump-dependencies-2 branch May 10, 2026 21:56
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