Skip to content

chore: upgrade minor version dependencies#4483

Merged
tjuanitas merged 2 commits intomasterfrom
chore-upgrade-dependencies
Mar 24, 2026
Merged

chore: upgrade minor version dependencies#4483
tjuanitas merged 2 commits intomasterfrom
chore-upgrade-dependencies

Conversation

@tjuanitas
Copy link
Copy Markdown
Contributor

@tjuanitas tjuanitas commented Mar 24, 2026

Changes

  • aligned versions between dev dependencies and peer dependencies
  • upgraded minor versions of dependencies
  • removed unused dev dependencies

Summary by CodeRabbit

  • Chores
    • Updated development dependencies and tooling versions across Storybook, testing libraries, build tools, linting utilities, and runtime libraries to maintain compatibility and performance.
    • Enhanced test infrastructure for API endpoint handling.

@tjuanitas tjuanitas requested a review from a team as a code owner March 24, 2026 18:03
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 24, 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: 51e99d11-3164-4d89-ba60-c9d78269a29f

📥 Commits

Reviewing files that changed from the base of the PR and between 3c11cbf and d66ded8.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • package.json
  • src/elements/content-picker/__tests__/ContentPicker.test.tsx

Walkthrough

Bumped many dependency and peerDependency version ranges in package.json and removed @formatjs/intl-unified-numberformat from devDependencies. Also updated a Jest mock in src/elements/content-picker/__tests__/ContentPicker.test.tsx to handle the Box Search API endpoint.

Changes

Cohort / File(s) Summary
Dependency manifest
package.json
Bumped Storybook, testing libraries, build tooling, linting, and many runtime/util dependencies; updated several peerDependency ranges (including @box/combobox-with-api); removed @formatjs/intl-unified-numberformat from devDependencies.
Test mock update
src/elements/content-picker/__tests__/ContentPicker.test.tsx
Expanded Jest mock for ../../../utils/Xhr.get to recognize https://api.box.com/2.0/search and return an empty search response instead of rejecting.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~28 minutes

Possibly related PRs

Suggested labels

ready-to-merge

Suggested reviewers

  • jpan-box
  • tjiang-box

Poem

🐰 Hopped through package trees in a bright-eyed trance,
Updated versions with a nimble prance,
Mocked a search so tests sing true,
Dependencies polished — shiny and new,
A rabbit's cheer for this tidy advance! 🎉

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides a clear summary of changes made but does not follow the repository's pull request template structure. Consider following the repository's PR template to ensure consistency, though the current description covers the essential change details.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main objective of the pull request—upgrading minor version dependencies across the project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 chore-upgrade-dependencies

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Line 272: The package.json currently pins "semantic-release" to "^24.2.9"
which requires Node ≥20.8.1 but your repo's "engines" entry ("engines": {
"node": ">=18.x || ^20.x || ^22.x" }) claims Node 18 support; fix this by either
updating the "engines" node floor to ">=20.8.1" and updating CI
images/docs/workflows to use Node ≥20.8.1 (ensure references to "engines" and
any workflow matrixes are aligned), or revert "semantic-release" to a
Node‑18‑compatible release (replace the "semantic-release" dependency with a
version that supports Node 18) and ensure package.json's "semantic-release"
entry and lockfile are updated accordingly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c9619e83-07de-4617-93d7-eea00f3138bb

📥 Commits

Reviewing files that changed from the base of the PR and between b31b020 and 3c11cbf.

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

@tjuanitas tjuanitas merged commit 93fefc3 into master Mar 24, 2026
10 checks passed
@tjuanitas tjuanitas deleted the chore-upgrade-dependencies branch March 24, 2026 21:40
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.

2 participants