[PR #85] [MERGED] Bump open from 8.4.2 to 9.1.0 in /server #143

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

📋 Pull Request Information

Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/85
Author: @dependabot[bot]
Created: 3/27/2023
Status: Merged
Merged: 4/2/2023
Merged by: @guyzyl

Base: mainHead: dependabot/npm_and_yarn/server/open-9.1.0


📝 Commits (1)

  • 91062ee Bump open from 8.4.2 to 9.1.0 in /server

📊 Changes

2 files changed (+708 additions, -22 deletions)

View changed files

📝 server/package-lock.json (+707 -21)
📝 server/package.json (+1 -1)

📄 Description

Bumps open from 8.4.2 to 9.1.0.

Release notes

Sourced from open's releases.

v9.1.0

  • Update dependencies 46adf0b

https://github.com/sindresorhus/open/compare/v9.0.0...v9.1.0

v9.0.0

Breaking

  • Require Node.js 14 7f5995e
  • This package is now pure ESM. Please read this.
    • Please don't open issues regarding ESM / CommonJS.
  • open.openApp is now a named import: import {openApp} from 'open'
  • open.apps is now a named import: import {apps} from 'open'

Improvements

  • Add the ability to open default browser and default browser in private mode (#294) 3b79981

https://github.com/sindresorhus/open/compare/v8.4.2...v9.0.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 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/85 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 4/2/2023 **Merged by:** [@guyzyl](https://github.com/guyzyl) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/server/open-9.1.0` --- ### 📝 Commits (1) - [`91062ee`](https://github.com/guyzyl/whatsapp-contact-sync/commit/91062eef9607d8f4747d8d7136dff5d8543f6d1a) Bump open from 8.4.2 to 9.1.0 in /server ### 📊 Changes **2 files changed** (+708 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `server/package-lock.json` (+707 -21) 📝 `server/package.json` (+1 -1) </details> ### 📄 Description Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 9.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/open/releases">open's releases</a>.</em></p> <blockquote> <h2>v9.1.0</h2> <ul> <li>Update dependencies 46adf0b</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v9.0.0...v9.1.0">https://github.com/sindresorhus/open/compare/v9.0.0...v9.1.0</a></p> <h2>v9.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 14 7f5995e</li> <li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong> <ul> <li>Please don't open issues regarding ESM / CommonJS.</li> </ul> </li> <li><code>open.openApp</code> is now a named import: <code>import {openApp} from 'open'</code></li> <li><code>open.apps</code> is now a named import: <code>import {apps} from 'open'</code></li> </ul> <h3>Improvements</h3> <ul> <li>Add the ability to open default browser and default browser in private mode (<a href="https://redirect.github.com/sindresorhus/open/issues/294">#294</a>) 3b79981</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v8.4.2...v9.0.0">https://github.com/sindresorhus/open/compare/v8.4.2...v9.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/open/commit/accd304abffaec9016f180496d4d3de40145b3c9"><code>accd304</code></a> 9.1.0</li> <li><a href="https://github.com/sindresorhus/open/commit/46adf0b06daaeab10ac5a5e9072e7d8204916600"><code>46adf0b</code></a> Update dependencies</li> <li><a href="https://github.com/sindresorhus/open/commit/36c61af1e696ef4365fd12dcc733586877106f19"><code>36c61af</code></a> 9.0.0</li> <li><a href="https://github.com/sindresorhus/open/commit/7f5995eb64a64928b45e6c2db187234ea8668d54"><code>7f5995e</code></a> Require Node.js 14 and move to ESM</li> <li><a href="https://github.com/sindresorhus/open/commit/3b7998193493ca5bb711b9a7b8bb65d5818afbb4"><code>3b79981</code></a> Add the ability to open default browser and default browser in private mode ...</li> <li>See full diff in <a href="https://github.com/sindresorhus/open/compare/v8.4.2...v9.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=open&package-manager=npm_and_yarn&previous-version=8.4.2&new-version=9.1.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 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:20 +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#143
No description provided.