René's URL Explorer Experiment


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 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.

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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:875af7e1-131e-ef15-970f-e46b50a243b3
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD7FC:471C3:2FAF39B:3E87FFA:697D6BB8
html-safe-nonce888fc7000868776be8de734cf9f4b9be47923fbf02f86ad5dbd034a291e86c6e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEN0ZDOjQ3MUMzOjJGQUYzOUI6M0U4N0ZGQTo2OTdENkJCOCIsInZpc2l0b3JfaWQiOiIxMTgzNTc3MTE4OTE5NzE1NzY4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac03b15bd078da8dfed1c67e5639dadf2245e6d961dad233665b336b603b8b5013
hovercard-subject-tagpull_request:1600878702
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/apache/qpid-dispatch/pull/1663/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/apache/qpid-dispatch git https://github.com/apache/qpid-dispatch.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id16538531
octolytics-dimension-repository_nwoapache/qpid-dispatch
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id16538531
octolytics-dimension-repository_network_root_nwoapache/qpid-dispatch
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fqpid-dispatch%2Fpull%2F1663%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fqpid-dispatch%2Fpull%2F1663%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=apache%2Fqpid-dispatch
Reloadhttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Reloadhttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Reloadhttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
apache https://patch-diff.githubusercontent.com/apache
qpid-dispatchhttps://patch-diff.githubusercontent.com/apache/qpid-dispatch
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Fqpid-dispatch
Fork 87 https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Fqpid-dispatch
Star 70 https://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Fqpid-dispatch
Code https://patch-diff.githubusercontent.com/apache/qpid-dispatch
Pull requests 37 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pulls
Actions https://patch-diff.githubusercontent.com/apache/qpid-dispatch/actions
Security 0 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/security
Insights https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pulse
Code https://patch-diff.githubusercontent.com/apache/qpid-dispatch
Pull requests https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pulls
Actions https://patch-diff.githubusercontent.com/apache/qpid-dispatch/actions
Security https://patch-diff.githubusercontent.com/apache/qpid-dispatch/security
Insights https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fapache%2Fqpid-dispatch%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fapache%2Fqpid-dispatch%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/tree/main
dependabot/npm_and_yarn/console/react/d3-color-and-victory-core-and-patternfly/react-topology-3.1.0https://patch-diff.githubusercontent.com/apache/qpid-dispatch/tree/dependabot/npm_and_yarn/console/react/d3-color-and-victory-core-and-patternfly/react-topology-3.1.0
Conversation 0 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663
Commits 1 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/commits
Checks 0 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/checks
Files changed https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Bump d3-color, victory-core and @patternfly/react-topology in /console/react https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
a1ac2c3 Bump d3-color, victory-core and @patternfly/react-topology dependabot[bot] Nov 14, 2023 https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/commits/a1ac2c331169286bdc0eaf6565349851523d3fcc
Clear filters https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
package-lock.json https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files#diff-44f7a811c583a0f5253084204cc8016cad985969e2f5cc211ce1b7504ce41cf9
package.json https://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files#diff-fb2dea8bba2db975a26c67deea4730f03f7d76334d7069510f4d74d7579381d1
Please reload this pagehttps://patch-diff.githubusercontent.com/apache/qpid-dispatch/pull/1663/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.