Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2022

WhiteSource Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/build-and-deploy.yml (github-actions)
  • package.json (npm)
  • build.sbt (sbt)
  • project/plugins.sbt (sbt)

Configuration

πŸ”‘ Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

With your current configuration, Renovate will create 15 Pull Requests:

chore(deps): update dependency com.chuusai:shapeless to v2.3.8
  • Schedule: ["at any time"]
  • Branch name: renovate/com.chuusai-shapeless-2.3.x
  • Merge into: master
  • Upgrade com.chuusai:shapeless to 2.3.8
chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.5.10
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.sbt-sbt-ci-release-1.5.x
  • Merge into: master
  • Upgrade com.github.sbt:sbt-ci-release to 1.5.10
chore(deps): update dependency com.github.scopt:scopt to v4.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.scopt-scopt-4.0.x
  • Merge into: master
  • Upgrade com.github.scopt:scopt to 4.0.1
chore(deps): update dependency org.apache.logging.log4j:log4j-core to v2.17.2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.logging.log4j-log4j-core-2.17.x
  • Merge into: master
  • Upgrade org.apache.logging.log4j:log4j-core to 2.17.2
chore(deps): update dependency org.slf4j:slf4j-log4j12 to v1.7.36
  • Schedule: ["at any time"]
  • Branch name: renovate/org.slf4j-slf4j-log4j12-1.7.x
  • Merge into: master
  • Upgrade org.slf4j:slf4j-log4j12 to 1.7.36
chore(deps): update akkaversion to v2.6.18 (minor)
chore(deps): update dependency org.apache.bcel:bcel to v6.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.apache.bcel-bcel-6.x
  • Merge into: master
  • Upgrade org.apache.bcel:bcel to 6.5.0
chore(deps): update dependency org.portable-scala:sbt-scalajs-crossproject to v1.1.0
chore(deps): update dependency org.scala-js:sbt-scalajs to v1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.scala-js-sbt-scalajs-1.x
  • Merge into: master
  • Upgrade org.scala-js:sbt-scalajs to 1.9.0
chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/org.xerial.sbt-sbt-sonatype-2.x
  • Merge into: master
  • Upgrade org.xerial.sbt:sbt-sonatype to 2.6
chore(deps): update dependency com.eed3si9n:sbt-assembly to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.eed3si9n-sbt-assembly-1.x
  • Merge into: master
  • Upgrade com.eed3si9n:sbt-assembly to 1.2.0
chore(deps): update dependency org.scalafx:scalafx to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/org.scalafx-scalafx-16.x
  • Merge into: master
  • Upgrade org.scalafx:scalafx to 16.0.0-R25
chore(deps): update dependency org.scalafx:scalafx to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/org.scalafx-scalafx-17.x
  • Merge into: master
  • Upgrade org.scalafx:scalafx to 17.0.1-R26
chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.xerial.sbt-sbt-sonatype-3.x
  • Merge into: master
  • Upgrade org.xerial.sbt:sbt-sonatype to 3.9.12
ci(deps): update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: master
  • Upgrade actions/checkout to v3.0.0

⚠ Dependency Lookup Warnings ⚠

Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.

  • Failed to look up dependency uk.co.randomcoding:sbt-git-hooks
  • Failed to look up dependency com.typesafe.sbteclipse:sbteclipse-plugin
  • Failed to look up dependency com.github.sbt:sbt-cpd
  • Failed to look up dependency com.eed3si9n:sbt-unidoc
  • Failed to look up dependency com.typesafe.sbt:sbt-site
  • Failed to look up dependency com.typesafe.sbt:sbt-ghpages

Files affected: project/plugins.sbt


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/configure branch from d64528e to 9aba964 Compare March 4, 2022 17:01
@DanySK DanySK force-pushed the renovate/configure branch from 266705f to 90dfff9 Compare March 4, 2022 18:02
@DanySK DanySK merged commit b5bdb87 into master Mar 4, 2022
@DanySK DanySK deleted the renovate/configure branch March 4, 2022 22:59
metaphori pushed a commit that referenced this pull request Apr 5, 2022
## [1.0.0](v0.4.0...v1.0.0) (2022-04-05)

### ⚠ BREAKING CHANGES

* avoid snapshot release with ci-release (#88)

### Dependency updates

* **deps:** update dependency com.chuusai:shapeless to v2.3.8 ([7d39432](7d39432))
* **deps:** update dependency com.chuusai:shapeless to v2.3.9 ([50744a7](50744a7))
* **deps:** update dependency com.eed3si9n:sbt-assembly to v1 ([4f3aac8](4f3aac8))
* **deps:** update dependency com.github.sbt:sbt-ci-release to v1.5.10 ([1dcd849](1dcd849))
* **deps:** update dependency com.github.scopt:scopt to v4.0.1 ([34d8387](34d8387))
* **deps:** update dependency org.apache.bcel:bcel to v6.5.0 ([86b1c89](86b1c89))
* **deps:** update dependency org.apache.logging.log4j:log4j-core to v2.17.2 ([54658ff](54658ff))
* **deps:** update dependency org.portable-scala:sbt-scalajs-crossproject to v1.1.0 ([bd34ee2](bd34ee2))
* **deps:** update dependency org.portable-scala:sbt-scalajs-crossproject to v1.2.0 ([4a86abc](4a86abc))
* **deps:** update dependency org.scala-js:sbt-scalajs to v1.9.0 ([15fe8a3](15fe8a3))
* **deps:** update dependency org.scalafx:scalafx to v16 ([4aca6cb](4aca6cb))
* **deps:** update dependency org.scalafx:scalafx to v17 ([5c448b3](5c448b3))
* **deps:** update dependency org.slf4j:slf4j-log4j12 to v1.7.36 ([b8074a9](b8074a9))
* **deps:** update dependency org.xerial.sbt:sbt-sonatype to v2.6 ([428c8b4](428c8b4))
* **deps:** update dependency org.xerial.sbt:sbt-sonatype to v3 ([05d403c](05d403c))

### Build and continuous integration

* avoid snapshot release with ci-release ([#88](#88)) ([7c57121](7c57121))
* **deps:** update actions/checkout action to v3 ([e297d4c](e297d4c))
* **renovate:** configure Renovate ([#68](#68)) ([b5bdb87](b5bdb87))
* **renovate:** PR assignees should be [@metaphori](https://github.com/metaphori) and [@cric96](https://github.com/cric96) ([1f4d0aa](1f4d0aa))
@metaphori
Copy link
Contributor

πŸŽ‰ This PR is included in version 1.0.0 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants