build(deps): bump d3-color, @swimlane/ngx-charts and @swimlane/ngx-graph
Created by: dependabot[bot]
Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, @swimlane/ngx-charts and @swimlane/ngx-graph. These dependencies need to be updated together.
Updates d3-color
from 1.0.3 to 3.1.0
Release notes
Sourced from d3-color's releases.
v3.1.0
- Add rgb.clamp and hsl.clamp. #102
- Add color.formatHex8. #103
- Fix color.formatHsl to clamp values to the expected range. #83
- Fix catastrophic backtracking when parsing colors. #89 #97 #99 #100 SNYK-JS-D3COLOR-1076592
v3.0.1
- Make build reproducible.
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
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-color 1.x or use a transpiler.
v1.4.1
- Fix parsing of 4- and 8-digit hexadecimal transparent colors. #52
v1.4.0
- Add support for parsing 4- and 8-digit hexadecimal colors. #60 Thanks,
@zerovox
!- Add sideEffects: false to the package.json.
v1.3.0
- Add color.copy.
- Add color.formatHex.
- Add color.formatHsl.
- Add color.formatRgb.
- Deprecate color.hex; use color.formatHex instead.
v1.2.8
- Revert chroma clamping in hcl.toString. (#33)
v1.2.7
- Account for rounding when determining whether a color is displayable.
v1.2.6
- Implement chroma clamping in hcl.toString. (#33)
- Fix achromatic representation of white in HCL colorspace (again).
v1.2.5
- Fix achromatic representation of white in HCL colorspace.
v1.2.4
- Fix achromatic representation of black and white in HCL colorspace.
v1.2.3
- Housekeeping.
... (truncated)
Commits
-
7a1573e
3.1.0 -
75c19c4
update LICENSE -
ef94e01
update dependencies -
5e9f757
method shorthand -
e4bc34e
formatHex8 (#103) -
ac660c6
{rgb,hsl}.clamp() (#102) -
70e3a04
clamp HSL format (#101) -
994d8fd
avoid backtracking (#100) -
7d61bbe
3.0.1 -
93bc4ff
related d3/d33; extract copyrights from LICENSE - Additional commits viewable in compare view
Updates @swimlane/ngx-charts
from 20.1.2 to 20.4.1
Changelog
Sourced from @swimlane/ngx-charts
's changelog.
20.4.1
- Bump: d3-array from 2.9.1 to 3.1.1
- Bump: d3-brush from 2.1.0 to 3.0.0
- Bump: d3-ease from 2.0.0 to 3.0.1
- Bump: d3-format from 2.0.0 to 3.1.0
- Bump: d3-hierarchy from 2.0.0 to 3.1.0
- Bump: d3-interpolate from 2.0.1 to 3.0.1
- Bump: d3-scale from 3.2.3 to 4.0.2
- Bump: d3-selection from 2.0.0 to 3.0.0
- Bump: d3-shape from 2.0.0 to 3.2.0
- Bump: d3-transition from 2.0.0 to 3.0.1
- Bump: moment-timezone from 0.5.28 to 0.5.40
20.3.1
- Fix: In SSR mode, respect the tick length set and don't cut off the tick label.
20.3.0
- Feature: ability to wrap ticks based on available space.
Commits
-
3a74ae9
fix: unwanted package-lock.json in lib -
c04103c
fix: correct package-lock for the lib -
e6ff8d0
(release): 20.4.1 -
be4498d
release: (20.4.0) (#1872) -
694f507
Bump d3 packages to latest version (#1836) -
efc46d6
(release): 20.3.1 (#1868) -
26974e8
fix: in SSR mode avoid label cut off (#1867) -
66c1207
release: (20.3.0) (#1864) -
b5b0230
feat: Wrap ticks (#1863) -
5538c39
(release): 20.1.2 (#1824) - See full diff in compare view
Maintainer changes
This version was pushed to npm by surya-pabbineedi, a new releaser for @swimlane/ngx-charts
since your current version.
Updates @swimlane/ngx-graph
from 8.0.2 to 8.2.1
Changelog
Sourced from @swimlane/ngx-graph
's changelog.
8.2.1
- Bug: When using
deferDisplayUntilPosition
compound nodes and clusters may not be displayed (#511)8.2.0
- Feature: Update Angular 16 as a peer dependency (#499)
- Feature: Use
deferDisplayUntilPosition
Input to display nodes after position returned by layout (#509)8.1.0
8.0.3
Commits
-
1646138
(release): 8.2.1 -
c15cbab
fix: show clusters and compound nodes when deferring (#511) -
864870b
(release): 8.2.0 (#510) -
0dfd112
feat: defer display until layout provides position (#509) -
7fe3b4c
chore: allow Angular 16 (#499) -
2b4aace
(release): 8.1.0 (#508) -
973b144
fix: docs build error (#507) -
c415aa0
Merge pull request #506 from swimlane/fix/deprecate-layout-dependency -
71363a9
fix: README -
3d3dec2
fix: README format - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by steveblue, a new releaser for @swimlane/ngx-graph
since your current version.
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.