8000 build: sbt and plugins dependency update by github-actions[bot] · Pull Request #1507 · hyperledger-identus/cloud-agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build: sbt and plugins dependency update #1507

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

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.

CHANGELOG.md
DEPENDENCIES.md
cloud-agent/service/CHANGELOG.md
connect/CHANGELOG.md
mercury/CHANGELOG.md
package-lock.json
pollux/CHANGELOG.md
build.sbt
cloud-agent/client/generator/yarn.lock
tests/performance-tests/agent-performance-tests-k6/yarn.lock
.git-blame-ignore-revs
README.md
docs/guides/deploying-node.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scoverage", artifactId = "sbt-coveralls" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "munit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-coveralls" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-minor, early-semver-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, old-version-remains, commit-count:n:8

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@github-actions github-actions bot requested a review from a team as a code owner January 26, 2025 00:20
@yshyn-iohk yshyn-iohk requested a review from a team as a code owner February 14, 2025 08:02
@github-actions github-actions bot added the build label Feb 14, 2025
@yshyn-iohk yshyn-iohk enabled auto-merge (squash) February 14, 2025 08:02
Copy link
Contributor Author
github-actions bot commented Feb 14, 2025

Unit Test Results

105 files  ±0  105 suites  ±0   21m 21s ⏱️ + 2m 8s
889 tests ±0  880 ✅  - 1  8 💤 ±0  1 ❌ +1 
896 runs  ±0  887 ✅  - 1  8 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 793066c. ± Comparison against base commit 902d3ab.

♻️ This comment has been updated with latest results.

Copy link
Contributor Author
github-actions bot commented Feb 14, 2025

Integration Test Results

 23 files  ±0   23 suites  ±0   2s ⏱️ -1s
 57 tests ±0   57 ✅ ±0  0 💤 ±0  0 ❌ ±0 
104 runs  ±0  104 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 793066c. ± Comparison against base commit 902d3ab.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot added pollux labels 8000 Mar 3, 2025
… to 3.8.6

Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
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.

2 participants
0