Update ember-raf-scheduler - #1252
Conversation
Original alert (resolved)Security Policy Alert: Actions Policy ViolationThis workflow run has been blocked by StepSecurity's actions policy. Actions Not Pinned to SHA:
To fix this issue, please pin each action to a full 40-character commit SHA instead of a tag or branch reference. For more information, see StepSecurity's Actions Policy documentation. |
9e00d83 to
cd5ea18
Compare
Update dependency ember-raf-scheduler. Remove deprecated, no-op call to registerWaiter
Update dependency @html-next/vertical-collection to dedupe dependency ember-raf-scheduler
12e518c to
9a398a7
Compare
There was a problem hiding this comment.
Unrelated to these changes, but StepSecurity failed the build because these were unpinned. @arshabh-agarwal not this is also blocking all Dependabot and other automated PRs. If we don't land this PR for some reason, we should pull this out to unblock.
There was a problem hiding this comment.
Please check this carefully. I'm not very familiar with this format, and the {{#vertical-collection...}}...{{else} construction in particular.
Update dependency
ember-raf-schedulerand remove usage ofregisterWaitermethod.registerWaiteris deprecated and a no-op as ofember-raf-scheduler@0.5.0. https://github.com/html-next/ember-raf-scheduler/blob/master/src/register-waiter.js.Updating
ember-raf-schedulerrequired additional changes.@html-next/vertical-collection@v4depends onember-raf-scheduler@0.3.0. The version conflict resulted in tests in theembroiderSafescenario using0.3.0and thus not waiting properly. This PR updates@html-next/vertical-collectionto v5 to prevent this conflict.Updating
@html-next/vertical-collectionto v5 also required additional changes to the template and build config.