Skip to content

Update ember-simple-auth to v7 #4020

Update ember-simple-auth to v7

Update ember-simple-auth to v7 #4020

Triggered via pull request December 30, 2024 02:07
Status Failure
Total duration 40s
Artifacts

lint.yml

on: pull_request
JS and HBS
30s
JS and HBS
Fit to window
Zoom out
Zoom in

Annotations

10 errors
JS and HBS: app/components/forgot-password.ts#L8
Replace `import·type·Session·from·'swach/services/session';⏎⏎import·'swach/components/loading-butt` with `⏎import·'swach/components/loading-button';⏎import·type·Session·from·'swach/services/sessi`
JS and HBS: app/components/login.ts#L8
Replace `import·type·Session·from·'swach/services/session';⏎⏎import·config·from·'swach/config/environment` with `⏎import·config·from·'swach/config/environment';⏎import·type·Session·from·'swach/services/session`
JS and HBS: app/controllers/application.ts#L10
Delete `import·type·Session·from·'swach/services/session';⏎`
JS and HBS: app/controllers/application.ts#L17
Insert `';⏎import·type·Session·from·'swach/services/session`
JS and HBS: app/controllers/settings.ts#L5
Replace `Session·from·'swach/services/session';⏎⏎import·type·ApplicationController·from·'swach/controllers/applicat` with `ApplicationController·from·'swach/controllers/application';⏎import·type·Session·from·'swach/services/sess`
JS and HBS: app/routes/-private/application.ts#L5
Replace `Session·from·'swach/services/session';⏎` with `DataService·from·'swach/services/data';`
JS and HBS: app/routes/-private/application.ts#L7
Replace `DataService·from·'swach/services/data` with `Session·from·'swach/services/session`
JS and HBS: app/routes/colors.ts#L7
Delete `import·type·Session·from·'swach/services/session';⏎`
JS and HBS: app/routes/colors.ts#L9
Insert `';⏎import·type·Session·from·'swach/services/session`
JS and HBS: app/routes/contrast.ts#L6
Replace `import·type·Session·from·'swach/services/session';⏎` with `⏎import·type·Session·from·'swach/services/session';`