chore: update yeoman packages (major) #24477
continuous-integration.yml
on: pull_request
Matrix: Test
Test Benchmark
2m 41s
Code Lint
2m 47s
Commit Lint
2m 35s
Verify Docs
2m 43s
Post-Test
5s
Annotations
4 errors and 2 warnings
|
Code Lint
Process completed with exit code 1.
|
|
Code Lint:
packages/cli/test/integration/lib/project-generator.js#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Code Lint:
packages/cli/test/integration/lib/project-generator.js#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Code Lint:
packages/cli/lib/cli.js#L205
Expected non-Promise value in a boolean conditional
|
|
Test (macos-latest, 22)
Not upgrading google-chrome, the latest version is already installed
|
|
Test (macos-latest, 22)
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|