qpid-dispatch
qpid-dispatch copied to clipboard
Bump d3-color, victory-core and @patternfly/react-topology in /console/react
Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, victory-core and @patternfly/react-topology. 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
7a1573e
3.1.075c19c4
update LICENSEef94e01
update dependencies5e9f757
method shorthande4bc34e
formatHex8 (#103)ac660c6
{rgb,hsl}.clamp() (#102)70e3a04
clamp HSL format (#101)994d8fd
avoid backtracking (#100)7d61bbe
3.0.193bc4ff
related d3/d33; extract copyrights from LICENSE- Additional commits viewable in compare view
Updates victory-core
from 36.3.0 to 36.6.12
Release notes
Sourced from victory-core's releases.
v36.6.12
What's Changed
v36.6.12
- Add aria-hidden flag to svg for textsize util to fix accessibility issue (#2661)
v36.6.9...v36.6.11
v36.6.5...v36.6.8
- Updated dependencies
36.6.4
36.6.3
v36.6.1...v36.6.2
- Updated dependencies
Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.6.0...v36.6.12
v36.6.0
What's Changed
- Various TypeScript improvements (#2335, #2363)
- Migrated
victory-axis
to TypeScript (#2379)- Migrated
victory-scatter
to TypeScript (#2394)- Migrated
victory-errorbar
to TypeScript (#2395)- Migrated
victory-box-plot
to TypeScript (#2387)- Migrated
victory-errorbar
to TypeScript (#2395)- Migrated
victory-brush-container
andvictory-brush-line
to TypeScript (#2393)- Update source code with minor lint-based improvements (see #2236). (#2403)
Full Changelog: https://github.com/FormidableLabs/victory/compare/v36.5.3...v36.6.0
v36.5.3
What's Changed
- Export all types from Victory by
@scottrippey
in FormidableLabs/victory#2333- Fix for #2329 (use-animation-state crashing charts) by
@gksander
in FormidableLabs/victory#2334- Local VSC settings to ignore built files in search by
@gksander
in FormidableLabs/victory#2332
... (truncated)
Changelog
Sourced from victory-core's changelog.
Victory Changelog
Note We have moved to per-package
CHANGELOG.md
files since migrating to changesets. Please refer to those individual changelogs for change history.36.5.3 (2022-06-27)
- Export all types from Victory
- Fix for #2329 (use-animation-state crashing charts)
- Local VSC settings to ignore built files in search
36.5.2 (2022-06-23)
- Remove dependency on use-context-selector by
@becca-bailey
in FormidableLabs/victory#232536.5.1 (2022-06-23)
- TS migrate: core utils by
@scottrippey
in FormidableLabs/victory#2289- Typescript: added types to
victory-vendor
by@scottrippey
in FormidableLabs/victory#2292- TypeScript migration: more utils! by
@scottrippey
in FormidableLabs/victory#2299- TS migrate: prop types by
@scottrippey
in FormidableLabs/victory#2300- Modularize calculated props helpers by
@becca-bailey
in FormidableLabs/victory#2290- Build enhancements for move tests PR by
@ryan-roemer
in FormidableLabs/victory#2305- Chore: generate source maps by
@scottrippey
in FormidableLabs/victory#2307- TypeScript: Mark
data
asreadonly
by@scottrippey
in FormidableLabs/victory#2313- TS migrate: add events by
@scottrippey
in FormidableLabs/victory#2306- Move tests to root directories by
@becca-bailey
in FormidableLabs/victory#2301- Update prettier trailing comma rule by
@becca-bailey
in FormidableLabs/victory#2315- TS: migrate victory-area, victory-chart by
@scottrippey
in FormidableLabs/victory#2314- TypeScript: migrate
victory
to TypeScript by@scottrippey
in FormidableLabs/victory#2319- Use build config for babel by
@ryan-roemer
in FormidableLabs/victory#2321- Add Victory Bar v37 by
@becca-bailey
in FormidableLabs/victory#231636.5.0 (2022-06-07)
- victory-histogram jest tests by
@heythisispaul
in FormidableLabs/victory#2255- Convert tests for victory error bar by
@becca-bailey
in FormidableLabs/victory#2266- Typescript Phase 1: Build configuration by
@scottrippey
in FormidableLabs/victory#2260- victory-vendor: script cleanup and exports enhancements by
@ryan-roemer
in FormidableLabs/victory#2264- victory-pie jest/rtl tests by
@heythisispaul
in FormidableLabs/victory#2268- Typescript: Generate proper .d.ts files for Core by
@scottrippey
in FormidableLabs/victory#2271- Disable func-style eslint rule by
@becca-bailey
in FormidableLabs/victory#2275- Add victory-scatter tests by
@becca-bailey
in FormidableLabs/victory#2269- TS migration: victory-primitives by
@scottrippey
in FormidableLabs/victory#2274- Enable
eslint-comments
by@scottrippey
in FormidableLabs/victory#2277- Remove karma tests by
@becca-bailey
in FormidableLabs/victory#2279- ts-migration: migrated core components to TS by
@scottrippey
in FormidableLabs/victory#2278- Upgrade React to v18 by
@becca-bailey
in FormidableLabs/victory#2280- ts-migration: more core by
@scottrippey
in FormidableLabs/victory#2284- TypeScript: fix a few build issues by
@scottrippey
in FormidableLabs/victory#2285- [Demo]: Upgrade React Native demo app by
@jpdriver
in FormidableLabs/victory#228836.4.1 (2022-05-25)
- Dev: Switch to ye olde yarn1 by
@ryan-roemer
in FormidableLabs/victory#2228
... (truncated)
Commits
1b3a66e
Version Packages (#2669)738e72c
Use custom changesets token for releaseac89644
Fix release.yml syntax errord6b125a
Upgrade CI to Node 18 and deprecate Node 14 (#2667)c8381aa
Add aria-hidden flag to svg for textsize util to fix accessibility issue (#2661)bbc1e2a
Version Packages (#2618)7cad481
Improve lineheight calc in measureDimensions (#2615)b6b7d1a
rm formideploy (#2603)f6c9b74
Remove google signal (#2601)7084c49
RM surge, preview deploys for vercel (#2594)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by formidablelabs, a new releaser for victory-core since your current version.
Updates @patternfly/react-topology
from 4.45.19 to 5.1.0
Release notes
Sourced from @patternfly/react-topology
's releases.
v5.1.0
What's Changed
- Update deprecated components by
@jenny-s51
in patternfly/react-topology#84- Config updates to retire v5 by
@jenny-s51
in patternfly/react-topology#89- fix: remove v5 branch from check-pr.yml by
@jenny-s51
in patternfly/react-topology#94- chore(CI): Remove Typedoc build/release from v5 by
@wise-king-sullyman
in patternfly/react-topology#103- chore: remove dryRun from v5 by
@jenny-s51
in patternfly/react-topology#98- Control bar docs updates by
@jenny-s51
in patternfly/react-topology#105- chore: upgrade deprecated components in demo-app by
@jenny-s51
in patternfly/react-topology#93- chore: prepare for q3 release by
@nicolethoen
in patternfly/react-topology#112New Contributors
@nicolethoen
made their first contribution in patternfly/react-topology#112Full Changelog: https://github.com/patternfly/react-topology/compare/v5.0.0...v5.1.0
prerelease-v5.1.0-prerelease.2
5.1.0-prerelease.2 (2023-09-08)
Bug Fixes
- add missing imports to contextmenu.tsx (72461c2)
- menu toggle issue (6c90cf4)
- remove deprecated dropdown context (2ad056f)
prerelease-v5.1.0-prerelease.1
5.1.0-prerelease.1 (2023-08-25)
Bug Fixes
prerelease-v5.1.0-prerelease.0
No release notes provided.
v5.0.0
What's Changed
- Icon/tooltip fixes by
@jeff-phillips-18
in patternfly/react-topology#41- Fix for negative icon width/height by
@jeff-phillips-18
in patternfly/react-topology#42- Remove unnecessary tooltip triggerRef's by
@jeff-phillips-18
in patternfly/react-topology#43- feat(v5): Update to consume PF5 alphas and release an alpha version by
@wise-king-sullyman
in patternfly/react-topology#40- remove v5 dryrun by
@wise-king-sullyman
in patternfly/react-topology#45- Fix integralShapePath for almost parallel nodes by
@jeff-phillips-18
in patternfly/react-topology#47- chore(doc): Fix links to demo code source by
@jeff-phillips-18
in patternfly/react-topology#51- chore(strictFunctionTypes): Set strictFunctionTypes by
@jeff-phillips-18
in patternfly/react-topology#53- feature: withContextMenu support for Promise by
@jeff-phillips-18
in patternfly/react-topology#58- feature: Update version of D3 by
@jeff-phillips-18
in patternfly/react-topology#59
... (truncated)
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) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.