You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/26 10:37:52 UTC

[GitHub] [ignite-website] dependabot[bot] opened a new pull request, #161: Bump ua-parser-js from 1.0.2 to 1.0.35

dependabot[bot] opened a new pull request, #161:
URL: https://github.com/apache/ignite-website/pull/161

   Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.2 to 1.0.35.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.35</h2>
   <h2>Version 0.7.35 / 1.0.35</h2>
   <ul>
   <li>Fix result of user-supplied user-agent from being altered (5b8adfef7b77494ae73199b7ee3e5dafba46e0a8)</li>
   <li>Add new browser: Heytap, TikTok (3f8b5ba9cf03c2e82dcf96fd91a89c1b314dee3c, 2e06a34062c196322df7ad3c63fcc66e51c72420)</li>
   <li>Add new engine: LibWeb (bf9ac43328f1d5235cd6e029ac505824a39fc796)</li>
   <li>Add new OS: SerenityOS (bf9ac43328f1d5235cd6e029ac505824a39fc796)</li>
   <li>Improve browser detection: Yandex (1747707be680c70073bc0cb496ffaacda3314f2b)</li>
   <li>Improve device detection: iPhone, Amazon Echo (d41404551f1a6d2ae789f2a2c26b89b3f1f71610, ba067bd351040a57957a4f0965816897e0e3ddef)</li>
   <li>Improve OS detection: iOS (d41404551f1a6d2ae789f2a2c26b89b3f1f71610)</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/blob/1.0.35/changelog.md">See more...</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/blob/master/changelog.md">ua-parser-js's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 0.7.35 / 1.0.35</h2>
   <ul>
   <li>Fix result from user-supplied user-agent being altered</li>
   <li>Add new browser: Heytap, TikTok</li>
   <li>Add new engine: LibWeb</li>
   <li>Add new OS: SerenityOS</li>
   <li>Improve browser detection: Yandex</li>
   <li>Improve device detection: iPhone, Amazon Echo</li>
   <li>Improve OS detection: iOS</li>
   </ul>
   <h2>Version 0.7.34 / 1.0.34</h2>
   <ul>
   <li>Fix Sharp Mobile detected as Huawei Tablet</li>
   <li>Fix IE8 bug</li>
   <li>Add new devices : Kobo e-Reader, Apple Watch, and some new SmartTV devices</li>
   <li>Add new OS : watchOS</li>
   <li>Improve browser detection : Kakao, Naver, Brave</li>
   <li>Improve device detection : Oculus, iPad</li>
   <li>Improve OS detection : Chrome OS</li>
   <li>Using navigator.userAgentData as fallback for device.type &amp; os.name</li>
   </ul>
   <h2>Version 0.7.33 / 1.0.33</h2>
   <ul>
   <li>Add new browser : Cobalt</li>
   <li>Identify Macintosh as an Apple device</li>
   <li>Fix ReDoS vulnerability</li>
   </ul>
   <h2>Version 0.7.32 / 1.0.32</h2>
   <ul>
   <li>Add new browser : DuckDuckGo, Huawei Browser, LinkedIn</li>
   <li>Add new OS : HarmonyOS</li>
   <li>Add some Huawei models</li>
   <li>Add Sharp Aquos TV</li>
   <li>Improve detection Xiaomi Mi CC9</li>
   <li>Fix Sony Xperia 1 III misidentified as Acer tablet</li>
   <li>Fix Detect Sony BRAVIA as SmartTV</li>
   <li>Fix Detect Xiaomi Mi TV as SmartTV</li>
   <li>Fix Detect Galaxy Tab S8 as tablet</li>
   <li>Fix WeGame mistakenly identified as WeChat</li>
   <li>Fix included commas in Safari / Mobile Safari version</li>
   <li>Increase UA_MAX_LENGTH to 350</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/d810feb8442eead7745a509a2dc6e397f2d8032c"><code>d810feb</code></a> Bump version 1.0.35 (mirror of v0.7.35)</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/32d326b35b9bdd5c64633a5b05b3573faa6a8dc3"><code>32d326b</code></a> Update readme</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/786d502b0140d94be0b2f47e77df6c19fc8fb4d6"><code>786d502</code></a> Bump version 0.7.35</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/5b8adfef7b77494ae73199b7ee3e5dafba46e0a8"><code>5b8adfe</code></a> Backport - Prevent altering the result when supplied user-agent is different ...</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/2e06a34062c196322df7ad3c63fcc66e51c72420"><code>2e06a34</code></a> Backport - Add new browser: TikTok</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/bf9ac43328f1d5235cd6e029ac505824a39fc796"><code>bf9ac43</code></a> Backport - Add new engine: LibWeb + Add new OS: SerenityOS</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/3f8b5ba9cf03c2e82dcf96fd91a89c1b314dee3c"><code>3f8b5ba</code></a> Backport - Add new browser: Heytap</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/1747707be680c70073bc0cb496ffaacda3314f2b"><code>1747707</code></a> Backport - Fix <a href="https://redirect.github.com/faisalman/ua-parser-js/issues/678">#678</a> - Improve Yandex detection</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/d41404551f1a6d2ae789f2a2c26b89b3f1f71610"><code>d414045</code></a> Backport - Fix <a href="https://redirect.github.com/faisalman/ua-parser-js/issues/519">#519</a> <a href="https://redirect.github.com/faisalman/ua-parser-js/issues/521">#521</a> <a href="https://redirect.github.com/faisalman/ua-parser-js/issues/616">#616</a> - Improve iPhone &amp; iOS detection</li>
   <li><a href="https://github.com/faisalman/ua-parser-js/commit/ba067bd351040a57957a4f0965816897e0e3ddef"><code>ba067bd</code></a> Backport - Fix <a href="https://redirect.github.com/faisalman/ua-parser-js/issues/624">#624</a> - Detect Amazon Echo</li>
   <li>Additional commits viewable in <a href="https://github.com/faisalman/ua-parser-js/compare/1.0.2...1.0.35">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ua-parser-js&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.0.35)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/ignite-website/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org