Adopt pnpm #78
Triggered via pull request
September 30, 2024 02:32
Status
Failure
Total duration
2m 10s
Artifacts
–
ci.yml
on: pull_request
Tests
51s
Floating Dependencies
58s
Matrix: try-scenarios
Annotations
7 errors and 10 warnings
ember-classic
Process completed with exit code 1.
|
ember-default-with-jquery
Process completed with exit code 1.
|
ember-beta
Process completed with exit code 1.
|
embroider-optimized
Process completed with exit code 1.
|
ember-release
Process completed with exit code 1.
|
ember-canary
Process completed with exit code 1.
|
embroider-safe
Process completed with exit code 1.
|
Tests:
addon/components/basic-dialog.js#L2
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Tests:
addon/components/basic-dialog.js#L4
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
Tests:
addon/components/basic-dialog.js#L26
You cannot use the init() lifecycle hook in non-classic classes, it is a classic lifecycle hook. Convert to using the constructor instead, or add the @classic decorator to the class to mark it as classic
|
Tests:
addon/components/basic-dialog.js#L107
Do not use classic ember components lifecycle hooks. Prefer using "@ember/render-modifiers" or custom functional modifiers
|
Tests:
addon/components/basic-dialog.js#L154
Do not use classic ember components lifecycle hooks. Prefer using "@ember/render-modifiers" or custom functional modifiers
|
Tests:
addon/components/in-place-dialog.js#L2
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
Tests:
addon/components/liquid-dialog.js#L10
You cannot use the init() lifecycle hook in non-classic classes, it is a classic lifecycle hook. Convert to using the constructor instead, or add the @classic decorator to the class to mark it as classic
|
Tests:
addon/components/modal-dialog.js#L2
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Tests:
addon/components/modal-dialog.js#L4
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Tests:
addon/components/modal-dialog.js#L5
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|