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

[stable10] Bump @bower_components/bowser from 1.6.0 to 2.1.2 in /build #34738

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 11, 2019

Bumps @bower_components/bowser from 1.6.0 to 2.1.2.

Changelog

Sourced from @bower_components/bowser's changelog.

2.1.2 (March 6, 2019)

  • [FIX] Fix buggy getFirstMatch reference

2.1.1 (March 6, 2019)

  • [ADD] Add detection of PlayStation 4 (#291)
  • [ADD] Deploy docs on GH Pages (#293)
  • [FIX] Fix files extensions for importing (#294)
  • [FIX] Fix docs (#295)

2.1.0 (January 24, 2019)

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

2.0.0 (January 19, 2019)

  • [ADD] Support a non strict equality in Parser.satisfies() (#275)
  • [ADD] Add Android versions names (#276)
  • [ADD] Add a typings file (#277)
  • [ADD] Added support for Googlebot recognition (#278)
  • [FIX] Update building tools, avoid security issues

2.0.0-beta.3 (September 15, 2018)

  • [FIX] Fix Chrome Mobile detection (#253)
  • [FIX] Use built bowser for CI (#252)
  • [FIX] Update babel-plugin-add-module-exports (#251)

2.0.0-beta.2 (September 9, 2018)

  • [FIX] Fix failing comparing version through Parser.satisfies (#243)
  • [FIX] Fix travis testing, include eslint into CI testing
  • [FIX] Add support for Maxthon desktop browser (#246)
  • [FIX] Add support for Swing browser (#248)
  • [DOCS] Regenerate docs

2.0.0-beta.1 (August 18, 2018)

  • [ADD] Add loose version comparison to Parser.compareVersion() and Parser.satisfies()
  • [CHORE] Add CONTRIBUTING.md
  • [DOCS] Regenerate docs

2.0.0-alpha.4 (August 2, 2018)

  • [DOCS] Fix usage docs (#238)
  • [CHANGE] Make ./es5.js the main file of the package (#239)

2.0.0-alpha.3 (July 22, 2018)

  • [CHANGE] Rename split and rename compiled.js to es5.js and bundled.js (#231, #236, #237)
  • [ADD] Add Parser.some (#235)

2.0.0-alpha.2 (July 17, 2018)

  • [CHANGE] Make src/bowser main file instead of the bundled one
  • [CHANGE] Move the bundled file to the root of the package to make it possible to require('bowser/compiled') (#231)
  • [REMOVE] Remove typings.d.ts before stable release (#232)
... (truncated)
Commits
  • d57235b Merge branch 'hotfix/2.1.2' into production
  • 9bc8b31 Bump version, write changelog
  • 31adae6 Remove buggy getFirstMatch reference
  • c3c986c Merge branch 'release/2.1.1' into production
  • 58a871b Update docs
  • bf69678 Bump version, write chagelog
  • 134ef3c Fix bugs with Utils
  • 5873e24 Merge pull request #301 from nicgirault/patch-1
  • 383c627 Add PlayStation 4 browser support
  • 3fdde50 Clarify use case in doc
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@phil-davis phil-davis changed the title Bump @bower_components/bowser from 1.6.0 to 2.1.2 in /build [stable10] Bump @bower_components/bowser from 1.6.0 to 2.1.2 in /build Mar 20, 2019
@phil-davis
Copy link
Contributor

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/stable10/@bower_components/bowser-2.1.2 branch from e6d5184 to 0097de4 Compare March 20, 2019 10:11
@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #34738 into stable10 will increase coverage by 0.96%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34738      +/-   ##
==============================================
+ Coverage       64.23%   65.19%   +0.96%     
+ Complexity      19895    19258     -637     
==============================================
  Files            1277     1215      -62     
  Lines           76244    68532    -7712     
  Branches         1292        0    -1292     
==============================================
- Hits            48972    44680    -4292     
+ Misses          26893    23852    -3041     
+ Partials          379        0     -379
Flag Coverage Δ Complexity Δ
#javascript ? ?
#phpunit 65.19% <ø> (-0.21%) 19258 <ø> (-637)
Impacted Files Coverage Δ Complexity Δ
apps/files_sharing/lib/AppInfo/Application.php 35.06% <0%> (-15.92%) 6% <0%> (-11%)
core/Application.php 27% <0%> (-13.17%) 2% <0%> (-22%)
settings/Application.php 51.72% <0%> (-8.47%) 3% <0%> (-38%)
...e/AppFramework/DependencyInjection/DIContainer.php 64.84% <0%> (-8.05%) 15% <0%> (-66%)
apps/files/lib/AppInfo/Application.php 32.43% <0%> (-6.6%) 2% <0%> (-5%)
apps/encryption/templates/settings-admin.php 88.23% <0%> (-5.89%) 0% <0%> (ø)
apps/federation/lib/AppInfo/Application.php 20.96% <0%> (-4.41%) 8% <0%> (-7%)
lib/private/DB/OracleMigrator.php 77.08% <0%> (-3.62%) 11% <0%> (-18%)
...s/federatedfilesharing/lib/AppInfo/Application.php 45.45% <0%> (-3.41%) 6% <0%> (-10%)
apps/encryption/lib/AppInfo/Application.php 54.14% <0%> (-3.26%) 11% <0%> (-14%)
... and 170 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5de5687...0097de4. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #34738 into stable10 will increase coverage by 0.96%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             stable10   #34738      +/-   ##
==============================================
+ Coverage       64.23%   65.19%   +0.96%     
+ Complexity      19895    19258     -637     
==============================================
  Files            1277     1215      -62     
  Lines           76244    68532    -7712     
  Branches         1292        0    -1292     
==============================================
- Hits            48972    44680    -4292     
+ Misses          26893    23852    -3041     
+ Partials          379        0     -379
Flag Coverage Δ Complexity Δ
#javascript ? ?
#phpunit 65.19% <ø> (-0.21%) 19258 <ø> (-637)
Impacted Files Coverage Δ Complexity Δ
apps/files_sharing/lib/AppInfo/Application.php 35.06% <0%> (-15.92%) 6% <0%> (-11%)
core/Application.php 27% <0%> (-13.17%) 2% <0%> (-22%)
settings/Application.php 51.72% <0%> (-8.47%) 3% <0%> (-38%)
...e/AppFramework/DependencyInjection/DIContainer.php 64.84% <0%> (-8.05%) 15% <0%> (-66%)
apps/files/lib/AppInfo/Application.php 32.43% <0%> (-6.6%) 2% <0%> (-5%)
apps/encryption/templates/settings-admin.php 88.23% <0%> (-5.89%) 0% <0%> (ø)
apps/federation/lib/AppInfo/Application.php 20.96% <0%> (-4.41%) 8% <0%> (-7%)
lib/private/DB/OracleMigrator.php 77.08% <0%> (-3.62%) 11% <0%> (-18%)
...s/federatedfilesharing/lib/AppInfo/Application.php 45.45% <0%> (-3.41%) 6% <0%> (-10%)
apps/encryption/lib/AppInfo/Application.php 54.14% <0%> (-3.26%) 11% <0%> (-14%)
... and 170 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5de5687...0097de4. Read the comment docs.

@PVince81
Copy link
Contributor

@dependabot ignore this major

@PVince81 PVince81 closed this Mar 25, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/build/stable10/@bower_components/bowser-2.1.2 branch March 25, 2019 08:54
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants