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

#39 - add update dependencies command #43

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

#39 update changelog

c762557
Select commit
Loading
Failed to load commit list.
Draft

#39 - add update dependencies command #43

#39 update changelog
c762557
Select commit
Loading
Failed to load commit list.
Trunk.io / Trunk Check failed Nov 16, 2024 in 1m 10s

16 new issues (5 pre-existing)

Checked 7 modified files
5 existing issues (use --show-existing to see them)
✖ 2 unformatted files
✖ 16 new lint issues (12 auto-fixable)

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check notice on line 66 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 66 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2005)

[new] Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.

Check warning on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2046)

[new] Quote this to prevent word splitting.

Check notice on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 68 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 90 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 90 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2005)

[new] Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.

Check warning on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2046)

[new] Quote this to prevent word splitting.

Check notice on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 92 in commands/web/woodoo_components/npm-deps

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check failure on line 1 in CHANGELOG.md

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'

Check failure on line 1 in README.md

See this annotation in the file changed.

@trunk-io trunk-io / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'