[PR #184] [MERGED] Bump whatsapp-web.js from 1.25.0 to 1.26.0 in /server #199

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b835b78 Bump whatsapp-web.js from 1.25.0 to 1.26.0 in /server

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 server/package-lock.json (+6 -6)

📄 Description

Bumps whatsapp-web.js from 1.25.0 to 1.26.0.

Release notes

Sourced from whatsapp-web.js's releases.

v1.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/pedroslopez/whatsapp-web.js/compare/v1.25.0...v1.26.0

Commits

Dependabot compatibility score

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/184 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/server/whatsapp-web.js-1.26.0` --- ### 📝 Commits (1) - [`b835b78`](https://github.com/guyzyl/whatsapp-contact-sync/commit/b835b78dafbc780e5569ed79e9f5f25e9b6ed635) Bump whatsapp-web.js from 1.25.0 to 1.26.0 in /server ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `server/package-lock.json` (+6 -6) </details> ### 📄 Description Bumps [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) from 1.25.0 to 1.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pedroslopez/whatsapp-web.js/releases">whatsapp-web.js's releases</a>.</em></p> <blockquote> <h2>v1.26.0</h2> <h2>What's Changed</h2> <ul> <li>Handling client.logout() Exception gracefully with optional chaining by <a href="https://github.com/ayushmourya"><code>@​ayushmourya</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/2447">pedroslopez/whatsapp-web.js#2447</a></li> <li>fix: sendMessage with quoted message id by <a href="https://github.com/alwinlubbers"><code>@​alwinlubbers</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3260">pedroslopez/whatsapp-web.js#3260</a></li> <li>Allow access to the original error object by <a href="https://github.com/shirser121"><code>@​shirser121</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3252">pedroslopez/whatsapp-web.js#3252</a></li> <li>fix: TypeError in Group Invite Handling Due to in Operator on Strings by <a href="https://github.com/matheuskuster"><code>@​matheuskuster</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3257">pedroslopez/whatsapp-web.js#3257</a></li> <li>fix: getMessageById false error with group chat message id by <a href="https://github.com/alwinlubbers"><code>@​alwinlubbers</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3265">pedroslopez/whatsapp-web.js#3265</a></li> <li>Count user connected devices by <a href="https://github.com/tuyuribr"><code>@​tuyuribr</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3223">pedroslopez/whatsapp-web.js#3223</a></li> <li>docs: generate docs for the latest release by <a href="https://github.com/alechkos"><code>@​alechkos</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3279">pedroslopez/whatsapp-web.js#3279</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ayushmourya"><code>@​ayushmourya</code></a> made their first contribution in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/2447">pedroslopez/whatsapp-web.js#2447</a></li> <li><a href="https://github.com/alwinlubbers"><code>@​alwinlubbers</code></a> made their first contribution in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3260">pedroslopez/whatsapp-web.js#3260</a></li> <li><a href="https://github.com/matheuskuster"><code>@​matheuskuster</code></a> made their first contribution in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3257">pedroslopez/whatsapp-web.js#3257</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pedroslopez/whatsapp-web.js/compare/v1.25.0...v1.26.0">https://github.com/pedroslopez/whatsapp-web.js/compare/v1.25.0...v1.26.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/e7265a34b94310b8b48d77f52e794f26c4fa1416"><code>e7265a3</code></a> 1.26.0</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/01c45047d2f93806c6288b70c4d0f35bfb82f52c"><code>01c4504</code></a> docs: generate docs for the latest release (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3279">#3279</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/d2597bba72ff18ddeb570c397102fda3f81c627b"><code>d2597bb</code></a> Count user connected devices (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3223">#3223</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/8fdf2b840ea320cd407af49c88ffdbd9c68f1bd1"><code>8fdf2b8</code></a> fix: getMessageById false error with group chat message id (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3265">#3265</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/1591350144b60d1b6e5e043a021eb90fc26bdb32"><code>1591350</code></a> chore: add typecheck to data.from and data.to when creating the inviteV4 (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3257">#3257</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/f203523b75377558db45c3ace4c4ed8621c6495d"><code>f203523</code></a> Allow access to the original error object (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3252">#3252</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/951ff7bfca64bc0695ce8b0d05da618b404a6c06"><code>951ff7b</code></a> fix: sendMessage with quoted message id (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3260">#3260</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/22af9df3d005560039054e6dae5c60a6b821682b"><code>22af9df</code></a> Handling client.logout() Exception gracefully with optional chaining (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/2447">#2447</a>)</li> <li>See full diff in <a href="https://github.com/pedroslopez/whatsapp-web.js/compare/v1.25.0...v1.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=whatsapp-web.js&package-manager=npm_and_yarn&previous-version=1.25.0&new-version=1.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:30 +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#199
No description provided.