Title: Bump d3-color, victory-core and @patternfly/react-topology in /console/react by dependabot[bot] · Pull Request #1663 · apache/qpid-dispatch · GitHub
Open Graph Title: Bump d3-color, victory-core and @patternfly/react-topology in /console/react by dependabot[bot] · Pull Request #1663 · apache/qpid-dispatch
X Title: Bump d3-color, victory-core and @patternfly/react-topology in /console/react by dependabot[bot] · Pull Request #1663 · apache/qpid-dispatch
Description: 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.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 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
Setup NPM Provenance (#2587, #2590)
v36.6.5...v36.6.8
Updated dependencies
36.6.4
Added explicit any type defs (fixes #2358) (57ed0fe30)
Allow data accessors to accept any data types (fixes #2360) (#2436)
36.6.3
Do not generate *.js.map sourcemaps (fixes #2346) (#2432)
v36.6.1...v36.6.2
Updated dependencies
Full Changelog: FormidableLabs/victory@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 and victory-brush-line to TypeScript (#2393)
Update source code with minor lint-based improvements (see #2236). (#2403)
Full Changelog: FormidableLabs/victory@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#2325
36.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 as readonly 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#2316
36.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#2288
36.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 release
ac89644 Fix release.yml syntax error
d6b125a 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#112
New Contributors
@nicolethoen made their first contribution in patternfly/react-topology#112
Full Changelog: patternfly/react-topology@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
remove v5 branch from check-pr.yml (ccad553)
v5 updates (19d5289)
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
Open Graph Description: 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...
X Description: 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...
Opengraph URL: https://github.com/apache/qpid-dispatch/pull/1663
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:875af7e1-131e-ef15-970f-e46b50a243b3 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | D7FC:471C3:2FAF39B:3E87FFA:697D6BB8 |
| html-safe-nonce | 888fc7000868776be8de734cf9f4b9be47923fbf02f86ad5dbd034a291e86c6e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEN0ZDOjQ3MUMzOjJGQUYzOUI6M0U4N0ZGQTo2OTdENkJCOCIsInZpc2l0b3JfaWQiOiIxMTgzNTc3MTE4OTE5NzE1NzY4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 03b15bd078da8dfed1c67e5639dadf2245e6d961dad233665b336b603b8b5013 |
| hovercard-subject-tag | pull_request:1600878702 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/apache/qpid-dispatch/pull/1663/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/apache/qpid-dispatch git https://github.com/apache/qpid-dispatch.git |
| octolytics-dimension-user_id | 47359 |
| octolytics-dimension-user_login | apache |
| octolytics-dimension-repository_id | 16538531 |
| octolytics-dimension-repository_nwo | apache/qpid-dispatch |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 16538531 |
| octolytics-dimension-repository_network_root_nwo | apache/qpid-dispatch |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width