Skip to content

chore(deps): bump JohnnyMorganz/stylua-action from 1 to 2 #1897

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2023

Bumps JohnnyMorganz/stylua-action from 1 to 2.

Release notes

Sourced from JohnnyMorganz/stylua-action's releases.

v2.0.0

Breaking Changes

  • Upgrade to use Node v16
  • version is now a required input. To get v1 behaviour, supply version: latest
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    version: latest
    # CLI arguments
    args: --check .

NOTE: using latest may cause the action to fail if StyLua updates and the formatting changes!

Changes

  • No longer provide a warning when no version is provided / version is "latest"

v1.1.2

Fixed

  • Fixed legacy artifact names no longer working when pinned to version <= 0.14.3

v1.1.1

Fixed

  • Fixed incorrect artifact chosen due to the introduction of linux-aarch64 artifacts, causing ELF not found errors

Full Changelog: JohnnyMorganz/stylua-action@v1.1.0...v1.1.1

v1.1.0

  • Support downloading artifacts with 'windows' in the name
  • Allow specifying version as 'latest' explicitly (which is currently the default)
  • Warn when version is not explicitly specified. This may soon become a hard error

Full Changelog: JohnnyMorganz/stylua-action@1.0.0...v1.1.0

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2023
@dependabot dependabot bot requested a review from gegoune January 7, 2023 10:29
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@v1
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.15.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alex-courtis shall we change to latest?

Bumps [JohnnyMorganz/stylua-action](https://github.com/JohnnyMorganz/stylua-action) from 1 to 2.
- [Release notes](https://github.com/JohnnyMorganz/stylua-action/releases)
- [Commits](JohnnyMorganz/stylua-action@v1...v2)

---
updated-dependencies:
- dependency-name: JohnnyMorganz/stylua-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/JohnnyMorganz/stylua-action-2 branch from 970995f to 57e4294 Compare January 7, 2023 10:32
@gegoune gegoune merged commit 3a42468 into master Jan 8, 2023
@gegoune gegoune deleted the dependabot/github_actions/JohnnyMorganz/stylua-action-2 branch January 8, 2023 01:16
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.

1 participant