René's URL Explorer Experiment


Title: Bump mermaid from 8.4.5 to 8.13.8 in /virtdata-docsys/src/main/node/docsys by dependabot[bot] · Pull Request #87 · virtualdataset/virtdata-java · GitHub

Open Graph Title: Bump mermaid from 8.4.5 to 8.13.8 in /virtdata-docsys/src/main/node/docsys by dependabot[bot] · Pull Request #87 · virtualdataset/virtdata-java

X Title: Bump mermaid from 8.4.5 to 8.13.8 in /virtdata-docsys/src/main/node/docsys by dependabot[bot] · Pull Request #87 · virtualdataset/virtdata-java

Description: Bumps mermaid from 8.4.5 to 8.13.8. Release notes Sourced from mermaid's releases. 8.13.8 Release Notes Fix for vulnerability with links from actors in sequence diagrams Fix for insuffiucient url sanitization (#2596) Add Notion to integrations.md (#2593) @​kale-stew Update TiddlyWiki integrations (#2584) @​jasonmhoule Bump @​commitlint/cli from 15.0.0 to 16.0.0 (#2590) @​dependabot Bump @​commitlint/config-conventional from 15.0.0 to 16.0.0 (#2591) @​dependabot Bump cypress from 9.1.1 to 9.2.0 (#2586) @​dependabot Bump eslint-plugin-jsdoc from 37.3.0 to 37.4.0 (#2589) @​dependabot Bump lint-staged from 12.1.3 to 12.1.4 (#2587) @​dependabot Bump webpack-dev-server from 4.6.0 to 4.7.1 (#2588) @​dependabot Bump @​babel/core from 7.16.0 to 7.16.5 (#2575) @​dependabot Bump @​babel/eslint-parser from 7.16.3 to 7.16.5 (#2579) @​dependabot Bump @​babel/preset-env from 7.16.4 to 7.16.5 (#2576) @​dependabot Bump @​babel/register from 7.16.0 to 7.16.5 (#2569) @​dependabot Bump babel-jest from 27.4.4 to 27.4.5 (#2571) @​dependabot Bump concurrently from 6.4.0 to 6.5.1 (#2570) @​dependabot Bump eslint from 8.4.1 to 8.5.0 (#2572) @​dependabot Bump eslint-plugin-jsdoc from 37.2.0 to 37.3.0 (#2573) @​dependabot Bump jest from 27.4.4 to 27.4.5 (#2578) @​dependabot Bump lint-staged from 12.1.2 to 12.1.3 (#2577) @​dependabot Bump terser-webpack-plugin from 5.2.5 to 5.3.0 (#2574) @​dependabot 🎉 Thanks to all contributors helping with this release! 🎉 8.13.7 Release Notes -Fix for vulnerability with links from actors in sequence diagrams Bump @​babel/core from 7.16.0 to 7.16.5 (#2575) @​dependabot Bump @​babel/eslint-parser from 7.16.3 to 7.16.5 (#2579) @​dependabot Bump @​babel/preset-env from 7.16.4 to 7.16.5 (#2576) @​dependabot Bump @​babel/register from 7.16.0 to 7.16.5 (#2569) @​dependabot Bump babel-jest from 27.4.4 to 27.4.5 (#2571) @​dependabot Bump concurrently from 6.4.0 to 6.5.1 (#2570) @​dependabot Bump eslint from 8.4.1 to 8.5.0 (#2572) @​dependabot Bump eslint-plugin-jsdoc from 37.2.0 to 37.3.0 (#2573) @​dependabot Bump jest from 27.4.4 to 27.4.5 (#2578) @​dependabot Bump lint-staged from 12.1.2 to 12.1.3 (#2577) @​dependabot Bump terser-webpack-plugin from 5.2.5 to 5.3.0 (#2574) @​dependabot 🎉 Thanks to all contributors helping with this release! 🎉 8.13.6 Release Notes ... (truncated) Changelog Sourced from mermaid's changelog. Change Log Here is the list of the newest versions in Descending Order, beginning from the latest version. Unreleased Full Changelog 8.7.0 (2020-08-09) 🔖 Release Notes | 📜 Full Changelog This version brings with it a system for dynamic and integrated configuration of the diagram themes. The objective of this is to increase the customizability of mermaid and the ease of Styling, with the customization of themes through the %%init%% directive and initialize calls. Themes follow and build upon the Levels of Configuration and employ directives to modify and create custom configurations, as they were introduced in Version 8.6.0. These Theming Configurations, similar to directives, will also be made applicable in the Live-Editor, for easier styling. Site-wide Themes Site-wide themes are still declared via initialize by site owners. Example of Initalize call setting theme to base: mermaidAPI.initialize({ 'securityLevel': 'loose', 'theme': 'base' }); Notes: Only site owners can use the mermaidAPI.initialize call, to set values. Site-Users will have to use %%init%% to modify or create the theme for their diagrams. Themes at the Local or Current Level When Generating a diagram using on a webpage that supports mermaid. It is also possible to override site-wide theme settings locally, for a specific diagram, using directives, as long as it is not prohibited by the secure array. Following is an example: %%{init: {'theme':'base'}}%% graph TD a --> b Making a Custom Theme with themeVariables The easiest way to make a custom theme is to start with the base theme, and just modify theme variables through themeVariables, via %%init%%. ... (truncated) Commits See full diff 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 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) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will 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.

Open Graph Description: Bumps mermaid from 8.4.5 to 8.13.8. Release notes Sourced from mermaid's releases. 8.13.8 Release Notes Fix for vulnerability with links from actors in sequence diagrams Fix for insuffiuc...

X Description: Bumps mermaid from 8.4.5 to 8.13.8. Release notes Sourced from mermaid's releases. 8.13.8 Release Notes Fix for vulnerability with links from actors in sequence diagrams Fix for insuf...

