build(deps): bump the npm_and_yarn group across 3 directories with 2 updates - #15
build(deps): bump the npm_and_yarn group across 3 directories with 2 updates#15dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the npm_and_yarn group with 2 updates in the / directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Bumps the npm_and_yarn group with 1 update in the /extensions/whatsapp directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys). Bumps the npm_and_yarn group with 1 update in the /whatsapp directory: [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys). Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) Updates `vitest` from 4.0.18 to 4.1.0 - [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/v4.1.0/packages/vitest) Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) Updates `@whiskeysockets/baileys` from 7.0.0-rc.9 to 7.0.0-rc12 - [Release notes](https://github.com/WhiskeySockets/Baileys/releases) - [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md) - [Commits](WhiskeySockets/Baileys@v7.0.0-rc.9...v7.0.0-rc12) --- updated-dependencies: - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@whiskeysockets/baileys" dependency-version: 7.0.0-rc12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LlamaPReview — Verification needed
Merge readiness still needs verification: The undici major version upgrade from 7.28.0 to 8.9.0 may contain breaking API changes that are incompatible with how the Zalo extension (or other root-level consumers) imports and uses undici. Neither the Zalo extension source nor any repository-wide undici imports were successfully retrieved.
Owner action: Review the Zalo extension source files (src/api.ts, src/channel.ts) and any other root-level modules for undici usage. Cross-reference API surface with the undici 8.x changelog for known breaking changes. Manually test Zalo channel login, message send, and message receive after the update.
Review details and evidence
Material unknowns
- The undici major version upgrade from 7.28.0 to 8.9.0 may contain breaking API changes that are incompatible with how the Zalo extension (or other root-level consumers) imports and uses undici. Neither the Zalo extension source nor any repository-wide undici imports were successfully retrieved.
- Check: Review the Zalo extension source files (src/api.ts, src/channel.ts) and any other root-level modules for undici usage. Cross-reference API surface with the undici 8.x changelog for known breaking changes. Manually test Zalo channel login, message send, and message receive after the update.
- The @whiskeysockets/baileys upgrade from 7.0.0-rc.9 to 7.0.0-rc12 includes major internal changes (new protobuf structure, libsignal moved from git to NPM, new whatsapp-rust-bridge dependency, peerDependency jimp bump to ^1.6.1) across rc10–rc12 that may be incompatible with the WhatsApp extension's existing API usage.
- Check: Review the WhatsApp extension source (src/accounts.ts, src/channel.ts, etc.) for baileys API usage and compare with rc10–rc12 release notes. Manually test WhatsApp channel login (QR), message send/receive, and media handling after the update.
LlamaPReview checks
- Reviewed changed regions in
pnpm-lock.yaml. - Read bounded PR-head context from
pnpm-lock.yaml. - Reviewed changed regions in
package.json. - Reviewed changed regions in
extensions/whatsapp/package.json. - Reviewed changed regions in
extensions/zalo/package.json. - Reviewed changed regions in
ui/package.json.
Automated review by LlamaPReview · Free for public open-source projects.
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Bumps the npm_and_yarn group with 2 updates in the / directory: @whiskeysockets/baileys and vitest.
Bumps the npm_and_yarn group with 1 update in the /extensions/whatsapp directory: @whiskeysockets/baileys.
Bumps the npm_and_yarn group with 1 update in the /whatsapp directory: @whiskeysockets/baileys.
Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.Updates
vitestfrom 4.0.18 to 4.1.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.Updates
@whiskeysockets/baileysfrom 7.0.0-rc.9 to 7.0.0-rc12Release notes
Sourced from @whiskeysockets/baileys's releases.
... (truncated)
Changelog
Sourced from @whiskeysockets/baileys's changelog.
Commits
1aee6edchore(release): v7.0.0-rc123beb08efix(process-message): only drop self-only protocolMessages from non-self senders28ca087fix: guard fetch dispatcher option (#2557)988a34fchore(release): v7.0.0-rc1125bc999Fix release and move to NPM based libsignal6cb7d34feat: expose group online count in presence updates (#2545)a263cb0chore: bump whatsapp-rust-bridge@0.5.4 to support non simd (#2542)dfad98ffix release04f6d70ci: Update publishing to use Trusted Publishers42c19c7chore(release): v7.0.0-rc10Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@whiskeysockets/baileyssince your current version.Install script changes
This version adds
preinstall,preparescripts that run during installation. Review the package contents before updating.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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.