Skip to content
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

build: sbt and plugins dependency update #1357

Merged
merged 3 commits into from
Sep 19, 2024
Merged

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.

DEPENDENCIES.md
cloud-agent/client/generator/yarn.lock
docs/general/key-derivation-benchmark.md
package-lock.json
tests/performance-tests/agent-performance-tests-k6/package.json
tests/performance-tests/agent-performance-tests-k6/yarn.lock
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "org.scalameta", artifactId = "munit" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "munit" }
  }
]
labels: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

Signed-off-by: Hyperledger Bot <[email protected]>
@github-actions github-actions bot requested a review from a team as a code owner September 15, 2024 00:22
@github-actions github-actions bot added the build label Sep 19, 2024
@FabioPinheiro FabioPinheiro enabled auto-merge (squash) September 19, 2024 12:17
Copy link
Contributor Author

github-actions bot commented Sep 19, 2024

Unit Test Results

100 files  Β±0  100 suites  Β±0   19m 41s ⏱️ + 3m 12s
860 tests Β±0  852 βœ… Β±0  8 πŸ’€ Β±0  0 ❌ Β±0 
867 runsβ€Š Β±0  859 βœ… Β±0  8 πŸ’€ Β±0  0 ❌ Β±0 

Results for commit 32161c8. ± Comparison against base commit 4e368bd.

♻️ This comment has been updated with latest results.

Copy link
Contributor Author

github-actions bot commented Sep 19, 2024

Integration Test Results

20 files  Β±0  20 suites  Β±0   2s ⏱️ Β±0s
45 tests Β±0  45 βœ… Β±0  0 πŸ’€ Β±0  0 ❌ Β±0 
71 runsβ€Š Β±0  71 βœ… Β±0  0 πŸ’€ Β±0  0 ❌ Β±0 

Results for commit 32161c8. ± Comparison against base commit 4e368bd.

♻️ This comment has been updated with latest results.

@coveralls
Copy link

coveralls commented Sep 19, 2024

Coverage Status

coverage: 48.273%. remained the same
when pulling 32161c8 on update/main/sbt
into 4e368bd on main.

@FabioPinheiro FabioPinheiro merged commit 03ce63a into main Sep 19, 2024
13 checks passed
@FabioPinheiro FabioPinheiro deleted the update/main/sbt branch September 19, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants