René's URL Explorer Experiment


Title: Update plugin org.jetbrains.dokka to v1.7.20 by renovate[bot] · Pull Request #15 · TheProgramSrc/SimpleCore-FilesModule · GitHub

Open Graph Title: Update plugin org.jetbrains.dokka to v1.7.20 by renovate[bot] · Pull Request #15 · TheProgramSrc/SimpleCore-FilesModule

X Title: Update plugin org.jetbrains.dokka to v1.7.20 by renovate[bot] · Pull Request #15 · TheProgramSrc/SimpleCore-FilesModule

Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence org.jetbrains.dokka 1.6.21 -> 1.7.20 Release Notes Kotlin/dokka v1.7.20 This release focuses primarily on improving user experience and HTML format in particular. Improvements General Display inherited extensions (can be disabled by setting suppressInheritedMembers configuration property) (#​2625) Display details for @Deprecated declarations such as deprecation message, level and proposed replacement (#​2622) Display and document Enum's synthetic values() and valueOf() functions (#​2650) Do not render constructors for annotation classes (#​2642) Display values of Java constants (#​2609) Trim spaces inside indented code blocks (#​2661, #​2232, #​2233) Replace package name on the cover of package pages with "Package-level declarations" (#​2586) HTML format Add IntelliJ icons to the navigation side menu (#​2578) Add auto-scrolling to selected navigation item (#​2575) Use OS color scheme to initialize light/dark mode, thanks to @​pt2121! (#​2611) Update styling of all section tabs (including platform tabs) to match kotlinlang.org (#​2589) Format long signatures dynamically based on client width (#​2659) Add a horizontal divider between function overloads that are displayed on the same page (#​2585) Add Cmd + K / Ctrl + K hotkey for opening search dialog, thanks to @​atyrin! (#​2633) Make current breadcrumb element not clickable and of default font color (#​2588) Update code highlighting colors (#​2670) Do not render platform tabs for common-only content (#​2613) Apply the same style to all KDoc tag headers, making it more consistent (#​2587) Move source links into signature, especially helpful on pages with many overloads (#​2476) Add inner/nested declarations to the navigation side menu (#​2597) Disable copy button for signatures (#​2577) Javadoc format Support var HTML tag, thanks to @​atyrin (#​2617) Kotlin-as-Java plugin Render annotation blocks for transformed classes, previously ignored (#​2549) Gradle runner Remove kotlin-stdlib dependency, which should fix errors like Module was compiled with an incompatible version of Kotlin, thanks to @​martinbonnin! (#​2570) Bugfixes Fixed missing spaces between adjacent Markdown elements, where _try_ *this* would be rendered as trythis (#​2640) Fixed dependency resolution errors when building documentation for multiplatform projects with enabled compatibility metadata variant (#​2634) Fixed a rare StackOverflowError related to type-aliased native references (#​2664) Fixed IllegalStateException that was caused by using JS's dynamic types (#​2645) Fixed a bug where certain private declarations were rendered as public (#​2639) Fixed incorrect handling of static declarations used within @see tag (#​2627) Fixed Java Enum types being rendered as Any (#​2647) Fixed incorrect signature generation that was caused by generic types caching (#​2619) Fixed incorrect parsing of static imports in Java annotation params (#​2593) Fixed sourceRoots configuration param not handling single .java files, thanks to @​2017398956! (#​2604) Fixed unresponsive HTML anchor button (#​2644) Fixed dokka-customFormat-example project to use up-to-date logo styles (#​2608) Developer experience Enable Gradle Enterprise build scans, thanks to @​Goooler! (#​2641) Use GitHub Actions artifacts to store generated documentation snapshots, thanks to @​StefMa! (#​2630) Other Warn users that GFM, Javadoc and Jekyll formats are in early alpha stages by printing a build log message during execution (#​2550) Revise developer guides documentation that should help plugin authors and new contributors (#​2523) Bump Gradle to 7.5.1, thanks to @​Goooler! (#​2618) Fix spelling errors, thanks to @​FelixDombek! (#​2594) v1.7.10 Bugfix release that addresses several blockers and regressions. General Support Kotlin 1.7.10 Gradle plugin Do not expose Kotlin stdlib in plugin dependencies, this should fix errors like Module was compiled with an incompatible version of Kotlin when using Dokka. Thanks to @​martinbonnin (#​2543) Java sources Fixed build failure caused by having configured source links for Java code (#​2544) Fixed several exotic problems that led to build failures, all related to using annotation in Java sources (#​2509, #​2551, #​2350) Fixed IntelliJ platform WARN: Attempt to load key messages that appeared when analyzing Java sources (#​2559) v1.7.0 Improvements General Update to Kotlin 1.7.0, IntelliJ Platform 213 Support definitely non-nullable types (https://github.com/Kotlin/dokka/pull/2520) Don't expose enum entry constructor arguments, thanks to @​ebraminio (https://github.com/Kotlin/dokka/pull/2497) Preserve ordering of enum entries as in source code, previously reversed (https://github.com/Kotlin/dokka/pull/2469) Improve support for inherited Java fields with accessors, now properly interpreted as val/var properties (https://github.com/Kotlin/dokka/pull/2481, https://github.com/Kotlin/dokka/pull/2532, https://github.com/Kotlin/dokka/pull/2540) Skip @Deprecated members with HIDDEN level (https://github.com/Kotlin/dokka/pull/2486) Make rendered default value dependent on source set for expect/actual declarations (https://github.com/Kotlin/dokka/pull/2449) HTML format Render quotes as blockquotes instead of code blocks, thanks to @​TheOnlyTails (https://github.com/Kotlin/dokka/pull/2496) Javadoc format Make Javadoc pages generation deterministic (https://github.com/Kotlin/dokka/pull/2479) Update shipped jQuery to avoid multiple CVEs, thanks to @​ToppleTheNun (https://github.com/Kotlin/dokka/issues/1938) GFM format Support rendering of code blocks and inline code used in KDocs, thanks to @​cosinekitty (https://github.com/Kotlin/dokka/pull/2485) Kotlin-as-Java plugin Include Java access modifiers into function signatures, thanks to @​tripolkaandrey (https://github.com/Kotlin/dokka/pull/2510) Gradle runner Make dokka-analysis dependency compileOnly, this should help avoid compatibility problems if different versions of Kotlin are bundled in Gradle and Dokka (https://github.com/Kotlin/dokka/pull/2521) Enable stricter validation for cacheable Gradle tasks, thanks to @​3flex (https://github.com/Kotlin/dokka/pull/2500) Remove unused & redundant dependencies for Gradle runner, thanks to @​3flex (https://github.com/Kotlin/dokka/pull/2502) Remove outdated suppression in Gradle runner, thanks to @​3flex (https://github.com/Kotlin/dokka/pull/2501) Fixes General bugfixes Fixed a compiler deadlock issue which led to stalling builds in some KMP projects (https://github.com/Kotlin/dokka/pull/2480) Fixed incorrect argument names of functional type parameters (https://github.com/Kotlin/dokka/pull/2478) Fixed missing external docs for AndroidX libraries, thanks to @​EdricChan03 (https://github.com/Kotlin/dokka/pull/2456) Fixed tests failing on Windows, thanks to @​3flex (https://github.com/Kotlin/dokka/pull/2507) Security Get rid of bundled log4j 1.2 that came as a transitive dependency (https://github.com/Kotlin/dokka/issues/2488) Update Jackson to avoid CVE-2020-36518, thanks to @​1mt (https://github.com/Kotlin/dokka/pull/2525) Plugin API Decompose base.ftl template: now header.ftl, footer.ftl and page_metadata.ftl can be overridden individually (https://github.com/Kotlin/dokka/pull/2432) Other Add Kotlin stability & support badges, thanks to @​etolstoy (https://github.com/Kotlin/dokka/pull/2511) Remove an unused runner parameter, thanks to @​3flex (https://github.com/Kotlin/dokka/pull/2498) Correct typos, thanks to @​PaladiRka (https://github.com/Kotlin/dokka/pull/2504) and @​mahozad (https://github.com/Kotlin/dokka/pull/2506)! Thanks to all the contributors! Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR has been generated by Mend Renovate. View repository job log here.

Open Graph Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence org.jetbrains.dokka 1.6.21 -> 1.7.20 Release Notes Kotlin/dokka v1.7.20 This release focuse...

X Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence org.jetbrains.dokka 1.6.21 -> 1.7.20 Release Notes Kotlin/dokka v1.7.20 This release fo...

Opengraph URL: https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c97b9e4a-7c9d-d533-32e6-3ef0c651a7c1
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE9C8:1C3995:C3DBDE:1093607:6A63B8E4
html-safe-nonce10a57d3f22467606ac3dd3e2b127e8ba4864cf92e1b7fa3765dc61e68104eb2d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOUM4OjFDMzk5NTpDM0RCREU6MTA5MzYwNzo2QTYzQjhFNCIsInZpc2l0b3JfaWQiOiI0NzkzOTI2MjE1NjM1NTQ4Mzg4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8bd3bf80fb14dc0f3c42ffab4105be3f0eead936b5466cbc9628f0be5430d133
hovercard-subject-tagpull_request:971555493
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/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Adoption Passing Confidence org.jetbrains.dokka 1.6.21 -> 1.7.20 Release Notes Kotlin/dokka v1.7.20 This release focuse...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb1a203abf5b8fb9010b42a32ce0f19fb6e11e656f254d0d3dcdba4b65a6961a6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/TheProgramSrc/SimpleCore-FilesModule git https://github.com/TheProgramSrc/SimpleCore-FilesModule.git
octolytics-dimension-user_id72344358
octolytics-dimension-user_loginTheProgramSrc
octolytics-dimension-repository_id441023696
octolytics-dimension-repository_nwoTheProgramSrc/SimpleCore-FilesModule
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id441023696
octolytics-dimension-repository_network_root_nwoTheProgramSrc/SimpleCore-FilesModule
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3ae9132c55b60e2a8f9553322217eb369dd24575
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTheProgramSrc%2FSimpleCore-FilesModule%2Fpull%2F15%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%2FTheProgramSrc%2FSimpleCore-FilesModule%2Fpull%2F15%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=TheProgramSrc%2FSimpleCore-FilesModule
Reloadhttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Reloadhttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
TheProgramSrc https://github.com/TheProgramSrc
SimpleCore-FilesModulehttps://github.com/TheProgramSrc/SimpleCore-FilesModule
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Notifications https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-FilesModule
Fork 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-FilesModule
Star 0 https://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-FilesModule
Code https://github.com/TheProgramSrc/SimpleCore-FilesModule
Issues 1 https://github.com/TheProgramSrc/SimpleCore-FilesModule/issues
Pull requests 10 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-FilesModule/actions
Wiki https://github.com/TheProgramSrc/SimpleCore-FilesModule/wiki
Security and quality 0 https://github.com/TheProgramSrc/SimpleCore-FilesModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-FilesModule/pulse
Code https://github.com/TheProgramSrc/SimpleCore-FilesModule
Issues https://github.com/TheProgramSrc/SimpleCore-FilesModule/issues
Pull requests https://github.com/TheProgramSrc/SimpleCore-FilesModule/pulls
Actions https://github.com/TheProgramSrc/SimpleCore-FilesModule/actions
Wiki https://github.com/TheProgramSrc/SimpleCore-FilesModule/wiki
Security and quality https://github.com/TheProgramSrc/SimpleCore-FilesModule/security
Insights https://github.com/TheProgramSrc/SimpleCore-FilesModule/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FTheProgramSrc%2FSimpleCore-FilesModule%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FTheProgramSrc%2FSimpleCore-FilesModule%2Fissues%2Fnew%2Fchoose
Im-Franhttps://github.com/Im-Fran
masterhttps://github.com/TheProgramSrc/SimpleCore-FilesModule/tree/master
renovate/org.jetbrains.dokka-1.xhttps://github.com/TheProgramSrc/SimpleCore-FilesModule/tree/renovate/org.jetbrains.dokka-1.x
Conversation 0 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15
Commits 1 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/commits
Checks 0 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/checks
Files changed https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Update plugin org.jetbrains.dokka to v1.7.20 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files#top
Show all changes 1 commit https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
156106d Update plugin org.jetbrains.dokka to v1.7.20 renovate[bot] Oct 27, 2022 https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/commits/156106d4a38c7fdb34015dfa769c70ea530c3e22
Clear filters https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
Please reload this pagehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files
build.gradlehttps://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7
View file https://github.com/TheProgramSrc/SimpleCore-FilesModule/blob/156106d4a38c7fdb34015dfa769c70ea530c3e22/build.gradle
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/{{ revealButtonHref }}
https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7
https://github.com/TheProgramSrc/SimpleCore-FilesModule/pull/15/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7
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.