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

Update snakeyaml to 2.2 #1012

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates org.yaml:snakeyaml from 2.0 to 2.2

📜 Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Release Notes - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog - Changelog

Usage

Please merge!

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

If you'd like to skip this version, you can just close this PR. 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 number

The following files still refer to the old version number (2.0).
You might want to review and update them manually.

.github/workflows/auto-approve.yml
.github/workflows/ci.yml
LICENSE
build.sbt
docs/package.json
project/plugins.sbt
zio-json/jvm/src/test/resources/google_maps_api_attack3.json
zio-json/jvm/src/test/resources/jawn/countries.geo.json
zio-json/jvm/src/test/resources/jawn/foo.json
zio-json/jvm/src/test/resources/jawn/qux1.json
zio-json/jvm/src/test/resources/jawn/qux2.json
zio-json/jvm/src/test/resources/jawn/ugh10k.json
zio-json/shared/src/main/scala/zio/json/JsonCodec.scala
zio-json/shared/src/main/scala/zio/json/JsonDecoder.scala
zio-json/shared/src/main/scala/zio/json/JsonEncoder.scala
zio-json/shared/src/main/scala/zio/json/JsonError.scala
zio-json/shared/src/main/scala/zio/json/JsonFieldDecoder.scala
zio-json/shared/src/main/scala/zio/json/JsonFieldEncoder.scala
zio-json/shared/src/main/scala/zio/json/JsonStreamDelimiter.scala
zio-json/shared/src/main/scala/zio/json/ast/JsonCursor.scala
zio-json/shared/src/main/scala/zio/json/ast/JsonType.scala
zio-json/shared/src/main/scala/zio/json/ast/ast.scala
zio-json/shared/src/main/scala/zio/json/internal/lexer.scala
zio-json/shared/src/main/scala/zio/json/internal/numbers.scala
zio-json/shared/src/main/scala/zio/json/internal/readers.scala
zio-json/shared/src/main/scala/zio/json/internal/writers.scala
zio-json/shared/src/main/scala/zio/json/javatime/parsers.scala
zio-json/shared/src/main/scala/zio/json/javatime/serializers.scala
zio-json/shared/src/main/scala/zio/json/package.scala
zio-json/shared/src/main/scala/zio/json/uuid/UUIDParser.scala
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.yaml", artifactId = "snakeyaml" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.yaml", artifactId = "snakeyaml" }
}]
labels: library-update, old-version-remains, commit-count:1

@scala-steward scala-steward requested a review from a team as a code owner August 28, 2023 04:34
@fsvehla fsvehla merged commit 6cf7935 into zio:series/2.x Aug 29, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants