[PR #238] [MERGED] Bump whatsapp-web.js from 5438c20 to dd9df40 in /server #232

Closed
opened 2026-02-27 04:59:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/238
Author: @dependabot[bot]
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @guyzyl

Base: mainHead: dependabot/npm_and_yarn/server/whatsapp-web.js-dd9df40


📝 Commits (1)

  • 6a32610 Bump whatsapp-web.js from 5438c20 to dd9df40 in /server

📊 Changes

1 file changed (+883 additions, -187 deletions)

View changed files

📝 server/package-lock.json (+883 -187)

📄 Description

Bumps whatsapp-web.js from 5438c20 to dd9df40.

Commits
  • dd9df40 fix: use markSeen instead of sendSeen to fix markedUnread error (#5719)
  • 0671463 chore(v1.34.5-alpha.3): bump version and generate docs
  • 04c1d0c fix(ci): set up OIDC machine, avoid pushing incomplete version commits
  • eb45d2e chore(1.34.5-alpha.2): generate docs
  • bf551fb 1.34.5-alpha.2
  • b5cf37a chore(1.34.5-alpha.1): generate docs
  • eaaa2ec 1.34.5-alpha.1
  • c13510e chore: fix jsdoc invalid types
  • 180190a 1.34.5-alpha.0
  • 8d9130e fix release script, use OIDC (#5713)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/guyzyl/whatsapp-contact-sync/pull/238 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/server/whatsapp-web.js-dd9df40` --- ### 📝 Commits (1) - [`6a32610`](https://github.com/guyzyl/whatsapp-contact-sync/commit/6a32610c6730ea59ce585cc5edf858187b8e4766) Bump whatsapp-web.js from `5438c20` to `dd9df40` in /server ### 📊 Changes **1 file changed** (+883 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `server/package-lock.json` (+883 -187) </details> ### 📄 Description Bumps [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) from `5438c20` to `dd9df40`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/dd9df4083accf50c2a69d6942a205465f022dc97"><code>dd9df40</code></a> fix: use markSeen instead of sendSeen to fix markedUnread error (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/5719">#5719</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/0671463c218582675ce1d145b51f94c26baf8bd6"><code>0671463</code></a> chore(v1.34.5-alpha.3): bump version and generate docs</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/04c1d0c4159e5ae1f09f81186c5f839de3326888"><code>04c1d0c</code></a> fix(ci): set up OIDC machine, avoid pushing incomplete version commits</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/eb45d2eae485cbba05f8ea0cc4c28c4296505db2"><code>eb45d2e</code></a> chore(1.34.5-alpha.2): generate docs</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/bf551fb497e790358f32281cf603951cbc7f3e5d"><code>bf551fb</code></a> 1.34.5-alpha.2</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/b5cf37a349e393ae3f1fbb5f9db3e78d0f365e44"><code>b5cf37a</code></a> chore(1.34.5-alpha.1): generate docs</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/eaaa2ecde28873e00664a208bd226baee25c8fa4"><code>eaaa2ec</code></a> 1.34.5-alpha.1</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/c13510e9070e21f8264b2c531ac09ea27aba2456"><code>c13510e</code></a> chore: fix jsdoc invalid types</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/180190a66a975f5b8136ade2110d562bc7d36b65"><code>180190a</code></a> 1.34.5-alpha.0</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/8d9130ec636c20f2c306539de118f647a52a8cbe"><code>8d9130e</code></a> fix release script, use OIDC (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/5713">#5713</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pedroslopez/whatsapp-web.js/compare/5438c2042b9b42370c0acef21e511c08bb462983...dd9df4083accf50c2a69d6942a205465f022dc97">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:59:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#232
No description provided.