Skip to content
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

Bump VirtusLab/scala-cli-setup from 0.1.20 to 0.2.0 #1890

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps VirtusLab/scala-cli-setup from 0.1.20 to 0.2.0.

Release notes

Sourced from VirtusLab/scala-cli-setup's releases.

v0.2.0

Require the --power option for restricted features by default

Until now, Scala CLI has been limiting some of its functionalities in its scala distribution. Starting with v0.2.0, those limitation will be applied to all distributions, including scala-cli.

This was done in order to make the behaviour consistent with Scala CLI acting as the Scala runner.

Restricted features can be accessed by using the --power launcher flag. Do note that launcher flags have to be passed before the sub-command.

scala-cli --power package .

Alternatively, the power mode can be turned on globally for a GitHub Action job:

- uses: VirtusLab/scala-cli-setup@v0.2.0
  with:
    power: true

Please note that this change may affect your existing workflows that rely on the limited commands from ScalaCLI (such as package, publish). You can still use those commands with power mode enabled.

What's Changed

Full Changelog: VirtusLab/scala-cli-setup@v0.1...v0.2.0

Commits
  • 1834c15 Update dist (#181)
  • 579ee93 Merge pull request #179 from VirtusLab/update-scala-cli-setup
  • 3eb28d3 Enable preconfiguring --power for scala-cli (#180)
  • 0bf064f Update scala-cli version to 0.2.0
  • 2d79233 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#172)
  • 14792c7 build(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#165)
  • 6ec36bf build(deps-dev): bump eslint from 8.32.0 to 8.34.0 (#170)
  • fa1e01e build(deps-dev): bump @​types/node from 18.11.18 to 18.13.0 (#173)
  • f2c8df6 build(deps-dev): bump @​vercel/ncc from 0.36.0 to 0.36.1 (#163)
  • 7d0f3d2 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#161)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [VirtusLab/scala-cli-setup](https://github.com/VirtusLab/scala-cli-setup) from 0.1.20 to 0.2.0.
- [Release notes](https://github.com/VirtusLab/scala-cli-setup/releases)
- [Commits](VirtusLab/scala-cli-setup@9dafe2f...1834c15)

---
updated-dependencies:
- dependency-name: VirtusLab/scala-cli-setup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
@lwronski lwronski merged commit bd3ac16 into main Feb 28, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/VirtusLab/scala-cli-setup-0.2.0 branch February 28, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant