scala-steward

A bot that helps you keep your projects up-to-date

APACHE-2.0 License

Stars
1.1K

Bot releases are hidden (Show)

scala-steward - v0.30.2 Latest Release

Published by mzuehlke 5 months ago

What's Changed

πŸ› Bug Fixes

πŸ“¦ Artifact Migrations

🌱 Dependency Updates

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.30.1...v0.30.2

scala-steward - v0.30.1

Published by mzuehlke 6 months ago

What's Changed

πŸ› Bug Fixes

🌱 Dependency Updates

Other Changes

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.30.0...v0.30.1

scala-steward - v0.30.0

Published by mzuehlke 6 months ago

What's Changed

πŸš€ Enhancements

πŸ› Bug Fixes

πŸ“¦ Artifact Migrations

🌱 Dependency Updates

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.29.1...v0.30.0

scala-steward - 0.29.1

Published by fthomas 8 months ago

What's Changed

πŸš€ Enhancements

πŸ› Bug Fixes

πŸ“¦ Artifact Migrations

πŸ—οΈ Build Improvements

🌱 Dependency Updates

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.29.0...v0.29.1

scala-steward - 0.29.0

Published by fthomas 9 months ago

What's Changed

πŸš€ Enhancements

πŸ› Bug Fixes

πŸ“¦ Artifact Migrations

πŸ“— Documentation

πŸ—οΈ Build Improvements

πŸ”§ Refactorings

🌱 Dependency Updates

New Contributors

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.28.0...v0.29.0

scala-steward - 0.28.0

Published by fthomas 11 months ago

What's Changed

πŸš€ Enhancements

πŸ“¦ Artifact Migrations

πŸ”§ Refactorings

🌱 Dependency Updates

New Contributors

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.27.0...v0.28.0

scala-steward - 0.27.0

Published by fthomas 11 months ago

What's Changed

πŸ› Bug Fixes

πŸ“¦ Artifact Migrations

πŸ—οΈ Build Improvements

πŸ”§ Refactorings

🌱 Dependency Updates

Full Changelog: https://github.com/scala-steward-org/scala-steward/compare/v0.26.0...v0.27.0

scala-steward - 0.4.0

Published by fthomas about 5 years ago

Changelog

v0.4.0 (13/09/2019)

Enhancements

Bug Fixes

  • Use nextVersion when looking for existing PRs #706 by @fthomas
  • Ignore changes for git submodules when looking for changes #811 by @tanishiking
  • Update the url of scalafix rule for cats v1.0.0 #802 by @tanishiking
  • handle "merged" status for a Gitlab MR. Fix #743 #795 by @tyrcho
  • Filter Gitlab MRs on target branch #750 by @tyrcho
  • Fix errors when running with gitlab repos owned by groups with --do-not-fork flag #722 by @yaroot
  • Fix createPullRequests with Gitlab --do-not-fork option #738 by @daddykotex
  • Show "labels:" in PR body only if there are labels #729 by @fthomas
  • Ignore errors in memoizedGetDependencies #925 by @fthomas
  • Revert "do not force push as it might overwrite other changes" #914 by @fthomas
  • Do not include non-existent release note/changelog #916 by @exoego
  • Bitbucket: change source branch owner if do-not-fork is true #886 by @dpfeiffer
  • Fix compile error with sbt 0.13 #856 by @fthomas
  • scalafmt-core prior to 2.0.0-RC2 used a different groupId #847 by @fthomas
  • Remove scalaBinaryVersion from temporary scalafmt dependency. #845 by @exoego
  • artifactIdCross does not need minor version #843 by @exoego
  • Gitlab 12.1.1 returns 404 instead of 409 (seems to be a bug) #761 by @robstoll
  • Prevent duplicated sbt dependencies #831 by @fthomas

Scalafix Migrations

  • Add scalafix migration for scalatest 3.1.0 #777 by @exoego
  • Add migration rule for (not yet released) scalacheck 1.14.1 #853 by @smarter

Documentation

Test Improvements

Build Improvements

Refactorings

Dependency Updates

scala-steward - 0.3.0

Published by fthomas over 5 years ago

Changelog

v0.3.0 (10/07/2019)

Enhancements

