Bump the npm_and_yarn group across 1 directory with 10 updates#34
Bump the npm_and_yarn group across 1 directory with 10 updates#34dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [diff](https://github.com/kpdecker/jsdiff) | `5.2.0` | `5.2.2` | | [js-cookie](https://github.com/js-cookie/js-cookie) | `3.0.5` | `3.0.7` | | [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `9.15.0` | `10.28.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.11` | `6.4.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.8` | `3.2.6` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.91.0` | `3.114.17` | Updates `diff` from 5.2.0 to 5.2.2 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v5.2.0...v5.2.2) Updates `js-cookie` from 3.0.5 to 3.0.7 - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Commits](js-cookie/js-cookie@v3.0.5...v3.0.7) Updates `pnpm` from 9.15.0 to 10.28.2 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v10.28.2/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.28.2/pnpm) Updates `vite` from 5.4.11 to 6.4.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite) Updates `vitest` from 2.1.8 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) Updates `wrangler` from 3.91.0 to 3.114.17 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/wrangler@3.114.17/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.114.17/packages/wrangler) Updates `defu` from 6.1.4 to 6.1.7 - [Release notes](https://github.com/unjs/defu/releases) - [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md) - [Commits](unjs/defu@v6.1.4...v6.1.7) Updates `react-router` from 6.28.0 to 6.30.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router@6.30.4/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.4/packages/react-router) Updates `rollup` from 4.28.0 to 4.62.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.28.0...v4.62.0) Updates `undici` from 5.28.4 to 5.29.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.4...v5.29.0) --- updated-dependencies: - dependency-name: diff dependency-version: 5.2.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: js-cookie dependency-version: 3.0.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pnpm dependency-version: 10.28.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.4.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: wrangler dependency-version: 3.114.17 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: defu dependency-version: 6.1.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: react-router dependency-version: 6.30.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-version: 4.62.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 28679ed. Configure here.
| "@xterm/addon-web-links": "^0.11.0", | ||
| "@xterm/xterm": "^5.5.0", | ||
| "ai": "^3.4.33", | ||
| "ai": "^6.0.207", |
There was a problem hiding this comment.
AI v6 breaks chat stack
High Severity
Bumping ai to ^6.0.207 without upgrading @ai-sdk/* packages or migrating the chat code leaves the app on AI SDK 3.x APIs (useChat from ai/react, convertToCoreMessages, toAIStream, legacy provider models) that are incompatible with v6, so chat streaming and model calls are likely to fail at build or when users send messages.
Reviewed by Cursor Bugbot for commit 28679ed. Configure here.
| "is-ci": "^3.0.1", | ||
| "node-fetch": "^3.3.2", | ||
| "pnpm": "^9.15.0", | ||
| "pnpm": "^10.28.2", |
There was a problem hiding this comment.
pnpm versions disagree
Medium Severity
The devDependency pnpm is raised to ^10.28.2 but packageManager still pins pnpm@9.4.0, so Corepack, Docker (corepack enable pnpm), and local installs use 9.4.0 while the repo advertises 10.28.2, which can cause inconsistent lockfile handling and failed or divergent installs in CI versus dependabot.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 28679ed. Configure here.
| "@remix-run/cloudflare": "^2.15.0", | ||
| "@remix-run/cloudflare-pages": "^2.15.0", | ||
| "@remix-run/react": "^2.15.0", | ||
| "@remix-run/react": "^2.17.5", |
There was a problem hiding this comment.
Remix React skew
Low Severity
@remix-run/react is bumped to ^2.17.5 while @remix-run/cloudflare and @remix-run/cloudflare-pages stay on ^2.15.0 and @remix-run/dev remains ^2.15.0, mixing Remix minor releases in one app and increasing risk of router or runtime mismatches during build and deploy.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 28679ed. Configure here.


Bumps the npm_and_yarn group with 6 updates in the / directory:
5.2.05.2.23.0.53.0.79.15.010.28.25.4.116.4.32.1.83.2.63.91.03.114.17Updates
difffrom 5.2.0 to 5.2.2Changelog
Sourced from diff's changelog.
Commits
b7b6339v5.2.2b5377abUpdate package version to 5.2.17801789Backport kpdecker/jsdiff#649042a837Backport kpdecker/jsdiff#647Updates
js-cookiefrom 3.0.5 to 3.0.7Release notes
Sourced from js-cookie's releases.
Commits
17bacbaCraft v3.0.7 releaseadb823cFix release workflow halting atgit tag5f9e759May remove Git user config from release workflow6ac9211Fix release workflow not able to push commit + tag2278bc5Fix missing package version bumpeb3c40ePrevent cookie attribute injectionf6f157fBump globals from 17.5.0 to 17.6.0f409d02Bump eslint from 10.2.0 to 10.3.0a686883Bump protobufjs in the npm_and_yarn group across 1 directoryc6112d2Bump@protobufjs/utf8in the npm_and_yarn group across 1 directoryMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for js-cookie since your current version.
Updates
pnpmfrom 9.15.0 to 10.28.2Release notes
Sourced from pnpm's releases.
... (truncated)
Changelog
Sourced from pnpm's changelog.
... (truncated)
Commits
89a2c4echore(release): 10.28.2a484ceafix(npm-resolver): request full metadata for optional dependencies (#10455)c908370test: fix0b5a56achore(release): 10.28.1916b26bfix: prevent implicit root exclusion when user filters are provided (#10465)9cbba28fix(exec): preserve user execution cwd (#10445)91a241echore(release): 10.28.0a9784fbrevert: "chore: upgrade qs to 6.14.1 (#10389)"787ed46chore: upgrade qs to 6.14.1 (#10389)6bdba72chore(release): 10.27.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for pnpm since your current version.
Updates
vitefrom 5.4.11 to 6.4.3Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
6c2c881release: v6.4.396b0c10fix: backport #22572, reject windows alternate paths (#22576)8fed5cffix(deps): backport #22571, reject UNC paths for launch-editor-middleware (#2...6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vite since your current version.
Updates
vitestfrom 2.1.8 to 3.2.6Release notes
Sourced from vitest's releases.
... (truncated)
Commits
b6d56f8chore: release v3.2.616f120dfix: pin last supported vite-node version2cbad0achore: release v3.2.5385a1aefix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...af88b1ffeat(api): addallowWriteandallowExecoptions toapi[backport to v3]...c666d14chore: release v3.2.48a18c8efix(cli): throw error when--shard x/\<count>exceeds count of test files (#...8abd7ccchore(deps): updatetinypool(#8174)93f3200fix(deps): update all non-major dependencies (#8123)0c3be6ffix(coverage): ignore SCSS in browser mode (#8161)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
Updates
wranglerfrom 3.91.0 to 3.114.17Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
f21ee75Version Packages (#11895)6d5557bfix: execute git commands in pages deploy safely (#11889) (#11891)0e19ae9Version Packages (#10906)3db872a[v3 backport] Backport tail-based logging from #11135 and #11346 (#11138)02d2ea9Fix remote dev with Access (#10961)9bab0a0fix(wrangler): add warning when account_id mismatch detected on auth error (v...4b18c6fIntroduce internalisWorkerNotFoundErrorutility and avoid worker-not-found...ed8aaeffix(wrangler): close FileHandle in to support Node 25 (#11491)c78d942V3 backport of #11467: prevent SQLite users error from being reported to Sent...cc29eadfix: respect TypeScript path aliases when resolving non-JS modules with modul...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for wrangler since your current version.
Updates
defufrom 6.1.4 to 6.1.7Release notes
Sourced from defu's releases.
Changelog
Sourced from defu's changelog.
... (truncated)
Commits
80c0146chore(release): v6.1.740d7ef4fix(defu.d.cts): export Defu types (#157)3d3a7c8build: correct thetypesexport entry (#160)001c290chore(release): v6.1.6407b516build: fix mixed types23e59e6chore(release): v6.1.511ba022fix: ignore inherited enumerable properties3942bfbfix: prevent prototype pollution via__proto__in defaults (#156)d3ef16dchore(deps): update actions/checkout action to v6 (#151)869a053chore(deps): update actions/setup-node action to v6 (#149)Updates
react-routerfrom 6.28.0 to 6.30.4Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
651211cRelease v6.30.4 (#15120)f82a6f9Bring new release process into v6 branch (#15115)c662ca3chore: Update version for release (#14713)98ad691chore: Update version for release (pre-v6) (#14710)26b5d45chore: Update version for release (#14541)919f8a8chore: Update version for release (pre-v6) (#14540)69bf705Normalize double slashes in resolvePath (#14537)3f2400echore: Update version for release (#13647)25a264dchore: Update version for release (pre-v6) (#13638)b5705a0Remove matchRoutes optimization from render pass (#13623)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-router since your current version.
Updates
rollupfrom 4.28.0 to 4.62.0Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.