Skip to content

Merge pull request #95 from mbti-nf-team/changeset-release/main #72

Merge pull request #95 from mbti-nf-team/changeset-release/main

Merge pull request #95 from mbti-nf-team/changeset-release/main #72

Triggered via push September 23, 2024 09:21
Status Success
Total duration 1m 19s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Release: packages/core/src/utils.ts#L2
tsdoc-undefined-tag: The TSDoc tag "@description" is not defined in this configuration
Release: packages/react/src/hooks/useEffectOnce.ts#L4
React Hook useEffect has a missing dependency: 'effect'. Either include it or remove the dependency array
Release: packages/react/src/hooks/useThrottleCallback.ts#L17
React Hook useCallback has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Release: packages/react/src/hooks/useThrottleCallback.ts#L17
React Hook useCallback has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
Release: packages/react/src/hooks/useUpdateEffect.ts#L13
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Release: packages/react/src/hooks/useUpdateEffect.ts#L13
React Hook useEffect has missing dependencies: 'effect' and 'isFirst'. Either include them or remove the dependency array. If 'effect' changes too often, find the parent component that defines it and wrap that definition in useCallback