chore(deps): bump 50 patch-level deps across monorepo#40172
chore(deps): bump 50 patch-level deps across monorepo#40172
Conversation
Bumps within current major.minor (no breaking changes), including: `eslint`, `@types/react`, `react-virtuoso`, `webpack`, `dompurify`, `hono`, `katex`, `@swc/core`, `vite`, `ts-jest`, `esbuild`, `bson`, `twilio`, `zustand`, `qs`, `re-resizable`, `overlayscrollbars`, `adm-zip`, `cron`, `codemirror`, `turbo`, `typedoc`, `uuid`, `tinybench`, `sass-loader`, `ts-loader`, `eslint-plugin-jest`, `eslint-plugin-storybook`, `eslint-plugin-testing-library`, `@msgpack/msgpack`, `@noble/ed25519`, `@octokit/core`, `@opentelemetry/api`, `@react-aria/toolbar`, `@react-spectrum/test-utils`, `@codemirror/lang-javascript`, `@xmldom/xmldom`, `meteor-node-stubs`, `jsrsasign`, `sanitize-html`, `@changesets/cli`, `@types/*`. `@react-pdf/renderer` 4.3.3 was held back at 4.3.2 because it transitively pulls a broken `@react-pdf/image@3.1.0` (references unpublished `@react-pdf/svg`). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR systematically updates dependency and devDependency versions across the monorepo's package.json files. The primary change is bumping eslint from ~9.39.3 to ~9.39.4, with additional patch and minor version updates to dependencies like react-virtuoso, Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
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. Comment |
There was a problem hiding this comment.
1 issue found across 71 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/apps-engine/package.json">
<violation number="1" location="packages/apps-engine/package.json:80">
P2: Keep the msgpack version in sync across the Apps Engine and Deno runtime manifests; otherwise the two codecs will run against different library versions.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "dependencies": { | ||
| "@msgpack/msgpack": "3.0.0-beta2", | ||
| "adm-zip": "^0.5.16", | ||
| "@msgpack/msgpack": "3.0.1", |
There was a problem hiding this comment.
P2: Keep the msgpack version in sync across the Apps Engine and Deno runtime manifests; otherwise the two codecs will run against different library versions.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/apps-engine/package.json, line 80:
<comment>Keep the msgpack version in sync across the Apps Engine and Deno runtime manifests; otherwise the two codecs will run against different library versions.</comment>
<file context>
@@ -77,10 +77,10 @@
"dependencies": {
- "@msgpack/msgpack": "3.0.0-beta2",
- "adm-zip": "^0.5.16",
+ "@msgpack/msgpack": "3.0.1",
+ "adm-zip": "^0.5.17",
"debug": "^4.3.7",
</file context>
@octokit/core 5.0.2's OctokitOptions no longer carries the throttle option's contextual type, so the inline callbacks in setupOctokit lost their parameter inference and tripped TS7006. Annotate the parameters to match @octokit/plugin-throttling's LimitHandler signature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Reverts @react-aria/toolbar from ^3.0.0-nightly-ffb1a9d0d-260323 back to ^3.0.0-nightly.5042 — the newer nightly doesn't ship .d.ts files, causing TS7016 in ui-composer build. Also reverts @react-spectrum/test-utils from ~1.0.0-beta.4 back to ~1.0.0-alpha.8 to stay on the known-good pre-release line. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The newer nightly (ffb1a9d0d-260323) doesn't ship dist/types.d.ts, causing TS7016 during ui-composer build. Pin to the previous nightly (fb28ab3b4-241024) via a resolution entry to match develop's lockfile. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
re-resizable 6.11.2 no longer emits empty class="" attributes on resize handle divs. Updated CallHistoryContextualbar snapshots to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
npm-check-updates --target patchacross the workspace.eslint,@types/react,react-virtuoso,webpack,dompurify,hono,katex,@swc/core,vite,ts-jest,esbuild,bson,twilio,zustand,qs,re-resizable,overlayscrollbars,adm-zip,cron,codemirror,turbo,typedoc,uuid,tinybench,sass-loader,ts-loader,@msgpack/msgpack,@noble/ed25519,@octokit/core,@opentelemetry/api,@react-aria/toolbar,@react-spectrum/test-utils,@codemirror/lang-javascript,@xmldom/xmldom,meteor-node-stubs,jsrsasign,sanitize-html,@changesets/cli, plus severaleslint-plugin-*and@types/*.package.jsonfiles +yarn.lockupdated.Notes
@react-pdf/rendererwas held back at^4.3.2. The 4.3.3 release transitively pulls@react-pdf/image@3.1.0, which references the unpublished package@react-pdf/svg^1.1.0—yarn installfails. Worth revisiting once upstream republishes a working@react-pdf/image.@msgpack/msgpack 3.0.0-beta2 → 3.0.1crosses the prerelease→stable boundary (still within3.0.x).katex ~0.16.28 → ~0.16.45(17 patches behind) and@swc/core 1.15.11 → 1.15.26(15 patches) are the largest jumps within their patch ranges.Test plan
yarn installsucceeds (peer-deps warnings are pre-existing ondevelop).yarn turbo run typecheckpasses for 39 workspaces. Pre-existing failures ondevelopwere excluded:core-services,media-calls,federation-matrix,ui-voip,meteor(verified by stashing this PR's changes and reproducing the same failures ondevelop).yarn turbo run testunitpasses on a representative sample (random,api-client,i18n,tools,log-format,sha256,jwt,ui-kit,message-parser,http-router,gazzodown,web-ui-registration,ui-avatar,ui-composer,tracing).ui-clientshows the same 4 pre-existing failures asdevelop.🤖 Generated with Claude Code
Summary by CodeRabbit