Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Bump webbrowser from 0.7.0 to 0.7.1 #1911

Merged
merged 1 commit into from May 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2022

Bumps webbrowser from 0.7.0 to 0.7.1.

Release notes

Sourced from webbrowser's releases.

v0.7.1

Releasing v0.7.1 with the following changes:

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL. See #47

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues
Changelog

Sourced from webbrowser's changelog.

[0.7.1] - 2022-04-27

Added

  • Introduce Browser::is_available() and Browser::exists(&self) to check availability of browsers without opening a URL

Changed

  • Modify BrowserOptions to be constructable only via the builder pattern, to prevent future API compatibility issues
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 27, 2022
@bonomat
Copy link
Collaborator

bonomat commented Apr 28, 2022

bors r+

bors bot added a commit that referenced this pull request Apr 28, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=bonomat a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

1912: Bump react-refresh from 0.12.0 to 0.13.0 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.12.0 to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-refresh's releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li>Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement</li>
<li>Mutating <code>props</code> after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated</li>
<li>Static methods (defined in <code>statics</code>) are no longer autobound to the component class</li>
<li><code>ref</code> resolution order has changed slightly such that a ref to a component is available immediately after its <code>componentDidMount</code> method is called; this change should be observable only if your component calls a parent component's callback within your <code>componentDidMount</code>, which is an anti-pattern and should be avoided regardless</li>
<li>Calls to <code>setState</code> in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.</li>
<li><code>setState</code> and <code>forceUpdate</code> on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.</li>
<li>Access to most internal properties has been completely removed, including <code>this._pendingState</code> and <code>this._rootNodeID</code>.</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Support for using ES6 classes to build React components; see the <a href="http://facebook.github.io/react/blog/2015/01/27/react-v0.13.0-beta-1.html">v0.13.0 beta 1 notes</a> for details.</li>
<li>Added new top-level API <code>React.findDOMNode(component)</code>, which should be used in place of <code>component.getDOMNode()</code>. The base class for ES6-based components will not have <code>getDOMNode</code>. This change will enable some more patterns moving forward.</li>
<li>Added a new top-level API <code>React.cloneElement(el, props)</code> for making copies of React elements – see the <a href="https://github.com/facebook/react/tree/HEAD/packages/react/blob/HEAD/react/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement">v0.13 RC2 notes</a> for more details.</li>
<li>New <code>ref</code> style, allowing a callback to be used in place of a name: <code>&lt;Photo ref={(c) =&gt; this._photo = c} /&gt;</code> allows you to reference the component with <code>this._photo</code> (as opposed to <code>ref=&quot;photo&quot;</code> which gives <code>this.refs.photo</code>).</li>
<li><code>this.setState()</code> can now take a function as the first argument for transactional state updates, such as <code>this.setState((state, props) =&gt; ({count: state.count + 1}));</code> – this means that you no longer need to use <code>this._pendingState</code>, which is now gone.</li>
<li>Support for iterators and immutable-js sequences as children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>ComponentClass.type</code> is deprecated. Just use <code>ComponentClass</code> (usually as <code>element.type === ComponentClass</code>).</li>
<li>Some methods that are available on <code>createClass</code>-based components are removed or deprecated from ES6 classes (<code>getDOMNode</code>, <code>replaceState</code>, <code>isMounted</code>, <code>setProps</code>, <code>replaceProps</code>).</li>
</ul>
<h3>React with Add-Ons</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://github.com/facebook/react/tree/HEAD/packages/react/blob/HEAD/react/docs/create-fragment.html"><code>React.addons.createFragment</code> was added</a> for adding keys to entire sets of children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>React.addons.classSet</code> is now deprecated. This functionality can be replaced with several freely available modules. <a href="https://www.npmjs.com/package/classnames">classnames</a> is one such module.</li>
<li>Calls to <code>React.addons.cloneWithProps</code> can be migrated to use <code>React.cloneElement</code> instead – make sure to merge <code>style</code> and <code>className</code> manually if desired.</li>
</ul>
<h3>React Tools</h3>
<h4>Breaking Changes</h4>
<ul>
<li>When transforming ES6 syntax, <code>class</code> methods are no longer enumerable by default, which requires <code>Object.defineProperty</code>; if you support browsers such as IE8, you can pass <code>--target es3</code> to mirror the old behavior</li>
</ul>
<h4>New Features</h4>
<ul>
<li><code>--target</code> option is available on the jsx command, allowing users to specify and ECMAScript version to target.
<ul>
<li><code>es5</code> is the default.</li>
<li><code>es3</code> restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg <code>this.static</code> will become <code>this['static']</code> for IE8 compatibility).</li>
</ul>
</li>
<li>The transform for the call spread operator has also been enabled.</li>
</ul>
<h3>JSX</h3>
<h4>Breaking Changes</h4>
<ul>
<li>A change was made to how some JSX was parsed, specifically around the use of <code>&gt;</code> or <code>}</code> when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. The <a href="https://www.npmjs.com/package/jsx_orphaned_brackets_transformer"><code>jsx_orphaned_brackets_transformer</code></a> package on npm can be used to find and fix potential issues in your JSX code.</li>
</ul>
<h2>v0.13.0-rc2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-refresh's changelog</a>.</em></p>
<blockquote>
<h2>0.13.0 (March 10, 2015)</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li>Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement</li>
<li>Mutating <code>props</code> after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated</li>
<li>Static methods (defined in <code>statics</code>) are no longer autobound to the component class</li>
<li><code>ref</code> resolution order has changed slightly such that a ref to a component is available immediately after its <code>componentDidMount</code> method is called; this change should be observable only if your component calls a parent component's callback within your <code>componentDidMount</code>, which is an anti-pattern and should be avoided regardless</li>
<li>Calls to <code>setState</code> in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.</li>
<li><code>setState</code> and <code>forceUpdate</code> on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.</li>
<li>Access to most internal properties has been completely removed, including <code>this._pendingState</code> and <code>this._rootNodeID</code>.</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Support for using ES6 classes to build React components; see the <a href="https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html">v0.13.0 beta 1 notes</a> for details.</li>
<li>Added new top-level API <code>React.findDOMNode(component)</code>, which should be used in place of <code>component.getDOMNode()</code>. The base class for ES6-based components will not have <code>getDOMNode</code>. This change will enable some more patterns moving forward.</li>
<li>Added a new top-level API <code>React.cloneElement(el, props)</code> for making copies of React elements – see the <a href="https://reactjs.org/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement">v0.13 RC2 notes</a> for more details.</li>
<li>New <code>ref</code> style, allowing a callback to be used in place of a name: <code>&lt;Photo ref={(c) =&gt; this._photo = c} /&gt;</code> allows you to reference the component with <code>this._photo</code> (as opposed to <code>ref=&quot;photo&quot;</code> which gives <code>this.refs.photo</code>).</li>
<li><code>this.setState()</code> can now take a function as the first argument for transactional state updates, such as <code>this.setState((state, props) =&gt; ({count: state.count + 1}));</code> – this means that you no longer need to use <code>this._pendingState</code>, which is now gone.</li>
<li>Support for iterators and immutable-js sequences as children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>ComponentClass.type</code> is deprecated. Just use <code>ComponentClass</code> (usually as <code>element.type === ComponentClass</code>).</li>
<li>Some methods that are available on <code>createClass</code>-based components are removed or deprecated from ES6 classes (<code>getDOMNode</code>, <code>replaceState</code>, <code>isMounted</code>, <code>setProps</code>, <code>replaceProps</code>).</li>
</ul>
<h3>React with Add-Ons</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://reactjs.org/docs/create-fragment.html"><code>React.addons.createFragment</code> was added</a> for adding keys to entire sets of children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>React.addons.classSet</code> is now deprecated. This functionality can be replaced with several freely available modules. <a href="https://www.npmjs.com/package/classnames">classnames</a> is one such module.</li>
<li>Calls to <code>React.addons.cloneWithProps</code> can be migrated to use <code>React.cloneElement</code> instead – make sure to merge <code>style</code> and <code>className</code> manually if desired.</li>
</ul>
<h3>React Tools</h3>
<h4>Breaking Changes</h4>
<ul>
<li>When transforming ES6 syntax, <code>class</code> methods are no longer enumerable by default, which requires <code>Object.defineProperty</code>; if you support browsers such as IE8, you can pass <code>--target es3</code> to mirror the old behavior</li>
</ul>
<h4>New Features</h4>
<ul>
<li><code>--target</code> option is available on the jsx command, allowing users to specify and ECMAScript version to target.
<ul>
<li><code>es5</code> is the default.</li>
<li><code>es3</code> restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg <code>this.static</code> will become <code>this['static']</code> for IE8 compatibility).</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v0.13.0/packages/react">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.12.0&new-version=0.13.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>

