Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2019

This PR contains the following updates:

Package Type Update Change
detect-browser dependencies minor 4.5.0 -> 4.8.0

Release Notes

DamonOehlman/detect-browser

v4.8.0

Compare Source

Added support for detection of the iOS edge browser.

v4.7.0

Compare Source

No functional changes in this release, but bumping minor to flag the inclusion of Browser and OperatingSystem literal type unions in the published index.d.ts file, as requested in #​115.

v4.6.0

Compare Source

This release adds a small but likely very useful feature allowing people to specify a user agent as part of the detect function call, e.g.

const uaString = '...'; // sourced from somewhere intelligent
detect(uaString);

Prior to this detect-browser would try and be smart enough to work out where to look, but if you were using it in cases where you wanted to parse a useragent string that you had received from a HTTP header or the like it definitely would not have worked, this change (thanks to @​rshtg - see #​114) fixes that.

v4.5.1

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/detect-browser-4.x branch from 688b333 to 4e09087 Compare July 13, 2019 10:57
@renovate renovate bot changed the title Update dependency detect-browser to v4.5.1 Update dependency detect-browser to v4.6.0 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/detect-browser-4.x branch from 4e09087 to 53dbe6c Compare October 4, 2019 20:57
@renovate renovate bot changed the title Update dependency detect-browser to v4.6.0 Update dependency detect-browser to v4.7.0 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/detect-browser-4.x branch from 53dbe6c to f25b860 Compare November 12, 2019 06:00
@renovate renovate bot changed the title Update dependency detect-browser to v4.7.0 Update dependency detect-browser to v4.8.0 Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants