chore: update dependencies and migrate backend definition syntax #67
development.workflow.yml
on: pull_request
Lint
1m 2s
Functional Tests
1m 54s
Annotations
5 warnings
Lint:
apps/web/src/main.ts#L50
Insert `;`
|
Lint:
apps/web/src/widgets/sample-widget/SampleWidget.vue#L4
Replace `·{{·$i18n.t('widget.sample-widget.title')·}}·` with `{{·$i18n.t('widget.sample-widget.title')·}}`
|
Lint:
apps/web/src/widgets/sample-widget/SampleWidget.vue#L5
Replace `{{·$i18n.t('widget.sample-widget.buckettingField')·}}·{{·props.widgetSettings.buckettingField·}}` with `⏎········{{·$i18n.t('widget.sample-widget.buckettingField')·}}⏎········{{·props.widgetSettings.buckettingField·}}⏎······`
|
Lint
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/
|
Functional Tests
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/
|