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 @bower_components/bowser from 1.9.4 to 2.1.2 in /build #34737

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps @bower_components/bowser from 1.9.4 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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/@bower_components/bowser-2.1.2 branch from 796f1be to 84db7e9 Compare March 18, 2019 17:27
@codecov
Copy link

codecov bot commented Mar 18, 2019

Codecov Report

Merging #34737 into master will increase coverage by 1.4%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master   #34737     +/-   ##
===========================================
+ Coverage     65.31%   66.71%   +1.4%     
+ Complexity    18481    18478      -3     
===========================================
  Files          1209     1148     -61     
  Lines         69983    62752   -7231     
  Branches       1280        0   -1280     
===========================================
- Hits          45706    41862   -3844     
+ Misses        23905    20890   -3015     
+ Partials        372        0    -372
Flag Coverage Δ Complexity Δ
#javascript ? ?
#phpunit 66.71% <ø> (-0.01%) 18478 <ø> (-3)
Impacted Files Coverage Δ Complexity Δ
apps/dav/lib/Connector/Sabre/Directory.php 70.62% <0%> (-0.37%) 74% <0%> (ø)
apps/files/lib/Command/Scan.php 71.47% <0%> (-0.35%) 73% <0%> (-1%)
...eratedfilesharing/lib/Controller/OcmController.php 66.06% <0%> (-0.21%) 30% <0%> (ø)
lib/private/Server.php 86.56% <0%> (-0.12%) 253% <0%> (ø)
core/js/oc-dialogs.js
core/js/oc-backbone.js
settings/js/admin-apps.js
core/js/config.js
apps/files_sharing/js/external.js
apps/comments/js/commentmodel.js
... and 56 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 4b38399...84db7e9. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 18, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@bbb4f73). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #34737   +/-   ##
=========================================
  Coverage          ?   66.71%           
  Complexity        ?    18481           
=========================================
  Files             ?     1148           
  Lines             ?    62772           
  Branches          ?        0           
=========================================
  Hits              ?    41881           
  Misses            ?    20891           
  Partials          ?        0
Flag Coverage Δ Complexity Δ
#phpunit 66.71% <ø> (?) 18481 <ø> (?)

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 bbb4f73...4d2d192. Read the comment docs.

@phil-davis
Copy link
Contributor

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/build/@bower_components/bowser-2.1.2 branch from 84db7e9 to 4d2d192 Compare March 20, 2019 10:24
@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/@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