Skip to content

chore(deps): bump JohnnyMorganz/stylua-action from 4.1.0 to 5.0.0#29

Merged
mhiro2 merged 1 commit intomainfrom
dependabot/github_actions/JohnnyMorganz/stylua-action-5.0.0
Apr 15, 2026
Merged

chore(deps): bump JohnnyMorganz/stylua-action from 4.1.0 to 5.0.0#29
mhiro2 merged 1 commit intomainfrom
dependabot/github_actions/JohnnyMorganz/stylua-action-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps JohnnyMorganz/stylua-action from 4.1.0 to 5.0.0.

Release notes

Sourced from JohnnyMorganz/stylua-action's releases.

v5.0.0

Breaking Changes

New Contributors

Full Changelog: JohnnyMorganz/stylua-action@v4.1.0...v5.0.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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/johnnymorganz/stylua-action/releases)
- [Commits](JohnnyMorganz/stylua-action@479972f...76fd70c)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown

Benchmark Results

nvim --headless -u NONE -c "lua dofile('bench/run.lua')" -c "qa!"

== bench.bench_reapply ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
reapply_all  slots=1 wins=1                         50          2.8          0.7         19.5
reapply_all  slots=1 wins=5                         50          5.6          3.3         18.4
reapply_all  slots=1 wins=10                        50         12.8          5.9         37.5
reapply_all  slots=1 wins=20                        50         18.1         11.4         46.9
reapply_all  slots=5 wins=1                         50          1.4          0.7         12.4
reapply_all  slots=5 wins=5                         50          6.1          4.0         24.9
reapply_all  slots=5 wins=10                        50         10.7          6.8         38.0
reapply_all  slots=5 wins=20                        50         15.7         13.3         47.4
reapply_all  slots=9 wins=1                         50          1.1          0.8          2.8
reapply_all  slots=9 wins=5                         50          8.6          4.1         21.6
reapply_all  slots=9 wins=10                        50          8.2          7.5         26.8
reapply_all  slots=9 wins=20                        50         25.6         15.2         72.2
---------------------------------------------------------------------------------------------

== bench.bench_apply ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
apply_slot_globally  wins=1                        100          5.8          4.0         57.3
apply_slot_globally  wins=5                        100         20.6         19.0         47.0
apply_slot_globally  wins=10                       100         44.5         38.2         91.1
apply_slot_globally  wins=20                       100         87.0         77.4        175.8
apply_slot_for_window  existing=0                  200          5.6          3.7         27.8
apply_slot_for_window  existing=5                  200          4.6          4.2         34.7
apply_slot_for_window  existing=9                  200          5.4          4.7         38.3
---------------------------------------------------------------------------------------------

== bench.bench_clear ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
clear_all_globally  slots=1 wins=1                  30         82.8         53.7        164.7
clear_all_globally  slots=1 wins=5                  30        199.2        155.9        339.5
clear_all_globally  slots=1 wins=10                 30        313.4        261.8        544.5
clear_all_globally  slots=5 wins=1                  30        123.2         82.5        334.4
clear_all_globally  slots=5 wins=5                  30        303.3        261.8        521.8
clear_all_globally  slots=5 wins=10                 30        595.6        472.3        872.6
clear_all_globally  slots=9 wins=1                  30        137.3        107.0        262.7
clear_all_globally  slots=9 wins=5                  30        442.7        374.6        663.6
clear_all_globally  slots=9 wins=10                 30        782.1        675.0       1469.4
---------------------------------------------------------------------------------------------

== bench.bench_set_clear ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
set+clear cycle  wins=1                             50         51.4         22.1        375.8
set+clear cycle  wins=5                             50         50.9         38.6         90.1
set+clear cycle  wins=10                            50         71.1         67.2         91.6
---------------------------------------------------------------------------------------------

== bench.bench_jump ==---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
jump.next  slots=1                                 100         25.3         14.3         96.2
jump.next  slots=5                                 100       5394.4       5252.6       6683.4
jump.next  slots=9                                 100      15972.9      15706.9      18969.4
---------------------------------------------------------------------------------------------

