synchro-charts
synchro-charts copied to clipboard
chore(deps): bump d3-axis and @types/d3-axis
Bumps d3-axis and @types/d3-axis. These dependencies needed to be updated together.
Updates d3-axis
from 1.0.12 to 3.0.0
Release notes
Sourced from d3-axis's releases.
v3.0.0
- Adopt type: module.
- Fix axis.tickArguments to accept an iterable. #77
- Fix axis.tickValues to accept an iterable. #77
- Update dependencies.
- Make build reproducible.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.1.0
- Add axis.offset. #76
- Only offset the axis by 0.5px on low-resolution devices (devicePixelRatio ≤ 1).
- Update dependencies.
v2.0.0
- Mark the package as having no side effects. Thanks,
@stof
! #61- Standardize dependencies. d3/d33
- Use explicit files when publishing. d3/d33
- Use exact paths in imports. d3/d33
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-axis 1.x or use a transpiler.
Commits
64372b1
3.0.071298ac
axis.tickValues accepts an iterable (#77)8c091c1
Adopt type=module (#78)4fc4f2b
2.1.0475de16
Update README18ae698
upgrade dependenciesc78aab5
adopt arrowd9cab26
Update src/axis.js8769f6d
axis.offset829873d
Fixes orient comparison to be always strict equal.- Additional commits viewable in compare view
Updates @types/d3-axis
from 1.0.16 to 3.0.6
Commits
- See full diff in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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.