makenowjust-labs / recheck

The trustworthy ReDoS checker
https://makenowjust-labs.github.io/recheck/
MIT License
244 stars 12 forks source link

Update circe-scalajs to 0.14.8 #1281

Closed makenowjust closed 3 months ago

makenowjust commented 3 months ago

About this PR

πŸ“¦ Updates io.circe:circe-scalajs from 0.14.6 to 0.14.8

πŸ“œ 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 (0.14.6). You might want to review and update them manually. ``` packages/eslint-plugin-redos/package.json packages/recheck/package.json yarn.lock ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.circe", artifactId = "circe-scalajs" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-scalajs" } }] ```

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

makenowjust commented 3 months ago

Superseded by #1287.