Opengraph URL: https://github.com/virtualdataset/virtdata-java/pull/87

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f5561137-9c57-921e-b34f-c8f8b741a5f1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBF4A:2B28E1:17DDE4:1FE3BB:6A612F9D
html-safe-noncec2bc4206ce5e63e0a1348b5038013dc115e43d94c5a46248fe7b9ee27ea44b3f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRjRBOjJCMjhFMToxN0RERTQ6MUZFM0JCOjZBNjEyRjlEIiwidmlzaXRvcl9pZCI6IjcyOTM5MDUyMjU1NTE3ODU4ODUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6b8254357705090a7bfa876d0218965fca4f5cb18a7dbdc67c7b6d6eb3b830bf
hovercard-subject-tagpull_request:815794756
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/virtualdataset/virtdata-java/pull/87/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 mermaid from 8.4.5 to 8.13.8. Release notes Sourced from mermaid's releases. 8.13.8 Release Notes Fix for vulnerability with links from actors in sequence diagrams Fix for insuffiuc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec5eca2d5d770261725d2d44a57879a5bd9643e5b84204081dc36933ab40e63a2
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/virtualdataset/virtdata-java git https://github.com/virtualdataset/virtdata-java.git
octolytics-dimension-user_id20408394
octolytics-dimension-user_loginvirtualdataset
octolytics-dimension-repository_id63107687
octolytics-dimension-repository_nwovirtualdataset/virtdata-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id63107687
octolytics-dimension-repository_network_root_nwovirtualdataset/virtdata-java
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
releasedac3a1c903b48538720e0bc780047237dd89fd4c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/virtualdataset/virtdata-java/pull/87/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvirtualdataset%2Fvirtdata-java%2Fpull%2F87%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvirtualdataset%2Fvirtdata-java%2Fpull%2F87%2Ffiles
Sign up https://github.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=virtualdataset%2Fvirtdata-java
Reloadhttps://github.com/virtualdataset/virtdata-java/pull/87/files
Reloadhttps://github.com/virtualdataset/virtdata-java/pull/87/files
Reloadhttps://github.com/virtualdataset/virtdata-java/pull/87/files
Please reload this pagehttps://github.com/virtualdataset/virtdata-java/pull/87/files
virtualdataset https://github.com/virtualdataset
virtdata-javahttps://github.com/virtualdataset/virtdata-java
Notifications https://github.com/login?return_to=%2Fvirtualdataset%2Fvirtdata-java
Fork 4 https://github.com/login?return_to=%2Fvirtualdataset%2Fvirtdata-java
Star 8 https://github.com/login?return_to=%2Fvirtualdataset%2Fvirtdata-java
Code https://github.com/virtualdataset/virtdata-java
Issues 10 https://github.com/virtualdataset/virtdata-java/issues
Pull requests 32 https://github.com/virtualdataset/virtdata-java/pulls
Actions https://github.com/virtualdataset/virtdata-java/actions
Projects https://github.com/virtualdataset/virtdata-java/projects
Security and quality 0 https://github.com/virtualdataset/virtdata-java/security
Insights https://github.com/virtualdataset/virtdata-java/pulse
Code https://github.com/virtualdataset/virtdata-java
Issues https://github.com/virtualdataset/virtdata-java/issues
Pull requests https://github.com/virtualdataset/virtdata-java/pulls
Actions https://github.com/virtualdataset/virtdata-java/actions
Projects https://github.com/virtualdataset/virtdata-java/projects
Security and quality https://github.com/virtualdataset/virtdata-java/security
Insights https://github.com/virtualdataset/virtdata-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fvirtualdataset%2Fvirtdata-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fvirtualdataset%2Fvirtdata-java%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/virtualdataset/virtdata-java/tree/master
dependabot/npm_and_yarn/virtdata-docsys/src/main/node/docsys/mermaid-8.13.8https://github.com/virtualdataset/virtdata-java/tree/dependabot/npm_and_yarn/virtdata-docsys/src/main/node/docsys/mermaid-8.13.8
Conversation 1 https://github.com/virtualdataset/virtdata-java/pull/87
Commits 1 https://github.com/virtualdataset/virtdata-java/pull/87/commits
Checks 0 https://github.com/virtualdataset/virtdata-java/pull/87/checks
Files changed https://github.com/virtualdataset/virtdata-java/pull/87/files
Please reload this pagehttps://github.com/virtualdataset/virtdata-java/pull/87/files
Bump mermaid from 8.4.5 to 8.13.8 in /virtdata-docsys/src/main/node/docsys https://github.com/virtualdataset/virtdata-java/pull/87/files#top
Show all changes 1 commit https://github.com/virtualdataset/virtdata-java/pull/87/files
0ffda6f Bump mermaid in /virtdata-docsys/src/main/node/docsys dependabot[bot] Jan 6, 2022 https://github.com/virtualdataset/virtdata-java/pull/87/commits/0ffda6f4f94f583234ea6b3159363a57882af01b
Clear filters https://github.com/virtualdataset/virtdata-java/pull/87/files
Please reload this pagehttps://github.com/virtualdataset/virtdata-java/pull/87/files
Please reload this pagehttps://github.com/virtualdataset/virtdata-java/pull/87/files
package-lock.json https://github.com/virtualdataset/virtdata-java/pull/87/files#diff-21ef271974cf4f264d81555d10f0a8a91ff4af12dfcc3b073c104a9d920f6d5e
yarn.lock https://github.com/virtualdataset/virtdata-java/pull/87/files#diff-4d2d7b053c50ddef33f48485bd4a63edca0dda5f513a6060c95674f58f4a6869
Please reload this pagehttps://github.com/virtualdataset/virtdata-java/pull/87/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.