Bug Fixes

  • Ignore strings that contain the version as proper substring #565 by @fthomas
  • Ignore updates where currentVersion and newerVersion are identical #559 by @fthomas
  • Include repo in head param when searching for PRs #552 by @fthomas
  • Refine replaceAllInGroupId #547 by @fthomas
  • Do not ignore artifactId in replaceAllInImpl #531 by @fthomas
  • Remove InvalidVersions from Update.newerVersions #494 by @fthomas
  • Ignore SNAPSHOT updates if current version is not already a SNAPSHOT #485 by @fthomas
  • Elevate pre release semver #648 by @ChristopherDavenport
  • Call .value outside of lambda #588 by @fthomas
  • Install sbt-scalafix plugin only during migrations #602 by @fthomas
  • Ignore untracked files when checking if a repository has changes #571 by @fthomas
  • Fix exception "named capturing group is missing trailing '}'" #566 by @fthomas

Documentation

Test Improvements

Build Improvements

Dependency Updates

Refactorings

scala-steward - 0.2.0

Published by fthomas over 5 years ago

v0.2.0 (09/05/2019)

Enhancements

  • Always use Config.gitHubLogin in PR body #359 by @fthomas
  • Add details section to PR about ignoring updates #304 by @fthomas
  • Ignore updates via a repo-specific .scala-steward.conf file #301 by @fthomas
  • replaceAllInRelaxed: split camel case artifactIds #466 by @fthomas
  • Use --no-gpg-sign option if signCommits is false #423 by @fthomas
  • Include base branch when searching for existing PRs #427 by @fthomas
  • #365 Add --ignore-opts-files option #380 by @Slakah
  • Adds configuration settings to disable PR updates #388 by @renatocaval
  • Ability to inject environment variables to firejail #337 by @mwz
  • Log filename if FileAlg.editFile fails #400 by @fthomas
  • Persist state of PRs #396 by @fthomas
  • Log parsed RepoConfig from .scala-steward.conf files #391 by @fthomas

Bug Fixes

Test Improvements

  • Add cwd parameter in MockProcessAlg.exec to MockState #360 by @fthomas
  • Test GitHubApiAlg via Http4sGitHubApiAlg #342 by @fthomas
  • Test FileAlg.removeTemporarily #326 by @fthomas
  • Test FileAlg.{deleteForce, readFile, writeFile} #303 by @fthomas
  • Test replaceAllIn with backticks around the search term #458 by @fthomas
  • Fix tests to be platform-agnostic #387 by @dwijnand

Build Improvements

  • Run docker:publishLocal to validate Docker image #317 by @fthomas
  • Set DEBIAN_FRONTEND to noninteractive in docker build #312 by @mwz
  • Try replacing openjdk11 with oraclejdk11 #428 by @fthomas
  • Remove unnecessary readme project #394 by @fthomas

Dependency Updates

Refactorings

  • Pass repo to the function for modifying requests #373 by @fthomas
  • Add algebra for cloning and syncing GitHub repos #361 by @fthomas
  • Extract HttpJsonClient from Http4sGitHubApiAlg #356 by @fthomas
  • Decouple authorization from Http4sGitHubApiAlg #354 by @fthomas
  • Parse githubApiHost as Uri #340 by @fthomas
  • Use Uri instead of String for GitHub URLs #338 by @fthomas
  • Implement withUserInfo as Optional[Uri, UserInfo] #334 by @fthomas
  • Move constraints on F[_] to the class level #328 by @fthomas
  • Replace LoggerOps with LogAlg #325 by @fthomas
  • Implement attemptLog_ directly without attemptLog #321 by @fthomas
  • Do not repeat commands in getUpdatesForRepo #297 by @fthomas
  • Extract function from Update.replaceAllInImpl #476 by @fthomas
  • Remove distinct from splitBetweenLowerAndUpperChars #467 by @fthomas
  • Use a dedicated type for the state of a PR #395 by @fthomas
scala-steward - 0.1.0

Published by fthomas over 5 years ago

v0.1.0 (12/02/2019)

Enhancements

Bug Fixes

Test Improvements

Build Improvements

Dependency Updates

Refactorings

Package Rankings
Top 22.82% on Repo1.maven.org
Badges
Extracted from project README
GitHub Workflow Status codecov Typelevel project Scala Steward badge Docker Pulls Scala Steward badge