Bump browserslist from 4.5.5 to 4.21.3 #24

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/browserslist-4.21.3 into master 2022-11-12 18:38:41 +03:00
dependabot[bot] commented 2022-08-29 15:24:16 +03:00 (Migrated from github.com)

Bumps browserslist from 4.5.5 to 4.21.3.

Changelog

Sourced from browserslist's changelog.

4.21.3

  • Improved unknown region and unknown feature error (by Alexander Chabin).

4.21.2

  • Updated Firefox ESR.

4.21.1

  • Fixed parsing days in since query.

4.21

  • IE 11 was added to dead and removed from defaults (by Albert Portnoy).
  • Added browserslist.parse() to get config AST for analysis.
  • Moved --update-db script to update-browserslist-db tool.
  • Fixed Unicode BOM support in package.json.

4.20.4

  • Fixed Opera in mobileToDesktop (by Pig Fang).

4.20.3

  • Added Baidu to dead browsers (by Igor Lukanin).

4.20.2

  • Fixed package.funding URL format.

4.20.1

  • Fixed package.funding.
  • Fixed docs (by Michael Lohmann).

4.20

  • Added last 2 node versions and last 2 node major versions (by @​g-plane).

4.19.3

  • Updated Firefox ESR (by Christophe Coevoet).

4.19.2

  • Fixed --help output.

4.19.1

  • Fixed throwOnMissing types (by Øyvind Saltvik).

4.19

  • Added queries grammar definition (by Pig Fang).
  • Added throwOnMissing option (by Øyvind Saltvik).
  • Fixed null data ignoring in < 50% in CN (byPig Fang).
  • Fixed data parsing in in my stats (by Sun Xiaoran).
  • Fixed yarn.lock support with integrity (by Alexey Berezin).
  • Fixed Yarn Berry error message in --update-db.

4.18.1

  • Fixed case inventiveness for cover queries (by Pig Fang).

... (truncated)

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.5.5 to 4.21.3. <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.21.3</h2> <ul> <li>Improved unknown region and unknown feature error (by Alexander Chabin).</li> </ul> <h2>4.21.2</h2> <ul> <li>Updated Firefox ESR.</li> </ul> <h2>4.21.1</h2> <ul> <li>Fixed parsing days in <code>since</code> query.</li> </ul> <h2>4.21</h2> <ul> <li>IE 11 was added to <code>dead</code> and removed from <code>defaults</code> (by Albert Portnoy).</li> <li>Added <code>browserslist.parse()</code> to get config AST for analysis.</li> <li>Moved <code>--update-db</code> script to <code>update-browserslist-db</code> tool.</li> <li>Fixed Unicode BOM support in <code>package.json</code>.</li> </ul> <h2>4.20.4</h2> <ul> <li>Fixed Opera in <code>mobileToDesktop</code> (by Pig Fang).</li> </ul> <h2>4.20.3</h2> <ul> <li>Added <code>Baidu</code> to <code>dead</code> browsers (by Igor Lukanin).</li> </ul> <h2>4.20.2</h2> <ul> <li>Fixed <code>package.funding</code> URL format.</li> </ul> <h2>4.20.1</h2> <ul> <li>Fixed <code>package.funding</code>.</li> <li>Fixed docs (by Michael Lohmann).</li> </ul> <h2>4.20</h2> <ul> <li>Added <code>last 2 node versions</code> and <code>last 2 node major versions</code> (by <a href="https://github.com/g-plane"><code>@​g-plane</code></a>).</li> </ul> <h2>4.19.3</h2> <ul> <li>Updated Firefox ESR (by Christophe Coevoet).</li> </ul> <h2>4.19.2</h2> <ul> <li>Fixed <code>--help</code> output.</li> </ul> <h2>4.19.1</h2> <ul> <li>Fixed <code>throwOnMissing</code> types (by Øyvind Saltvik).</li> </ul> <h2>4.19</h2> <ul> <li>Added queries grammar definition (by Pig Fang).</li> <li>Added <code>throwOnMissing</code> option (by Øyvind Saltvik).</li> <li>Fixed <code>null</code> data ignoring in <code>&lt; 50% in CN</code> (byPig Fang).</li> <li>Fixed data parsing in <code>in my stats</code> (by Sun Xiaoran).</li> <li>Fixed <code>yarn.lock</code> support with <code>integrity</code> (by Alexey Berezin).</li> <li>Fixed Yarn Berry error message in <code>--update-db</code>.</li> </ul> <h2>4.18.1</h2> <ul> <li>Fixed case inventiveness for <code>cover</code> queries (by Pig Fang).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/browserslist/browserslist/commit/2f4771f99b2bd41816d6e76f5a57b66d62a89ebb"><code>2f4771f</code></a> Release 4.21.3 version</li> <li><a href="https://github.com/browserslist/browserslist/commit/6dac294f697cf4b9967c585794206eb8de89e27b"><code>6dac294</code></a> Update dependencies</li> <li><a href="https://github.com/browserslist/browserslist/commit/aea0b74074a30ad62d2425446a678706560a345d"><code>aea0b74</code></a> Throw errors on wrong feature and region names from Can I Use (<a href="https://github-redirect.dependabot.com/browserslist/browserslist/issues/714">#714</a>)</li> <li><a href="https://github.com/browserslist/browserslist/commit/eb83bb3865cab145e2c72ea73012d502b8a351b5"><code>eb83bb3</code></a> Fix typo in <code>throwOnMissing</code> description (<a href="https://github-redirect.dependabot.com/browserslist/browserslist/issues/713">#713</a>)</li> <li><a href="https://github.com/browserslist/browserslist/commit/ce01fd6246e2073ac9fa0e14567a868b491e3649"><code>ce01fd6</code></a> Add WebStorm plugin reference to README.md (<a href="https://github-redirect.dependabot.com/browserslist/browserslist/issues/712">#712</a>)</li> <li><a href="https://github.com/browserslist/browserslist/commit/f61c1a396b8251e102545dd619f692bcbeaeb5af"><code>f61c1a3</code></a> Release 4.21.2 version</li> <li><a href="https://github.com/browserslist/browserslist/commit/8cd0597530e45dd41a83aa60bf2f4f942e1c040e"><code>8cd0597</code></a> Update Firefox ESR</li> <li><a href="https://github.com/browserslist/browserslist/commit/834ca86671543c455be46b80eac9d682c033cc1b"><code>834ca86</code></a> Update dependencies</li> <li><a href="https://github.com/browserslist/browserslist/commit/066c0fa75f18d6b1e9a072d57d60fe3bfdf9bc37"><code>066c0fa</code></a> Release 4.21.1 version</li> <li><a href="https://github.com/browserslist/browserslist/commit/61baae09992ad63f63b8a9ccf0381b6863696bbb"><code>61baae0</code></a> Fix since query</li> <li>Additional commits viewable in <a href="https://github.com/browserslist/browserslist/compare/4.5.5...4.21.3">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.5.5&new-version=4.21.3)](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/unistack-org/ngx-translate-extract-marker/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/ngx-translate-extract-marker#24
No description provided.