Skip to content

Commit

Permalink
Bump browserslist from 4.14.0 to 4.23.1 in /home_api/frontend (#194)
Browse files Browse the repository at this point in the history
Bumps [browserslist](https://github.com/browserslist/browserslist) from
4.14.0 to 4.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/browserslist/browserslist/releases">browserslist's
releases</a>.</em></p>
<blockquote>
<h2>4.23.1</h2>
<ul>
<li>Fixed feature query with mobile to desktop when caniuse lags (by <a
href="https://github.com/steverep"><code>@​steverep</code></a>).</li>
</ul>
<h2>4.23.0</h2>
<ul>
<li>Added <code>BROWSERSLIST_ROOT_PATH</code> (by <a
href="https://github.com/teleclimber"><code>@​teleclimber</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md">browserslist's
changelog</a>.</em></p>
<blockquote>
<h2>4.23.1</h2>
<ul>
<li>Fixed feature query with mobile to desktop when caniuse lags (by <a
href="https://github.com/steverep"><code>@​steverep</code></a>).</li>
</ul>
<h2>4.23.0</h2>
<ul>
<li>Added <code>BROWSERSLIST_ROOT_PATH</code> (by <a
href="https://github.com/teleclimber"><code>@​teleclimber</code></a>).</li>
</ul>
<h2>4.22.3</h2>
<ul>
<li>Fixed white spaces support in <code>supports</code> query (<a
href="https://github.com/g-plane"><code>@​g-plane</code></a>).</li>
<li>Fixed shared config like
<code>@company/package/browserslist-config</code> (<a
href="https://github.com/boucodes"><code>@​boucodes</code></a>).</li>
</ul>
<h2>4.22.2</h2>
<ul>
<li>Fixed idempotency in time queries with <code>mobileToDesktop</code>
(by Aliaksei Sapach).</li>
</ul>
<h2>4.22.1</h2>
<ul>
<li>Updated Firefox ESR (by <a
href="https://github.com/lerkor"><code>@​lerkor</code></a>).</li>
</ul>
<h2>4.22</h2>
<ul>
<li>Added <code>fully supports</code> query (by Ben Scott).</li>
<li>Added <code>partially supports</code> alias for
<code>supports</code> query (by Ben Scott).</li>
</ul>
<h2>4.21.11</h2>
<ul>
<li>Added warning to <code>--update-db</code> to move to new CLI (by
Ivan Vasilev).</li>
<li>Fixed docs (by Tatsunori Uchino).</li>
</ul>
<h2>4.21.10</h2>
<ul>
<li>Updated Firefox ESR.</li>
</ul>
<h2>4.21.9</h2>
<ul>
<li>Fixed Opera Mobile edge cases (by Steve Repsher).</li>
</ul>
<h2>4.21.8</h2>
<ul>
<li>Fixed <code>supports</code> query and <code>mobileToDesktop</code>
(by Steve Repsher).</li>
</ul>
<h2>4.21.7</h2>
<ul>
<li>Fixed last queries for Android (by Steve Repsher).</li>
</ul>
<h2>4.21.6</h2>
<ul>
<li>Fixed time queries with <code>mobileToDesktop</code> (by Steve
Repsher).</li>
<li>Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik
Pschenitschni).</li>
</ul>
<h2>4.21.5</h2>
<ul>
<li>Fixed running Browserslist in browser environment.</li>
</ul>
<h2>4.21.4</h2>
<ul>
<li>Updated Firefox ESR.</li>
</ul>
<h2>4.21.3</h2>
<ul>
<li>Improved unknown region and unknown feature error (by Alexander
Chabin).</li>
</ul>
<h2>4.21.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/browserslist/browserslist/commit/edd53092cb12e2833485f8725cbd20a47c37b45e"><code>edd5309</code></a>
Release 4.23.1 version</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/9e8ca3da64811bc53bf4a9506f814f8d0a57bccb"><code>9e8ca3d</code></a>
Simplify code</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/bbe6821a13b743a12463da6c68369098648a81c1"><code>bbe6821</code></a>
Update lock</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/a36e1ad5c4d7e31bf011736d70d223e3b5fa6cc5"><code>a36e1ad</code></a>
Update ESLint and dependencies</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/4424c965f50555f1a8b04923b0639567cfeab478"><code>4424c96</code></a>
Use pnpm 9 for Node.js 20 and 18</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/21850779c661757b0d0f2d5d96929afc274840fc"><code>2185077</code></a>
Add Node.js 22 to CI</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/f78f90c3dafcb61390595e1ce69cbf882307ba48"><code>f78f90c</code></a>
Move to pnpm 9</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/ed723f713abafce12d8a1d32b1c4af840b4a4f4f"><code>ed723f7</code></a>
Fix feature queries with mobile to desktop when caniuse lags latest
release (...</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/c6ddf7b3870a4585822d06ec77e8dd2401b8e1ed"><code>c6ddf7b</code></a>
📝 Fix typos in README.md (<a
href="https://redirect.github.com/browserslist/browserslist/issues/822">#822</a>)</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/a23d97159764c03d4f45f0109081f160f73cfc7a"><code>a23d971</code></a>
Release 4.23 version</li>
<li>Additional commits viewable in <a
href="https://github.com/browserslist/browserslist/compare/4.14.0...4.23.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browserslist&package-manager=npm_and_yarn&previous-version=4.14.0&new-version=4.23.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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/shaldengeki/monorepo/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 0831499 commit 2419544
Showing 1 changed file with 24 additions and 165 deletions.
189 changes: 24 additions & 165 deletions home_api/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2419544

Please sign in to comment.