Skip to content

chore(deps): bump detect-browser from 2.5.1 to 5.3.0#535

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/detect-browser-5.3.0
Open

chore(deps): bump detect-browser from 2.5.1 to 5.3.0#535
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/detect-browser-5.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps detect-browser from 2.5.1 to 5.3.0.

Release notes

Sourced from detect-browser's releases.

5.3.0

Added support for WinCE browsers - #156

5.2.1

  • Fix to Facebook browser detection on iOS (#168)

5.2.0

  • Added support for detection of edge-chromium on Android OS (see issue #151 & solving PR #152)

5.1.0

React native detection support added (#137) - thanks to @​pedrouid

5.0.0

  • Added type discriminator for result - #130
  • Added browserName export - #133
  • Added SearchBotDeviceInfo type to report on bots that are simulating devices - #127
  • Removed Vivaldi browser detection - #134 (breaking change, but Vivaldi are no longer reporting a unique UA so appropriate).

4.8.0

Added support for detection of the iOS edge browser.

4.7.0

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.

4.6.0

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.

4.5.0

4.4.0

4.3.0

Added detection support for the Miui browser (#98)

4.2.1

Address issue with VSCode reporting errors when it looks into the node_modules tree at detect-browser (see #95). Resolution is to remove the tsconfig.json file from the npm tarball. Also removed tslint.json at the same time as it offers no value being in the package.

4.2.0

Added additional regex for matching the new UA string for ios-webview for iOS 12.1.4 and greater (#96) - thanks to @​e-compton on this one.

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 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)

Bumps [detect-browser](https://github.com/DamonOehlman/detect-browser) from 2.5.1 to 5.3.0.
- [Release notes](https://github.com/DamonOehlman/detect-browser/releases)
- [Commits](DamonOehlman/detect-browser@v2.5.1...v5.3.0)

---
updated-dependencies:
- dependency-name: detect-browser
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the security Pull requests that address a security vulnerability label Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security Pull requests that address a security vulnerability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant