Bump open from 8.4.2 to 10.1.0 #635

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/open-10.1.0 into master
dependabot[bot] commented 2024-04-04 06:19:06 +00:00 (Migrated from github.com)

Bumps open from 8.4.2 to 10.1.0.

Release notes

Sourced from open's releases.

v10.1.0

  • Linux: Update xdg-open to 1.2.1 (#338) c702c66

https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0

v10.0.4

  • Fix support for passing predefined app to openApp() (#335) d9e7422

https://github.com/sindresorhus/open/compare/v10.0.3...v10.0.4

v10.0.3

  • Fix target option on macOS (#332) b597dec

https://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3

v10.0.2

  • Fix Linux compatibility 798cd93

https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2

v10.0.1

  • Add Windows environment variable fallback for some broken systems (#328) 8e69be4

https://github.com/sindresorhus/open/compare/v10.0.0...v10.0.1

v10.0.0

Breaking

  • Require Node.js 18 5628dc8

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

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 10.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>v10.1.0</h2> <ul> <li>Linux: Update <code>xdg-open</code> to 1.2.1 (<a href="https://redirect.github.com/sindresorhus/open/issues/338">#338</a>) c702c66</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0">https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0</a></p> <h2>v10.0.4</h2> <ul> <li>Fix support for passing predefined app to <code>openApp()</code> (<a href="https://redirect.github.com/sindresorhus/open/issues/335">#335</a>) d9e7422</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v10.0.3...v10.0.4">https://github.com/sindresorhus/open/compare/v10.0.3...v10.0.4</a></p> <h2>v10.0.3</h2> <ul> <li>Fix <code>target</code> option on macOS (<a href="https://redirect.github.com/sindresorhus/open/issues/332">#332</a>) b597dec</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3">https://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3</a></p> <h2>v10.0.2</h2> <ul> <li>Fix Linux compatibility 798cd93</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2">https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2</a></p> <h2>v10.0.1</h2> <ul> <li>Add Windows environment variable fallback for some broken systems (<a href="https://redirect.github.com/sindresorhus/open/issues/328">#328</a>) 8e69be4</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v10.0.0...v10.0.1">https://github.com/sindresorhus/open/compare/v10.0.0...v10.0.1</a></p> <h2>v10.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 5628dc8</li> </ul> <p><a href="https://github.com/sindresorhus/open/compare/v9.1.0...v10.0.0">https://github.com/sindresorhus/open/compare/v9.1.0...v10.0.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/open/commit/2ea66da8e8b20880d235447cf4c94ba275da6a5a"><code>2ea66da</code></a> 10.1.0</li> <li><a href="https://github.com/sindresorhus/open/commit/c702c66d3702b9c7cca501917e569e1e7a16dcae"><code>c702c66</code></a> Linux: Update <code>xdg-open</code> to 1.2.1 (<a href="https://redirect.github.com/sindresorhus/open/issues/338">#338</a>)</li> <li><a href="https://github.com/sindresorhus/open/commit/ee13d939ad1809a87110dc82aaba6878962159f9"><code>ee13d93</code></a> 10.0.4</li> <li><a href="https://github.com/sindresorhus/open/commit/d9e742251ffa7fd4b3930fb58d6b6185602797ad"><code>d9e7422</code></a> Fix support for passing predefined app to <code>openApp()</code> (<a href="https://redirect.github.com/sindresorhus/open/issues/335">#335</a>)</li> <li><a href="https://github.com/sindresorhus/open/commit/2d5e95978807503b917482786ac5058c16c5193d"><code>2d5e959</code></a> 10.0.3</li> <li><a href="https://github.com/sindresorhus/open/commit/b597decbf25c39bb7bc7878232deaf93e62fa39e"><code>b597dec</code></a> Fix <code>target</code> option on macOS (<a href="https://redirect.github.com/sindresorhus/open/issues/332">#332</a>)</li> <li><a href="https://github.com/sindresorhus/open/commit/31da4c35f6213ceaf9529f3e147fa37041c80c54"><code>31da4c3</code></a> 10.0.2</li> <li><a href="https://github.com/sindresorhus/open/commit/798cd93cde1cd266ffcb25ca0aa9deeb67e2f1fb"><code>798cd93</code></a> Fix Linux compatibility</li> <li><a href="https://github.com/sindresorhus/open/commit/818946edd9a0554e852813773142330f9067ee64"><code>818946e</code></a> 10.0.1</li> <li><a href="https://github.com/sindresorhus/open/commit/8e69be4fb7fe7c7410eeecb63c15b9f80829a3fd"><code>8e69be4</code></a> Add Windows environment variable fallback for some broken systems (<a href="https://redirect.github.com/sindresorhus/open/issues/328">#328</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/open/compare/v8.4.2...v10.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=10.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request has changes conflicting with the target branch.
  • package.json
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/open-10.1.0:dependabot/npm_and_yarn/open-10.1.0
git checkout dependabot/npm_and_yarn/open-10.1.0

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff dependabot/npm_and_yarn/open-10.1.0
git checkout master
git merge --ff-only dependabot/npm_and_yarn/open-10.1.0
git checkout dependabot/npm_and_yarn/open-10.1.0
git rebase master
git checkout master
git merge --no-ff dependabot/npm_and_yarn/open-10.1.0
git checkout master
git merge --squash dependabot/npm_and_yarn/open-10.1.0
git checkout master
git merge --ff-only dependabot/npm_and_yarn/open-10.1.0
git checkout master
git merge dependabot/npm_and_yarn/open-10.1.0
git push origin master
Sign in to join this conversation.
No description provided.