-
Notifications
You must be signed in to change notification settings - Fork 121
Update mdclasses dependency version to 0.17.1 #3726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
📝 WalkthroughWalkthroughA patch version dependency update for io.github.1c-syntax:mdclasses from 0.17.0 to 0.17.1 in the build configuration file. No functional or structural changes are introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/buildJar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
build.gradle.kts
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
- GitHub Check: build (25, windows-latest)
- GitHub Check: build (17, macOS-latest)
- GitHub Check: build (17, windows-latest)
- GitHub Check: build (17, ubuntu-latest)
- GitHub Check: build (21, windows-latest)
- GitHub Check: build (25, macOS-latest)
- GitHub Check: build (21, macOS-latest)
- GitHub Check: build (25, ubuntu-latest)
- GitHub Check: build (21, ubuntu-latest)
- GitHub Check: Analyse
- GitHub Check: Benchmark
- GitHub Check: build
- GitHub Check: Sentry
| } | ||
| api("io.github.1c-syntax", "utils", "0.6.8") | ||
| api("io.github.1c-syntax", "mdclasses", "0.17.0") | ||
| api("io.github.1c-syntax", "mdclasses", "0.17.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check Maven Central for mdclasses 0.17.1
curl -s "https://search.maven.org/solrsearch/select?q=g:io.github.1c-syntax+AND+a:mdclasses&rows=100&wt=json" | jq -r '.response.docs[] | .v' | sort -V | tail -20Repository: 1c-syntax/bsl-language-server
Length of output: 77
🌐 Web query:
mdclasses 0.17.1 release notes changelog github.com/1c-syntax
💡 Result:
I couldn't find any release notes or a GitHub release for mdclasses v0.17.1. The latest published version I can locate is 0.17.0 (Javadoc listing). [1][2]
- Current Javadoc / latest version shows 0.17.0. [1]
- 1c-syntax GitHub organization (mdclasses repo listed) — no visible v0.17.1 release found from search. [2]
Do you want me to search the mdclasses repository tags/releases page or open a specific URL to look for a v0.17.1 tag?
🏁 Script executed:
#!/bin/bash
# Get the actual mdclasses version from the file
rg "mdclasses" -A 0 -B 0 | head -5Repository: 1c-syntax/bsl-language-server
Length of output: 715
🏁 Script executed:
#!/bin/bash
# Direct Maven Central query for the specific artifact
echo "=== Checking Maven Central directly ==="
curl -s "https://repo1.maven.org/maven2/io/github/1c-syntax/mdclasses/maven-metadata.xml" 2>/dev/null | grep -oP '<version>\K[^<]+' | tail -20Repository: 1c-syntax/bsl-language-server
Length of output: 288
🌐 Web query:
mdclasses releases site:github.com/1c-syntax/mdclasses 0.17.1
💡 Result:
No — there is no v0.17.1 release. The repository's latest release is v0.17.0 (released Dec 10, 2025). [1][2]
Sources:
- GitHub releases for 1c-syntax/mdclasses (shows v0.17.0 as latest). [1]
- mdclasses Javadoc / artifact metadata (current version 0.17.0). [2]
Version 0.17.1 exists in Maven Central, but no public release notes are available.
The version is published to Maven Central and ready for use. However, there are no release notes or changelog on the GitHub releases page for 0.17.1—only a changelog for 0.17.0 (Dec 10, 2025). Before merging, confirm with the maintainers what bug fixes or changes are included in this patch bump, or wait for a public release announcement.
🤖 Prompt for AI Agents
In build.gradle.kts around line 91, the dependency is bumped to mdclasses 0.17.1
but there are no public release notes for that version; either revert the
version back to the last documented release (0.17.0) or pause this change and
add a TODO/comment noting we must confirm with the mdclasses maintainers what
changes/fixes 0.17.1 contains before merging—contact the maintainers for release
notes or wait for a public announcement and update the version once confirmed.
|
✅ Собраны JAR-файлы для этого PR по команде Артефакт: 5008915963 Файлы внутри:
|
|



Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit)Для диагностик
Дополнительно
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.