-
Notifications
You must be signed in to change notification settings - Fork 557
update dependencies #7098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dependencies #7098
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
WalkthroughThis update consists of dependency version bumps and minor configuration adjustments across multiple package.json and knip.json files in various applications and packages. No code logic or public API changes are present. The changes are limited to upgrading frameworks, type definitions, linting tools, and development utilities, with some minor formatting updates in configuration files. Changes
Sequence Diagram(s)No sequence diagrams are generated, as the changes are limited to dependency upgrades and configuration updates without affecting application control flow or introducing new features. Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (11)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (9)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this 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
🧹 Nitpick comments (1)
packages/engine/package.json (1)
34-34
: DevDependency version bump: @hey-api/openapi-ts → 0.67.5
The devDependency has been updated from0.67.0
to0.67.5
. Please verify that this patch upgrade doesn’t introduce breaking changes by reviewing the changelog and runningpnpm build:generate
to regenerate OpenAPI typings.Consider hoisting shared devDependencies (like
@hey-api/openapi-ts
) to the root workspacepackage.json
to centralize version management and avoid repeated updates across sub-packages.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (11)
apps/dashboard/package.json
(3 hunks)apps/login/package.json
(2 hunks)apps/playground-web/package.json
(2 hunks)apps/portal/knip.json
(0 hunks)apps/portal/package.json
(2 hunks)apps/wallet-ui/package.json
(2 hunks)packages/engine/package.json
(1 hunks)packages/insight/package.json
(1 hunks)packages/service-utils/package.json
(1 hunks)packages/thirdweb/knip.json
(1 hunks)packages/thirdweb/package.json
(3 hunks)
💤 Files with no reviewable changes (1)
- apps/portal/knip.json
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Size
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (33)
packages/insight/package.json (2)
26-29
: Reformatfiles
array for readability and consistency
Thefiles
field was reformatted from a single-line array to a multi-line layout, aligning with the structure used in other packages (e.g.,engine
). This improves clarity when reviewing diffs and editing the list.
34-34
: DevDependency version bump: @hey-api/openapi-ts → 0.67.5
Upgraded@hey-api/openapi-ts
from0.67.0
to0.67.5
. Ensure the lockfile is updated and validate the change by runningpnpm build:generate
to regenerate and inspect the OpenAPI typings.apps/login/package.json (3)
28-28
: Upgrade Next.js to 15.3.2
This patch upgrade keeps us on the latest Next.js version; ensure there are no unexpected deprecations.
41-42
: Bump React type definitions to match React 19
Updating@types/react
and@types/react-dom
to 19.1.x aligns with React 19.1.0.
44-44
: Update ESLint Next.js config
Upgradingeslint-config-next
to 15.3.2 to match the Next.js core version.apps/wallet-ui/package.json (4)
23-23
: Upgrade Next.js to 15.3.2
Patch bump in line with other apps—no breaking changes expected.
37-37
: Update ESLint Next.js plugin
Bumping@next/eslint-plugin-next
to 15.3.2 for consistency with Next.js.
39-40
: Synchronize React typings
@types/react
and@types/react-dom
now at 19.1.x to match React version.
46-46
: Bump knip to 5.56.0
Updating dependency tracker to the latest version.apps/playground-web/package.json (4)
35-35
: Upgrade Next.js to 15.3.2
Standard patch update across all web apps.
54-55
: Align React type definitions with core
Updating to@types/react
19.1.4 and@types/react-dom
19.1.5 alongside React 19.1.0.
59-59
: Update ESLint Next.js config
Bumpingeslint-config-next
to 15.3.2 to mirror the Next.js version.
61-61
: Upgrade knip to 5.56.0
Keeping dependency analysis tooling up to date.apps/portal/package.json (5)
40-40
: Upgrade Next.js to 15.3.2
Patch-level bump ensures consistency with other apps.
60-60
: Update ESLint Next.js plugin
@next/eslint-plugin-next
now matches Next.js 15.3.2.
65-66
: Bump React type definitions
Aligning@types/react
and@types/react-dom
to 19.1.x for consistency.
74-74
: Upgrade MDX ESLint plugin
eslint-plugin-mdx
moved from 3.4.0 to 3.4.2, ensure no new linting issues.
77-77
: Bump knip to 5.56.0
Updating to the latest version of dependency tracker.apps/dashboard/package.json (7)
74-74
: Upgrade Next.js to 15.3.2
Standard patch upgrade; confirm build performance is unaffected.
113-114
: Update Next.js analyzer and ESLint plugin
@next/bundle-analyzer
and@next/eslint-plugin-next
now match core Next.js version.
116-124
: Bump Storybook packages to 8.6.14
Coordinated patch updates for Storybook addons and core—no breaking changes expected.
127-127
: Update PapaParse type definitions
@types/papaparse
bumped to ^5.3.16; aligns with papaparse ^5.5.2.
130-131
: Align React typings with React 19
Updated@types/react
and@types/react-dom
to 19.1.x for consistency.
143-143
: Upgrade knip to 5.56.0
Dependency analysis tooling updated.
146-146
: Update Storybook CLI
storybook
package moved to 8.6.14; verify CLI commands still function.packages/thirdweb/knip.json (3)
3-8
: Approve explicit multi-line entries and new batch-transaction path.Listing
"src/transaction/actions/send-batch-transaction.ts"
in theentry
array improves clarity and ensures this file is scanned byknip
. The multi-line formatting also enhances readability.
10-10
: Approve ignoring benchmark files (**/*.bench.ts
).Adding
**/*.bench.ts
to theignore
array prevents benchmark scripts from being flagged, which aligns with typicalknip
usage.
12-17
: Inconsistent AI summary:@size-limit/preset-big-lib
removal not reflected.The AI summary mentioned removing
@size-limit/preset-big-lib
fromignoreDependencies
, but this file’signoreDependencies
section never included it. Please verify whether this dependency should be added or removed here.Likely an incorrect or invalid review comment.
packages/thirdweb/package.json (4)
326-330
: Verify compatibility of Storybook v8.6.14 upgrades.You’ve bumped several Storybook packages (
addon-essentials
,addon-interactions
,addon-links
,addon-onboarding
, core@storybook/react
, and@storybook/test
, plus the CLIstorybook
) to8.6.14
. Ensure these updates don’t introduce breaking changes:
- Run Storybook locally (
npm run storybook
) and inspect for regressions.- Execute the static build (
npm run build-storybook
) in CI to confirm it still succeeds.Also applies to: 332-332, 362-362
338-338
: Approve@types/react
bump to 19.1.4.Updating React type definitions to
19.1.4
aligns with the React version indevDependencies
and includes important type fixes.
342-342
: Approve@vitest/ui
bump to 3.1.4.The UI plugin for Vitest has been updated to match the core
vitest
version, ensuring better cohesion in your test runner UI.
349-349
: Approveknip
bump to 5.56.0.Upgrading
knip
to5.56.0
corresponds with the updatedknip.json
configuration and brings in the latest file-analysis improvements.packages/service-utils/package.json (1)
53-53
:❓ Verification inconclusive
Approve bump and verify published version
The@cloudflare/workers-types
devDependency has been updated from4.20250421.0
to4.20250520.0
. This aligns with the PR’s goal to keep types up to date. Please confirm that this version is published on npm and review any breaking changes in the release notes.
🏁 Script executed:
#!/usr/bin/env bash # Verify that the bumped version exists on npm npm view @cloudflare/[email protected] versionLength of output: 70
Approve bump: version 4.20250520.0 confirmed on npm
Version4.20250520.0
of@cloudflare/workers-types
has been published. Please review the release notes for any breaking changes before merging.
37bede2
to
b9a8455
Compare
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7098 +/- ##
=======================================
Coverage 55.80% 55.81%
=======================================
Files 900 900
Lines 57848 57848
Branches 4062 4067 +5
=======================================
+ Hits 32283 32288 +5
+ Misses 25459 25454 -5
Partials 106 106
🚀 New features to boost your workflow:
|
Summary by CodeRabbit
PR-Codex overview
This PR primarily focuses on updating various package dependencies across multiple projects, ensuring compatibility with newer versions and improving overall stability and performance.
Detailed summary
@hey-api/openapi-ts
from0.67.0
to0.67.5
.@cloudflare/workers-types
from4.20250421.0
to4.20250520.0
.next
from15.3.1
to15.3.2
.@types/react
,@types/react-dom
) to newer versions.knip
versions across multiple packages.knip.json
for better organization.knip.json
for better dependency management.