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

chore(deps): bump d3-axis and @types/d3-axis #632

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

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

Updates @types/d3-axis from 1.0.16 to 3.0.5

Commits

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 19, 2023
@github-actions github-actions bot enabled auto-merge (rebase) October 19, 2023 01:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from b96a2c1 to 34f8cff Compare October 19, 2023 01:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 34f8cff to 07f516e Compare October 19, 2023 01:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 07f516e to f1a7e1f Compare October 19, 2023 01:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from f1a7e1f to 80c3336 Compare October 19, 2023 02:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 80c3336 to 8ef6991 Compare October 19, 2023 02:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 8ef6991 to 0767f01 Compare November 7, 2023 01:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 0767f01 to 042b6b6 Compare November 8, 2023 01:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 042b6b6 to cf6c04c Compare November 8, 2023 01:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from cf6c04c to 5b9d0ce Compare November 8, 2023 02:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from 5b9d0ce to f60fa9b Compare November 8, 2023 02:12
Bumps [d3-axis](https://github.com/d3/d3-axis) and [@types/d3-axis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-axis). These dependencies needed to be updated together.

Updates `d3-axis` from 1.0.12 to 3.0.0
- [Release notes](https://github.com/d3/d3-axis/releases)
- [Commits](d3/d3-axis@v1.0.12...v3.0.0)

Updates `@types/d3-axis` from 1.0.16 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-axis)

---
updated-dependencies:
- dependency-name: d3-axis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/d3-axis"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch from f60fa9b to b7da58a Compare November 8, 2023 02:26
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2024

Superseded by #958.

@dependabot dependabot bot closed this Apr 3, 2024
auto-merge was automatically disabled April 3, 2024 01:37

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/d3-axis-and-types/d3-axis-3.0.0 branch April 3, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants