scalameta / metabrowse

Static site generator for code search with IDE features for Scala
https://scalameta.org/metabrowse/#/scalafix/scalafix-core/src/main/scala/scalafix/patch/Patch.scala
Apache License 2.0
107 stars 26 forks source link

Update mtags to 1.3.1 #478

Closed scalameta-bot closed 5 months ago

scalameta-bot commented 5 months ago

About this PR

📦 Updates org.scalameta:mtags from 1.0.1 to 1.3.1

📜 GitHub Release Notes - Version Diff

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 (1.0.1). You might want to review and update them manually. ``` build.sbt metabrowse-js/yarn.lock ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "mtags" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "mtags" } }] ```

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

alexarchambault commented 5 months ago

Superseded by https://github.com/scalameta/metabrowse/pull/481