Skip to content

chore(deps): update johnnymorganz/stylua-action action to v5#48

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/johnnymorganz-stylua-action-5.x
Open

chore(deps): update johnnymorganz/stylua-action action to v5#48
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/johnnymorganz-stylua-action-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Type Update Change
JohnnyMorganz/stylua-action action major v4v5

Release Notes

JohnnyMorganz/stylua-action (JohnnyMorganz/stylua-action)

v5.0.0

Compare Source

Breaking Changes

New Contributors

Full Changelog: JohnnyMorganz/stylua-action@v4.1.0...v5.0.0

v5

Compare Source

v4.1.0

Compare Source

What's Changed

  • Added the ability to configure the action to install, but not run, stylua by @​ColinKennedy in #​58. This can be useful when the stylua is used as part of separate CI scripts.

This can be configured by setting args: false

- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
    # This disables running `stylua`
    args: false
  # Run stylua independently
- run: |
    stylua --version

New Contributors

Full Changelog: JohnnyMorganz/stylua-action@v4...v4.1.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Apr 6, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 6, 2026

⚠️ No Changeset found

Latest commit: f8c2a98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

0 participants