This release contains a overhauled version of the inputs for this action and my first action that is built and developed with Bun :rabbit:! If any issues occur, please report them on GitHub.
Breaking Changes
The args and check-args uses a space delimiter instead of a comma delimiter as of this release.
Deprecated Inputs
allow, deny, forbid, and warn inputs are being deprecated as they can be used in check-args as well.
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 show 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 auguwu/clippy-action from 1.3.0 to 1.4.0.
Release notes
Sourced from auguwu/clippy-action's releases.
Commits
94a9ff2
Updatebuild/
bundle, added warnings for deprecated inputsabfdf65
Overhaul action inputs and removedzod
dependencyf213c14
fix CI to use Bun instead of Node/Yarn, add test for issue #26876b79b2
Switch to Bun for building action, makecheck-args
andargs
take spaces i...d856772
Migrate to Bun for testing, building, and developing the actiona1f4eaa
chore(deps): update typescript-eslint monorepo to v7da858d2
chore(deps): update dependency globby to v14.0.14a0af65
fix(deps): update dependency@noelware/utils
to v2.5.077df5c5
chore(deps): update dependency tsx to v4.7.10fc3e01
chore(deps): update dependency@types/node
to v20.11.17Dependabot 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 show