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

Dependency updates #120

Merged
merged 6 commits into from
Oct 23, 2023
Merged

Dependency updates #120

merged 6 commits into from
Oct 23, 2023

Conversation

mkuthan-scala-steward[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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.spotify", artifactId = "scio-core" },
  { groupId = "com.spotify", artifactId = "scio-google-cloud-platform" },
  { groupId = "com.spotify", artifactId = "scio-test" },
  { groupId = "org.apache.beam", artifactId = "beam-runners-direct-java" },
  { groupId = "org.apache.beam", artifactId = "beam-runners-google-cloud-dataflow-java" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.spotify", artifactId = "scio-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.spotify", artifactId = "scio-google-cloud-platform" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.spotify", artifactId = "scio-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.beam", artifactId = "beam-runners-direct-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.beam", artifactId = "beam-runners-google-cloud-dataflow-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, version-scheme:early-semver, commit-count:n:6

@github-actions github-actions bot enabled auto-merge (squash) October 23, 2023 18:54
@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2023

Terraform plan in toll-infrastructure

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

Warning: Argument is deprecated

  with google_bigquery_table.toll-booth-entry-table,
  on main.tf line 64, in resource "google_bigquery_table" "toll-booth-entry-table":
  64:     require_partition_filter = true

This field is deprecated and will be removed in a future major release;
please use the top level field with the same name instead.

(and 27 more similar warnings elsewhere)

📝 Plan generated in Terraform plan #11

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #120 (4713e5a) into main (8a36bf2) will decrease coverage by 0.09%.
Report is 10 commits behind head on main.
The diff coverage is n/a.

❗ Current head 4713e5a differs from pull request most recent head 208500d. Consider uploading reports for the commit 208500d to get more accurate results

@@             Coverage Diff              @@
##               main     #120      +/-   ##
============================================
- Coverage     60.37%   60.29%   -0.09%     
  Complexity      116      116              
============================================
  Files            84       84              
  Lines          1219     1219              
  Branches        154      154              
============================================
- Hits            736      735       -1     
  Misses          394      394              
- Partials         89       90       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions github-actions bot merged commit 86abe11 into main Oct 23, 2023
@github-actions github-actions bot deleted the update/all branch October 23, 2023 19:43
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.

0 participants