8000 Update json-diff to 0.0.6 by scala-steward · Pull Request #291 · finos/morphir-scala · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update json-diff to 0.0.6 #291

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

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates io.github.deblockt:json-diff from 0.0.5 to 0.0.6

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

.pnp.cjs
.yarn/releases/yarn-3.2.3.cjs
website/.pnp.cjs
website/yarn.lock
yarn.lock
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "io.github.deblockt", artifactId = "json-diff" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.github.deblockt", artifactId = "json-diff" }
}]
labels: library-update, early-semver-major, semver-spec-patch, old-version-remains, commit-count:1

@sonatype-lift
Copy link
sonatype-lift bot commented Jul 28, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

@netlify
Copy link
netlify bot commented Jul 28, 2023

Deploy Preview for magical-donut-e8221d ready!

Name Link
🔨 Latest commit 71df561
🔍 Latest deploy log https://app.netlify.com/sites/magical-donut-e8221d/deploys/64c3f5466edef700082f0634
😎 Deploy Preview https://deploy-preview-291--magical-donut-e8221d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DamianReeves DamianReeves merged commit 72a3eae into finos:main Jul 31, 2023
DamianReeves added a commit that referenced this pull request Aug 2, 2023
* Fix mill build warnings about deprecated usages (#287)

* Simplify Deriver API. Support Deriver[T] implicit. (#288)

* Update scalafmt-core to 3.7.11 (#292)

* Update scalafmt-core to 3.7.11

* Reformat with scalafmt 3.7.11

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.11' to .git-blame-ignore-revs

* Update json-diff to 0.0.6 (#291)

---------

Co-authored-by: haesu <haesu@users.noreply.github.com>
Co-authored-by: Alexander Ioffe <deusaquilus@gmail.com>
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
DamianReeves added a commit that referenced this pull request Aug 2, 2023
* Start of consolidation of various packages into one (#286)

* Consolidating: foundations -> morphir

* Consolidation: Move datamodel -> morphir

* Consolidation: Move datamodel-json-zio -> interop-zio-json

* Consolidation: Move sdk -> morphir

* Change package name for free

* Added Literal

* Bring in Value and Pattern

* Consolidation: morphir-datamodel -> morphir

* Added NodeTag

* Value, ValueSpecification, and ValueDefinition changes

* Fix mill build warnings about deprecated usages (#287) (#289)

* (Re-merge) Simplify Deriver API. Support Deriver[T] implicit. (#290)

* Simplify Deriver API. Support Deriver[T] implicit. (Re-merge)

* Simplify Deriver API. Support Deriver[T] implicit. (Re-merge)

* Fix API

* Stub for creation of a Morphir SBT plugin (#295)

* Add start of location to place the sbt plugin

* Remove SBT integration in mill will use sbt in a sub-folder

* Main integration (#296)

* Fix mill build warnings about deprecated usages (#287)

* Simplify Deriver API. Support Deriver[T] implicit. (#288)

* Update scalafmt-core to 3.7.11 (#292)

* Update scalafmt-core to 3.7.11

* Reformat with scalafmt 3.7.11

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.11' to .git-blame-ignore-revs

* Update json-diff to 0.0.6 (#291)

---------

Co-authored-by: haesu <haesu@users.noreply.github.com>
Co-authored-by: Alexander Ioffe <deusaquilus@gmail.com>
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>

* Evaluator API - refinement (pass 1) (#297)

* Tests passing

* Further API cleanup

---------

Co-authored-by: Edward Peters <edwardstuyvesantpeters@gmail.com>

* Adding Version 3 of Morphir IR Json Codecs (#298)

Adding Morphir IR Json Codecs for version 3

* Added appropriate instances for Scala 2 for some but not all derivers (#299)

* Added appropriate instances for Scala 2 for some but not all derivers

* Add evaluator-tests as a yarn workspace

* Add ZIO integration for reading MorphirIR from file

* Formatting

* Remove un-needed tests

* Updating some of the API for MorphirRuntime (#301)

---------

Co-authored-by: Alexander Ioffe <deusaquilus@gmail.com>
Co-authored-by: haesu <haesu@users.noreply.github.com>
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Co-authored-by: Edward Peters <edwardstuyvesantpeters@gmail.com>
Co-authored-by: Dmitry Kozinets <dkozinets@yahoo.com>
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.

2 participants
0