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

feat(RedwoodUI) Add setup command for RedwoodUI #11596

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Was missing some awaits. Also, add checking of root package.json when…

e7c3219
Select commit
Loading
Failed to load commit list.
Open

feat(RedwoodUI) Add setup command for RedwoodUI #11596

Was missing some awaits. Also, add checking of root package.json when…
e7c3219
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 8, 2024 in 4s

8 new alerts including 8 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 8 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 42 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '\{' is equivalent to just '{', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 42 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '\{' is equivalent to just '{', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 42 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '\}' is equivalent to just '}', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 42 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '\}' is equivalent to just '}', so the sequence may still represent a meta-character when it is used in a
regular expression
.

Check failure on line 56 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '{' and containing many repetitions of 'z'.

Check failure on line 56 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '{{' and containing many repetitions of 'z'.

Check failure on line 80 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'export\tdefault\t{' and containing many repetitions of 'z'.

Check failure on line 80 in packages/cli/src/commands/setup/ui/libraries/redwoodui-utils/storybookConfigMods.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'export\tdefault\t{{' and containing many repetitions of 'z'.