Skip to content

Bump nanoid from 3.3.6 to 3.3.8 in /website #33

Bump nanoid from 3.3.6 to 3.3.8 in /website

Bump nanoid from 3.3.6 to 3.3.8 in /website #33

Triggered via pull request December 14, 2024 08:39
Status Success
Total duration 1m 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
Unexpected input(s) 'cache', valid inputs are ['volta-version', 'node-version', 'npm-version', 'yarn-version', 'package-json-path', 'variant', 'registry-url', 'scope', 'token', 'always-auth']
test: src/components/popup.ts#L46
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
test: src/maplibre/maplibre.ts#L246
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
test: src/maplibre/maplibre.ts#L442
Method '_updateStyleComponents' has a complexity of 14. Maximum allowed is 11
test: test/src/components/marker.spec.jsx#L8
Async arrow function has too many statements (39). Maximum allowed is 25