== bench.bench_cword ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
apply_cword_for_window                             200          2.3          2.1         12.6
---------------------------------------------------------------------------------------------

== bench.bench_symbol ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
symbol: get_symbol (on identifier)                 200         11.6          5.0         62.3
symbol: get_symbol (on keyword)                    200         16.4          5.7         67.4
symbol: set+clear cycle (source=symbol)             50         29.9         19.4         94.9
symbol: set+clear cycle (source=cword)              50         18.6         12.9         68.4
---------------------------------------------------------------------------------------------

== SUMMARY ==
---------------------------------------------------------------------------------------------
Benchmark                                        Iters    Mean (us)     Min (us)     Max (us)
---------------------------------------------------------------------------------------------
reapply_all  slots=1 wins=1                         50          2.8          0.7         19.5
reapply_all  slots=1 wins=5                         50          5.6          3.3         18.4
reapply_all  slots=1 wins=10                        50         12.8          5.9         37.5
reapply_all  slots=1 wins=20                        50         18.1         11.4         46.9
reapply_all  slots=5 wins=1                         50          1.4          0.7         12.4
reapply_all  slots=5 wins=5                         50          6.1          4.0         24.9
reapply_all  slots=5 wins=10                        50         10.7          6.8         38.0
reapply_all  slots=5 wins=20                        50         15.7         13.3         47.4
reapply_all  slots=9 wins=1                         50          1.1          0.8          2.8
reapply_all  slots=9 wins=5                         50          8.6          4.1         21.6
reapply_all  slots=9 wins=10                        50          8.2          7.5         26.8
reapply_all  slots=9 wins=20                        50         25.6         15.2         72.2
apply_slot_globally  wins=1                        100          5.8          4.0         57.3
apply_slot_globally  wins=5                        100         20.6         19.0         47.0
apply_slot_globally  wins=10                       100         44.5         38.2         91.1
apply_slot_globally  wins=20                       100         87.0         77.4        175.8
apply_slot_for_window  existing=0                  200          5.6          3.7         27.8
apply_slot_for_window  existing=5                  200          4.6          4.2         34.7
apply_slot_for_window  existing=9                  200          5.4          4.7         38.3
clear_all_globally  slots=1 wins=1                  30         82.8         53.7        164.7
clear_all_globally  slots=1 wins=5                  30        199.2        155.9        339.5
clear_all_globally  slots=1 wins=10                 30        313.4        261.8        544.5
clear_all_globally  slots=5 wins=1                  30        123.2         82.5        334.4
clear_all_globally  slots=5 wins=5                  30        303.3        261.8        521.8
clear_all_globally  slots=5 wins=10                 30        595.6        472.3        872.6
clear_all_globally  slots=9 wins=1                  30        137.3        107.0        262.7
clear_all_globally  slots=9 wins=5                  30        442.7        374.6        663.6
clear_all_globally  slots=9 wins=10                 30        782.1        675.0       1469.4
set+clear cycle  wins=1                             50         51.4         22.1        375.8
set+clear cycle  wins=5                             50         50.9         38.6         90.1
set+clear cycle  wins=10                            50         71.1         67.2         91.6
jump.next  slots=1                                 100         25.3         14.3         96.2
jump.next  slots=5                                 100       5394.4       5252.6       6683.4
jump.next  slots=9                                 100      15972.9      15706.9      18969.4
apply_cword_for_window                             200          2.3          2.1         12.6
symbol: get_symbol (on identifier)                 200         11.6          5.0         62.3
symbol: get_symbol (on keyword)                    200         16.4          5.7         67.4
symbol: set+clear cycle (source=symbol)             50         29.9         19.4         94.9
symbol: set+clear cycle (source=cword)              50         18.6         12.9         68.4
---------------------------------------------------------------------------------------------

@mhiro2 mhiro2 merged commit 86fef9e into main Apr 15, 2026
4 checks passed
@mhiro2 mhiro2 deleted the dependabot/github_actions/JohnnyMorganz/stylua-action-5.0.0 branch April 15, 2026 21:54
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant