Upgrade: Bump d3-color and vega-embed
Bumps d3-color to 3.1.0 and updates ancestor dependency vega-embed. These dependencies need to be updated together.
Updates d3-color from 1.4.1 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.
Commits
7a1573e3.1.075c19c4update LICENSEef94e01update dependencies5e9f757method shorthande4bc34eformatHex8 (#103)ac660c6{rgb,hsl}.clamp() (#102)70e3a04clamp HSL format (#101)994d8fdavoid backtracking (#100)7d61bbe3.0.193bc4ffrelated d3/d33; extract copyrights from LICENSE- Additional commits viewable in compare view
Updates vega-embed from 3.14.0 to 6.21.0
Release notes
Sourced from vega-embed's releases.
v6.21.0
:tada: This release contains work from a new contributor! :tada:
Thank you, Zachary Bys (
@ZacharyBys), for all your work!🚀 Enhancement
- feat: Expose expression functions #935 (
@ZacharyBys@kanitw)🐛 Bug Fix
- chore: upgrade TypeScript to 4.7 #929 (
@domoritz)- chore: upgrade deps #871 (
@domoritz)🔩 Dependency Updates
- chore(deps-dev): bump sass from 1.52.2 to 1.52.3 #937 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 #938 (
@dependabot[bot])- chore(deps-dev): bump rollup-plugin-ts from 3.0.1 to 3.0.2 #939 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.75.4 to 2.75.5 #930 (
@dependabot[bot])- chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 #931 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.52.1 to 1.52.2 #932 (
@dependabot[bot])- chore(deps-dev): bump rollup-plugin-ts from 3.0.0 to 3.0.1 #933 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.74.1 to 2.75.3 #924 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/first-time-contributorfrom 10.37.0 to 10.37.1 #923 (@dependabot[bot])- chore(deps-dev): bump auto from 10.37.0 to 10.37.1 #926 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/conventional-commitsfrom 10.37.0 to 10.37.1 #927 (@dependabot[bot])- chore(deps-dev): bump rollup from 2.73.0 to 2.74.1 #920 (
@dependabot[bot])- chore(deps-dev): bump browser-sync from 2.27.9 to 2.27.10 #921 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/conventional-commitsfrom 10.36.5 to 10.37.0 #922 (@dependabot[bot])- chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1 #915 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.51.0 to 1.52.1 #916 (
@dependabot[bot])- chore(deps-dev): bump
@babel/plugin-transform-runtimefrom 7.17.10 to 7.18.0 #917 (@dependabot[bot])- chore(deps-dev): bump
@auto-it/first-time-contributorfrom 10.36.5 to 10.37.0 #918 (@dependabot[bot])- chore(deps-dev): bump auto from 10.36.5 to 10.37.0 #919 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.72.1 to 2.73.0 #914 (
@dependabot[bot])- chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0 #912 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.71.1 to 2.72.1 #911 (
@dependabot[bot])- chore(deps-dev): bump
@rollup/plugin-node-resolvefrom 13.2.1 to 13.3.0 #910 (@dependabot[bot])- chore(deps-dev): bump rollup from 2.70.2 to 2.71.1 #904 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.50.1 to 1.51.0 #906 (
@dependabot[bot])- chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 #907 (
@dependabot[bot])- chore(deps-dev): bump jest-canvas-mock from 2.3.1 to 2.4.0 #908 (
@dependabot[bot])- chore(deps): bump ejs from 3.1.6 to 3.1.7 #909 (
@dependabot[bot])- chore(deps-dev): bump
@babel/plugin-transform-runtimefrom 7.17.0 to 7.17.10 #905 (@dependabot[bot])- chore(deps-dev): bump
@rollup/plugin-commonjsfrom 21.1.0 to 22.0.0 #900 (@dependabot[bot])- chore(deps-dev): bump sass from 1.50.0 to 1.50.1 #901 (
@dependabot[bot])- chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 #902 (
@dependabot[bot])- chore(deps): bump tslib from 2.3.1 to 2.4.0 #903 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.70.1 to 2.70.2 #898 (
@dependabot[bot])
... (truncated)
Changelog
Sourced from vega-embed's changelog.
v6.21.0 (Mon Jun 13 2022)
:tada: This release contains work from a new contributor! :tada:
Thank you, Zachary Bys (
@ZacharyBys), for all your work!🚀 Enhancement
- feat: Expose expression functions #935 (
@ZacharyBys@kanitw)🐛 Bug Fix
- chore: upgrade TypeScript to 4.7 #929 (
@domoritz)- chore: upgrade deps #871 (
@domoritz)🔩 Dependency Updates
- chore(deps-dev): bump sass from 1.52.2 to 1.52.3 #937 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 #938 (
@dependabot[bot])- chore(deps-dev): bump rollup-plugin-ts from 3.0.1 to 3.0.2 #939 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.75.4 to 2.75.5 #930 (
@dependabot[bot])- chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 #931 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.52.1 to 1.52.2 #932 (
@dependabot[bot])- chore(deps-dev): bump rollup-plugin-ts from 3.0.0 to 3.0.1 #933 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.74.1 to 2.75.3 #924 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/first-time-contributorfrom 10.37.0 to 10.37.1 #923 (@dependabot[bot])- chore(deps-dev): bump auto from 10.37.0 to 10.37.1 #926 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/conventional-commitsfrom 10.37.0 to 10.37.1 #927 (@dependabot[bot])- chore(deps-dev): bump rollup from 2.73.0 to 2.74.1 #920 (
@dependabot[bot])- chore(deps-dev): bump browser-sync from 2.27.9 to 2.27.10 #921 (
@dependabot[bot])- chore(deps-dev): bump
@auto-it/conventional-commitsfrom 10.36.5 to 10.37.0 #922 (@dependabot[bot])- chore(deps-dev): bump concurrently from 7.2.0 to 7.2.1 #915 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.51.0 to 1.52.1 #916 (
@dependabot[bot])- chore(deps-dev): bump
@babel/plugin-transform-runtimefrom 7.17.10 to 7.18.0 #917 (@dependabot[bot])- chore(deps-dev): bump
@auto-it/first-time-contributorfrom 10.36.5 to 10.37.0 #918 (@dependabot[bot])- chore(deps-dev): bump auto from 10.36.5 to 10.37.0 #919 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.72.1 to 2.73.0 #914 (
@dependabot[bot])- chore(deps-dev): bump concurrently from 7.1.0 to 7.2.0 #912 (
@dependabot[bot])- chore(deps-dev): bump rollup from 2.71.1 to 2.72.1 #911 (
@dependabot[bot])- chore(deps-dev): bump
@rollup/plugin-node-resolvefrom 13.2.1 to 13.3.0 #910 (@dependabot[bot])- chore(deps-dev): bump rollup from 2.70.2 to 2.71.1 #904 (
@dependabot[bot])- chore(deps-dev): bump sass from 1.50.1 to 1.51.0 #906 (
@dependabot[bot])- chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 #907 (
@dependabot[bot])- chore(deps-dev): bump jest-canvas-mock from 2.3.1 to 2.4.0 #908 (
@dependabot[bot])- chore(deps): bump ejs from 3.1.6 to 3.1.7 #909 (
@dependabot[bot])- chore(deps-dev): bump
@babel/plugin-transform-runtimefrom 7.17.0 to 7.17.10 #905 (@dependabot[bot])- chore(deps-dev): bump
@rollup/plugin-commonjsfrom 21.1.0 to 22.0.0 #900 (@dependabot[bot])- chore(deps-dev): bump sass from 1.50.0 to 1.50.1 #901 (
@dependabot[bot])- chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 #902 (
@dependabot[bot])- chore(deps): bump tslib from 2.3.1 to 2.4.0 #903 (
@dependabot[bot])
... (truncated)
Commits
7e7a0dfBump version to: 6.21.0 [skip ci]a897233Update CHANGELOG.md [skip ci]8ad265bMerge pull request #936 from vega/next6509384chore(deps-dev): bump sass from 1.52.2 to 1.52.3 (#937)0843237chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 (#938)4c30674chore(deps-dev): bump rollup-plugin-ts from 3.0.1 to 3.0.2 (#939)0e9b871feat: Expose expression functions (#935)787874cchore(deps-dev): bump rollup from 2.75.4 to 2.75.5 (#930)b876959chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 (#931)7126cafchore(deps-dev): bump sass from 1.52.1 to 1.52.2 (#932)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.