Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bowser from 1.0.0 to 2.11.0 #3110

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2022

Bumps bowser from 1.0.0 to 2.11.0.

Release notes

Sourced from bowser's releases.

2.10.0

  • [FIX] Fix for Firefox detection on iOS 13 #415
  • [FIX] Fixes for typings.d.ts #409
  • [FIX] Updated development dependencies

2.7.0

  • [FIX] Add support for QQ Browser #362
  • [FIX] Add support for GSA #364
  • [FIX] Updated dependencies

2.5.3 (Aug 4, 2019)

  • [FIX] Add MacOS names support #338
  • [FIX] Point typings.d.ts from package.json #341
  • [FIX] Upgrade dependencies

2.5.1

  • [FIX] Fixes the bug with a custom Error class (#335)
  • [FIX] Fixes the settings for Babel to reduce the bundle size (#259)

2.5.0

  • [ADD] Add constant output so that users can quickly get all types (#325)
  • [FIX] Add support for Roku OS (#332)
  • [FIX] Update devDependencies
  • [FIX] Fix docs, README and added funding information

2.3.0

  • [ADD] Add support for Blink-based MS Edge (#311)
  • [ADD] Add more types for TS (#289)
  • [FIX] Update dev-dependencies
  • [FIX] Update docs

2.1.0

  • [ADD] Add new Parser.getEngineName() method (#288)
  • [ADD] Add detection of ChromeOS (#287)
  • [FIX] Fix README

2.0.0

The new stable version of bowser is here!

We've been preparing and tuning it bit by bit. I've started with the better code structure so that it would be easier for the community to add new supporting browsers, platforms, OS and also propose new features. Thus, I came up with moving to ES2015 and splitting its functionality to a few modules. Another significant improvement is the API. It became more explicit and more useful than it used to be. I hope you will like it. It's entirely new, so there is no reason to mention all the breaking changes here, go to the docs and try it out.

Last, but not least, I'd like to say thanks to the community and people which were supporting and helping me with the new version, who tested it on their projects and proposed features. Especially, would like to praise @​mjlescano, @​udivankin, @​darkowic and @​alexandercerutti for their participation! ❤️

There're lots of things I'd like to improve here, so, if you're interested in participating and helping on this project, join us! 🙌🏻

2.0.0-beta.1

No release notes provided.

2.0.0-alpha.4

... (truncated)

Changelog

Sourced from bowser's changelog.

2.11.0 (Sep 12, 2020)

  • [ADD] Added support for aliases in Parser#is method (#437)
  • [ADD] Added more typings (#438, #427)
  • [ADD] Added support for MIUI Browserr (#436)

2.10.0 (Jul 9, 2020)

  • [FIX] Fix for Firefox detection on iOS 13 #415
  • [FIX] Fixes for typings.d.ts #409
  • [FIX] Updated development dependencies

2.9.0 (Jan 28, 2020)

  • [ADD] Export more methods and constants via .d.ts #388, #390

2.8.1 (Dec 26, 2019)

  • [FIX] Reverted #382 as it broke build

2.8.0 (Dec 26, 2019)

  • [ADD] Add polyfills for Array.find & Object.assign #383
  • [ADD] Export constants with types.d.ts #382
  • [FIX] Add support for WeChat on Windows #381
  • [FIX] Fix detection of Firefox on iPad #379
  • [FIX] Add detection of Electron #375
  • [FIX] Updated dev-dependencies

2.7.0 (Oct 2, 2019)

  • [FIX] Add support for QQ Browser #362
  • [FIX] Add support for GSA #364
  • [FIX] Updated dependencies

2.6.0 (Sep 6, 2019)

  • [ADD] Define "module" export in package.json #354
  • [FIX] Fix Tablet PC detection #334

2.5.4 (Sep 2, 2019)

  • [FIX] Exclude docs from the npm package #349

2.5.3 (Aug 4, 2019)

  • [FIX] Add MacOS names support #338
  • [FIX] Point typings.d.ts from package.json #341
  • [FIX] Upgrade dependencies

2.5.2 (July 17, 2019)

  • [FIX] Fixes the bug undefined method because of failed build (#335)

2.5.1 (July 17, 2019)

  • [FIX] Fixes the bug with a custom Error class (#335)
  • [FIX] Fixes the settings for Babel to reduce the bundle size (#259)

2.5.0 (July 16, 2019)

  • [ADD] Add constant output so that users can quickly get all types (#325)

... (truncated)

Commits
  • e188e8a Merge branch '2.11.0' into production
  • 1d64eca chore: bump version, write changelog and docs
  • 5b11ac2 Add missing typescript property declaration
  • 53d54e2 Merge pull request #428 from lancedikson/dependabot/npm_and_yarn/lodash-4.17.19
  • b7c67e9 Merge pull request #431 from lancedikson/dependabot/npm_and_yarn/elliptic-6.5.3
  • b2383ed Merge pull request #440 from lancedikson/dependabot/npm_and_yarn/yargs-parser...
  • e431acf Merge pull request #442 from lancedikson/dependabot/npm_and_yarn/http-proxy-1...
  • c504b11 Merge pull request #427 from YongliangDing/declaration-update
  • a6317d2 Merge pull request #438 from Cordazar/patch-2
  • 24dab5f Merge pull request #437 from willamesoares/include-alias-check
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lancedikson, a new releaser for bowser since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 1, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bowser-2.11.0 branch from 78f7cdd to 84eae28 Compare April 11, 2023 12:40
Bumps [bowser](https://github.com/lancedikson/bowser) from 1.0.0 to 2.11.0.
- [Release notes](https://github.com/lancedikson/bowser/releases)
- [Changelog](https://github.com/lancedikson/bowser/blob/master/CHANGELOG.md)
- [Commits](bowser-js/bowser@v1.0.0...2.11.0)

---
updated-dependencies:
- dependency-name: bowser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bowser-2.11.0 branch from 84eae28 to 0a8cfb1 Compare April 11, 2023 12:41
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

Superseded by #3649.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bowser-2.11.0 branch August 2, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants