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 ua-parser-js from 0.7.19 to 0.7.28 #749

Merged
merged 1 commit into from
May 6, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2021

Bumps ua-parser-js from 0.7.19 to 0.7.28.

Commits
  • 1d3c98a Revert breaking fix #279 and release as 0.7.28
  • 535f11b Delete redundant code
  • 642c039 Fix #492 LG TV WebOS detection
  • 3edacdd Merge branch 'master' into develop
  • acc0b91 Update contributor list
  • f726dcd Merge branch 'master' into develop
  • 383ca58 More test for tablet devices
  • 7c8aa43 Minor rearrangement
  • 09aa910 Add new device & browser: Tesla
  • 557cc21 More test for latest phones with unique form factor (fold/flip/qwerty/swivel)
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels May 6, 2021
@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #749 (2cb4d25) into master (0a7dc4f) will increase coverage by 0.72%.
The diff coverage is n/a.

❗ Current head 2cb4d25 differs from pull request most recent head 540f5d2. Consider uploading reports for the commit 540f5d2 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #749      +/-   ##
==========================================
+ Coverage   94.37%   95.10%   +0.72%     
==========================================
  Files         230      230              
  Lines        5960     7010    +1050     
  Branches     1448     1747     +299     
==========================================
+ Hits         5625     6667    +1042     
- Misses        301      337      +36     
+ Partials       34        6      -28     
Impacted Files Coverage Δ
.../jaeger-ui/src/utils/tracking/noopWebAnalytics.tsx 66.66% <0.00%> (-33.34%) ⬇️
packages/jaeger-ui/src/utils/configure-store.js 83.33% <0.00%> (-16.67%) ⬇️
...nents/SearchTracePage/SearchResults/ScatterPlot.js 66.66% <0.00%> (-6.07%) ⬇️
packages/jaeger-ui/src/selectors/dependencies.js 94.44% <0.00%> (-5.56%) ⬇️
packages/jaeger-ui/src/utils/filter-spans.tsx 96.42% <0.00%> (-3.58%) ⬇️
...ui/src/components/TracePage/keyboard-shortcuts.tsx 80.00% <0.00%> (-3.34%) ⬇️
...er-ui/src/components/common/FilteredList/index.tsx 97.46% <0.00%> (-2.54%) ⬇️
...src/components/TracePage/TraceGraph/TraceGraph.tsx 92.85% <0.00%> (-2.15%) ⬇️
...racePage/TraceStatistics/TraceStatisticsHeader.tsx 29.78% <0.00%> (-0.99%) ⬇️
packages/jaeger-ui/src/selectors/trace.js 91.59% <0.00%> (-0.44%) ⬇️
... and 192 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 0a7dc4f...540f5d2. Read the comment docs.

@yurishkuro yurishkuro merged commit 90bfbb9 into master May 6, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ua-parser-js-0.7.28 branch May 6, 2021 23:39
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jun 23, 2021
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 4, 2021
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 4, 2021
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 4, 2021
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant