Skip to content

chore(deps): bump dependencies#95

Merged
tomusdrw merged 10 commits intomainfrom
td-bump-dependencies
Apr 28, 2026
Merged

chore(deps): bump dependencies#95
tomusdrw merged 10 commits intomainfrom
td-bump-dependencies

Conversation

@tomusdrw
Copy link
Copy Markdown
Member

Summary

Combined Dependabot bumps to reduce review/CI overhead.

Bumps included

Additional changes required

  • Bumped react-dom to 19.2.5 to match react (Dependabot only opened a react bump, but the two must stay in sync).
  • Adapted src/components/examples/objects/workPackage.ts to the renamed fields in @typeberry/lib 0.5.11: authorizationauthToken, parametrizationauthConfiguration.

Test plan

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

🤖 Generated with Claude Code

dependabot Bot and others added 10 commits April 28, 2026 02:04
Bumps [@fluffylabs/shared-ui](https://github.com/FluffyLabs/shared-ui) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/FluffyLabs/shared-ui/releases)
- [Commits](FluffyLabs/shared-ui@v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: "@fluffylabs/shared-ui"
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.0.2 to 29.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.0.2...v29.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 29.1.0
  dependency-type: direct:development
  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.10 to 0.5.11.
- [Release notes](https://github.com/FluffyLabs/typeberry/releases)
- [Commits](FluffyLabs/typeberry@v0.5.10...v0.5.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.14.1 to 7.14.2.
- [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.14.2/packages/react-router-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5.
- [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.5/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts:
#	package-lock.json
#	package.json
- react-dom bumped to 19.2.5 to match react
- WorkPackage.create renamed: authorization → authToken, parametrization → authConfiguration

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 28, 2026

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: 3cb4b268-48ed-485c-8a19-41e4dbb7a8e6

📥 Commits

Reviewing files that changed from the base of the PR and between 0e596ea and 2f12e6c.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • package.json
  • src/components/examples/objects/workPackage.ts

📝 Walkthrough

Walkthrough

Version dependencies are bumped across the project, including runtime packages (@fluffylabs/shared-ui, @typeberry/lib, react, react-dom, react-router-dom) and the jsdom devDependency. Additionally, authorization-related field names in a work package example object are renamed for consistency.

Changes

Cohort / File(s) Summary
Dependency Updates
package.json
Bumps runtime dependencies to patch/minor versions: @fluffylabs/shared-ui (0.8.1 → 0.8.2), @typeberry/lib (0.5.10 → 0.5.11), react and react-dom (19.2.4 → 19.2.5), react-router-dom (7.14.1 → 7.14.2), and jsdom devDependency (29.0.2 → 29.1.0).
Example Object Field Renames
src/components/examples/objects/workPackage.ts
Renames object properties in workPackageExample: authorizationauthToken and parametrizationauthConfiguration. Source values remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping multiple dependencies in package.json.
Description check ✅ Passed The description clearly relates to the changeset, detailing all dependency bumps, additional changes to workPackage.ts, and 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 docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch td-bump-dependencies

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 28, 2026

Deploy Preview for fluffy-codec ready!

Name Link
🔨 Latest commit 2f12e6c
🔍 Latest deploy log https://app.netlify.com/projects/fluffy-codec/deploys/69f0a673be363f0008a51137
😎 Deploy Preview https://deploy-preview-95--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.

@tomusdrw tomusdrw merged commit a2884a2 into main Apr 28, 2026
6 checks passed
@tomusdrw tomusdrw deleted the td-bump-dependencies branch April 28, 2026 12:28
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