stryker-mutator / mutation-testing-elements

🗃 A schema for mutation testing results with the web components to visualise it 📊
Apache License 2.0
28 stars 19 forks source link

build(deps-dev): update scalafmt-core from 3.8.2 to 3.8.3 #3329

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.8.2 to 3.8.3

📜 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!

⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

nx-cloud[bot] commented 1 month ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 7d61ba6340b4659c01840d1ee5c449e10d8ef109. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets - [`nx affected --target=lint:prettier,lint,build,test`](https://cloud.nx.app/runs/9lalrD0sLz?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=stryker --projects=metrics,elements,real-time -- --incremental`](https://cloud.nx.app/runs/CeQEN9HDbY?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.