-
Couldn't load subscription status.
- Fork 24
chore(deps): bump hustcer/setup-nu from 3.20 to 3.21 in the actions group #361
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
Conversation
Cpp-Linter Report ⚠️
Some files did not pass the configured checks!
clang-format (v16.0.6) reports: 2 file(s) not formatted
- docs/examples/demo/demo.cpp
- docs/examples/demo/demo.hpp
clang-tidy (v16.0.6) reports: 7 concern(s)
-
docs/examples/demo/demo.cpp:3:10: warning: [modernize-deprecated-headers]
inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead
#include <stdio.h> ^~~~~~~~~ <cstdio>
-
docs/examples/demo/demo.cpp:8:5: warning: [modernize-use-trailing-return-type]
use a trailing return type for this function
int main(){ ~~~ ^ auto -> int
-
docs/examples/demo/demo.cpp:10:13: warning: [readability-braces-around-statements]
statement should be inside braces
for (;;) break; ^ {
-
docs/examples/demo/demo.cpp:13:5: warning: [cppcoreguidelines-pro-type-vararg]
do not call c-style vararg functions
printf("Hello world!\n"); ^
-
docs/examples/demo/demo.hpp:6:11: warning: [modernize-use-default-member-init]
use default member initializer for 'useless'
char* useless; ^ {"0円"}
-
docs/examples/demo/demo.hpp:7:9: warning: [modernize-use-default-member-init]
use default member initializer for 'numb'
int numb; ^ {0}
-
docs/examples/demo/demo.hpp:11:11: warning: [modernize-use-trailing-return-type]
use a trailing return type for this function
void *not_useful(char *str){useless = str;} ~~~~~~^ auto -> void *
Have any feedback or feature suggestions? Share it here.
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed the changes for hustcer/setup-nu@v3.21, and there are not any changes made to the action source code. This version bump seems to be mostly dev-related changes to tests/scripts/metadata. I think it was published because the switch to node v24 and a bump to runtime dep globby.
PS - waiting for #362 to be merged, so we can rebase this branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, this action doesn't use a patch version, just major and minor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also found a way to install nushell without this action: cargo-binstall can download/install nushell from the GitHub release assets. It would involve another bash/powershell script to install cargo-binstall. afterward it would be a simple step:
- name: Install cargo-binstall (unix) shell: bash run: >- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - name: Install cargo-binstall (windows) run: >- Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content - name: Install nushell env: NUSHELL_VERSION: "0.108.0" run: cargo binstall nu@${NUSHELL_VERSION}
TBH, I'm leaning toward cargo-binstall for v3 to install cpp-linter-rs anyway.
@dependabot rebase
Bumps the actions group with 1 update: [hustcer/setup-nu](https://github.com/hustcer/setup-nu). Updates `hustcer/setup-nu` from 3.20 to 3.21 - [Release notes](https://github.com/hustcer/setup-nu/releases) - [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md) - [Commits](hustcer/setup-nu@985d59e...3a97c81) --- updated-dependencies: - dependency-name: hustcer/setup-nu dependency-version: '3.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
47ac216 to
3435681
Compare
Uh oh!
There was an error while loading. Please reload this page.
Bumps the actions group with 1 update: hustcer/setup-nu.
Updates
hustcer/setup-nufrom 3.20 to 3.21Release notes
Sourced from hustcer/setup-nu's releases.
Changelog
Sourced from hustcer/setup-nu's changelog.
... (truncated)
Commits
3a97c81Bump to v3.21cbf2f92chore: Add nu 0.108 to test matrix (#182)ae50a7echore(deps): Bump actions/setup-node from 5 to 6 (#181)3b22961Update lefthook to v2b0d6ac0deps: Upgrade@biomejs/biome,@types/node,cspell & lefthookb8f7772deps: Upgrade semver &@types/node81e59aedeps: Upgrade globby, typescript, and@biomejs/biome(#176)b2f2b0fdeps: Upgrade@biomejs/biome,@vercel/ncc& cspell (#173)eb94121chore(deps): Bump actions/setup-node from 4 to 5 (#170)3b51571feat: Rewrite git pre push hook from bash to nu (#169)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions