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 billboard.js from 2.2.3 to 3.6.3 in /ui #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps billboard.js from 2.2.3 to 3.6.3.

Release notes

Sourced from billboard.js's releases.

3.6.3

3.6.3 (2022-10-28)

Bug Fixes

3.6.2

3.6.2 (2022-10-26)

Bug Fixes

  • eventrect: Fix eventReceiver coordinates (6526c9e), closes #2913

3.6.1

3.6.1 (2022-10-21)

Bug Fixes

  • interaction: Fix incorrect data.onover/out event call (1389d85), closes #2901
  • tooltip: fix redundant onxxx callback calls (85cdf36), closes #2901
  • type: add missing svg.classname type definition (72e5c84), closes #2893

3.6.0

3.6.0 (2022-09-29)

The detailed new feature description can be found at:

billboard.js 3.6 release: official React wrapper & new enhancements!

Bug Fixes

  • area: Fix unnecessary area element generation (d43a1a7), closes #2826
  • axis: fix undefined error reading generatedTicks (4f3c101), closes #2786
  • data: Fix idConverter error (98f7103), closes #2808
  • gauge: Fix size mismatch w/o gauge multi label text is hidden (6ee8a1e), closes #2799
  • grid: Remove grid.y.ticks default value (4818e44), closes #2809
  • legend: Add default for legend.contents.template (55fbb02), closes #2780
  • type: Add missing polar module export (a950abd), closes #2833
  • typescript: update entry point in tsconfig (ab4d98d), closes #2855
  • types: Fix legend.item.tile.type literal type typo (de9781f)
  • types: Fix the type declarations for the y tick format (1d378e0), closes #2790
  • types: Fix the type declarations for the y tick format (#2865) (2e38dee)

Features

... (truncated)

Changelog

Sourced from billboard.js's changelog.

3.6.3 (2022-10-28)

Bug Fixes

3.6.2 (2022-10-26)

Bug Fixes

  • eventrect: Fix eventReceiver coordinates (6526c9e), closes #2913

3.6.1 (2022-10-21)

Bug Fixes

  • interaction: Fix incorrect data.onover/out event call (1389d85), closes #2901
  • tooltip: fix redundant onxxx callback calls (85cdf36), closes #2901
  • type: add missing svg.classname type definition (72e5c84), closes #2893

3.6.0 (2022-09-29)

Bug Fixes

  • area: Fix unnecessary area element generation (d43a1a7), closes #2826
  • axis: fix undefined error reading generatedTicks (4f3c101), closes #2786
  • data: Fix idConverter error (98f7103), closes #2808
  • gauge: Fix size mismatch w/o gauge multi label text is hidden (6ee8a1e), closes #2799
  • grid: Remove grid.y.ticks default value (4818e44), closes #2809
  • legend: Add default for legend.contents.template (55fbb02), closes #2780
  • type: Add missing polar module export (a950abd), closes #2833
  • typescript: update entry point in tsconfig (ab4d98d), closes #2855
  • types: Fix legend.item.tile.type literal type typo (de9781f)
  • types: Fix the type declarations for the y tick format (1d378e0), closes #2790
  • types: Fix the type declarations for the y tick format (#2865) (2e38dee)

Features

  • api: Enhance .config() to return generation options (455944e), closes #2864
  • options: Intent to ship bar.linearGradient (3a9989f), closes #397
  • options: Intent to ship bar.overlap (046aedb), closes #2839
  • options: Intent to ship data.groupsZeroAs (3de8e7a), closes #2813
  • options: Intent to ship legend.item.tile.type (c379c9f), closes #2874
  • packages: Intent to ship React wrapper (4cef6ad), closes #2838

... (truncated)

Commits
  • 992d2f8 chore(release): 3.6.3 [skip ci]
  • 14f6de6 fix(interaction): Fix unset focused state
  • b8396a0 fix(axis): Fix translate NaN error
  • b22b63d chore(release): 3.6.2 [skip ci]
  • 1df26a4 Merge branch 'master' into latest
  • 6526c9e fix(eventrect): Fix eventReceiver coordinates
  • 511d135 chore(deps-dev): update depdency (#2919)
  • f3f8592 docs(readme): organize readme
  • 4621f26 chore(release): 3.6.1 [skip ci]
  • 53db77d chore(release): 3.6.1 [skip ci]
  • 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)

Bumps [billboard.js](https://github.com/naver/billboard.js) from 2.2.3 to 3.6.3.
- [Release notes](https://github.com/naver/billboard.js/releases)
- [Changelog](https://github.com/naver/billboard.js/blob/master/CHANGELOG.md)
- [Commits](naver/billboard.js@2.2.3...3.6.3)

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

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

dependabot bot commented on behalf of github Nov 1, 2022

Dependabot tried to add @dhruv0000 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Maxgit3/meshery/pulls/272/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Maxgit3/meshery repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2022

The following labels could not be found: kind/chore, pr/dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants