This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Add archival notice #2574
Annotations
5 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
composables/date.js#L4
Caution: `dayjs` also has a named export `extend`. Check if you meant to write `import {extend} from 'dayjs'` instead
|
build:
helpers/infer.js#L100
Caution: `TOML` also has a named export `parse`. Check if you meant to write `import {parse} from '@ltd/j-toml'` instead
|
build:
helpers/package.js#L134
Caution: `TOML` also has a named export `stringify`. Check if you meant to write `import {stringify} from '@ltd/j-toml'` instead
|
build:
utils/analytics.js#L6
Caution: `dayjs` also has a named export `unix`. Check if you meant to write `import {unix} from 'dayjs'` instead
|