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

github-actions(deps): bump lunarmodules/luacheck from 1.1.0 to 1.1.1 in /code-check-actions/luacheck #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps lunarmodules/luacheck from 1.1.0 to 1.1.1.

Release notes

Sourced from lunarmodules/luacheck's releases.

v1.1.1

Features

Bug Fixes

  • Correct compound operators to not crash on modifying upvalues (#96) — @​arichard4
  • Fix warning 582 (error prone negation) not applying to subexpressions (#94) — @​appgurueu
Changelog

Sourced from lunarmodules/luacheck's changelog.

Changelog

All notable changes to this project will be documented in this file.

[1.1.1] - 2023-06-09

Features

Bug Fixes

  • Correct compound operators to not crash on modifying upvalues (#96) — @​arichard4
  • Fix warning 582 (error prone negation) not applying to subexpressions (#94) — @​appgurueu

[1.1.0] - 2022-12-19

Features

Bug Fixes

v1.0.0 (2022-08-24)

Documentation

  • [breaking] Follow semver guidelines, next release will be v1.x.y

Features

v0.26.1 (2022-04-23)

Bug Fixes

  • Exempt special builtin _ENV from 214 warning

Features

... (truncated)

Commits
  • ababb6d chore: Release 1.1.1 (#97)
  • 501cf57 feat: Update Löve standard to 11.4 (#95)
  • f7712ed Merge pull request #96 from arichard4/compound-bugfix
  • a8de4bc Adds testing for the function upvalue case
  • bb9e7f6 Fix circular reference detection to note that all OpSets are circular references
  • 9b9764d Bugfixes for the compound operators: (1) makes (almost) everywhere that check...
  • c697e32 Merge pull request #94 from appgurueu/fix-582-subexps
  • 14fbbc0 Fix warning 582 (error prone negation) not applying to subexpressions
  • 606d961 docs: Clarify how default overrides interact with std (#92)
  • 0cef17d docs: Update GitHub Action examples in README for v1 (#89)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner June 12, 2023 22:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 12, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/code-check-actions/luacheck/lunarmodules/luacheck-1.1.1 branch 4 times, most recently from 13b6290 to 96f4a70 Compare June 20, 2023 16:02
@saisatishkarra saisatishkarra requested a review from a team as a code owner June 20, 2023 16:02
@dependabot dependabot bot force-pushed the dependabot/github_actions/code-check-actions/luacheck/lunarmodules/luacheck-1.1.1 branch 2 times, most recently from b254633 to a064937 Compare June 20, 2023 16:24
…in /code-check-actions/luacheck

Dependabot couldn't find the original pull request head commit, 96f4a70.
@dependabot dependabot bot force-pushed the dependabot/github_actions/code-check-actions/luacheck/lunarmodules/luacheck-1.1.1 branch from a064937 to 98a7b1b Compare June 26, 2023 14:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link

Luacheck Report

1 files  ±0  1 suites  ±0   0s ⏱️ ±0s
4 tests ±0  4 ✅ ±0  0 💤 ±0  0 ❌ ±0 
8 runs  ±0  8 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 540c2ae. ± Comparison against base commit 4f5fcc8.

Copy link
Collaborator

@saisatishkarra saisatishkarra left a comment

Choose a reason for hiding this comment

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

gtm

@saisatishkarra saisatishkarra merged commit bd3d752 into main Jan 12, 2024
10 checks passed
@saisatishkarra saisatishkarra deleted the dependabot/github_actions/code-check-actions/luacheck/lunarmodules/luacheck-1.1.1 branch January 12, 2024 18:07
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