[PR #206] [MERGED] Upgrade all node libraries #214

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

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/206
Author: @dependabot[bot]
Created: 5/12/2025
Status: Merged
Merged: 5/16/2025
Merged by: @guyzyl

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


📝 Commits (5)

  • d9c3863 Bump whatsapp-web.js from 1.27.0 to 1.28.0 in /server
  • a28d4a5 Update all packages
  • fdd4d64 Fix changes introduce via updates
  • 0e97b46 More package fixes
  • 083f223 Fix styling issues introduced by DaisyUI v5

📊 Changes

10 files changed (+2195 additions, -2347 deletions)

View changed files

📝 server/package-lock.json (+843 -471)
📝 server/package.json (+18 -18)
📝 web/package-lock.json (+1282 -1742)
📝 web/package.json (+15 -15)
📝 web/postcss.config.cjs (+1 -1)
📝 web/src/components/Header.vue (+5 -2)
📝 web/src/index.css (+2 -3)
📝 web/src/main.ts (+6 -11)
📝 web/src/pages/Sync.vue (+12 -11)
📝 web/src/style.css (+11 -73)

📄 Description

Bumps whatsapp-web.js from 1.27.0 to 1.28.0.

Release notes

Sourced from whatsapp-web.js's releases.

v1.28.0

What's Changed

Full Changelog: https://github.com/pedroslopez/whatsapp-web.js/compare/v1.27.0...v1.28.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/206 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/server/whatsapp-web.js-1.28.0` --- ### 📝 Commits (5) - [`d9c3863`](https://github.com/guyzyl/whatsapp-contact-sync/commit/d9c38630dc9272d70e789dce57257fb0a0021e75) Bump whatsapp-web.js from 1.27.0 to 1.28.0 in /server - [`a28d4a5`](https://github.com/guyzyl/whatsapp-contact-sync/commit/a28d4a523f28459a384e217fc4678c9d0e2985d8) Update all packages - [`fdd4d64`](https://github.com/guyzyl/whatsapp-contact-sync/commit/fdd4d641a7c522a26d46f26055a6de7613f5f4bc) Fix changes introduce via updates - [`0e97b46`](https://github.com/guyzyl/whatsapp-contact-sync/commit/0e97b46874498f69b2c9a72a075c9a6bb69e096a) More package fixes - [`083f223`](https://github.com/guyzyl/whatsapp-contact-sync/commit/083f223103e15ae9dd64d8a80fa91ae6806a25be) Fix styling issues introduced by DaisyUI v5 ### 📊 Changes **10 files changed** (+2195 additions, -2347 deletions) <details> <summary>View changed files</summary> 📝 `server/package-lock.json` (+843 -471) 📝 `server/package.json` (+18 -18) 📝 `web/package-lock.json` (+1282 -1742) 📝 `web/package.json` (+15 -15) 📝 `web/postcss.config.cjs` (+1 -1) 📝 `web/src/components/Header.vue` (+5 -2) 📝 `web/src/index.css` (+2 -3) 📝 `web/src/main.ts` (+6 -11) 📝 `web/src/pages/Sync.vue` (+12 -11) 📝 `web/src/style.css` (+11 -73) </details> ### 📄 Description Bumps [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) from 1.27.0 to 1.28.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.28.0</h2> <h2>What's Changed</h2> <ul> <li>fix: <code>getCountryCode</code> by <a href="https://github.com/alechkos"><code>@​alechkos</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3292">pedroslopez/whatsapp-web.js#3292</a></li> <li>Send message without quote if quoteFails by <a href="https://github.com/tuyuribr"><code>@​tuyuribr</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3475">pedroslopez/whatsapp-web.js#3475</a></li> <li>Fix groupChat addParticipants by <a href="https://github.com/BenyFilho"><code>@​BenyFilho</code></a> in <a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/pull/3543">pedroslopez/whatsapp-web.js#3543</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pedroslopez/whatsapp-web.js/compare/v1.27.0...v1.28.0">https://github.com/pedroslopez/whatsapp-web.js/compare/v1.27.0...v1.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/f6f4790a489c6809787c524444b8f5d802c90e8a"><code>f6f4790</code></a> 1.28.0</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/0ad998d68db3a4fbc36ec846d7806e2d4c418a79"><code>0ad998d</code></a> Fix groupChat addParticipants (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3543">#3543</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/ad11b5bfeee1de75e6420eeed37ce8f66b378046"><code>ad11b5b</code></a> Send message without quote if quoteFails (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3475">#3475</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/6d1655503f9ff589d1ace7cd8dc5351f1e1917eb"><code>6d16555</code></a> fix: getCountryCode (<a href="https://redirect.github.com/pedroslopez/whatsapp-web.js/issues/3292">#3292</a>)</li> <li><a href="https://github.com/pedroslopez/whatsapp-web.js/commit/d26d87507da0a9de749a21a968149fcceb0ce381"><code>d26d875</code></a> chore(): generate docs</li> <li>See full diff in <a href="https://github.com/pedroslopez/whatsapp-web.js/compare/v1.27.0...v1.28.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.27.0&new-version=1.28.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:34 +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#214
No description provided.