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 fastparse to 3.0.0 #2709

Merged
merged 1 commit into from Mar 13, 2023

Conversation

scala-steward
Copy link
Contributor

Updates com.lihaoyi:fastparse from 2.3.3 to 3.0.0.
GitHub Release Notes - Version Diff

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.3.3).
You might want to review and update them manually.

doc/docs/cli-fetch.md
doc/docs/cli-overview.md
doc/docs/cli-resolve.md
doc/website/blog/2019-02-05-1.1.0-M11.md
doc/website/blog/2019-07-12-2.0.0-RC1.md
doc/website/package-lock.json
modules/bootstrap-launcher/src/it/scala/coursier/bootstrap/launcher/DownloadTests.scala
modules/cli/src/test/scala/coursier/cli/FetchTests.scala
modules/cli/src/test/scala/coursier/cli/ResolveTests.scala
modules/coursier/jvm/src/test/scala/coursier/ArtifactsTests.scala
modules/coursier/shared/src/test/scala/coursier/ResolveRulesTests.scala
modules/coursier/shared/src/test/scala/coursier/ResolveTests.scala
modules/coursier/shared/src/test/scala/coursier/VersionsTests.scala
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_52ac03bf3169ef86f348c8f90345d93b829fd046
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/sh.almond/scala-kernel_2.12.8/0.7.0
modules/tests/shared/src/test/resources/resolutions/com.chuusai/shapeless_2.10/latest.release_depc8fc27f303429f0ac853a919216fe4834d58e388
modules/tests/shared/src/test/resources/resolutions/com.chuusai/shapeless_2.12/latest.release_depfc4b58c008dd6ac43e8912c099da0d8c16620919
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.2_2.11/1.2.0-M11_dep912ecd12289f445a785c63b9c6a7684b7a0170fb_paramsf59b950c0c661129fff44bfa4db5052893a4eb0a
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.2_2.12/1.2.0-M10
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.2_2.12/1.2.0-M11
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.2_2.12/1.2.0-M11_dep38e67c7b14c665cb297660b26a59bc977bfa458
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.2_2.12/1.2.0-M4_dep10b004bba23ba44f77a20a62a1eaf3d6e24490d8_params50679590c76373afa4b6fcd004032c613c02ea0d
modules/tests/shared/src/test/resources/resolutions/com.github.ddispaltro/sbt-reactjs/sbtVersion_0.13_scalaVersion_2.10/0.6.+
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M10
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params2f53eeb0a22d24b1e7106dd9a06902e9cd19570f
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params9a5a3f38ae4510fb6a2afe6781f9f6b5410a8b9c
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_paramsa3b0313a2f2d39692416c25848f2f16908d6d7f0
modules/tests/shared/src/test/scala/coursier/test/CentralTests.scala
Adjust future updates

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

updates.ignore = [ { groupId = "com.lihaoyi", artifactId = "fastparse" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.lihaoyi", artifactId = "fastparse" }
}]

labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

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.

None yet

2 participants