1913: Bump vite from 2.9.5 to 2.9.6 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.5 to 2.9.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->2.9.6 (2022-04-26)<!-- raw HTML omitted --></h2>
<ul>
<li>fix: <code>apply</code> condition skipped for nested plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7741">#7741</a>) (<a href="https://github.com/vitejs/vite/commit/1f2ca53">1f2ca53</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7741">#7741</a></li>
<li>fix: clean string regexp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7871">#7871</a>) (<a href="https://github.com/vitejs/vite/commit/ecc78bc">ecc78bc</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7871">#7871</a></li>
<li>fix: escape character in string regexp match (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7834">#7834</a>) (<a href="https://github.com/vitejs/vite/commit/1d468c8">1d468c8</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7834">#7834</a></li>
<li>fix: HMR propagation of HTML changes (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7870">#7870</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7895">#7895</a>) (<a href="https://github.com/vitejs/vite/commit/1f7855c">1f7855c</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7870">#7870</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7895">#7895</a></li>
<li>fix: modulepreload polyfill only during build (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/4786">#4786</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7816">#7816</a>) (<a href="https://github.com/vitejs/vite/commit/709776f">709776f</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/4786">#4786</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7816">#7816</a></li>
<li>fix: new SharedWorker syntax (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7800">#7800</a>) (<a href="https://github.com/vitejs/vite/commit/474d5c2">474d5c2</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7800">#7800</a></li>
<li>fix: node v18 support (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7812">#7812</a>) (<a href="https://github.com/vitejs/vite/commit/fc89057">fc89057</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7812">#7812</a></li>
<li>fix: preview jsdoc params (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7903">#7903</a>) (<a href="https://github.com/vitejs/vite/commit/e474381">e474381</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7903">#7903</a></li>
<li>fix: replace import.meta.url correctly (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7792">#7792</a>) (<a href="https://github.com/vitejs/vite/commit/12d1194">12d1194</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7792">#7792</a></li>
<li>fix: set <code>isSelfAccepting</code> to <code>false</code> for any asset not processed by importAnalysis (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7898">#7898</a>) (<a href="https://github.com/vitejs/vite/commit/0d2089c">0d2089c</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7898">#7898</a></li>
<li>fix: spelling mistakes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7883">#7883</a>) (<a href="https://github.com/vitejs/vite/commit/54728e3">54728e3</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7883">#7883</a></li>
<li>fix: ssr.noExternal with boolean values (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7813">#7813</a>) (<a href="https://github.com/vitejs/vite/commit/0b2d307">0b2d307</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7813">#7813</a></li>
<li>fix: style use string instead of js import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7786">#7786</a>) (<a href="https://github.com/vitejs/vite/commit/ba43c29">ba43c29</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7786">#7786</a></li>
<li>fix: update sourcemap in importAnalysisBuild (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7825">#7825</a>) (<a href="https://github.com/vitejs/vite/commit/d7540c8">d7540c8</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7825">#7825</a></li>
<li>fix(ssr): rewrite dynamic class method name (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7751">#7751</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7757">#7757</a>) (<a href="https://github.com/vitejs/vite/commit/b89974a">b89974a</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7751">#7751</a> <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7757">#7757</a></li>
<li>chore: code structure (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7790">#7790</a>) (<a href="https://github.com/vitejs/vite/commit/5f7fe00">5f7fe00</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7790">#7790</a></li>
<li>chore: fix worker sourcemap output style (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7805">#7805</a>) (<a href="https://github.com/vitejs/vite/commit/17f3be7">17f3be7</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7805">#7805</a></li>
<li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7780">#7780</a>) (<a href="https://github.com/vitejs/vite/commit/eba9d05">eba9d05</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7780">#7780</a></li>
<li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7847">#7847</a>) (<a href="https://github.com/vitejs/vite/commit/e29d1d9">e29d1d9</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/7847">#7847</a></li>
<li>feat: enable optimizeDeps.esbuildOptions.loader (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/6840">#6840</a>) (<a href="https://github.com/vitejs/vite/commit/af8ca60">af8ca60</a>), closes <a href="https://github-redirect.dependabot.com/vitejs/vite/issues/6840">#6840</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vitejs/vite/commit/ef903d607c73f0ad003afa7f02613663d9ca7561"><code>ef903d6</code></a> release: v2.9.6</li>
<li><a href="https://github.com/vitejs/vite/commit/e474381646b1b7c8802787ae3838241a890230a5"><code>e474381</code></a> fix: preview jsdoc params (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7903">#7903</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/0d2089c6876bcc04a46c3f7947ce4effc91dd9fd"><code>0d2089c</code></a> fix: set <code>isSelfAccepting</code> to <code>false</code> for any asset not processed by importAn...</li>
<li><a href="https://github.com/vitejs/vite/commit/54728e388dca032903569e6de6dbaa2e6f886279"><code>54728e3</code></a> fix: spelling mistakes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7883">#7883</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/1f7855c1f691b588854d295d3dbffff759826c51"><code>1f7855c</code></a> fix: HMR propagation of HTML changes (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7870">#7870</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7895">#7895</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/ecc78bca4a15a25764375b2a7166cf06401e9ffd"><code>ecc78bc</code></a> fix: clean string regexp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7871">#7871</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/fc89057b406fc85e01a1d4fd08f128e9b6bcba5a"><code>fc89057</code></a> fix: node v18 support (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7812">#7812</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/ba43c29a7920ab8356b3fcb16ca3a11dc7e5713e"><code>ba43c29</code></a> fix: style use string instead of js import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7786">#7786</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/d7540c8bd43c889253dc1e8ed040a20f9959e083"><code>d7540c8</code></a> fix: update sourcemap in importAnalysisBuild (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7825">#7825</a>)</li>
<li><a href="https://github.com/vitejs/vite/commit/e29d1d92f7810c5160aac2f1e56f7b03bfa4c933"><code>e29d1d9</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/7847">#7847</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v2.9.6/packages/vite">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=2.9.5&new-version=2.9.6)](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>

1914: Bump react from 18.0.0 to 18.1.0 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p>
<blockquote>
<h2>18.1.0 (April 26, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Fix the false positive warning about <code>react-dom/client</code> when using UMD bundle. (<a href="https://github.com/alireza-molaee"><code>`@​alireza-molaee</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24274">#24274</a>)</li>
<li>Fix <code>suppressHydrationWarning</code> to work in production too. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24271">#24271</a>)</li>
<li>Fix <code>componentWillUnmount</code> firing twice inside of Suspense. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24308">#24308</a>)</li>
<li>Fix some transition updates being ignored. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24353">#24353</a>)</li>
<li>Fix <code>useDeferredValue</code> causing an infinite loop when passed an unmemoized value. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24247">#24247</a>)</li>
<li>Fix throttling of revealing Suspense fallbacks. (<a href="https://github.com/sunderls"><code>`@​sunderls</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24253">#24253</a>)</li>
<li>Fix an inconsistency in whether the props object is the same between renders. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24421">#24421</a>)</li>
<li>Fix a missing warning about a <code>setState</code> loop in <code>useEffect</code>. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24298">#24298</a>)</li>
<li>Fix a spurious hydration error. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24404">#24404</a>)</li>
<li>Warn when calling <code>setState</code> in <code>useInsertionEffect</code>. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24295">#24295</a>)</li>
<li>Ensure the reason for hydration errors is always displayed. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24276">#24276</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Fix escaping for the <code>bootstrapScriptContent</code> contents. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24385">#24385</a>)</li>
<li>Significantly improve performance of <code>renderToPipeableStream</code>. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24291">#24291</a>)</li>
</ul>
<h3>ESLint Plugin: React Hooks</h3>
<ul>
<li>Fix false positive errors with a large number of branches. (<a href="https://github.com/scyron6"><code>`@​scyron6</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24287">#24287</a>)</li>
<li>Don't consider a known dependency stable when the variable is reassigned. (<a href="https://github.com/afzalsayed96"><code>`@​afzalsayed96</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24343">#24343</a>)</li>
</ul>
<h3>Use Subscription</h3>
<ul>
<li>Replace the implementation with the <code>use-sync-external-store</code> shim. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24289">#24289</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react's changelog</a>.</em></p>
<blockquote>
<h2>18.1.0 (April 26, 2022)</h2>
<h3>React DOM</h3>
<ul>
<li>Fix the false positive warning about <code>react-dom/client</code> when using UMD bundle. (<a href="https://github.com/alireza-molaee"><code>`@​alireza-molaee</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24274">#24274</a>)</li>
<li>Fix <code>suppressHydrationWarning</code> to work in production too. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24271">#24271</a>)</li>
<li>Fix <code>componentWillUnmount</code> firing twice inside of Suspense. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24308">#24308</a>)</li>
<li>Fix some transition updates being ignored. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24353">#24353</a>)</li>
<li>Fix <code>useDeferredValue</code> causing an infinite loop when passed an unmemoized value. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24247">#24247</a>)</li>
<li>Fix throttling of revealing Suspense fallbacks. (<a href="https://github.com/sunderls"><code>`@​sunderls</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24253">#24253</a>)</li>
<li>Fix an inconsistency in whether the props object is the same between renders. (<a href="https://github.com/acdlite"><code>`@​acdlite</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24421">#24421</a>)</li>
<li>Fix a missing warning about a <code>setState</code> loop in <code>useEffect</code>. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24298">#24298</a>)</li>
<li>Fix a spurious hydration error. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24404">#24404</a>)</li>
<li>Warn when calling <code>setState</code> in <code>useInsertionEffect</code>. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24295">#24295</a>)</li>
<li>Ensure the reason for hydration errors is always displayed. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24276">#24276</a>)</li>
</ul>
<h3>React DOM Server</h3>
<ul>
<li>Fix escaping for the <code>bootstrapScriptContent</code> contents. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24385">#24385</a>)</li>
<li>Significantly improve performance of <code>renderToPipeableStream</code>. (<a href="https://github.com/gnoff"><code>`@​gnoff</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24291">#24291</a>)</li>
</ul>
<h3>ESLint Plugin: React Hooks</h3>
<ul>
<li>Fix false positive errors with a large number of branches. (<a href="https://github.com/scyron6"><code>`@​scyron6</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24287">#24287</a>)</li>
<li>Don't consider a known dependency stable when the variable is reassigned. (<a href="https://github.com/afzalsayed96"><code>`@​afzalsayed96</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24343">#24343</a>)</li>
</ul>
<h3>Use Subscription</h3>
<ul>
<li>Replace the implementation with the <code>use-sync-external-store</code> shim. (<a href="https://github.com/gaearon"><code>`@​gaearon</code></a>` in <a href="https://github-redirect.dependabot.com/facebook/react/pull/24289">#24289</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/react/commit/22edb9f777d27369fd2c1fad378f74e237b6dfd3"><code>22edb9f</code></a> React <code>version</code> field should match package.json (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/24445">#24445</a>)</li>
<li><a href="https://github.com/facebook/react/commit/4175f05934d3954827c00b7633c1ce8e4e87d227"><code>4175f05</code></a> Temporarily feature flag numeric fallback for symbols (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/24401">#24401</a>)</li>
<li><a href="https://github.com/facebook/react/commit/e8f4a6653dc3f5d9702236a3abed887ca44dcfbb"><code>e8f4a66</code></a> Fix import in example</li>
<li><a href="https://github.com/facebook/react/commit/bb49abea2377d6391a98cef536e9da4c26ddaa39"><code>bb49abe</code></a> Update some READMEs (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/24290">#24290</a>)</li>
<li><a href="https://github.com/facebook/react/commit/7e3121e1cfe25f1af5079b3bf487b5b5202400d4"><code>7e3121e</code></a> Remove unstable_createMutableSource from experimental build (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/24209">#24209</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v18.1.0/packages/react">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react&package-manager=npm_and_yarn&previous-version=18.0.0&new-version=18.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>

1915: Bump @types/node from 17.0.27 to 17.0.29 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)` from 17.0.27 to 17.0.29.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/node&package-manager=npm_and_yarn&previous-version=17.0.27&new-version=17.0.29)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Apr 28, 2022

This PR was included in a batch that timed out, it will be automatically retried

bors bot added a commit that referenced this pull request Apr 28, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=bonomat a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

1912: Bump react-refresh from 0.12.0 to 0.13.0 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.12.0 to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-refresh's releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li>Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement</li>
<li>Mutating <code>props</code> after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated</li>
<li>Static methods (defined in <code>statics</code>) are no longer autobound to the component class</li>
<li><code>ref</code> resolution order has changed slightly such that a ref to a component is available immediately after its <code>componentDidMount</code> method is called; this change should be observable only if your component calls a parent component's callback within your <code>componentDidMount</code>, which is an anti-pattern and should be avoided regardless</li>
<li>Calls to <code>setState</code> in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.</li>
<li><code>setState</code> and <code>forceUpdate</code> on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.</li>
<li>Access to most internal properties has been completely removed, including <code>this._pendingState</code> and <code>this._rootNodeID</code>.</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Support for using ES6 classes to build React components; see the <a href="http://facebook.github.io/react/blog/2015/01/27/react-v0.13.0-beta-1.html">v0.13.0 beta 1 notes</a> for details.</li>
<li>Added new top-level API <code>React.findDOMNode(component)</code>, which should be used in place of <code>component.getDOMNode()</code>. The base class for ES6-based components will not have <code>getDOMNode</code>. This change will enable some more patterns moving forward.</li>
<li>Added a new top-level API <code>React.cloneElement(el, props)</code> for making copies of React elements – see the <a href="https://github.com/facebook/react/tree/HEAD/packages/react/blob/HEAD/react/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement">v0.13 RC2 notes</a> for more details.</li>
<li>New <code>ref</code> style, allowing a callback to be used in place of a name: <code>&lt;Photo ref={(c) =&gt; this._photo = c} /&gt;</code> allows you to reference the component with <code>this._photo</code> (as opposed to <code>ref=&quot;photo&quot;</code> which gives <code>this.refs.photo</code>).</li>
<li><code>this.setState()</code> can now take a function as the first argument for transactional state updates, such as <code>this.setState((state, props) =&gt; ({count: state.count + 1}));</code> – this means that you no longer need to use <code>this._pendingState</code>, which is now gone.</li>
<li>Support for iterators and immutable-js sequences as children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>ComponentClass.type</code> is deprecated. Just use <code>ComponentClass</code> (usually as <code>element.type === ComponentClass</code>).</li>
<li>Some methods that are available on <code>createClass</code>-based components are removed or deprecated from ES6 classes (<code>getDOMNode</code>, <code>replaceState</code>, <code>isMounted</code>, <code>setProps</code>, <code>replaceProps</code>).</li>
</ul>
<h3>React with Add-Ons</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://github.com/facebook/react/tree/HEAD/packages/react/blob/HEAD/react/docs/create-fragment.html"><code>React.addons.createFragment</code> was added</a> for adding keys to entire sets of children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>React.addons.classSet</code> is now deprecated. This functionality can be replaced with several freely available modules. <a href="https://www.npmjs.com/package/classnames">classnames</a> is one such module.</li>
<li>Calls to <code>React.addons.cloneWithProps</code> can be migrated to use <code>React.cloneElement</code> instead – make sure to merge <code>style</code> and <code>className</code> manually if desired.</li>
</ul>
<h3>React Tools</h3>
<h4>Breaking Changes</h4>
<ul>
<li>When transforming ES6 syntax, <code>class</code> methods are no longer enumerable by default, which requires <code>Object.defineProperty</code>; if you support browsers such as IE8, you can pass <code>--target es3</code> to mirror the old behavior</li>
</ul>
<h4>New Features</h4>
<ul>
<li><code>--target</code> option is available on the jsx command, allowing users to specify and ECMAScript version to target.
<ul>
<li><code>es5</code> is the default.</li>
<li><code>es3</code> restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg <code>this.static</code> will become <code>this['static']</code> for IE8 compatibility).</li>
</ul>
</li>
<li>The transform for the call spread operator has also been enabled.</li>
</ul>
<h3>JSX</h3>
<h4>Breaking Changes</h4>
<ul>
<li>A change was made to how some JSX was parsed, specifically around the use of <code>&gt;</code> or <code>}</code> when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. The <a href="https://www.npmjs.com/package/jsx_orphaned_brackets_transformer"><code>jsx_orphaned_brackets_transformer</code></a> package on npm can be used to find and fix potential issues in your JSX code.</li>
</ul>
<h2>v0.13.0-rc2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-refresh's changelog</a>.</em></p>
<blockquote>
<h2>0.13.0 (March 10, 2015)</h2>
<h3>React Core</h3>
<h4>Breaking Changes</h4>
<ul>
<li>Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement</li>
<li>Mutating <code>props</code> after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated</li>
<li>Static methods (defined in <code>statics</code>) are no longer autobound to the component class</li>
<li><code>ref</code> resolution order has changed slightly such that a ref to a component is available immediately after its <code>componentDidMount</code> method is called; this change should be observable only if your component calls a parent component's callback within your <code>componentDidMount</code>, which is an anti-pattern and should be avoided regardless</li>
<li>Calls to <code>setState</code> in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.</li>
<li><code>setState</code> and <code>forceUpdate</code> on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.</li>
<li>Access to most internal properties has been completely removed, including <code>this._pendingState</code> and <code>this._rootNodeID</code>.</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Support for using ES6 classes to build React components; see the <a href="https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html">v0.13.0 beta 1 notes</a> for details.</li>
<li>Added new top-level API <code>React.findDOMNode(component)</code>, which should be used in place of <code>component.getDOMNode()</code>. The base class for ES6-based components will not have <code>getDOMNode</code>. This change will enable some more patterns moving forward.</li>
<li>Added a new top-level API <code>React.cloneElement(el, props)</code> for making copies of React elements – see the <a href="https://reactjs.org/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement">v0.13 RC2 notes</a> for more details.</li>
<li>New <code>ref</code> style, allowing a callback to be used in place of a name: <code>&lt;Photo ref={(c) =&gt; this._photo = c} /&gt;</code> allows you to reference the component with <code>this._photo</code> (as opposed to <code>ref=&quot;photo&quot;</code> which gives <code>this.refs.photo</code>).</li>
<li><code>this.setState()</code> can now take a function as the first argument for transactional state updates, such as <code>this.setState((state, props) =&gt; ({count: state.count + 1}));</code> – this means that you no longer need to use <code>this._pendingState</code>, which is now gone.</li>
<li>Support for iterators and immutable-js sequences as children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>ComponentClass.type</code> is deprecated. Just use <code>ComponentClass</code> (usually as <code>element.type === ComponentClass</code>).</li>
<li>Some methods that are available on <code>createClass</code>-based components are removed or deprecated from ES6 classes (<code>getDOMNode</code>, <code>replaceState</code>, <code>isMounted</code>, <code>setProps</code>, <code>replaceProps</code>).</li>
</ul>
<h3>React with Add-Ons</h3>
<h4>New Features</h4>
<ul>
<li><a href="https://reactjs.org/docs/create-fragment.html"><code>React.addons.createFragment</code> was added</a> for adding keys to entire sets of children.</li>
</ul>
<h4>Deprecations</h4>
<ul>
<li><code>React.addons.classSet</code> is now deprecated. This functionality can be replaced with several freely available modules. <a href="https://www.npmjs.com/package/classnames">classnames</a> is one such module.</li>
<li>Calls to <code>React.addons.cloneWithProps</code> can be migrated to use <code>React.cloneElement</code> instead – make sure to merge <code>style</code> and <code>className</code> manually if desired.</li>
</ul>
<h3>React Tools</h3>
<h4>Breaking Changes</h4>
<ul>
<li>When transforming ES6 syntax, <code>class</code> methods are no longer enumerable by default, which requires <code>Object.defineProperty</code>; if you support browsers such as IE8, you can pass <code>--target es3</code> to mirror the old behavior</li>
</ul>
<h4>New Features</h4>
<ul>
<li><code>--target</code> option is available on the jsx command, allowing users to specify and ECMAScript version to target.
<ul>
<li><code>es5</code> is the default.</li>
<li><code>es3</code> restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg <code>this.static</code> will become <code>this['static']</code> for IE8 compatibility).</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/facebook/react/commits/v0.13.0/packages/react">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-refresh&package-manager=npm_and_yarn&previous-version=0.12.0&new-version=0.13.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Apr 28, 2022

This PR was included in a batch that timed out, it will be automatically retried

bors bot added a commit that referenced this pull request Apr 28, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=bonomat a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Apr 28, 2022

Timed out.

@thomaseizinger
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Apr 28, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=thomaseizinger a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Apr 28, 2022

Timed out.

@klochowicz
Copy link
Contributor

@thomaseizinger bors recently gets really sluggish when upgrading some TS dependencies, I don't know what it is, but it's not the first time we've seen this behaviour!

@thomaseizinger
Copy link
Contributor

@thomaseizinger bors recently gets really sluggish when upgrading some TS dependencies, I don't know what it is, but it's not the first time we've seen this behaviour!

This is pretty weird indeed!

@thomaseizinger
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/webbrowser-0.7.1 branch from 3b75fe4 to 4deca40 Compare April 29, 2022 00:45
@thomaseizinger
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Apr 29, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=thomaseizinger a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Apr 29, 2022

Timed out.

@klochowicz
Copy link
Contributor

we had the same bors issue on multiple versions of dayjs: #1834

@klochowicz
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request May 2, 2022
1911: Bump webbrowser from 0.7.0 to 0.7.1 r=klochowicz a=dependabot[bot]

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/releases">webbrowser's releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p>Releasing v0.7.1 with the following changes:</p>
<h2>Added</h2>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL. See <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/47">#47</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md">webbrowser's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2022-04-27 <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
<h3>Added</h3>
<ul>
<li>Introduce <code>Browser::is_available()</code> and <code>Browser::exists(&amp;self)</code> to check availability of browsers without opening a URL</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Modify <code>BrowserOptions</code> to be constructable only via the builder pattern, to prevent future API compatibility issues</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/056dd87dfa16f45ee18db353a6bb916e73fab215"><code>056dd87</code></a> release v0.7.1 [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/b63e10384d91c747e7265f1004dd062b2611c216"><code>b63e103</code></a> clearer doc for BrowserOptions [skip ci]</li>
<li><a href="https://github.com/amodm/webbrowser-rs/commit/a487a1c448f347afd3df3eea7d3e560334928315"><code>a487a1c</code></a> Introduce BrowserOptions::is_available() to fix <a href="https://github-redirect.dependabot.com/amodm/webbrowser-rs/issues/46">#46</a></li>
<li>See full diff in <a href="https://github.com/amodm/webbrowser-rs/compare/v0.7.0...v0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webbrowser&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented May 2, 2022

Timed out.

@bonomat
Copy link
Collaborator

bonomat commented May 17, 2022

God mode on!

Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/master/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@bonomat bonomat force-pushed the dependabot/cargo/webbrowser-0.7.1 branch from 4deca40 to 239e736 Compare May 17, 2022 23:43
@bonomat
Copy link
Collaborator

bonomat commented May 17, 2022

Verified locally.

@bonomat bonomat merged commit d6a6b6d into master May 17, 2022
@bonomat bonomat deleted the dependabot/cargo/webbrowser-0.7.1 branch May 17, 2022 23:58
@bonomat
Copy link
Collaborator

bonomat commented May 17, 2022

God mode off!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants