Skip to content

Commit 0e9f459

Browse files
build(deps): bump open from 10.2.0 to 11.0.0 (#298)
Bumps [open](https://github.com/sindresorhus/open) from 10.2.0 to 11.0.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>v11.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 20 e789eec</li> </ul> <h3>Improvements</h3> <ul> <li>Automatically detect whether PowerShell is accessible in WSL 67109f8</li> <li>Add <code>chromium-browser</code> fallback for Linux b40f4b8</li> <li>Throw <code>AggregateError</code> instead of only latest error (<a href="https://redirect.github.com/sindresorhus/open/issues/364">#364</a>) 2778ac6</li> </ul> <h3>Fixes</h3> <ul> <li>Fix app launch failure detection for fallback support ce31b94</li> <li>Fix WSL access via remote SSH 8821bf7</li> <li>Fix handling of <code>import.meta.url</code> not being available 8ce0f7d</li> <li>Fix: Suppress PowerShell progress messages on Windows 2283000</li> <li>Fix: Ignore stdio on Windows when not waiting for process e1af0ee</li> <li>Fix WSL2 local file opening 269b5fd</li> <li>Fix spawn handling 966239c</li> <li>Fix PowerShell argument escaping 274d704</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/open/compare/v10.2.0...v11.0.0">https://github.com/sindresorhus/open/compare/v10.2.0...v11.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/open/commit/88153308461c32974b146f29446837ee290f605b"><code>8815330</code></a> 11.0.0</li> <li><a href="https://github.com/sindresorhus/open/commit/b8d81077c03d83be8708e314953171dcbc8f5d01"><code>b8d8107</code></a> Refactor</li> <li><a href="https://github.com/sindresorhus/open/commit/ce31b94596c8e2a08a8dca9596fb0c0f19a4538b"><code>ce31b94</code></a> Fix app launch failure detection for fallback support</li> <li><a href="https://github.com/sindresorhus/open/commit/b40f4b80ddcf1bc8326a625343286d93f194e644"><code>b40f4b8</code></a> Add <code>chromium-browser</code> fallback for Linux</li> <li><a href="https://github.com/sindresorhus/open/commit/e789eecb5c3a5b1f9091fd0e8eb8ff9913c71de5"><code>e789eec</code></a> Require Node.js 20</li> <li><a href="https://github.com/sindresorhus/open/commit/67109f8a43f6d6bc9b118c73fbf3e5e13e8ede2b"><code>67109f8</code></a> Automatically detect PowerShell accessibility in WSL</li> <li><a href="https://github.com/sindresorhus/open/commit/8821bf791187b7becbc63af81d1c741fc71a81ee"><code>8821bf7</code></a> Fix WSL access via remote SSH</li> <li><a href="https://github.com/sindresorhus/open/commit/8ce0f7d081a4f38f8fd67527c8afa25a64ff2914"><code>8ce0f7d</code></a> Fix handling of <code>import.meta.url</code> not being available</li> <li><a href="https://github.com/sindresorhus/open/commit/2283000a5ef96b86467c9d0b78e4aed7ec3bbb5e"><code>2283000</code></a> Suppress PowerShell progress messages on Windows</li> <li><a href="https://github.com/sindresorhus/open/commit/e1af0eeeb238427e0ad8d39746d03893078f4345"><code>e1af0ee</code></a> Ignore stdio on Windows when not waiting for process</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/open/compare/v10.2.0...v11.0.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=10.2.0&new-version=11.0.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a743d1 commit 0e9f459

File tree

2 files changed

+51
-22
lines changed

2 files changed

+51
-22
lines changed

package-lock.json

Lines changed: 50 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"mite-api": "0.1.1",
7979
"nconf": "0.13.0",
8080
"node-fetch": "2.7.0",
81-
"open": "10.2.0",
81+
"open": "11.0.0",
8282
"table": "6.9.0",
8383
"tabtab": "3.0.2",
8484
"weeknumber": "1.2.1"

0 commit comments

Comments
 (0)