Skip to content

Dependency updates - #24

Open
scala-steward wants to merge 6 commits into
business4s:mainfrom
scala-steward:update/all
Open

Dependency updates#24
scala-steward wants to merge 6 commits into
business4s:mainfrom
scala-steward:update/all

Conversation

@scala-steward

@scala-steward scala-steward commented Feb 12, 2026

Copy link
Copy Markdown

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

website/yarn.lock
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "tasty-query" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "tasty-query" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:6

Summary by CodeRabbit

  • Chores

    • Updated build tools and dependencies: sbt (1.12.0 → 1.12.2), scalafmt (3.8.3 → 3.8.6), sbt-tpolecat (0.5.2 → 0.5.3), and tasty-query (1.6.1 → 1.7.0).
  • Style

    • Applied code formatting updates across the codebase.

@coderabbitai

coderabbitai Bot commented Feb 12, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

Updates multiple dependency versions and build configuration: scalafmt to 3.8.6, sbt to 1.12.2, sbt-tpolecat to 0.5.3, tasty-query to 1.7.0. Adds blame-ignore entry for Scala Steward reformat. Applies formatting adjustments to Collector.scala.

Changes

Cohort / File(s) Summary
Version Configuration
.scalafmt.conf, project/build.properties, project/plugins.sbt
Updated scalafmt (3.8.3→3.8.6), sbt (1.12.0→1.12.2), and sbt-tpolecat (0.5.2→0.5.3) versions.
Build Dependencies
build.sbt
Bumped tasty-query from 1.6.1 to 1.7.0 in domainDocs4s-core; minor formatting adjustments to Test/fork and aggregate() lines.
Blame Configuration
.git-blame-ignore-revs
Added entry marking Scala Steward reformat action with commit hash 493d269.
Code Formatting
domainDocs4s-core/src/main/scala/domaindocs4s/collector/Collector.scala
Formatting and whitespace adjustments around roots computation and buildTree function signature; no logic changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 Versions hop along, so fresh and new,
Scalafmt dances, sbt crew,
Tasty queries refined with care,
Formatting whispers fill the air!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Dependency updates' accurately describes the main purpose of the PR, which updates four dependencies across multiple configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

No actionable comments were generated in the recent review. 🎉


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant