Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECHOES-531 Implement FormFieldLabel #243

Merged
merged 2 commits into from
Jan 8, 2025

Apply feedback

04d58dd
Select commit
Loading
Failed to load commit list.
Merged

ECHOES-531 Implement FormFieldLabel #243

Apply feedback
04d58dd
Select commit
Loading
Failed to load commit list.
Cirrus CI / build failed Jan 8, 2025 in 44s

Task Summary

Instruction build failed in 00:24

Details

✅ 00:07 clone
✅ 00:05 yarn
❌ 00:24 build

 * [new tag]         v0.7.0-rc2            -> v0.7.0-rc2
 * [new tag]         v0.8.0                -> v0.8.0
 * [new tag]         v0.8.0-rc1            -> v0.8.0-rc1
 * [new tag]         v0.8.0-rc2            -> v0.8.0-rc2
 * [new tag]         v0.8.0-rc3            -> v0.8.0-rc3
 * [new tag]         v0.9.0                -> v0.9.0
 * [new tag]         v0.9.0-rc1            -> v0.9.0-rc1
Fetching base branch: form-components
From https://github.com/SonarSource/echoes-react
 * branch            form-components -> FETCH_HEAD
Replacing version 0.13.0 with 0.13.0-2561
v0.13.0-2561
======= with deploy =======
WARN: This version 0.13.0-2561 does not match the standardized format used commonly across the organization: '<MAJOR>.<MINOR>.<PATCH>.<BUILD NUMBER>'.
➤ YN0000: · Yarn 4.3.1
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Post-resolution validation
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 210ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 0s 663ms
➤ YN0000: executing [test]: yarn validate-ci && yarn test-ci
➤ YN0000: executing [validate-ci]: yarn dep-check && yarn intl-keys-check && yarn tokens-check && yarn fonts-check && yarn lint-report && yarn ts-check && yarn format-check
➤ YN0000: executing [dep-check]: node --no-warnings ./config/scripts/validate-package-json.js
All dependencies in "package.json" are correctly defined.
➤ YN0000: executing [intl-keys-check]: ./config/scripts/validate-intl-keys.sh
➤ YN0000: executing [build-intl-keys]: formatjs extract src/components/**/*.ts* --out-file i18n/keys.json
[@formatjs/cli] [WARN] Error: �[96msrc/components/text-input/TextInput.tsx�[0m:�[93m63�[0m:�[93m22�[0m - �[91merror�[0m�[90m TS1003: �[0mIdentifier expected.

�[7m63�[0m   return <CurrentAPI ...>
�[7m  �[0m �[91m                     ~~~�[0m
�[96msrc/components/text-input/TextInput.tsx�[0m:�[93m63�[0m:�[93m25�[0m - �[91merror�[0m�[90m TS1109: �[0mExpression expected.

�[7m63�[0m   return <CurrentAPI ...>
�[7m  �[0m �[91m                        ~�[0m
�[96msrc/components/text-input/TextInput.tsx�[0m:�[93m65�[0m:�[93m3�[0m - �[91merror�[0m�[90m TS1005: �[0m',' expected.

�[7m65�[0m   </CurrentAPI>
�[7m  �[0m �[91m  ~~�[0m
�[96msrc/components/text-input/TextInput.tsx�[0m:�[93m66�[0m:�[93m1�[0m - �[91merror�[0m�[90m TS1109: �[0mExpression expected.

�[7m66�[0m });
�[7m  �[0m �[91m~�[0m
�[96msrc/components/text-input/TextInput.tsx�[0m:�[93m66�[0m:�[93m2�[0m - �[91merror�[0m�[90m TS1128: �[0mDeclaration or statement expected.

�[7m66�[0m });
�[7m  �[0m �[91m ~�[0m

i18n/keys.json is out of date.
Please run 'yarn build-intl-keys' to update i18n/keys.json.
��������������������������������������������������������