fix(deps): bump the prod-minor-patch group with 7 updates#398
fix(deps): bump the prod-minor-patch group with 7 updates#398dependabot[bot] wants to merge 3 commits into
Conversation
Bumps the prod-minor-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.4.2` | `8.4.3` | | [@oclif/core](https://github.com/oclif/core) | `4.11.1` | `4.11.2` | | [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) | `3.2.48` | `3.2.49` | | [@oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) | `3.1.63` | `3.1.64` | | [ws](https://github.com/websockets/ws) | `8.20.0` | `8.20.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.14.0` | `1.16.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` | Updates `@inquirer/prompts` from 8.4.2 to 8.4.3 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.4.2...@inquirer/prompts@8.4.3) Updates `@oclif/core` from 4.11.1 to 4.11.2 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.11.1...4.11.2) Updates `@oclif/plugin-autocomplete` from 3.2.48 to 3.2.49 - [Release notes](https://github.com/oclif/plugin-autocomplete/releases) - [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-autocomplete@3.2.48...3.2.49) Updates `@oclif/plugin-warn-if-update-available` from 3.1.63 to 3.1.64 - [Release notes](https://github.com/oclif/plugin-warn-if-update-available/releases) - [Changelog](https://github.com/oclif/plugin-warn-if-update-available/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-warn-if-update-available@3.1.63...3.1.64) Updates `ws` from 8.20.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.20.1) Updates `lucide-react` from 1.14.0 to 1.16.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.16.0/packages/lucide-react) Updates `tailwind-merge` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: "@inquirer/prompts" dependency-version: 8.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: "@oclif/core" dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: "@oclif/plugin-warn-if-update-available" dependency-version: 3.1.64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: lucide-react dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: tailwind-merge dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The split-terminal E2E test was using a flat 5000ms wait after splitting,
but the secondary WebSocket connection to the terminal server can take
~5-6s under rate limiting — making the wait a race condition.
Replace the flat wait with an explicit `toContainText("$ ", {timeout: 20s})`
assertion that waits until the secondary terminal's shell prompt appears,
ensuring commands are typed only after the session is fully established.
Also raise the final assertion timeouts to 15s for robustness.
The dependency bump (ws 8.20.0→8.20.1, lucide-react 1.14→1.16, etc.) did
not cause this failure; the test was already timing-sensitive.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot Fix AssessmentPackage group: 7 prod-minor-patch updates (patch/minor) What changed upstream
Migration concerns checked
What brokeWeb CLI E2E Tests — The test split the terminal, then used a flat Root cause: Pre-existing timing fragility in the test, not caused by the dependency bump. The What was fixed
Verification
Notes for reviewerThe fix removes the magic 5000ms flat wait and replaces it with a condition-based wait that scales naturally with server latency. This also ensures commands are typed into a fully-established session rather than a still-connecting one. The overall test timeout remains 120s, so the wider window is safe. |
The secondary terminal shows the ably interactive shell prompt "ably> ", not a bash shell prompt "$ ". Waiting for "$ " always timed out because the terminal never shows that string — it shows the ably banner followed by "ably> ". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot Fix AssessmentPackage group: prod-minor-patch — 7 packages
Scope: runtime `dependencies` + root workspace What changed upstream
Migration concerns checked
What broke
This was not caused by the dependency bump. The dependency bump itself made no breaking changes. The test was introduced in the prior fix attempt with the wrong expected prompt string. What was fixed
Verification
Notes for reviewer
|
Bumps the prod-minor-patch group with 7 updates:
8.4.28.4.34.11.14.11.23.2.483.2.493.1.633.1.648.20.08.20.11.14.01.16.03.5.03.6.0Updates
@inquirer/promptsfrom 8.4.2 to 8.4.3Release notes
Sourced from @inquirer/prompts's releases.
Commits
113558cchore: Publish new releasef0ca377chore: format everything with nano-staged5341ca1chore: Bump yarncb7ffdaci: add Node.js 26 to test matrix (#2112)0401a5cfix(@inquirer/input): allow explicit undefined for default option (#2111)40f87a8fix: reset cursor to column 0 after prompt completesb88c9a2fix: satisfy eslint-plugin-n v18 rules697684achore(deps-dev): Bump the linting group across 1 directory with 6 updates105c439chore(deps-dev): Bump the build group with 3 updates (#2107)a020d8achore(deps-dev): Bump oxfmt in the formatting group (#2106)Updates
@oclif/corefrom 4.11.1 to 4.11.2Release notes
Sourced from @oclif/core's releases.
Changelog
Sourced from @oclif/core's changelog.
Commits
7fcab26chore(release): 4.11.2 [skip ci]24232feMerge pull request #1594 from oclif/dependabot-npm_and_yarn-semver-7.8.01471fe3fix(deps): bump semver from 7.7.4 to 7.8.0195484cMerge pull request #1595 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...71f105dchore(dev-deps): bump eslint-config-oclif from 6.0.160 to 6.0.162Updates
@oclif/plugin-autocompletefrom 3.2.48 to 3.2.49Release notes
Sourced from @oclif/plugin-autocomplete's releases.
Changelog
Sourced from @oclif/plugin-autocomplete's changelog.
Commits
5250e7cchore(release): 3.2.49 [skip ci]4127ce2fix(deps): bump@oclif/corefrom 4.11.0 to 4.11.2 (#1146)Updates
@oclif/plugin-warn-if-update-availablefrom 3.1.63 to 3.1.64Release notes
Sourced from @oclif/plugin-warn-if-update-available's releases.
Changelog
Sourced from @oclif/plugin-warn-if-update-available's changelog.
Commits
c7801bdchore(release): 3.1.64 [skip ci]6aa16a8fix(deps): bump@oclif/corefrom 4.11.0 to 4.11.2 (#1016)505e8ebchore(dev-deps): bump eslint-config-oclif from 6.0.160 to 6.0.162 (#1017)Updates
wsfrom 8.20.0 to 8.20.1Release notes
Sourced from ws's releases.
Commits
5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 24Updates
lucide-reactfrom 1.14.0 to 1.16.0Release notes
Sourced from lucide-react's releases.
Commits
07c885efix(docs): fix zephyr-cloud URL in readmesUpdates
tailwind-mergefrom 3.5.0 to 3.6.0Release notes
Sourced from tailwind-merge's releases.
Commits
d54f7e5v3.6.0638871aUpdate README to add info about Tailwind CSS v4.3 support39fc7b5Revert "v3.6.0"bd8390fv3.6.0802877cadd v3.6.0 changeloga35fedaMerge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x940389cMerge pull request #667 from dcastil/renovate/release-drafter-release-drafter...005af6dpin to specific version5816cedimplement breaking changes17041e1Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions