Skip to content

chore(deps): bump dependencies#107

Merged
tomusdrw merged 9 commits into
mainfrom
td-bump-dependencies-3
May 13, 2026
Merged

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

Conversation

@tomusdrw
Copy link
Copy Markdown
Member

Combined Dependabot bumps.

npm

Verification

  • npm run qa — pass
  • npm run build — pass
  • npx vitest run — 154/154 tests pass

dependabot Bot and others added 9 commits May 12, 2026 05:22
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.14.2 to 7.15.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.15.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@typeberry/lib](https://github.com/FluffyLabs/typeberry) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/FluffyLabs/typeberry/releases)
- [Commits](FluffyLabs/typeberry@v0.5.11...v0.6.0)

---
updated-dependencies:
- dependency-name: "@typeberry/lib"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.5 to 19.2.6.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.0 to 4.1.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.9 to 8.0.12.
- [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/v8.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

netlify Bot commented May 13, 2026

Deploy Preview for fluffy-codec ready!

Name Link
🔨 Latest commit ecd5226
🔍 Latest deploy log https://app.netlify.com/projects/fluffy-codec/deploys/6a04e6b7c36b650008c76c59
😎 Deploy Preview https://deploy-preview-107--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 13, 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: 2bef334e-fae0-469a-ab39-17c62241c4a4

📥 Commits

Reviewing files that changed from the base of the PR and between 87953d1 and ecd5226.

⛔ 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 npm dependency versions in package.json: bumping @typeberry/lib from ^0.5.11 to ^0.6.0, react-dom from ^19.2.5 to ^19.2.6, react-router-dom from ^7.14.2 to ^7.15.0, vite from ^8.0.9 to ^8.0.12, and vitest from ^4.1.0 to ^4.1.6.

Changes

Dependency Updates

Layer / File(s) Summary
Update production and development dependencies
package.json
Production dependencies @typeberry/lib, react-dom, and react-router-dom are updated to newer versions; development dependencies vite and vitest are also bumped to newer versions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): bump dependencies' directly and clearly describes the main change—updating multiple npm dependencies in package.json.
Description check ✅ Passed The description is highly related to the changeset, providing a detailed list of bumped dependencies with version numbers and verification test results.
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-3

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

@tomusdrw tomusdrw merged commit 17c7bc9 into main May 13, 2026
6 checks passed
@tomusdrw tomusdrw deleted the td-bump-dependencies-3 branch May 13, 2026 21:06
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